Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix use of qmlapplicationviewer. | Daniel Molkentin | 2011-11-21 | 1 | -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 modifications | artoka | 2011-11-17 | 12 | -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 Boddie | 2011-06-08 | 3 | -0/+120 |
| | |||||
* | Squashed commit of the changes from the mobile-examples repository | David Boddie | 2011-04-28 | 13 | -0/+838 |
| | | | | (4.7-generated-declarative branch). | ||||
* | Write Qt Quick 1.1 right-to-left documentation and examples | Joona Petrell | 2011-03-18 | 7 | -189/+0 |
| | | | | | | | Task-number: QTBUG-11042 Reviewed-by: Martin Jones Change-Id: I6319992dec52a4d9252c2df39801ebe6a7dee75d | ||||
* | Add LayoutMirroring attached property for mirroring QML layouts | Joona Petrell | 2011-03-01 | 1 | -1/+21 |
| | | | | | | Task-number: QTBUG-17280 Reviewed-by: Martin Jones Change-Id: I34a623b49ce0fd5c05ae7a7ea5d0437c107b8a9b | ||||
* | Add a layout direction example to positioners | Joona Petrell | 2011-01-19 | 7 | -0/+169 |
| | | | | | Task-number: Reviewed-by: Alan Alpert | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 2 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Remove accidentially committed .qmlproject.user file, ignore this filetype | Daniel Molkentin | 2010-10-22 | 1 | -41/+0 |
| | | | | Reviewed-By: Thomas Hartmann | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 2 | -2/+2 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Doc: Fixed text in license headers. | David Boddie | 2010-09-13 | 2 | -2/+2 |
| | |||||
* | Make declarative examples a bit more qt-like. | Yann Bodson | 2010-08-26 | 2 | -0/+0 |
| | |||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 2 | -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 various | Bea Lam | 2010-05-16 | 6 | -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). |