Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Component::errorsString() -> errorString() (and also for | Bea Lam | 2010-05-20 | 1 | -2/+2 |
| | | | | QDeclarativeComponent) | ||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-05 | 1 | -5/+4 |
|\ | |||||
| * | Doc improvements, simplify example code | Bea Lam | 2010-05-05 | 1 | -5/+4 |
| | | |||||
* | | Make component.createObject require a parent argument | Alan Alpert | 2010-05-05 | 1 | -2/+1 |
|/ | | | | | | | | | 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 | ||||
* | Remove Component's isReady, isLoading, isError and isNull properties. | Bea Lam | 2010-04-29 | 1 | -4/+4 |
| | | | | | | | The Component status enum covers all of these properties already and removing these also makes the API consistent with Image and Loader. Note this change only affects the QML Component API; the methods are still available for QDeclarativeComponent. | ||||
* | Replace usage of print() with console.log(). | Michael Brasser | 2010-04-23 | 1 | -4/+4 |
| | |||||
* | Make the dynamic creation functions on the Qt object | Alan Alpert | 2010-04-21 | 1 | -1/+1 |
| | | | | | | | | | Also updated examples to still work, and the dynamic example now uses exceptions a little, to demonstrate that it can be done. Exceptions are also now filled out with the QML error data. Task-number: QT-2801 Reviewed-by: Aaron Kennedy | ||||
* | Example code style improvements | Bea Lam | 2010-04-09 | 1 | -79/+74 |
| | |||||
* | More tutorial improvments | Bea Lam | 2010-04-09 | 1 | -28/+26 |
| | |||||
* | Improve example code - rename variables, remove redundant ids. | Bea Lam | 2010-04-08 | 1 | -54/+54 |
| | |||||
* | Doc improvements, fixes | Bea Lam | 2010-04-01 | 1 | -6/+0 |
| | |||||
* | Fix samegame tutorial 3 | Alan Alpert | 2009-11-10 | 1 | -12/+12 |
| | | | | | the js file hadn't been updated to avoid global vars Also updating a missed particles element | ||||
* | fix javascript errors in samegame tutorials | Yann Bodson | 2009-11-05 | 1 | -5/+5 |
| | |||||
* | Switch Same Game tutorial to using snippets properly | Alan Alpert | 2009-10-07 | 1 | -0/+4 |
| | |||||
* | Add SameGame based advanced tutorial | Alan Alpert | 2009-10-07 | 1 | -0/+185 |
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. |