summaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components/dialcontrol
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-293-4/+4
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Make dialcontrol.qml usable on highres capacitive screenAlessandro Portale2010-09-161-0/+1
|
* Doc: Fixed text in license headers.David Boddie2010-09-133-3/+3
|
* 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
* 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 fixes, improvementsBea Lam2010-05-261-0/+0
|
* Integrate some QML examples and demos into qtdemoAlan Alpert2010-05-247-0/+189
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