summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-03-0226-15/+15
|\ | | | | | | | | | | Conflicts: demos/declarative/minehunt/main.cpp demos/declarative/minehunt/minehunt.qml
| * Make SameGame tutorials share imagesAlan Alpert2010-03-0126-15/+15
| | | | | | | | | | | | | | | | | | It's a bit of a waste to have four copies of all of the images. And as an advanced tutorial throwing in a minor complication like this is probably beneficial. Additionally, the background has been replaced by a smaller JPEG version.
* | Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-023-5/+5
|/ | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-231-1/+1
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-2210-10/+10
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-182-2/+2
| | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well.
* Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-039-33/+33
| | | | | | examples accordingly. Task-number: QT-2786
* Update advanced tutorial with new imagesAlan Alpert2010-02-018-0/+0
| | | | | | Some of the images used in the example and documentation were still with the old graphics. This has been fixed so as to only use the new graphics.
* Remove samegame README (mentioned images have been replaced)Kai Koehne2010-01-221-10/+0
|
* Copy updated images from demos/samegame to samegame tutorialKai Koehne2010-01-225-0/+0
|
* Fix tutorial3.Michael Brasser2009-11-291-1/+1
| | | | Task-number: QTBUG-6306
* Fix use of XmlHttpRequest in examplesAlan Alpert2009-11-271-0/+1
|
* use right typeYann Bodson2009-11-251-1/+1
|
* Use console.log, not printWarwick Allison2009-11-231-1/+1
|
* Update examples for new SQL API.Warwick Allison2009-11-181-22/+10
|
* Update SameGame tutorial to discuss offline storageAlan Alpert2009-11-111-1/+3
| | | | | | Also removed the \target and got the navigation set up properly. Task-number: QT-2375
* Fix samegame tutorial 3Alan Alpert2009-11-101-12/+12
| | | | | the js file hadn't been updated to avoid global vars Also updating a missed particles element
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-062-2/+2
|
* fix javascript errors in samegame tutorialsYann Bodson2009-11-054-57/+102
|
* Use darker() and lighter() functions from global Qt object rather than from ↵Yann Bodson2009-11-058-8/+8
| | | | SystemPalette.
* Particles cleaned up and placed in in qmlgraphics/Alan Alpert2009-11-051-6/+7
| | | | | | | | | | | | | API changes: Removed bool streamIn Added int emissionRate Added int emissionVariance Added void burst(count, emissionRate=-1) While rewriting the internals to accomodate this, all other outstanding particles bugs were believed fixed. Task-number: QT-2392 QT-2391 QT-2390 QT-2406
* Remove QML SQL classesAaron Kennedy2009-10-2849-4143/+0
| | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs.
* cleanupYann Bodson2009-10-284-4/+4
|
* use enums rather than strings in examplesYann Bodson2009-10-261-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-082-8/+8
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| * doc cleanupYann Bodson2009-10-082-8/+8
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-089-136/+136
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| * move files to avoid duplication.Yann Bodson2009-10-075-20/+0
| |
| * Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-0739-0/+1011
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Update 'hello world' tutorial.Yann Bodson2009-10-075-77/+97
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-0752-42/+1043
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into test Conflicts: demos/declarative/samegame/content/samegame.js tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp
| * | Switch Same Game tutorial to using snippets properlyAlan Alpert2009-10-0711-1/+37
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-075-22/+22
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * lowercase idsYann Bodson2009-10-065-22/+22
| | |
| * | Add SameGame based advanced tutorialAlan Alpert2009-10-0739-0/+975
| |/ | | | | | | | | Could use some cleanup, as I didn't manage to get code snippets working correctly. Also might benefit from being re-written by a good tutor.
| * Fix example following API changes and fix window size for example 2.Bea Lam2009-10-058-9/+10
|/
* Move ComponentInstance functionality into LoaderMartin Jones2009-09-091-6/+6
|
* fix tutorial 3 - qmlviewer bails out with "id conflicts with type name"Frederik Gladhorn2009-09-071-2/+2
| | | | | | | the reason is that MouseRegion is used as id Merge-request: 1443 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Flickable locked property changed to interactive.Martin Jones2009-09-022-2/+2
| | | | Note that the meaning of the property has been reversed.
* Rename positioners.Warwick Allison2009-08-248-8/+8
| | | | QFxBasePositioner still exists though.
* fromState -> from, toState -> to for Transition.Michael Brasser2009-08-2416-34/+34
|
* Rename State change elements.Martin Jones2009-08-2120-89/+89
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming: Bind -> BindingYann Bodson2009-08-211-4/+4
|
* Renaming Rect -> RectangleYann Bodson2009-08-1930-37/+37
|
* Text-related API updates after reviewMichael Brasser2009-08-1914-14/+14
| | | | | Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to verticalAlignment. Other assorted fixes.
* Change Item.contents to Item.childrenRect.Michael Brasser2009-08-183-4/+4
|
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-143-3/+3
|
* Rename layouts to positionersAlan Alpert2009-08-138-8/+8
|
* Renaming: FocusRealm -> FocusScopeYann Bodson2009-08-033-3/+3
|
* Rename Rect.pen to Rect.borderMichael Brasser2009-07-313-3/+3
|