Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Qt.playSound() | Michael Brasser | 2010-03-04 | 1 | -4/+8 |
| | | | | Use SoundEffect instead. | ||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 1 | -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. | ||||
* | Removed "running: true" for animations used as propertyvaluesource | Leonardo Sobral Cunha | 2010-02-11 | 1 | -1/+1 |
| | | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser | ||||
* | spring follows do not like to operate on "var" sources | mae | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | move examples/follow.qml to visuals/qmlspringfollow.qml | Yann Bodson | 2009-11-06 | 3 | -0/+74 |