summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/helloworld
Commit message (Collapse)AuthorAgeFilesLines
* Update contact information in license headers.Sergio Ahumada2012-08-014-8/+8
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-114-4/+4
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update copyright year to 2011.Jason McDonald2011-01-104-4/+4
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-294-4/+4
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Doc: Fixed text in license headers.David Boddie2010-09-134-4/+4
|
* 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