summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/advtutorial.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-051-2/+2
|\
| * Doc: typographical and spelling errors.Yann Bodson2010-10-011-2/+2
| |
* | Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-041-5/+5
|/ | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files.
* Fixing merge conflicts.Martin Smith2010-07-131-6/+5
|\ | | | | | | | | | | | | | | | | | | | | Merge branch '4.7-upstream' into 4.7 Conflicts: doc/src/declarative/advtutorial.qdoc src/declarative/graphicsitems/qdeclarativeloader.cpp src/declarative/graphicsitems/qdeclarativetextedit.cpp src/declarative/qml/qdeclarativeengine.cpp src/declarative/util/qdeclarativexmllistmodel.cpp
| * Follow -> Behaviormae2010-07-081-6/+5
| | | | | | | | Replace the usages of Follows with Behaviors, update docs.
| * fix doc linksBea Lam2010-07-021-1/+1
| |
* | doc: Fixed last of the declarative/QML qdoc warnings.Martin Smith2010-07-091-8/+16
|/
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-271-2/+2
|\ | | | | | | | | Conflicts: doc/src/declarative/advtutorial.qdoc
| * Doc fixes, improvementsBea Lam2010-05-261-2/+2
| |
* | doc: Fixed many broken links.Martin Smith2010-05-201-1/+1
|/
* Doc improvementsBea Lam2010-05-111-1/+1
|
* Fix qdoc errorsBea Lam2010-05-051-1/+1
|
* Doc improvements, simplify example codeBea Lam2010-05-051-9/+41
|
* 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.