Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | demos/declarative/flickr example modifications | artoka | 2011-11-17 | 1 | -111/+0 |
| | | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com> | ||||
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
| | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Fix photo positioning bug in flickr demo. | Yann Bodson | 2010-08-03 | 1 | -66/+64 |
| | | | | Task-number: QTBUG-3669 | ||||
* | 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 | ||||
* | More cleanup | Yann Bodson | 2010-05-06 | 1 | -1/+1 |
| | |||||
* | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 1 | -3/+3 |
| | |||||
* | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Remove ParentAction. | Michael Brasser | 2010-03-23 | 1 | -4/+6 |
| | | | | It has been replaced with ParentAnimation. | ||||
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 1 | -13/+11 |
| | | | | | | | | 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. | ||||
* | 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. | ||||
* | Change Connection syntax as per QT-2822. | Warwick Allison | 2010-02-26 | 1 | -3/+3 |
| | |||||
* | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 1 | -3/+3 |
| | |||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 1 | -3/+3 |
| | | | | | | | | | | | 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. | ||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -3/+3 |
| | |||||
* | Update semantics of targets/properties and target/property. | Michael Brasser | 2009-11-06 | 1 | -1/+1 |
| | | | | | This is in preparation for renaming targets -> matchTargets and properties to matchProperties. | ||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 1 | -26/+26 |
| | |||||
* | Fix small bugs in flick-mobile | Yann Bodson | 2009-09-30 | 1 | -2/+2 |
| | |||||
* | improve flickr-mobile detailed view | Yann Bodson | 2009-09-01 | 1 | -2/+2 |
| | |||||
* | Fix bugs in flick-mobile demo. | Yann Bodson | 2009-09-01 | 1 | -6/+3 |
| | |||||
* | Fix flickr-mobile toolbar | Yann Bodson | 2009-08-31 | 1 | -1/+2 |
| | |||||
* | small flickr fixes | Yann Bodson | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Mobile version of Flickr demo in flickr-mobile.qml. | Yann Bodson | 2009-08-25 | 1 | -0/+74 |