summaryrefslogtreecommitdiffstats
path: root/tools/qml/qml.pro
Commit message (Collapse)AuthorAgeFilesLines
* Make the QML viewer usable on the N900Robert Griebl2010-06-251-0/+3
|
* Rename qml executable to qmlviewerKai Koehne2010-05-191-0/+2
| | | | | Revert the name of the 'qml' executable back to qmlviewer (QMLViewer on mac).
* Renaming "Qml Launcher" back to "QML Viewer"Kai Koehne2010-05-181-1/+1
| | | | | | | | | Change the official name of the qml executable back to "Qt QML Viewer" - the original name before it got renamed to "QML Runtime" and then "QML Launcher". Also, the new Mac OS X bundle name is "QMLViewer" (without a space to ease command line use).
* Add new logo for QML Launcher (Mac OS X)Kai Koehne2010-05-141-0/+1
|
* Rename QML Runtime (executable) to QML LauncherKai Koehne2010-05-141-1/+1
| | | | | | | | The qml executable was first referred to as QML Viewer, then QML Runtime ... however, the latter one caused much confusion (see old version of qmlruntime.qdoc). Doc changes reviewed by Leena Miettinen.
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-2/+0
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* only add phonon and scripttools dependencies if they're available, otherwise ↵Romain Pokrzywka2010-05-031-3/+7
| | | | | | | linking will fail Merge-request: 591 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Assigned a UID3 to qml.exe.Frans Englich2010-04-261-1/+1
| | | | Allocated in S60 Team's wiki over UID3s in Qt.
* Remove dead wgt support from qml runtimeAaron Kennedy2010-04-141-30/+5
|
* Reduce QML runtime capabilities to NetworkServices and ReadUserDataJoona Petrell2010-04-141-1/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-04-131-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fix qmake.pro after Symbian alternate build system integration Fix compile error Don't try to use so much permissions, use something a lot more sane A bit saner suggestion Remove not needed permissions Make compile on Symbian
| * Make compile on SymbianThomas Zander2010-04-121-1/+1
| |
* | Add Mac OS X bundle description for qml runtimeKai Koehne2010-04-091-0/+4
|/ | | | | | Also, it's now Qml.app instead of qml.app. An icon is still missing. Reviewed-by: con
* Minor cleanup for visual test framework.Michael Brasser2010-03-311-2/+2
|
* Fix SetDialogPreference build error on Symbian.Morten Johan Sørvig2010-03-121-1/+1
| | | | | Similar to 032d4ac63687d209ffef594bf6ef60e3db20bfa3.
* build fix for WinCEMaurice Kalinowski2010-03-011-1/+3
| | | | | | only use xmlpatterns if Qt is configured to build it Reviewed-by: Paul Olav Tvete
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+58
QDeclarativeXXX.