Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 1 | -8/+6 |
| | | | | | | | | 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. | ||||
* | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 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. | ||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | cleanup | Yann Bodson | 2009-10-28 | 1 | -2/+2 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 1 | -19/+19 |
| | |||||
* | Update demos to work with API changes | Alan Alpert | 2009-09-10 | 1 | -1/+1 |
| | | | | Affected are flickr and twitter. | ||||
* | Remove KeyProxy in favour of the Keys.forwardTo attached property. | Martin Jones | 2009-09-07 | 1 | -6/+2 |
| | |||||
* | cleanup | Yann Bodson | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | Fix bugs in flick-mobile demo. | Yann Bodson | 2009-09-01 | 1 | -1/+2 |
| | |||||
* | Fix flickr-mobile toolbar | Yann Bodson | 2009-08-31 | 1 | -25/+27 |
| | |||||
* | Flickr tweak for more generic components | Alan Alpert | 2009-08-27 | 1 | -2/+5 |
| | | | | | Using TitleBar in twitter too, this slight change prevents a copy of the whole component. | ||||
* | 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 |