summaryrefslogtreecommitdiffstats
path: root/tools/qml/qmlruntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix recording of visual tests.Michael Brasser2010-10-191-0/+2
* Keep qmlviewer from disappearingAlan Alpert2010-10-151-0/+1
* Register QtQuick 1.0 module.Aaron Kennedy2010-09-291-0/+1
* Compile with QT_NO_GESTURES.Yann Bodson2010-09-151-0/+2
* Give file and line error information for errors in dummydata.Michael Brasser2010-09-151-5/+1
* Pause orientation sensors in Qml Viewer when the application window is not ac...Joona Petrell2010-09-071-0/+2
* Add a menu option to open remote files in the QML viewerAlan Alpert2010-08-201-0/+14
* Make it possible to manually set the orientation of QML Viewer on SymbianJoona Petrell2010-08-031-12/+62
* Improve utility of QMLViewerAaron Kennedy2010-07-291-6/+56
* Calling setMinimumSize(0, 0) on a top-level window sometimes triggers a bugRobert Griebl2010-07-121-34/+26
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-021-0/+2
|\
| * Removed compilation warning for systems with no OpenGL supportLasse Holmstedt2010-07-011-0/+2
* | qmlviewer: Update the proxy factory when the user changes the proxy.Martin Jones2010-07-021-42/+62
|/
* Remove qmlviewer dependency on QDeclarativeTimerMartin Jones2010-07-011-16/+15
* Fix so window will resize with the root object (broken byBea Lam2010-06-291-0/+1
* Adapt all qmlviewer testcases to the code changes in the actual viewer.Robert Griebl2010-06-281-11/+1
* Stop QMLLauncher from crashing on exit on Mac when quitting app via theBea Lam2010-06-281-0/+12
* fix QML Viewer resize modesRobert Griebl2010-06-251-4/+6
* forgot to cleanup the code a bit after adding Maemo5 supportRobert Griebl2010-06-251-4/+4
* Make the QML viewer usable on the N900Robert Griebl2010-06-251-172/+299
* Fix drawing flicker on Qml Viewer startupJoona Petrell2010-06-091-4/+3
* Fix slow network access in qmlviewer (Windows)Kai Koehne2010-06-081-0/+5
* Revert to Portrait/Landscape terminology for Orientation enum, withBea Lam2010-06-041-12/+12
* QML viewer now supports TopUp, TopDown, RightUp and LeftUp orientationsBea Lam2010-06-021-38/+44
* Fix for qml reloaded in qml viewer not being maximized properly on a deviceJoona Petrell2010-05-261-1/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-251-1/+2
|\
| * Get rid of 'noise' when using GL and the top-level item is an Item.Michael Brasser2010-05-241-1/+2
* | Remove old symbian specific IAP initialization.Martin Jones2010-05-251-26/+0
|/
* Renaming "Qml Launcher" back to "QML Viewer"Kai Koehne2010-05-181-6/+6
* Fix to work with file: URLs (eg. from qml -qmlbrowser)Warwick Allison2010-05-171-0/+1
* Rename QML Runtime (executable) to QML LauncherKai Koehne2010-05-141-6/+6
* Remove skins from qml launcher.Kai Koehne2010-05-141-242/+2
* Temporary work-around for QTBUG-9849.Warwick Allison2010-05-111-0/+11
* Resize qmlruntime window to new dimensions when orientation changesJoona Petrell2010-05-071-3/+16
* Another initialization fix. Unleak.Warwick Allison2010-05-051-0/+1
* Initialize variable and crash less.Martin Jones2010-05-051-0/+1
* Add a switch to the menu to hide/show the runtime warningsKai Koehne2010-05-051-2/+42
* Allow translations without extra command-line args, and document both.Warwick Allison2010-05-051-27/+45
* Fix remaining 4.6 type registrations (to 4.7).Warwick Allison2010-04-271-1/+1
* Unify naming of settings / UI to be "Qt Qml Runtime"Kai Koehne2010-04-261-3/+4
* Fix hidden menu on embedded.Warwick Allison2010-04-231-7/+16
* Show command line help / qml runtime output in GUIKai Koehne2010-04-201-1/+0
* Improve error messages, especially on embedded.Warwick Allison2010-04-201-1/+1
* ResizeMode support for QGraphicsWidgets created with QDeclarativeViewJoona Petrell2010-04-161-42/+70
* Update examples autotest to use the runtime directlyAaron Kennedy2010-04-151-15/+13
* Remove dead wgt support from qml runtimeAaron Kennedy2010-04-141-104/+10
* Merged 'orientation' into 'runtime' context property in qmlruntimeLeonardo Sobral Cunha2010-04-141-31/+14
* Add 'runtime' property to the rootContext of DeclarativeViewerLeonardo Sobral Cunha2010-04-141-0/+44
* Tune plugin import mechanismmae2010-04-081-0/+5
* Minor cleanup for visual test framework.Michael Brasser2010-03-311-1/+1