summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/advtutorial.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Fix references to createComponent() and createQmlObject() toBea Lam2010-04-281-1/+1
| | | | | Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification.
* Link to example files from tutorial pagesBea Lam2010-04-231-10/+9
|
* Fix following qdoc changesBea Lam2010-04-211-16/+0
|
* Fix doc linksBea Lam2010-04-211-3/+3
|
* Doc improvementsBea Lam2010-04-151-13/+20
|
* Doc improvementsBea Lam2010-04-131-0/+3
|
* Doc fixesBea Lam2010-04-121-8/+6
|
* More tutorial improvmentsBea Lam2010-04-091-12/+14
|
* Doc improvements, fixesBea Lam2010-04-011-172/+241
|
* Make SameGame tutorials share imagesAlan Alpert2010-03-011-0/+5
| | | | | | | | | It's a bit of a waste to have four copies of all of the images. And as an advanced tutorial throwing in a minor complication like this is probably beneficial. Additionally, the background has been replaced by a smaller JPEG version.
* Merge remote branch 'origin/master'Thiago Macieira2010-02-231-2/+6
|\ | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc doc/src/declarative/tutorial2.qdoc doc/src/declarative/tutorial3.qdoc src/declarative/graphicsitems/qmlgraphicsmousearea.cpp src/multimedia/playback/qmediaplayer.cpp
| * Documentation UpdateAlan Alpert2010-02-221-1/+5
| | | | | | | | | | Mention that the same game tutorial is now slightly different to the demo version.
* | Merge branch 'master' of git:qt/qtThiago Macieira2010-02-211-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc doc/src/declarative/advtutorial2.qdoc doc/src/declarative/advtutorial3.qdoc doc/src/declarative/advtutorial4.qdoc doc/src/declarative/tutorial1.qdoc doc/src/declarative/tutorial2.qdoc doc/src/declarative/tutorial3.qdoc
| * Doc: these files are NOT part of the test suite of the Qt toolkitThiago Macieira2010-02-201-1/+1
| |
* | Merge remote branch 'origin/master'Thiago Macieira2010-02-201-2/+3
|\ \ | |/ | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc
* | Doc: Collected the Declarative UI tutorials together and renamed them.David Boddie2010-02-191-6/+311
|/ | | | Reviewed-by: Trust Me
* Fix broken license headers.Jason McDonald2010-02-161-18/+18
| | | | Reviewed-by: Trust Me
* doc fixesBea Lam2009-11-261-1/+1
|
* Doc tweaksAlan Alpert2009-11-201-0/+2
| | | | Minor touchups for the samegame tutorial
* Update SameGame tutorial to discuss offline storageAlan Alpert2009-11-111-4/+4
| | | | | | Also removed the \target and got the navigation set up properly. Task-number: QT-2375
* doc cleanupYann Bodson2009-10-081-2/+46
|
* Add SameGame based advanced tutorialAlan Alpert2009-10-071-0/+18
Could use some cleanup, as I didn't manage to get code snippets working correctly. Also might benefit from being re-written by a good tutor.