Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to commercial license headers in preparation for release. | Jason McDonald | 2010-09-07 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Add quit buttons to declarative demos | Joona Petrell | 2010-09-02 | 1 | -0/+12 |
| | | | | | | Task-number: QTBUG-13048 Reviewed-by: Martin Jones (cherry picked from commit 2af41f34eca0effced19b59d4c3327e3e4b627cb) | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 1 | -0/+41 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | Minehunt cleanup/optimization. | Michael Brasser | 2010-04-14 | 1 | -98/+5 |
| | |||||
* | Text.wrap is deprecated | Yann Bodson | 2010-04-09 | 1 | -16/+17 |
| | |||||
* | Warn if the minehunt C++ plugin is not compiled. | Yann Bodson | 2010-04-08 | 1 | -0/+7 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Cleanup minehunt example | Yann Bodson | 2010-04-07 | 1 | -160/+114 |
| | | | | | | | Make it more touchscreen friendly Use QML coding conventions Task-number: QTBUG-9361 | ||||
* | Tweak import behaviour | Alan Alpert | 2010-03-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | The implicit import of types in the same directory/module now imports version -1 (which means all versions). This fixes the Twitter demo. Additionally, the current directory is not added to the imports path. No functionality is lost, as you can import local modules with relative paths for the same effect. Improved docs are on the way. Reviewed-by: mae | ||||
* | Rewrite Minehunt demo to use the runtime. | Alan Alpert | 2010-03-02 | 1 | -15/+9 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Aaron Kennedy | 2010-03-02 | 1 | -7/+7 |
|\ | | | | | | | | | | | Conflicts: demos/declarative/minehunt/main.cpp demos/declarative/minehunt/minehunt.qml | ||||
| * | Fix minehunt demo | Alan Alpert | 2010-03-01 | 1 | -7/+7 |
| | | | | | | | | | | Game works again, and the issue with X11 native rendering being abysmally slow has been 'fixed'. | ||||
* | | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-18 | 1 | -1/+1 |
|\ | |||||
| * | 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. | ||||
* | | QmlView API review. See QmlChanges.txt for details. | Martin Jones | 2010-02-18 | 1 | -7/+7 |
|/ | |||||
* | Fix minehunt demo | Alan Alpert | 2009-11-11 | 1 | -2/+3 |
| | |||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Yann Bodson | 2009-10-28 | 1 | -1/+1 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | "Compile" | Aaron Kennedy | 2009-10-28 | 1 | -1/+1 |
| | | |||||
* | | cleanup | Yann Bodson | 2009-10-28 | 1 | -1/+1 |
|/ | |||||
* | Move ComponentInstance functionality into Loader | Martin Jones | 2009-09-09 | 1 | -2/+2 |
| | |||||
* | Move minehunt and twitter to demos directory | Alan Alpert | 2009-09-03 | 1 | -0/+195 |
Minehunt is more a demo than an example, and the twitter app goes with the flickr app. |