summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Introduce Loader item.Michael Brasser2009-07-305-22/+22
| | | | | The Loader item takes the qml/qmlItem functionality from Item and moves it to a specialized subclass.
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-2342-0/+84
| | | | | Adjust examples and demos accordingly. As per QT-558
* Add parameterized synthesized signalsAaron Kennedy2009-07-028-8/+8
| | | | Also changed syntax for emitting a signal to be consistent with normal QtScript.
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-2621-27/+35
|\ | | | | | | | | | | | | | | | | | | 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-265-1/+6
| |
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-06-261-8/+3
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Changed SetProperty to SetProperties to anticipate deprecation ofErik Verbruggen2009-06-231-8/+3
| | | | | | | | | | | | SetProperty.
| * | Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-2621-24/+24
| |/
* | Update SetProperties to handle changing bindingsAaron Kennedy2009-06-2620-274/+181
|/ | | | Also removed all uses of SetProperty
* more keword change fixes.Ian Walters2009-06-187-7/+7
| | | | Behaviour -> Behavior
* Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-073-3/+3
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-065-5/+5
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | white background no good in web page, go grayWarwick Allison2009-05-063-3/+3
| | |
* | | Move 'final' contacts application to demos.Ian Walters2009-05-078-537/+0
| |/ |/| | | | | | | | | | | | | | | | | | | Will finish the applicaiton in this directory to fully functional. Missing features - removing contacts, clearing search, key only access Known bugs - Scroll crashes if data changes while scrolling, VerticalLayout doesn't align horizontally correctly when in ListView delegate. ListView only shows one element on startup, even though query consistently indicates 1000 items as count.
* | Quote align center enum appropriatelyIan Walters2009-05-065-5/+5
|/
* Images for third chapter of the tutorialIan Walters2009-05-061-3/+3
|