Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -6/+6 |
| | |||||
* | cleanup | Yann Bodson | 2009-10-28 | 1 | -1/+1 |
| | |||||
* | use enums rather than strings in examples | Yann Bodson | 2009-10-26 | 2 | -2/+2 |
| | |||||
* | Reenable behaviors (now that they work again!) | Aaron Kennedy | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Fix snow demo | Aaron Kennedy | 2009-10-09 | 1 | -2/+2 |
| | |||||
* | lowercase ids | Yann Bodson | 2009-10-06 | 4 | -30/+30 |
| | |||||
* | Fix example | Aaron Kennedy | 2009-09-21 | 1 | -2/+2 |
| | |||||
* | Follow renamed to SpringFollow. | Martin Jones | 2009-09-10 | 1 | -3/+3 |
| | |||||
* | Rename positioners. | Warwick Allison | 2009-08-24 | 1 | -1/+1 |
| | | | | QFxBasePositioner still exists though. | ||||
* | fromState -> from, toState -> to for Transition. | Michael Brasser | 2009-08-24 | 1 | -2/+2 |
| | |||||
* | SetPropertyAction -> PropertyAction | Martin Jones | 2009-08-21 | 1 | -3/+3 |
| | |||||
* | Rename State change elements. | Martin Jones | 2009-08-21 | 1 | -2/+2 |
| | | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges | ||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | Fix angle. | Michael Brasser | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-13 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Rename layouts to positioners | Alan Alpert | 2009-08-13 | 1 | -1/+1 |
| | | |||||
* | | QGraphicsRotation3D has been merged into QGraphicsRotation. | Michael Brasser | 2009-08-13 | 1 | -2/+2 |
|/ | |||||
* | Fix due to fillMode PreserveAspect -> PreserveAspectFit | Martin Jones | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | Change key handling to use a Keys attached property. | Martin Jones | 2009-08-12 | 1 | -9/+8 |
| | | | | | Replaces KeyAction, allowing focus to be set on the actual item that wants focus, rather than a separate handler item. | ||||
* | Use new enum ints (should be ids!) | Warwick Allison | 2009-07-31 | 1 | -2/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-31 | 2 | -2/+2 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfximage.cpp | ||||
| * | Rename centeredIn to centerIn. | Michael Brasser | 2009-07-31 | 2 | -2/+2 |
| | | |||||
* | | tile/preservseAspect are now fillMode | Warwick Allison | 2009-07-31 | 1 | -1/+1 |
|/ | | | | as per API review | ||||
* | fixes in examples and demos | Lars Knoll | 2009-07-29 | 1 | -1/+1 |
| | | | | | Fixed all examples and demos to work after the changes to Flipable and Rotation3D. | ||||
* | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 3 | -0/+6 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Add an inSync property that holds whether the target has "caught up" | Martin Jones | 2009-07-20 | 1 | -4/+5 |
| | | | | Useful for determining when the target has finished animating. | ||||
* | Remove unnecessary stuff from the example | Aaron Kennedy | 2009-07-17 | 3 | -15/+0 |
| | |||||
* | Add non-threadsafe QGuard class | Aaron Kennedy | 2009-07-17 | 1 | -0/+0 |
| | |||||
* | "snow" demo | Aaron Kennedy | 2009-07-17 | 4 | -0/+170 |