summaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2917-18/+18
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix example.Michael Brasser2010-09-241-1/+1
|
* Make dialcontrol.qml usable on highres capacitive screenAlessandro Portale2010-09-161-0/+1
|
* Doc: Fixed text in license headers.David Boddie2010-09-1317-17/+17
|
* Add missing license headersJoona Petrell2010-08-311-0/+40
| | | | | Task-number: Reviewed-by: Martin Jones
* Fix application exiting in embedded qml examplesJoona Petrell2010-08-303-0/+17
| | | | | Task-number: QTBUG-13178 Reviewed-by: Martin Jones
* Enable mouse text selection in searchbox exampleMartin Jones2010-08-221-0/+1
| | | | | | Add selectByMouse: true Task-number: QTBUG-13024
* Doc: Fixes to Qt Quick documentation.David Boddie2010-08-092-1/+5
| | | | | Reviewed-by: Trust Me To-be-verified-by: Qt Doc Team
* Added QDeclarativeSpringAnimationmae2010-07-071-9/+10
| | | | | | | | | | | | | The QDeclarativeSpringAnimation is a replacement for QDeclarativeSpringFollow. The idea is to remove the Follows quickly. Follows used to have an inSync property. In order to provide an alternative mechanism, the commit also fixes the running property for animations which are controlled by a behavior. Previously running would always return false and never change. Now running does change and indicates that the animation is running indeed.
* doc improvementsBea Lam2010-07-061-1/+6
|
* Examples clean upBea Lam2010-06-283-5/+5
|
* Clean up some examplesBea Lam2010-06-229-11/+25
|
* Improve input panel handling in declarative demos and examplesJoona Petrell2010-06-032-2/+7
| | | | | Task-number: QTBUG-11157 Reviewed-by: Warwick Allison
* Doc fixes, improvementsBea Lam2010-05-261-0/+0
|
* Integrate some QML examples and demos into qtdemoAlan Alpert2010-05-2412-0/+228
| | | | | | | | | | | | | Includes minor changes and additions to the existing doc and examples, so that they follow Qt conventions better. Note that while blurring the background was part of the plan for the embedded QML viewer I could not get it to perform well enough. In the future, when blur is fast enough (or someone else can get it to perform better than I) -use-blur should become the default, and -no-blur the option. Task-number: QTBUG-10582
* Add license headers for .qml files.Jason McDonald2010-05-2114-0/+560
| | | | | | | 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-1635-0/+1560
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).