Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |