summaryrefslogtreecommitdiffstats
path: root/examples/declarative/positioners
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of qmlapplicationviewer.Daniel Molkentin2011-11-211-1/+2
| | | | | | | - Two separate copies for demos and example - Fix deployment (don't install to opt in desktop case) Reviewed-by: Casper van Donderen
* positioners example modificationsartoka2011-11-1712-767/+6
| | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Doc: Added missing license headers for documentation and examples.David Boddie2011-06-083-0/+120
|
* Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-2813-0/+838
| | | | (4.7-generated-declarative branch).
* Write Qt Quick 1.1 right-to-left documentation and examplesJoona Petrell2011-03-187-189/+0
| | | | | | | Task-number: QTBUG-11042 Reviewed-by: Martin Jones Change-Id: I6319992dec52a4d9252c2df39801ebe6a7dee75d
* Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-011-1/+21
| | | | | | Task-number: QTBUG-17280 Reviewed-by: Martin Jones Change-Id: I34a623b49ce0fd5c05ae7a7ea5d0437c107b8a9b
* Add a layout direction example to positionersJoona Petrell2011-01-197-0/+169
| | | | | Task-number: Reviewed-by: Alan Alpert
* Update copyright year to 2011.Jason McDonald2011-01-102-2/+2
| | | | Reviewed-by: Trust Me
* Remove accidentially committed .qmlproject.user file, ignore this filetypeDaniel Molkentin2010-10-221-41/+0
| | | | Reviewed-By: Thomas Hartmann
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-292-2/+2
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Doc: Fixed text in license headers.David Boddie2010-09-132-2/+2
|
* Make declarative examples a bit more qt-like.Yann Bodson2010-08-262-0/+0
|
* Add license headers for .qml files.Jason McDonald2010-05-212-0/+80
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Restructure the examples. They are now organized into variousBea Lam2010-05-166-0/+310
subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).