Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't accidently override originals. | Michael Brasser | 2009-10-20 | 1 | -1/+2 |
| | |||||
* | Make sure ParentChange always saves original parent. | Michael Brasser | 2009-10-11 | 1 | -3/+1 |
| | |||||
* | Fix bug with signal overrides. | Michael Brasser | 2009-09-25 | 1 | -2/+2 |
| | |||||
* | Fix bug when cancelling anchor change mid-transition. | Michael Brasser | 2009-09-03 | 1 | -0/+3 |
| | |||||
* | Doc fixes | Yann Bodson | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | Fix compile after merge from 4.6. | Michael Brasser | 2009-08-25 | 1 | -2/+2 |
| | |||||
* | Property changes after API review. | Michael Brasser | 2009-08-20 | 1 | -2/+2 |
| | | | | | State:operations -> changes Transition:operations -> animations | ||||
* | doc cleanup | Yann Bodson | 2009-08-19 | 1 | -34/+0 |
| | |||||
* | Don't leak bindings. | Michael Brasser | 2009-08-06 | 1 | -7/+4 |
| | | | | Make sure we clean up bindings for a cancelled state change. | ||||
* | Remove some warnings | Yann Bodson | 2009-08-03 | 1 | -9/+10 |
| | |||||
* | Fix ParentChange in states. | Michael Brasser | 2009-07-28 | 1 | -5/+23 |
| | | | | Make sure we can override when necessary. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-23 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-23 | 1 | -4/+4 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Allow span of versions to be defined, not just one. | Warwick Allison | 2009-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Span is from version where introduced (all 4.6) to current QT_VERSION. | ||||
| * | | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | | | Get anchor change transitions working. | Michael Brasser | 2009-07-23 | 1 | -4/+24 |
| |/ |/| | |||||
* | | Stricter matching for ParentChangeAction. | Michael Brasser | 2009-07-23 | 1 | -4/+4 |
|/ | |||||
* | Remove moveToParent property. | Michael Brasser | 2009-07-22 | 1 | -13/+34 |
| | | | | Functionality has been moved to ParentChange. | ||||
* | Rename QmlBindableValue to QmlBinding | Aaron Kennedy | 2009-07-20 | 1 | -3/+3 |
| | |||||
* | Remove QmlSetProperty | Aaron Kennedy | 2009-07-01 | 1 | -128/+18 |
| | | | | This involves the introduction of separation between states and transition application. This was necessary to allow layouts to continue to use transitions. | ||||
* | StateOperation doesn't need to be instantiated from Qml. | Michael Brasser | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Support animating dot properties. | Michael Brasser | 2009-06-30 | 1 | -1/+3 |
| | | | | | Make sure we can handle things like PropertyAnimation { property: "anchors.leftMargin" } | ||||
* | Update SetProperties to handle changing bindings | Aaron Kennedy | 2009-06-26 | 1 | -26/+58 |
| | | | | Also removed all uses of SetProperty | ||||
* | A little cleanup | Aaron Kennedy | 2009-06-25 | 1 | -37/+65 |
| | |||||
* | Remove extraneous semicolons. | Martin Jones | 2009-05-26 | 1 | -2/+2 |
| | | | | Caused massive number of warnings with winscw | ||||
* | Add a SetProperties::restoreEntryValues property to store the state ↵ | Aaron Kennedy | 2009-05-19 | 1 | -2/+2 |
| | | | | restoring property entry values | ||||
* | Apply a states binding changes even if there is no transition. | Michael Brasser | 2009-05-11 | 1 | -6/+11 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Smith | 2009-04-29 | 1 | -33/+33 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -33/+33 |
| | | |||||
* | | qdoc: Corrected some qdoc warnings. | Martin Smith | 2009-04-29 | 1 | -1/+0 |
|/ | |||||
* | Replace the use of the obsolete GfxEasing with QEasingCurve. | Michael Brasser | 2009-04-27 | 1 | -1/+0 |
| | |||||
* | Merge in changes to old kinetic-dui branch. | Michael Brasser | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+469 |