Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc fix | Alan Alpert | 2010-11-04 | 1 | -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 Boddie | 2010-10-04 | 1 | -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 Boddie | 2010-08-09 | 1 | -1/+1 |
| | | | | | Reviewed-by: Trust Me To-be-verified-by: Qt Doc Team | ||||
* | Fixes for Dynamic Object Management docs. Also adds links to | Bea Lam | 2010-07-29 | 1 | -6/+36 |
| | | | | | | this page from other documentation. Task-number: QTBUG-12446 | ||||
* | various doc fixes | Bea Lam | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | fixes for dynamic object creation docs | Bea Lam | 2010-07-20 | 1 | -30/+47 |
| | |||||
* | Docs - add more links to relevant examples | Bea Lam | 2010-06-30 | 1 | -0/+4 |
| | | | | Task-number: QTBUG-11754 | ||||
* | Merge branch '4.7' of /home/dboddie/git/oslo-staging-1 into 4.7 | David Boddie | 2010-06-25 | 1 | -25/+11 |
|\ | |||||
| * | Doc: Relicensed the documentation under the GNU FDL version 1.3. | David Boddie | 2010-06-21 | 1 | -25/+11 |
| | | | | | | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | | Doc: Fixed links in the QML documentation. | David Boddie | 2010-06-18 | 1 | -7/+7 |
|/ | | | | Reviewed-by: Trust Me | ||||
* | Doc fixes, improvements | Bea Lam | 2010-05-26 | 1 | -7/+7 |
| | |||||
* | Added autotest for Component.createObject() without Qt.createComponent() | Alan Alpert | 2010-05-24 | 1 | -2/+2 |
| | | | | | | Also augmented the docs for both functions a little. Task-number: QTBUG-10926 | ||||
* | Make component.createObject require a parent argument | Alan Alpert | 2010-05-05 | 1 | -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 improvements | Bea Lam | 2010-05-04 | 1 | -30/+18 |
| | |||||
* | More doc fixes | Bea Lam | 2010-04-30 | 1 | -10/+4 |
| | |||||
* | Doc fixes | Bea Lam | 2010-04-30 | 1 | -26/+39 |
| | |||||
* | Fix references to createComponent() and createQmlObject() to | Bea Lam | 2010-04-28 | 1 | -53/+37 |
| | | | | | Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification. | ||||
* | Doc fixes | Bea Lam | 2010-04-09 | 1 | -10/+6 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Update more animation on property value source docs. | Martin Jones | 2010-03-16 | 1 | -12/+13 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -2/+2 |
| | | | | QDeclarativeXXX. | ||||
* | Doc: these files are NOT part of the test suite of the Qt toolkit | Thiago Macieira | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 | Martin Smith | 2010-02-16 | 1 | -18/+18 |
|\ | |||||
| * | Fix broken license headers. | Jason McDonald | 2010-02-16 | 1 | -18/+18 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | doc: Fixed some qdoc errors. | Martin Smith | 2010-02-16 | 1 | -1/+1 |
|/ | |||||
* | We use JavaScript, not ECMAScript. | Martin Jones | 2010-02-03 | 1 | -2/+2 |
| | | | | Task-number: QTBUG-7720 | ||||
* | Improve documentation | Alan Alpert | 2010-01-05 | 1 | -0/+179 |
Extend documentation on dynamically created objects and on integrating with existing applications. And make those pages more discoverable. |