summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-0211-393/+346
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-026-73/+70
| |\
| * | Remove QmlSetPropertyAaron Kennedy2009-07-0111-393/+346
* | | Make performance logging classes private.Michael Brasser2009-07-027-8/+19
* | | Move timeline class to util and make private.Michael Brasser2009-07-024-1/+1167
* | | PropertyAnimation optimization and animation code cleanup.Michael Brasser2009-07-021-30/+15
| |/ |/|
* | Have ColorAnimation select all properties of type QColor by default.Michael Brasser2009-07-012-4/+11
* | ListModel code cleanup.Michael Brasser2009-07-012-46/+52
* | Change reversible transition semantics.Michael Brasser2009-07-012-8/+5
* | Cleanup.Michael Brasser2009-07-012-15/+2
|/
* Fix animation crash.Michael Brasser2009-07-011-0/+4
* StateOperation doesn't need to be instantiated from Qml.Michael Brasser2009-07-011-1/+1
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-3013-31/+42
* CleanupMichael Brasser2009-06-3021-22/+71
* Support animating dot properties.Michael Brasser2009-06-306-40/+58
* Move some non-essential classes to extra.Michael Brasser2009-06-297-1112/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-265-852/+279
|\
| * Make ease prefix optional.Michael Brasser2009-06-261-1/+7
| * Color property is required to be explicity set (at least for now).Michael Brasser2009-06-261-4/+0
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-06-264-66/+96
| |\
| * | Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-264-36/+36
| * | Fix animation bugs, and add autotest.Michael Brasser2009-06-261-5/+8
| * | Rename VariantAnimation -> PropertyAnimation.Michael Brasser2009-06-253-87/+86
| * | Optimize refactored animation classes.Michael Brasser2009-06-252-12/+34
| * | Refactoring animation code.Michael Brasser2009-06-253-747/+131
| * | Add support for setting/getting animation time.Michael Brasser2009-06-242-0/+13
* | | Update SetProperties to handle changing bindingsAaron Kennedy2009-06-267-53/+100
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-251-4/+4
|\ \
| * | No point running spring physics faster than our timer.Martin Jones2009-06-251-4/+4
| |/
* | A little cleanupAaron Kennedy2009-06-253-62/+92
|/
* Add pause/resume functionality for animations.Michael Brasser2009-06-243-1/+70
* Only objects or lists of objects can be default properties.Michael Brasser2009-06-221-1/+0
* Export QmlStateGroup so that it can be used by non-QFxItem DUI'sRhys Weatherley2009-06-161-1/+1
* Fixup headers.Michael Brasser2009-06-129-23/+21
* Behavior fixes.Michael Brasser2009-06-124-22/+49
* More explicit QUrl <-> QString conversion.Warwick Allison2009-06-111-5/+5
* Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-103-18/+11
* Make Q_DECLARE_PERFORMANCE_* empty if Q_ENABLE_PERFORMANCE_LOG undefinedMartin Jones2009-06-031-43/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-06-022-31/+17
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-011-1/+1
| |\
| * | Remove some pointless perf metricsAaron Kennedy2009-06-012-31/+17
* | | Remove more unneeded semicolons.Martin Jones2009-06-021-27/+27
| |/ |/|
* | Remove extra semicolons.Martin Jones2009-05-281-1/+1
|/
* Remove more unneeded semicolons.Martin Jones2009-05-275-17/+17
* Remove more unneeded semicolons.Martin Jones2009-05-2611-87/+87
* Remove more unneeded semicolons.Martin Jones2009-05-261-4/+4
* Remove extraneous semicolons.Martin Jones2009-05-2630-83/+83
* Use the true metatype of attached properties in the compilerAaron Kennedy2009-05-222-2/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-203-18/+20
|\
| * Log performance of adding script to the engine.Michael Brasser2009-05-203-2/+6