summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-236-8/+20
|\
| * Make sure action events are reversed when not part of a transition.Michael Brasser2009-07-231-1/+4
| * Stricter matching for ParentChangeAction.Michael Brasser2009-07-235-7/+16
* | Allow span of versions to be defined, not just one.Warwick Allison2009-07-2315-25/+25
* | Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-2315-25/+25
|/
* Remove moveToParent property.Michael Brasser2009-07-226-71/+152
* Doc clarification.Michael Brasser2009-07-201-2/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-203-5/+32
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-202-0/+5
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-201-0/+4
| | |\
| | | * Add missing docs.Michael Brasser2009-07-201-0/+4
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-171-6/+3
| | |\ \ | | | |/
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-173-112/+40
| | |\ \
| | * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-162-0/+13
| | |\ \ \
| | * | | | Fix a bug in QmlFollowAlan Alpert2009-07-161-0/+1
| * | | | | Add an inSync property that holds whether the target has "caught up"Martin Jones2009-07-202-5/+27
| | |_|_|/ | |/| | |
* | | | | Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-2013-23/+18
|/ / / /
* | | | 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