Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | react on mouse press rather than click (feels faster) | mae | 2009-08-13 | 1 | -2/+2 |
| | |||||
* | Fix flowview example VisualModel -> VisualDataModel | Martin Jones | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | Fix angle. | Michael Brasser | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-13 | 23 | -24/+32 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Rename layouts to positioners | Alan Alpert | 2009-08-13 | 21 | -22/+22 |
| | | |||||
| * | Add delay parameter to the destroy function on QML objects | Alan Alpert | 2009-08-13 | 2 | -2/+10 |
| | | | | | | | | | | | | Also updated dynamic example to have a fadeout effect on deletion. Also slipped in a toStr function, as it didn't work when I called it toString. | ||||
* | | QGraphicsRotation3D has been merged into QGraphicsRotation. | Michael Brasser | 2009-08-13 | 2 | -3/+4 |
|/ | |||||
* | Fix due to fillMode PreserveAspect -> PreserveAspectFit | Martin Jones | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-12 | 5 | -19/+22 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Clearer name for two PreserveAspect modes. | Warwick Allison | 2009-08-10 | 1 | -4/+4 |
| | | |||||
| * | docs | Yann Bodson | 2009-08-10 | 1 | -0/+0 |
| | | |||||
| * | Add a PreserveAspectFill mode (needs a better name) | Yann Bodson | 2009-08-10 | 1 | -0/+3 |
| | | |||||
| * | Add new class QFxBorderImage. | Yann Bodson | 2009-08-09 | 3 | -17/+17 |
| | | | | | | | | | | * Move scalegrid code into QFxBorderImage * Update examples | ||||
* | | Change key handling to use a Keys attached property. | Martin Jones | 2009-08-12 | 1 | -9/+8 |
|/ | | | | | Replaces KeyAction, allowing focus to be set on the actual item that wants focus, rather than a separate handler item. | ||||
* | Add support for CSS-like horizontalTileRule and verticalTileRule to ScaleGrid. | Yann Bodson | 2009-08-06 | 7 | -0/+120 |
| | | | | | | * Simplify and improve QFxImage code by using qDrawBorderPixmap * Add horizontalTileRule and verticalTileRule to .sci files * Add example in example/declarative/border-image | ||||
* | Renaming: FontFamily -> FontLoader | Yann Bodson | 2009-08-04 | 1 | -4/+4 |
| | |||||
* | Example of smooth rect painting | Yann Bodson | 2009-08-04 | 3 | -0/+110 |
| | |||||
* | Renaming: FocusRealm -> FocusScope | Yann Bodson | 2009-08-03 | 3 | -3/+3 |
| | |||||
* | Rework VisualItemModel into VisualItemModel & VisualDataModel | Martin Jones | 2009-08-03 | 1 | -0/+57 |
| | | | | | | QFXVisualModel provides a base class for visual models. QFxVisualDataModel provides a visual model for Qt item view models. QFxVisualItemModel provides a model of QFxItems. | ||||
* | Use new enum ints (should be ids!) | Warwick Allison | 2009-07-31 | 1 | -2/+2 |
| | |||||
* | update for fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec | Warwick Allison | 2009-07-31 | 1 | -2/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-31 | 23 | -53/+121 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfximage.cpp | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-07-31 | 21 | -53/+55 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Rename Rect.pen to Rect.border | Michael Brasser | 2009-07-31 | 12 | -17/+17 |
| | | | |||||
| | * | Rename centeredIn to centerIn. | Michael Brasser | 2009-07-31 | 9 | -11/+11 |
| | | | |||||
| | * | Introduce Loader item. | Michael Brasser | 2009-07-30 | 7 | -25/+27 |
| | | | | | | | | | | | | | | | The Loader item takes the qml/qmlItem functionality from Item and moves it to a specialized subclass. | ||||
| * | | Add an example using FontFamily. | Yann Bodson | 2009-07-31 | 2 | -0/+66 |
| |/ | |||||
* | | tile/preservseAspect are now fillMode | Warwick Allison | 2009-07-31 | 5 | -3/+42 |
|/ | | | | as per API review | ||||
* | fix all examples after change to QGraphicsTransform::origin. | Lars Knoll | 2009-07-29 | 3 | -7/+7 |
| | |||||
* | fixes in examples and demos | Lars Knoll | 2009-07-29 | 2 | -8/+9 |
| | | | | | Fixed all examples and demos to work after the changes to Flipable and Rotation3D. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-07-29 | 2 | -2/+3 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fix for QmlPalette | Yann Bodson | 2009-07-28 | 2 | -2/+3 |
| | | | | | | | | | | Add a colorGroup property and remove palette properties from the root context. | ||||
* | | Add mass property to follow. | Martin Jones | 2009-07-29 | 1 | -2/+10 |
| | | |||||
* | | loader improvements. | Martin Jones | 2009-07-29 | 2 | -1/+118 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-07-23 | 140 | -29/+269 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Doc and example fixes for library qualification (QT-558) | Warwick Allison | 2009-07-23 | 20 | -29/+29 |
| | | |||||
| * | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 120 | -0/+240 |
| | | | | | | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | | make scrollbars look nice again. | Yann Bodson | 2009-07-23 | 1 | -7/+7 |
|/ | |||||
* | Move the Script interface of QmlComponent to QmlBindableComponent | Alan Alpert | 2009-07-21 | 1 | -2/+2 |
| | |||||
* | 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 ↵ | Martin Jones | 2009-07-20 | 8 | -25/+37 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-07-20 | 11 | -21/+174 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Make identical to non-simple example. | Warwick Allison | 2009-07-20 | 1 | -4/+13 |
| | | | |||||
| | * | Update in light of new Image.preserveAspect property | Warwick Allison | 2009-07-20 | 6 | -21/+10 |
| | | | |||||
| * | | 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. | ||||
* | | | Add an inSync property that holds whether the target has "caught up" | Martin Jones | 2009-07-20 | 2 | -6/+20 |
| |/ |/| | | | | | Useful for determining when the target has finished animating. | ||||
* | | Remove unnecessary stuff from the example | Aaron Kennedy | 2009-07-17 | 3 | -15/+0 |
| | | |||||
* | | Add non-threadsafe QGuard class | Aaron Kennedy | 2009-07-17 | 1 | -0/+0 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-17 | 4 | -14/+29 |
|\ \ | |/ | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfximage.h | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-17 | 3 | -13/+29 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui |