summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/dynamicobjects.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Doc fixAlan Alpert2010-11-041-1/+5
| | | | | | | The associated bug report is invalid, but this doc fix helps people understand why (so that they never mistakenly file it again). Task-number: QTBUG-14950
* 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.
* Doc: Fixes to Qt Quick documentation.David Boddie2010-08-091-1/+1
| | | | | Reviewed-by: Trust Me To-be-verified-by: Qt Doc Team
* Fixes for Dynamic Object Management docs. Also adds links toBea Lam2010-07-291-6/+36
| | | | | | this page from other documentation. Task-number: QTBUG-12446
* various doc fixesBea Lam2010-07-271-1/+1
|
* fixes for dynamic object creation docsBea Lam2010-07-201-30/+47
|
* Docs - add more links to relevant examplesBea Lam2010-06-301-0/+4
| | | | Task-number: QTBUG-11754
* Merge branch '4.7' of /home/dboddie/git/oslo-staging-1 into 4.7David Boddie2010-06-251-25/+11
|\
| * Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | | | | | | Reviewed-by: Trust Me Requested-by: Legal
* | Doc: Fixed links in the QML documentation.David Boddie2010-06-181-7/+7
|/ | | | Reviewed-by: Trust Me
* Doc fixes, improvementsBea Lam2010-05-261-7/+7
|
* Added autotest for Component.createObject() without Qt.createComponent()Alan Alpert2010-05-241-2/+2
| | | | | | Also augmented the docs for both functions a little. Task-number: QTBUG-10926
* Make component.createObject require a parent argumentAlan Alpert2010-05-051-1/+3
| | | | | | | | | For graphical objects (the common case) a common mistake is to not parent a dynamically created item. Since you almost always want to add a parent, and it's hard for a beginner to diagnose this problem, a parent is now a required argument and dealt with by the createObject function. Task-number: QTBUG-10110
* Doc improvementsBea Lam2010-05-041-30/+18
|
* More doc fixesBea Lam2010-04-301-10/+4
|
* Doc fixesBea Lam2010-04-301-26/+39
|
* Fix references to createComponent() and createQmlObject() toBea Lam2010-04-281-53/+37
| | | | | Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification.
* Doc fixesBea Lam2010-04-091-10/+6
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* Update more animation on property value source docs.Martin Jones2010-03-161-12/+13
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-2/+2
| | | | QDeclarativeXXX.
* Doc: these files are NOT part of the test suite of the Qt toolkitThiago Macieira2010-02-201-1/+1
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1Martin Smith2010-02-161-18/+18
|\
| * Fix broken license headers.Jason McDonald2010-02-161-18/+18
| | | | | | | | Reviewed-by: Trust Me
* | doc: Fixed some qdoc errors.Martin Smith2010-02-161-1/+1
|/
* We use JavaScript, not ECMAScript.Martin Jones2010-02-031-2/+2
| | | | Task-number: QTBUG-7720
* Improve documentationAlan Alpert2010-01-051-0/+179
Extend documentation on dynamically created objects and on integrating with existing applications. And make those pages more discoverable.