summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-236-8/+20
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-2343-494/+581
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fix possible crash in XmlListModel.Michael Brasser2009-07-231-0/+2
| |
| * Fix State when handling.Michael Brasser2009-07-232-4/+3
| |
| * Minor header cleanup.Michael Brasser2009-07-233-2/+2
| |
| * remove the id property in QFxItemLars Knoll2009-07-222-32/+0
| | | | | | | | | | id's are handled by QML directly; the id property here is not actually used anymore.
| * unify z-value handling in graphics and fx items.Lars Knoll2009-07-227-33/+12
| | | | | | | | | | | | Add a ItemNegativeZStacksBehindParent flag to QGraphicsItem to get the behavior we need in QFxItems. Removed the z property in QFxItems.
| * Remove an unused method in QFxItemLars Knoll2009-07-2212-50/+0
| | | | | | | | | | propertyInfo was not used by anything, let's just get rid of it.
| * More cleanups in QFxItemLars Knoll2009-07-223-55/+12
| | | | | | | | | | Remove the pos, x and y properties and use the ones in QGraphicsObject instead
| * First round of cleanups for QFxItemLars Knoll2009-07-226-148/+31
| | | | | | | | | | Removed some methods that are already implemented in QGraphicsItem/Object.
| * Fix GraphicsObjectContainer.Michael Brasser2009-07-222-0/+2
| |
| * Remove moveToParent property.Michael Brasser2009-07-228-138/+152
| | | | | | | | Functionality has been moved to ParentChange.
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-2157-1032/+971
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-2110-31/+336
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-212-5/+5
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Move the Script interface of QmlComponent to QmlBindableComponentAlan Alpert2009-07-217-27/+286
| | | | |
| | | * | Update AnimatedImage item to be more similar to AnimationsAlan Alpert2009-07-203-4/+50
| | | | | | | | | | | | | | | | | | | | Now has playing and paused properties that should behave the same.
| | * | | Fix repaint errors.Michael Brasser2009-07-211-2/+7
| | | |/ | | |/| | | | | | | | | Make sure the old bounding rect is repainted when we change size.
| | * | Doc clarification.Michael Brasser2009-07-201-2/+1
| | | |
| | * | Fix crash.Michael Brasser2009-07-201-3/+4
| | |/
| * | Add some (disabled) test code for limiting image size.Warwick Allison2009-07-211-1/+24
| | | | | | | | | | | | | | | QFxImage et al could benefit from a limit feature, especially for remote images.
* | | Add prototype value type supportAaron Kennedy2009-07-2315-124/+758
| |/ |/|
* | Remove unnecessary methods from QmlBindingAaron Kennedy2009-07-202-14/+3
| | | | | | | | QmlBinding is no longer instantiable from QML, so this stuff isn't needed.
* | Prevent expression evaluation data from overlappingAaron Kennedy2009-07-203-4/+20
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-2018-141/+164
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-208-21/+43
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-209-115/+109
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Add an inSync property that holds whether the target has "caught up"Martin Jones2009-07-202-5/+27
| | | | | | | | | | | | | | | | | | | | Useful for determining when the target has finished animating.
| | * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-20158-16861/+5092
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-154-11/+138
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | Remove unnecessary semicolonsMartin Jones2009-07-146-16/+16
| | | | | | |
| * | | | | | Pause instead of stop when playing == false.Alan Alpert2009-07-201-1/+1
| | | | | | |
| * | | | | | Fix bug in AnimatedImage where it wouldn't show until playedAlan Alpert2009-07-202-4/+11
| | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-2020-85/+154
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-204-1/+15
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | | Fix warning.Michael Brasser2009-07-201-1/+1
| | | | | | |
| | | * | | | Add missing docs.Michael Brasser2009-07-203-0/+14
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-1915-44/+99
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Remove debuggeryWarwick Allison2009-07-171-1/+0
| | | | | |
| * | | | | Add selection control to QFxLineEditAlan Alpert2009-07-203-113/+93
| | | | | | | | | | | | | | | | | | | | | | | | Should behave the same as in QFxTextEdit
| * | | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-1712-129/+71
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: demos/declarative/samegame/content/BoomBlock.qml
| * \ \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-17113-14121/+2103
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-1630-644/+546
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | | | | Fix a bug in QmlFollowAlan Alpert2009-07-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using a follow by turning it on and off at times was not working right.
* | | | | | | | | Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-2012-327/+245
| | | | | | | | |
* | | | | | | | | Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-2028-109/+100
| | | | | | | | |
* | | | | | | | | Simplify binding optimizationAaron Kennedy2009-07-204-423/+116
| | | | | | | | |
* | | | | | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-2011-41/+54
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui