Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 2 | -28/+25 |
| | | | | | | | | Inline blocks/includes have been replaced with an import syntax: import "foo.js" as Foo this gives better separation between QML and code. Imported script blocks also have a mandatory qualifier, which leads to better optimization potential. | ||||
* | Import "content" with as qualifier to support network without qmldir | mae | 2010-03-15 | 1 | -5/+5 |
| | |||||
* | Move particles in their own plugin (Qt.labs.particles) | Yann Bodson | 2010-03-11 | 2 | -0/+2 |
| | | | | Task-number: QT-2846 | ||||
* | Use a better method for installing declarative demos. | Rohan McGovern | 2010-03-08 | 1 | -13/+0 |
| | | | | Simply copy the demo directories, instead of writing a stub .pro file. | ||||
* | Fixed declarative demos not being installed. | Rohan McGovern | 2010-03-08 | 1 | -0/+13 |
| | |||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 5 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Recfactor in declarative snake demo | Leonardo Sobral Cunha | 2010-02-25 | 1 | -2/+2 |
| | | | | | Avoid having 2 'states' that have 'when' conditions that can be 'true' at the same time. | ||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 2 | -2/+2 |
| | |||||
* | Follow naming conventions (pass examples test) | Warwick Allison | 2010-01-11 | 23 | -5/+6 |
| | |||||
* | reenable particles effect for the cookie | mae | 2009-11-26 | 2 | -1/+1 |
| | |||||
* | added a snake demo | mae | 2009-11-25 | 22 | -0/+1019 |