summaryrefslogtreecommitdiffstats
path: root/tools/qml/qml.pro
Commit message (Collapse)AuthorAgeFilesLines
* Adding plugin qmltooling/qmlostplugin for QML debugging over OST (USB) on ↵Tom Sutcliffe2011-04-141-1/+1
| | | | | | | Symbian. Task-number: QTBUG-18764 Reviewed-by: kkoehne
* QmlDebug: Rename 'tcpserver' library to 'qmldbg_tcp'Kai Koehne2011-04-141-1/+1
| | | | | | | Make the name less ambiguous, especially on Symbian were all .dlls end up in sys\bin. Reviewed-by: Pawel Polanski
* Rename 'plugins\qmldebugging' (work around qmake issues)Kai Koehne2011-02-111-2/+2
| | | | | | | | | On Windows, qmake places the tcpserver.dll in a 'plugins\qmlreleaseging' folder, which broke remote debugging of QtDeclarative completely. New name 'qmltooling' while being not so specific, avoids the use of 'debug' in the folder name. Task-number: QTBUG-17360 Reviewed-by: Martin Jones
* Fix declarative autotest compilation on SymbianJoona Petrell2011-01-181-6/+0
| | | | | Task-number: Reviewed-by: Martin Jones
* QDeclarativeDebug: Include debugger plugin in qmlviewer.sisKai Koehne2010-12-171-0/+5
| | | | | | | Developers that want to debug qml on their device have to now install qmlviewer.sis. Reviewed-by: Christiaan Janssen
* QmlViewer: Remove trailing whitespaceKai Koehne2010-12-101-2/+2
|
* QML Viewer should be put under QtDemos instead of QtExamples folder in ↵Joona Petrell2010-08-301-1/+1
| | | | | | | Symbian app menu Task-number: Reviewed-by: Martin Jones
* Increase maximum heap size of QML ViewerJoona Petrell2010-08-051-1/+1
| | | | | Task-number: QTBUG-12029 Reviewed-by: Martin Jones
* Make it possible to manually set the orientation of QML Viewer on SymbianJoona Petrell2010-08-031-0/+3
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-12142 Reviewed-by: Warwick Allison This patch brings ability to switch QML Viewer's orientation between auto-orientation (=follow sensor), portrait and landscape orientations (lock orientation) on Symbian. It provides same orientation options as Qt Creator 2.1's Qt QML Standalone Application creation wizard. Also, menu item rotateOrientation now works on Symbian, but it's hidden when orientation mode is set to auto-orientation. Property runtime.orientation has been switched back to supporting four-way orientation on Symbian, previously it only updated values between portrait and landscape. If your application only supports landscape or portrait modes, just don't react to the inverted orientations. Added orientation example screenorientation under examples/declarative. The patch includes a fix for calculator example, which rotated to wrong direction when switching from portrait to landscape. Also, improved qdeclarativeviewer unit tests. Changes have been tested to work on Windows, Linux and Symbian^3.
* Only support portrait and landscape orientations on Symbian when updating ↵Joona Petrell2010-07-131-1/+0
| | | | | | | the runtime.orientation property Task-number: QTBUG-12036 Reviewed-by: Martin Jones
* Add Symbian support for runtime.orientation propertyJoona Petrell2010-07-071-0/+4
| | | | | Task-number: Reviewed-by: Martin Jones
* 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.