summaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmltwitter
Commit message (Collapse)AuthorAgeFilesLines
* Convert examples and demos to use Bearer Management.Aaron McCarthy2010-07-202-26/+39
| | | | | Task-number: QTBUG-10439 (cherry picked from commit 75db37022a9fd479e2a446b57e774eaf8e3e73ea)
* 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