Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Temporary fix for Attached properties | Warwick Allison | 2009-07-23 | 2 | -4/+4 |
| | | | | | | | | and correct fix for Qt/4.6/Component reference. Attached properties should be resolved like other types (i.e. through the QmlEngine::resolveType functions), otherwise non-Qt attached properties will not work, and constructs like this will not work: Wrapper.Qt.PathView.scale | ||||
* | Don't try to record while constructing (size is wrong). | Warwick Allison | 2009-07-23 | 1 | -6/+1 |
| | |||||
* | Allow span of versions to be defined, not just one. | Warwick Allison | 2009-07-23 | 58 | -124/+154 |
| | | | | Span is from version where introduced (all 4.6) to current QT_VERSION. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-23 | 11 | -70/+29 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Minor header cleanup. | Michael Brasser | 2009-07-23 | 3 | -2/+2 |
| | | |||||
| * | remove the id property in QFxItem | Lars Knoll | 2009-07-22 | 2 | -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 Knoll | 2009-07-22 | 10 | -36/+27 |
| | | | | | | | | | | | | Add a ItemNegativeZStacksBehindParent flag to QGraphicsItem to get the behavior we need in QFxItems. Removed the z property in QFxItems. | ||||
* | | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 291 | -113/+590 |
|/ | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Remove an unused method in QFxItem | Lars Knoll | 2009-07-22 | 12 | -50/+0 |
| | | | | | propertyInfo was not used by anything, let's just get rid of it. | ||||
* | More cleanups in QFxItem | Lars Knoll | 2009-07-22 | 4 | -56/+13 |
| | | | | | Remove the pos, x and y properties and use the ones in QGraphicsObject instead | ||||
* | First round of cleanups for QFxItem | Lars Knoll | 2009-07-22 | 7 | -150/+33 |
| | | | | | Removed some methods that are already implemented in QGraphicsItem/Object. | ||||
* | Fix GraphicsObjectContainer. | Michael Brasser | 2009-07-22 | 2 | -0/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-22 | 2 | -2/+11 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-07-22 | 77 | -930/+1266 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Make setRoleNames() protected and improve docs. | Martin Jones | 2009-07-22 | 2 | -2/+11 |
| | | | |||||
* | | | Remove moveToParent property. | Michael Brasser | 2009-07-22 | 8 | -138/+152 |
| |/ |/| | | | | | Functionality has been moved to ParentChange. | ||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-21 | 98 | -1103/+1500 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-21 | 13 | -37/+342 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * \ | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-07-21 | 2 | -5/+5 |
| | |\ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | Move the Script interface of QmlComponent to QmlBindableComponent | Alan Alpert | 2009-07-21 | 9 | -31/+290 |
| | | | | | |||||
| | * | | | Update AnimatedImage item to be more similar to Animations | Alan Alpert | 2009-07-20 | 5 | -6/+52 |
| | | | | | | | | | | | | | | | | | | | | Now has playing and paused properties that should behave the same. | ||||
| * | | | | Fix repaint errors. | Michael Brasser | 2009-07-21 | 1 | -2/+7 |
| | |/ / | |/| | | | | | | | | | | Make sure the old bounding rect is repainted when we change size. | ||||
| * | | | Doc clarification. | Michael Brasser | 2009-07-20 | 1 | -2/+1 |
| | | | | |||||
| * | | | Fix crash. | Michael Brasser | 2009-07-20 | 1 | -3/+4 |
| |/ / | |||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-07-20 | 56 | -860/+825 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Remove unnecessary methods from QmlBinding | Aaron Kennedy | 2009-07-20 | 2 | -14/+3 |
| | | | | | | | | | | | | | | | | QmlBinding is no longer instantiable from QML, so this stuff isn't needed. | ||||
| | * | | Prevent expression evaluation data from overlapping | Aaron Kennedy | 2009-07-20 | 3 | -4/+20 |
| | | | | |||||
| | * | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-20 | 49 | -241/+382 |
| | |\ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | Rework expression stuff to use a more efficient notify handler | Aaron Kennedy | 2009-07-20 | 14 | -328/+246 |
| | | | | | |||||
| | * | | | Rename QmlBindableValue to QmlBinding | Aaron Kennedy | 2009-07-20 | 28 | -109/+100 |
| | | | | | |||||
| | * | | | Simplify binding optimization | Aaron Kennedy | 2009-07-20 | 4 | -423/+116 |
| | | | | | |||||
| | * | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-20 | 14 | -42/+56 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | | Add some basic QML benchmarks | Aaron Kennedy | 2009-07-17 | 17 | -0/+358 |
| | | | | | | |||||
| * | | | | | Allow minehunt example to compile again. | Alan Alpert | 2009-07-20 | 1 | -1/+0 |
| | |_|/ / | |/| | | | | | | | | | | | | | qmlbindablevalue had been renamed and no-one updated this file. | ||||
| * | | | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-07-20 | 11 | -27/+64 |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-07-20 | 37 | -185/+250 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | | Add an inSync property that holds whether the target has "caught up" | Martin Jones | 2009-07-20 | 4 | -11/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | Useful for determining when the target has finished animating. | ||||
| | * | | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-07-20 | 1322 | -25536/+33693 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-07-15 | 9 | -13/+188 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | | | Remove unnecessary semicolons | Martin Jones | 2009-07-14 | 6 | -16/+16 |
| | | | | | | | |||||
| | * | | | | | Add Timer to elements reference | Martin Jones | 2009-07-14 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Update Gnome theme to only spin on mouse over, like same-gnome | Alan Alpert | 2009-07-20 | 8 | -24/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that currently we can only get mouse move signals if a button is pressed. | ||||
| * | | | | | | Pause instead of stop when playing == false. | Alan Alpert | 2009-07-20 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Fix bug in AnimatedImage where it wouldn't show until played | Alan Alpert | 2009-07-20 | 2 | -4/+11 |
| | |_|_|/ / | |/| | | | | |||||
| * | | | | | Bug fixes for SameGame demo | Alan Alpert | 2009-07-20 | 5 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | pngs are now 40x40, swapping between themes works again. | ||||
| * | | | | | Use the images from Same Gnome as our second theme. | Alan Alpert | 2009-07-20 | 8 | -12/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also stopped switching background as part of the theme, partly because SameGnome doesn't have a background image and partly because it wasn't working right anyway. | ||||
| * | | | | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-07-20 | 44 | -135/+552 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | | | | Emit selectionChange when setSelection is called | Alan Alpert | 2009-07-20 | 1 | -0/+5 |
| | | | | | | | |||||
| * | | | | | | Add selection control to QFxLineEdit | Alan Alpert | 2009-07-20 | 3 | -113/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should behave the same as in QFxTextEdit | ||||
| * | | | | | | Fixup minehunt example with the new style particle explosions | Alan Alpert | 2009-07-20 | 2 | -4/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that there seems to be a bug still with when the RunScriptAction is called. |