summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup.Michael Brasser2009-07-171-6/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-162-48/+18
|\
| * Add an errors() signal to QFxViewKai Koehne2009-07-162-48/+18
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-162-14/+55
|\ \ | |/
| * Add QmlPalette::darker() and QmlPalette::lighter().Yann Bodson2009-07-162-0/+13
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-07-154-3/+340
| |\
| * | Make QmlPalette properties notifiable.Yann Bodson2009-07-152-14/+42
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-158-4/+618
|\ \ \ | | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-141-3/+2
| |\ \
| | * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-145-12/+278
| | |\ \ | | | |/
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-0913-55/+1273
| | |\ \
| | * | | Allow relative URLsWarwick Allison2009-07-091-3/+2
| * | | | Update .pri for QmlTimer move.Martin Jones2009-07-141-0/+2
| * | | | Move QmlTimer to util/Martin Jones2009-07-142-0/+336
| | |_|/ | |/| |
| * | | Doc (fixed typo)Kai Koehne2009-07-141-1/+1
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-07-141-11/+1
| |\ \ \
| | * | | Compile.Bjørn Erik Nilsen2009-07-141-1/+1
| * | | | Add access to Qt palettes from QML.Yann Bodson2009-07-143-0/+276
| | |_|/ | |/| |
* | | | Add experimental FocusRealm support.Michael Brasser2009-07-151-1/+1
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-131-13/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Start moving debugger out of processAaron Kennedy2009-07-131-10/+0
| |/ /
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-1046-2532/+2241
|\ \ \ | |/ /
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-082-13/+18
| |\ \
| | * | Fix custom string convertors for animations.Michael Brasser2009-07-081-1/+1
| | * | Support custom string convertors for animations.Michael Brasser2009-07-082-13/+18
| * | | Add a modulus property to Follow to allow "wrapping".Martin Jones2009-07-082-5/+56
| |/ /
| * | 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