summaryrefslogtreecommitdiffstats
path: root/examples/declarative
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * Compile, tidy up code.Warwick Allison2009-07-173-13/+29
| | |
| * | Remove non-functioning opaque property.Michael Brasser2009-07-171-1/+0
| |/
* | "snow" demoAaron Kennedy2009-07-174-0/+170
|/
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-165-17/+49
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: src/declarative/fx/fx.pri
| * Improve loader exampleYann Bodson2009-07-165-17/+49
| | | | | | | | Use system palette and icons.
* | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-1515-0/+72
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: src/declarative/canvas/qsimplecanvas.cpp src/declarative/canvas/qsimplecanvasdebugplugin.cpp src/declarative/canvas/qsimplecanvasdebugplugin_p.h src/declarative/fx/qfxpainteditem.cpp src/declarative/util/qfxview.cpp tools/qmlviewer/qmlviewer.h
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-1414-0/+58
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Libraries and library versioning.Warwick Allison2009-07-1414-0/+58
| | |
| * | Move QmlTimer to util/Martin Jones2009-07-141-0/+14
| |/
* | Fix containsMouse.Michael Brasser2009-07-141-4/+2
|/
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-097-6/+119
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-0847-7/+1236
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Add a modulus property to Follow to allow "wrapping".Martin Jones2009-07-086-0/+83
| | | | | | | | | | | | Also add clock example to demonstrate.
| * | Browser UI improvements.Martin Jones2009-07-081-6/+36
| | |
* | | DocAaron Kennedy2009-07-0734-0/+1418
| |/ |/|
* | Improve QmlComponent APIAaron Kennedy2009-07-076-6/+6
| | | | | | | | Having to use QUrl::fromLocalFile() is crummy. Add appropriate overloads the QmlComponent, and resolve relative paths against a "base url" set on the QmlEngine.
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-063-7/+10
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Fix bug in createQmlObjectAlan Alpert2009-07-062-2/+2
| | | | | | | | | | | | | | | Wasn't actually loading the object's context properly, with regard to url resolution.
| * | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-022-4/+57
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Improve JS dynamic creationAlan Alpert2009-07-022-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | Renamed evalQml to be consistent with us, not javascript. Fixed bug where createComponent never had the right path. createQmlObject (evalQml) now has a parent as a argument. It also still has a bug where that parent doesnt get set properly, although it is used as the creation context also.
* | | DocAaron Kennedy2009-07-0644-0/+1226
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-0211-34/+52
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-029-9/+9
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Add parameterized synthesized signalsAaron Kennedy2009-07-029-9/+9
| | | | | | | | | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript.
| * | Beautification of dynamic object example.Alan Alpert2009-07-022-25/+43
| |/ | | | | | | | | Adds some error handling, and cleans up documentation and the example a little.
* | Make loader handle dummy data and get source URL right.Martin Jones2009-07-022-4/+57
|/
* Replace browser with loaded QML.Martin Jones2009-06-303-37/+44
|
* Simple QML browser/loader.Martin Jones2009-06-304-0/+73
|
* Rename notifiers: topChanged -> yChanged; leftChanged -> xChanged.Michael Brasser2009-06-301-1/+1
|
* Cleanup, fixes, and basic docs for XmlListModel.Michael Brasser2009-06-293-19/+19
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-2637-64/+86
|\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/states/states.qml examples/declarative/states/transitions.qml examples/declarative/tutorials/helloworld/t3/tutorial3.qml src/declarative/util/qmlanimation.cpp
| * Color property is required to be explicity set (at least for now).Michael Brasser2009-06-267-2/+9
| |