Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -4/+4 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 1 | -16/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp | ||||
| * | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | | |||||
* | | Make private headers _p | Aaron Kennedy | 2009-10-30 | 1 | -247/+292 |
| | | |||||
* | | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 1 | -2/+2 |
|/ | |||||
* | Update ScriptAction and StateChangeScript to use QmlScriptString. | Michael Brasser | 2009-10-23 | 1 | -3/+5 |
| | | | | | | | Now you can assign the script you want to run to the property directly, rather than assigning a string. Task-number: QT-734 | ||||
* | Add missing Q_OBJECT macros. | Michael Brasser | 2009-10-21 | 1 | -0/+2 |
| | |||||
* | SetPropertyAction -> PropertyAction | Martin Jones | 2009-08-21 | 1 | -5/+5 |
| | |||||
* | Renamed transition action elements | Martin Jones | 2009-08-21 | 1 | -8/+8 |
| | | | | | RunScriptAction -> ScriptAction ParentChangeAction -> ParentAction | ||||
* | Complete ParentChangeAction. | Michael Brasser | 2009-08-19 | 1 | -1/+4 |
| | | | | | Make it useful as a non-transition; add the ability to select by target, and set an explicit "to-value". | ||||
* | Provide a way to match RunScriptActions with RunScripts. | Michael Brasser | 2009-08-18 | 1 | -0/+2 |
| | |||||
* | Rename finishPlaying to alwaysRunToEnd. | Michael Brasser | 2009-08-18 | 1 | -2/+2 |
| | |||||
* | Rename filter to targets. | Michael Brasser | 2009-08-18 | 1 | -3/+2 |
| | |||||
* | Support custom string convertors for animations. | Michael Brasser | 2009-07-08 | 1 | -1/+1 |
| | |||||
* | Move timeline class to util and make private. | Michael Brasser | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Have ColorAnimation select all properties of type QColor by default. | Michael Brasser | 2009-07-01 | 1 | -1/+3 |
| | | | | | This allows you to write ColorAnimation {} in a transition and all colors that are changing will be handled by default. | ||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -2/+13 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Support animating dot properties. | Michael Brasser | 2009-06-30 | 1 | -0/+2 |
| | | | | | Make sure we can handle things like PropertyAnimation { property: "anchors.leftMargin" } | ||||
* | Rename VariantAnimation -> PropertyAnimation. | Michael Brasser | 2009-06-25 | 1 | -5/+5 |
| | |||||
* | Optimize refactored animation classes. | Michael Brasser | 2009-06-25 | 1 | -1/+3 |
| | |||||
* | Refactoring animation code. | Michael Brasser | 2009-06-25 | 1 | -60/+0 |
| | | | | | Greatly simplify the NumericAnimation and ColorAnimation classes. Still need to optimize. | ||||
* | Add pause/resume functionality for animations. | Michael Brasser | 2009-06-24 | 1 | -1/+2 |
| | |||||
* | Remove more unneeded semicolons. | Martin Jones | 2009-05-27 | 1 | -9/+9 |
| | |||||
* | Fixed #includes | Roberto Raggi | 2009-05-18 | 1 | -8/+8 |
| | |||||
* | Use correct 'from' value for repeating animations. | Michael Brasser | 2009-05-07 | 1 | -3/+11 |
| | | | | | Each loop, we need to check whether the user has set a from value, and if not get the current value. | ||||
* | Fixed qml's variant and color animations when started without transition | Leonardo Sobral Cunha | 2009-05-05 | 1 | -4/+13 |
| | | | | | | | | When the 'from' field is not set, it was not updated after running an animation twice. Now the color and variant animations behave as the numeric one, updating the 'from' value at the start of each run. Reviewed-by: Michael Brasser | ||||
* | Using QVariant for 'to' and 'from' values in QmlVariantAnimationPrivate | Leonardo Sobral Cunha | 2009-04-30 | 1 | -3/+3 |
| | | | | | | The 'to' and 'from' attiributes in QmlVariantAnimationPrivate were QmlNullableValue before, but we can query QVariant::isValid for the same purpose. | ||||
* | Using qvariant color interpolator for QmlColorAnimation | Leonardo Sobral Cunha | 2009-04-30 | 1 | -1/+7 |
| | |||||
* | Remove trailing whitespaces from qmlanimation* | Leonardo Sobral Cunha | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-04-27 | 1 | -13/+13 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Rename GfxValue to QmlTimeLineValue. | Michael Brasser | 2009-04-27 | 1 | -13/+13 |
| | | |||||
* | | Add a declarative data ptr to QObjectPrivate | Aaron Kennedy | 2009-04-27 | 1 | -2/+1 |
|/ | | | | This data ptr does not increase the size of the QObject, as we take advantage of space only used during destruction. Currently this data is only used to store an object's QmlContext, but it will be used for more later. | ||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+374 |