summaryrefslogtreecommitdiff
path: root/examples/declarative/keyinteraction/focus/Core
Commit message (Collapse)AuthorAgeFilesLines
* keyintegration example modificationsartoka2011-11-174-360/+0
| | | | | | | | | 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
* | Squashed commit of the changes from the mobile-examples repositoryDavid Boddie2011-04-282-0/+0
|/ | | | (4.7-generated-declarative branch).
* Update copyright year to 2011.Jason McDonald2011-01-114-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
|
* Rename example component file for clarityBea Lam2010-08-053-3/+16
| | | | Task-number: QTBUG-12633
* QML focus API updates.Michael Brasser2010-07-213-9/+9
| | | | | | | | | 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-282-5/+6
|
* 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-214-0/+160
| | | | | | | 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-177-0/+185
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).