Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing NOTIFYs. | Michael Brasser | 2010-03-23 | 1 | -3/+8 |
| | | | | Task-number: QTBUG-8816 | ||||
* | Remove ParentAction. | Michael Brasser | 2010-03-23 | 1 | -27/+0 |
| | | | | It has been replaced with ParentAnimation. | ||||
* | Removed wrong parenthesis around property NOTIFY declaration | Leonardo Sobral Cunha | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | Add AnchorAnimation for animating AnchorChanges. | Michael Brasser | 2010-03-11 | 1 | -0/+21 |
| | | | | Task-number: QT-2825 | ||||
* | Add basic support for explicit newParent in ParentAnimation. | Michael Brasser | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Fix ParentAnimation crash. | Michael Brasser | 2010-02-26 | 1 | -0/+3 |
| | |||||
* | Add ParentAnimation. | Michael Brasser | 2010-02-26 | 1 | -0/+31 |
| | | | | | | | ParentAnimation will replace ParentAction. It provides two advantages: * It will animate correctly when reversed. * It allows reparenting via another item, which is useful in the presence of clips, for example. | ||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -9/+9 |
| | | | | There's nothing meta about our properties. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+467 |
QDeclarativeXXX. |