Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 10 | -10/+10 |
| | |||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 2 | -2/+2 |
| | | | | | | | | | | | 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 tutorial3. | Michael Brasser | 2009-11-29 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-6306 | ||||
* | Fix use of XmlHttpRequest in examples | Alan Alpert | 2009-11-27 | 1 | -0/+1 |
| | |||||
* | use right type | Yann Bodson | 2009-11-25 | 1 | -1/+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 | 2 | -2/+2 |
| | |||||
* | 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 | ||||
* | Remove QML SQL classes | Aaron Kennedy | 2009-10-28 | 49 | -4143/+0 |
| | | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs. | ||||
* | cleanup | Yann Bodson | 2009-10-28 | 4 | -4/+4 |
| | |||||
* | use enums rather than strings in examples | Yann Bodson | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-08 | 2 | -8/+8 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt | ||||
| * | doc cleanup | Yann Bodson | 2009-10-08 | 2 | -8/+8 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-08 | 9 | -136/+136 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt | ||||
| * | move files to avoid duplication. | Yann Bodson | 2009-10-07 | 5 | -20/+0 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-10-07 | 39 | -0/+1011 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Update 'hello world' tutorial. | Yann Bodson | 2009-10-07 | 5 | -77/+97 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-07 | 52 | -42/+1043 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into test Conflicts: demos/declarative/samegame/content/samegame.js tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp | ||||
| * | | Switch Same Game tutorial to using snippets properly | Alan Alpert | 2009-10-07 | 11 | -1/+37 |
| | | | |||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-10-07 | 5 | -22/+22 |
| |\ \ | | |/ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | lowercase ids | Yann Bodson | 2009-10-06 | 5 | -22/+22 |
| | | | |||||
| * | | 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. | ||||
| * | Fix example following API changes and fix window size for example 2. | Bea Lam | 2009-10-05 | 8 | -9/+10 |
|/ | |||||
* | Move ComponentInstance functionality into Loader | Martin Jones | 2009-09-09 | 1 | -6/+6 |
| | |||||
* | fix tutorial 3 - qmlviewer bails out with "id conflicts with type name" | Frederik Gladhorn | 2009-09-07 | 1 | -2/+2 |
| | | | | | | | the reason is that MouseRegion is used as id Merge-request: 1443 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | Flickable locked property changed to interactive. | Martin Jones | 2009-09-02 | 2 | -2/+2 |
| | | | | Note that the meaning of the property has been reversed. | ||||
* | Rename positioners. | Warwick Allison | 2009-08-24 | 8 | -8/+8 |
| | | | | QFxBasePositioner still exists though. | ||||
* | fromState -> from, toState -> to for Transition. | Michael Brasser | 2009-08-24 | 16 | -34/+34 |
| | |||||
* | Rename State change elements. | Martin Jones | 2009-08-21 | 20 | -89/+89 |
| | | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges | ||||
* | Renaming: Bind -> Binding | Yann Bodson | 2009-08-21 | 1 | -4/+4 |
| | |||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 30 | -37/+37 |
| | |||||
* | Text-related API updates after review | Michael Brasser | 2009-08-19 | 14 | -14/+14 |
| | | | | | Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to verticalAlignment. Other assorted fixes. | ||||
* | Change Item.contents to Item.childrenRect. | Michael Brasser | 2009-08-18 | 3 | -4/+4 |
| | |||||
* | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 3 | -3/+3 |
| | |||||
* | Rename layouts to positioners | Alan Alpert | 2009-08-13 | 8 | -8/+8 |
| | |||||
* | Renaming: FocusRealm -> FocusScope | Yann Bodson | 2009-08-03 | 3 | -3/+3 |
| | |||||
* | Rename Rect.pen to Rect.border | Michael Brasser | 2009-07-31 | 3 | -3/+3 |
| |