summaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmlflickr
Commit message (Collapse)AuthorAgeFilesLines
* Fix application exiting in embedded qml examplesJoona Petrell2010-08-301-1/+3
| | | | | Task-number: QTBUG-13178 Reviewed-by: Martin Jones
* Convert examples and demos to use Bearer Management.Aaron McCarthy2010-07-192-26/+39
| | | | Task-number: QTBUG-10439
* 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/+113
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