Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix image source | Bea Lam | 2010-07-29 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-12493 (cherry picked from commit 0ab3b6fea13aad50a70890925659158eb662df2e) | ||||
* | Copied Qt QML 4.7 branch to release. | Toby Tomkins | 2010-07-27 | 1 | -1/+1 |
| | | | | Reviewed-by: MArtin Jones | ||||
* | Follow -> Behavior | mae | 2010-07-19 | 2 | -8/+10 |
| | | | | | Replace the usages of Follows with Behaviors, update docs. (cherry picked from commit b22a5e13003ff9f23b075284a1a1e0a6b0e46250) | ||||
* | Improve input panel handling in declarative demos and examples | Joona Petrell | 2010-06-03 | 1 | -2/+10 |
| | | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 14 | -0/+560 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | Rename Component::errorsString() -> errorString() (and also for | Bea Lam | 2010-05-20 | 3 | -6/+6 |
| | | | | QDeclarativeComponent) | ||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-05 | 14 | -99/+153 |
|\ | |||||
| * | Doc improvements, simplify example code | Bea Lam | 2010-05-05 | 14 | -99/+153 |
| | | |||||
* | | Make component.createObject require a parent argument | Alan Alpert | 2010-05-05 | 3 | -6/+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 | ||||
* | Remove Component's isReady, isLoading, isError and isNull properties. | Bea Lam | 2010-04-29 | 3 | -12/+12 |
| | | | | | | | 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. | ||||
* | Link to example files from tutorial pages | Bea Lam | 2010-04-23 | 4 | -0/+64 |
| | |||||
* | Replace usage of print() with console.log(). | Michael Brasser | 2010-04-23 | 3 | -12/+12 |
| | |||||
* | Make the dynamic creation functions on the Qt object | Alan Alpert | 2010-04-21 | 3 | -3/+3 |
| | | | | | | | | | 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 | ||||
* | Indentation and whitespace fixes in qml's samegame tutorial | Leonardo Sobral Cunha | 2010-04-19 | 13 | -23/+23 |
| | |||||
* | Make demo code more consistent with example code in terms of variable | Bea Lam | 2010-04-13 | 1 | -1/+1 |
| | | | | naming and code style. | ||||
* | Fix score from previous change | Bea Lam | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | Doc improvements | Bea Lam | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | Fix example code style | Bea Lam | 2010-04-13 | 14 | -124/+206 |
| | |||||
* | Example code style improvements | Bea Lam | 2010-04-09 | 7 | -206/+195 |
| | |||||
* | More tutorial improvments | Bea Lam | 2010-04-09 | 8 | -119/+107 |
| | |||||
* | Fix call to saveHighScores() and restore game timer. | Bea Lam | 2010-04-08 | 3 | -6/+4 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-04-08 | 15 | -28/+19 |
|\ | | | | | | | | | Conflicts: examples/declarative/tutorials/samegame/samegame4/content/samegame.js | ||||
| * | Fix samegame4 tutorial code | Leonardo Sobral Cunha | 2010-04-08 | 2 | -12/+3 |
| | | |||||
| * | Renamed 'source' property from SpringFollow to 'to' | Leonardo Sobral Cunha | 2010-04-08 | 1 | -2/+2 |
| | | |||||
| * | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 14 | -14/+14 |
| | | |||||
* | | Improve example code - rename variables, remove redundant ids. | Bea Lam | 2010-04-08 | 13 | -156/+156 |
|/ | |||||
* | Doc improvements, fixes | Bea Lam | 2010-04-01 | 13 | -31/+31 |
| | |||||
* | Move particles in their own plugin (Qt.labs.particles) | Yann Bodson | 2010-03-11 | 1 | -0/+1 |
| | | | | Task-number: QT-2846 | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Aaron Kennedy | 2010-03-02 | 26 | -15/+15 |
|\ | | | | | | | | | | | Conflicts: demos/declarative/minehunt/main.cpp demos/declarative/minehunt/minehunt.qml | ||||
| * | Make SameGame tutorials share images | Alan Alpert | 2010-03-01 | 26 | -15/+15 |
| | | | | | | | | | | | | | | | | | | It's a bit of a waste to have four copies of all of the images. And as an advanced tutorial throwing in a minor complication like this is probably beneficial. Additionally, the background has been replaced by a smaller JPEG version. | ||||
* | | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 3 | -5/+5 |
|/ | | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error. | ||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 8 | -8/+8 |
| | |||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well. | ||||
* | Disallow ids that start with uppercase letters and update docs and | Bea Lam | 2010-02-03 | 9 | -33/+33 |
| | | | | | | examples accordingly. Task-number: QT-2786 | ||||
* | Update advanced tutorial with new images | Alan Alpert | 2010-02-01 | 8 | -0/+0 |
| | | | | | | Some of the images used in the example and documentation were still with the old graphics. This has been fixed so as to only use the new graphics. | ||||
* | Remove samegame README (mentioned images have been replaced) | Kai Koehne | 2010-01-22 | 1 | -10/+0 |
| | |||||
* | Copy updated images from demos/samegame to samegame tutorial | Kai Koehne | 2010-01-22 | 5 | -0/+0 |
| | |||||
* | Fix use of XmlHttpRequest in examples | Alan Alpert | 2009-11-27 | 1 | -0/+1 |
| | |||||
* | Use console.log, not print | Warwick Allison | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Update examples for new SQL API. | Warwick Allison | 2009-11-18 | 1 | -22/+10 |
| | |||||
* | Update SameGame tutorial to discuss offline storage | Alan Alpert | 2009-11-11 | 1 | -1/+3 |
| | | | | | | Also removed the \target and got the navigation set up properly. Task-number: QT-2375 | ||||
* | 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 | ||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | fix javascript errors in samegame tutorials | Yann Bodson | 2009-11-05 | 4 | -57/+102 |
| | |||||
* | Use darker() and lighter() functions from global Qt object rather than from ↵ | Yann Bodson | 2009-11-05 | 8 | -8/+8 |
| | | | | SystemPalette. | ||||
* | Particles cleaned up and placed in in qmlgraphics/ | Alan Alpert | 2009-11-05 | 1 | -6/+7 |
| | | | | | | | | | | | | | API changes: Removed bool streamIn Added int emissionRate Added int emissionVariance Added void burst(count, emissionRate=-1) While rewriting the internals to accomodate this, all other outstanding particles bugs were believed fixed. Task-number: QT-2392 QT-2391 QT-2390 QT-2406 | ||||
* | cleanup | Yann Bodson | 2009-10-28 | 4 | -4/+4 |
| | |||||
* | doc cleanup | Yann Bodson | 2009-10-08 | 2 | -8/+8 |
| | |||||
* | Switch Same Game tutorial to using snippets properly | Alan Alpert | 2009-10-07 | 11 | -1/+37 |
| | |||||
* | Add SameGame based advanced tutorial | Alan Alpert | 2009-10-07 | 39 | -0/+975 |
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. |