summaryrefslogtreecommitdiffstats
path: root/examples/declarative
Commit message (Collapse)AuthorAgeFilesLines
* react on mouse press rather than click (feels faster)mae2009-08-131-2/+2
|
* Fix flowview example VisualModel -> VisualDataModelMartin Jones2009-08-131-1/+1
|
* Fix angle.Michael Brasser2009-08-131-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-1323-24/+32
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Rename layouts to positionersAlan Alpert2009-08-1321-22/+22
| |
| * Add delay parameter to the destroy function on QML objectsAlan Alpert2009-08-132-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 Brasser2009-08-132-3/+4
|/
* Fix due to fillMode PreserveAspect -> PreserveAspectFitMartin Jones2009-08-121-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-125-19/+22
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Clearer name for two PreserveAspect modes.Warwick Allison2009-08-101-4/+4
| |
| * docsYann Bodson2009-08-101-0/+0
| |
| * Add a PreserveAspectFill mode (needs a better name)Yann Bodson2009-08-101-0/+3
| |
| * Add new class QFxBorderImage.Yann Bodson2009-08-093-17/+17
| | | | | | | | | | * Move scalegrid code into QFxBorderImage * Update examples
* | Change key handling to use a Keys attached property.Martin Jones2009-08-121-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 Bodson2009-08-067-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 -> FontLoaderYann Bodson2009-08-041-4/+4
|
* Example of smooth rect paintingYann Bodson2009-08-043-0/+110
|
* Renaming: FocusRealm -> FocusScopeYann Bodson2009-08-033-3/+3
|
* Rework VisualItemModel into VisualItemModel & VisualDataModelMartin Jones2009-08-031-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 Allison2009-07-311-2/+2
|
* update for fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ecWarwick Allison2009-07-311-2/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-3123-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 Bodson2009-07-3121-53/+55
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Rename Rect.pen to Rect.borderMichael Brasser2009-07-3112-17/+17
| | |
| | * Rename centeredIn to centerIn.Michael Brasser2009-07-319-11/+11
| | |
| | * Introduce Loader item.Michael Brasser2009-07-307-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 Bodson2009-07-312-0/+66
| |/
* | tile/preservseAspect are now fillModeWarwick Allison2009-07-315-3/+42
|/ | | | as per API review
* fix all examples after change to QGraphicsTransform::origin.Lars Knoll2009-07-293-7/+7
|
* fixes in examples and demosLars Knoll2009-07-292-8/+9
| | | | | Fixed all examples and demos to work after the changes to Flipable and Rotation3D.
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-292-2/+3
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fix for QmlPaletteYann Bodson2009-07-282-2/+3
| | | | | | | | | | Add a colorGroup property and remove palette properties from the root context.
* | Add mass property to follow.Martin Jones2009-07-291-2/+10
| |
* | loader improvements.Martin Jones2009-07-292-1/+118
|/
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-07-23140-29/+269
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Doc and example fixes for library qualification (QT-558)Warwick Allison2009-07-2320-29/+29
| |
| * Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-23120-0/+240
| | | | | | | | | | Adjust examples and demos accordingly. As per QT-558
* | make scrollbars look nice again.Yann Bodson2009-07-231-7/+7
|/
* Move the Script interface of QmlComponent to QmlBindableComponentAlan Alpert2009-07-211-2/+2
|
* Allow minehunt example to compile again.Alan Alpert2009-07-201-1/+0
| | | | qmlbindablevalue had been renamed and no-one updated this file.
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-208-25/+37
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-2011-21/+174
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Make identical to non-simple example.Warwick Allison2009-07-201-4/+13
| | |
| | * Update in light of new Image.preserveAspect propertyWarwick Allison2009-07-206-21/+10
| | |
| * | Fixup minehunt example with the new style particle explosionsAlan Alpert2009-07-202-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 Jones2009-07-202-6/+20
| |/ |/| | | | | Useful for determining when the target has finished animating.
* | Remove unnecessary stuff from the exampleAaron Kennedy2009-07-173-15/+0
| |
* | Add non-threadsafe QGuard classAaron Kennedy2009-07-171-0/+0
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-174-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 Brasser2009-07-173-13/+29
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui