summaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmldialcontrol
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Fix application exiting in embedded qml examplesJoona Petrell2010-08-301-0/+2
| | | | | Task-number: QTBUG-13178 Reviewed-by: Martin Jones
* Fixes deployment rules for embedded qml demos application.Aaron McCarthy2010-07-191-0/+1
| | | | | | The deployment rules for the qml resources in the embedded qml demo applications were not being generated correctly as data_caging_paths was not being loaded.
* Fixed a relative path problem in qml demos.axis2010-06-291-1/+1
| | | | | | qmake doesn't handle the relative path very well. RevBy: Alessandro Portale
* Assigning 0xA UID3s to the new standalone qml demosAlessandro Portale2010-06-171-1/+1
| | | | | Task-number: QTBUG-10148 Reviewed-by: Aleksandar Sasha Babic
* Standalone Qml demos for FluidlauncherAlessandro Portale2010-06-033-0/+84
There new Qml demos are self-contained Qml applications, ready to be run on Symbian devices: qmlcalculator qmlclocks qmldialcontrol qmleasing qmlflickr qmlphotoviewer qmltwitter Since these depend on the DEPLOYMENT feature of qmake, they currently will only work for Symbian and theoretically WinCE/Mobile. TODO: create INSTALLS rules in order to support more platforms. Task-number: QTBUG-10148 Reviewed-By: axis