summaryrefslogtreecommitdiffstats
path: root/examples/declarative/keyinteraction
Commit message (Collapse)AuthorAgeFilesLines
* Fix FocusScope example.Michael Brasser2011-02-181-1/+1
| | | | | Task-number: QTBUG-17501 Reviewed-by: Martin Jones
* Update copyright year to 2011.Jason McDonald2011-01-105-5/+5
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-295-5/+5
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Doc: Fixed text in license headers.David Boddie2010-09-135-5/+5
|
* Rename example component file for clarityBea Lam2010-08-054-8/+22
| | | | Task-number: QTBUG-12633
* QML focus API updates.Michael Brasser2010-07-214-11/+11
| | | | | | | | | The wantsFocus property has been renamed to activeFocus, to better reflect its value. Reading and writing the focus property is also now consistent -- this property represents focus within a scope. Other small changes were made to keep things consistent with the new naming. Reviewed-by: Aaron Kennedy
* Examples clean upBea Lam2010-06-283-7/+9
|
* Improve appearance when scalingBea Lam2010-06-281-6/+11
|
* qmldir no longer necessaryBea Lam2010-06-221-4/+0
|
* Add license headers for .qml files.Jason McDonald2010-05-215-0/+200
| | | | | | | 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-1610-0/+286
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).