summaryrefslogtreecommitdiffstats
path: root/examples/tutorial/SlideDeck.qml
Commit message (Collapse)AuthorAgeFilesLines
* Changed contact detailsTeemu Kaukoranta2013-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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-231-21/+21
| | | | | | | | | | | | 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]>
* Fix license and install to "right" locationGunnar Sletta2012-11-261-27/+33
|
* New feature: Notes window with example, tutorial updated.Gunnar Sletta2012-11-081-0/+20
| | | | | | 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
|
* Change text to use [C] for clearingGunnar Sletta2011-06-151-1/+1
|
* Added BSD license headers to all files...Gunnar Sletta2011-05-201-0/+36
|
* Rotated launchers and some fixes to tutorialGunnar Sletta2011-05-191-12/+5
|
* Slight improvemnts to examplesGunnar Sletta2011-05-181-2/+2
|
* Moved hello to tutorialGunnar Sletta2011-05-181-0/+181