Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make component.createObject require a parent argument | Alan Alpert | 2010-05-05 | 1 | -2/+2 |
| | | | | | | | | | 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 | ||||
* | Update test files to new syntax | Alan Alpert | 2010-04-21 | 1 | -4/+4 |
| | |||||
* | Fix crash when calling createObject on a component with errors. | Michael Brasser | 2010-03-21 | 1 | -0/+6 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+21 |
QDeclarativeXXX. |