summaryrefslogtreecommitdiffstats
path: root/examples/declarative/keyinteraction
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
* keyintegration example modificationsartoka2011-11-1718-909/+8
| | | | | | | | | 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>
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-06-172-2/+2
|\ | | | | | | | | | | | | Conflicts: doc/src/declarative/righttoleft.qdoc examples/draganddrop/fridgemagnets/main.cpp examples/script/context2d/main.cpp
| * Fix QtDeclarative keyinteraction exampleYann Bodson2011-05-232-2/+2
| | | | | | | | Task-number: QTBUG-19033
* | 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-2817-16/+978
|/ | | | (4.7-generated-declarative branch).
* 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).