Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 1 | -1/+1 |
| | | | | A viewport is the thing you look through, not what you look at. | ||||
* | Removed "running: true" for animations used as propertyvaluesource | Leonardo Sobral Cunha | 2010-02-11 | 1 | -3/+3 |
| | | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser | ||||
* | cleanup progressbar example | Yann Bodson | 2009-11-25 | 4 | -27/+28 |
| | |||||
* | use enums rather than strings in examples | Yann Bodson | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | Remove unused files | Yann Bodson | 2009-10-16 | 2 | -0/+0 |
| | |||||
* | Add simple examples | Yann Bodson | 2009-10-16 | 5 | -0/+59 |