summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Changed contact detailsTeemu Kaukoranta2013-05-3011-11/+11
| | | | | | | | | | | | | | | | | | | | | | Contact details from qt-project.org to qt-project.org/legal Used the following command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*|.*Contact.*' {} \; | tee >(xargs sed -i -r '1,50 { /INdT|copy[a-z]*[ ]*=/ !{ s/(^[ \t:#*;/"\\-]*)([a-z ]*)(Copyright.*Nokia.*)/ \1\2Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I }}') >(xargs sed -i -r '1,50 s/(^[ \t:#*;/"\\-]*) (.*info@qt\.nokia\.com.*|.*INSERT EMAIL ADDRESS.* |.*qt-info@nokia\.com.*|.*qt-label1@nokia\.com.* |.*https:\/\/p.rizon.top:443\/http\/qt\.nokia\.com\/contact.*|.*qt-sales@nokia\.com.* |.*https:\/\/p.rizon.top:443\/http\/www\.qt-project\.org\/.*)/ \1Contact: https:\/\/p.rizon.top:443\/http\/www\.qt-project\.org\/legal/I') >(xargs sed -i -r '1,50{/(^[ \t:#*;/"\\-]*)(all rights reserved.*)/Id}') Change-Id: I9c3e3b701dd1e14b76bef8b216e9c9e3294843cd Reviewed-by: Sergio Ahumada <[email protected]>
* Fixed licensesTeemu Kaukoranta2013-05-2311-231/+231
| | | | | | | | | | | | Updated licenses using replace-licenses.zsh from mkdist repo. Possible copyright and contact changes will come later. Reviewed-by: Janne Anttila <[email protected]>, Sergio Ahumada <[email protected]> Change-Id: Ic7a632fdaa54433c3267f9423bc61f77fe3149ae Reviewed-by: Sergio Ahumada <[email protected]> Reviewed-by: Janne Anttila <[email protected]>
* Better rotation code for examplesGunnar Sletta2013-04-193-15/+24
| | | | | Change-Id: I73f617ebf909492009c776bbd8cd03ac80ae75cb Reviewed-by: Alan Alpert <[email protected]>
* Fix license and install to "right" locationGunnar Sletta2012-11-2611-270/+372
|
* Fix title coloring in some examplesGunnar Sletta2012-11-083-3/+3
|
* New feature: Notes window with example, tutorial updated.Gunnar Sletta2012-11-082-0/+95
| | | | | | Also did some refactoring inside Presentation. Prefixed "private" API variables with underscore and made the font/coloring properties explicit in the Presentation element.
* Added:Gunnar Sletta2012-11-071-0/+72
| | | | | | | | | | - SlideCounter - Clock - titleColor Changed: - Slide.slideTextColor -> Slide.fontColor - Slide.slideFontFamily -> Slide.fontFamily
* code slide...Gunnar Sletta2012-11-051-2/+23
|
* Added Slide.writeInText property.Gunnar Sletta2012-11-031-0/+5
|
* Update to latest declarativeGunnar Sletta2012-08-132-5/+6
|
* Work with latest declarativeGunnar Sletta2012-06-052-6/+5
|
* Make it possible to implement forward and backward transition.Kim Motoyoshi Kalland2011-09-092-19/+26
|
* Update text to match implementationGunnar Sletta2011-06-151-3/+3
|
* Change text to use [C] for clearingGunnar Sletta2011-06-151-1/+1
|
* Adapt to new particle namingGunnar Sletta2011-06-151-10/+11
|
* Added BSD license headers to all files...Gunnar Sletta2011-05-2010-2/+361
|
* Rotated launchers and some fixes to tutorialGunnar Sletta2011-05-194-12/+50
|
* better text..Gunnar Sletta2011-05-191-7/+6
|
* Slight improvemnts to examplesGunnar Sletta2011-05-184-57/+36
|
* Moved hello to tutorialGunnar Sletta2011-05-182-0/+0
|
* Added contentWidth to decide where text wrapsGunnar Sletta2011-05-161-4/+21
|
* renamed to Qt.labs.presentationGunnar Sletta2011-05-144-5/+7
|
* Updates to presentation systemGunnar Sletta2011-05-145-114/+125
|
* Simple custom transitionGunnar Sletta2011-05-134-110/+63
|
* updated with nicer backgroundGunnar Sletta2011-05-133-71/+157
|
* missing fileGunnar Sletta2011-05-121-0/+0
|
* some small fixesGunnar Sletta2011-05-122-6/+7
|
* Made the Swirl a bit nicer and added some particles in the backgroundGunnar Sletta2011-05-122-21/+47
|
* Animated Background prezo...Gunnar Sletta2011-05-062-0/+130
|
* missing fileGunnar Sletta2011-04-281-0/+0
|
* Split dissolving presentation into its own thingGunnar Sletta2011-04-282-80/+126
|
* Added example of a custom transitionGunnar Sletta2011-04-281-0/+145
|
* Reworked the presentation framework quite a bitGunnar Sletta2011-04-281-0/+97