summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/helloworld
Commit message (Collapse)AuthorAgeFilesLines
* Add license headers for .qml files.Jason McDonald2010-05-214-0/+160
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Use enum rather than string for easing type.Yann Bodson2010-05-051-1/+1
|
* Doc improvements, simplify example codeBea Lam2010-05-053-3/+6
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-084-4/+4
|
* Make QML 'hello world' tutorial less confusing.Yann Bodson2010-04-013-20/+19
| | | | Task-number: QTBUG-9384
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-231-1/+1
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-222-2/+2
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-1/+1
| | | | | | | | | | | 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.
* Fix tutorial3.Michael Brasser2009-11-291-1/+1
| | | | Task-number: QTBUG-6306
* use right typeYann Bodson2009-11-251-1/+1
|
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-1/+1
|
* use enums rather than strings in examplesYann Bodson2009-10-261-1/+1
|
* move files to avoid duplication.Yann Bodson2009-10-075-20/+0
|
* Update 'hello world' tutorial.Yann Bodson2009-10-075-77/+97
|
* lowercase idsYann Bodson2009-10-065-22/+22
|
* 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>
* Rename positioners.Warwick Allison2009-08-242-2/+2
| | | | QFxBasePositioner still exists though.
* fromState -> from, toState -> to for Transition.Michael Brasser2009-08-241-2/+2
|
* Rename State change elements.Martin Jones2009-08-211-1/+1
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming Rect -> RectangleYann Bodson2009-08-195-5/+5
|
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-143-3/+3
|
* Rename layouts to positionersAlan Alpert2009-08-132-2/+2
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-235-0/+10
| | | | | Adjust examples and demos accordingly. As per QT-558
* Color property is required to be explicity set (at least for now).Michael Brasser2009-06-261-1/+1
|
* 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-261-1/+1
|/
* white background no good in web page, go grayWarwick Allison2009-05-063-3/+3
|
* Use QML properties syntaxAaron Kennedy2009-05-012-6/+5
|
* Doc work.Michael Brasser2009-05-015-0/+132