summaryrefslogtreecommitdiffstats
path: root/tools/qml
Commit message (Collapse)AuthorAgeFilesLines
* QML viewer now supports TopUp, TopDown, RightUp and LeftUp orientationsBea Lam2010-06-025-50/+64
| | | | | | | | instead of Portrait/Landscape. The new orientations are named the same as the orientations in the QtMobility sensors module. Task-number: QTBUG-11106 Reviewed-by: akennedy
* Fix for qml reloaded in qml viewer not being maximized properly on a deviceJoona Petrell2010-05-261-1/+3
| | | | | Task-number: Reviewed-by: Martin Jones
* 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
| | | | | | | | Task-number: QTBUG-10911
* | Remove old symbian specific IAP initialization.Martin Jones2010-05-253-32/+0
|/
* Fix FolderListModel parentFolder property's file drive handlingJoona Petrell2010-05-211-0/+1
| | | | | Task-number: QT-3315 Reviewed-by: Martin Jones
* Add license headers for .qml files.Jason McDonald2010-05-211-0/+41
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Rename qml executable to qmlviewerKai Koehne2010-05-192-2/+4
| | | | | Revert the name of the 'qml' executable back to qmlviewer (QMLViewer on mac).
* Renaming "Qml Launcher" back to "QML Viewer"Kai Koehne2010-05-184-17/+17
| | | | | | | | | 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).
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-181-1/+5
|\
| * Set raster + gl viewport as the default for OS X.Michael Brasser2010-05-181-1/+5
| | | | | | | | | | | | This setup seems to work around most rendering bugs and timing issues. Task-number: QTBUG-10544
* | Move stuff from QML viewer to plugins.Warwick Allison2010-05-175-555/+1
| |
* | Fix to work with file: URLs (eg. from qml -qmlbrowser)Warwick Allison2010-05-171-0/+1
|/
* Add new logo for QML Launcher (Mac OS X)Kai Koehne2010-05-143-0/+3
|
* Rename QML Runtime (executable) to QML LauncherKai Koehne2010-05-144-17/+17
| | | | | | | | 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.
* Remove skins from qml launcher.Kai Koehne2010-05-144-271/+2
|
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-142-2/+6
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Revert "Use raster graphicssystem for qml.app on OS X."Michael Brasser2010-05-141-1/+1
| | | | This reverts commit d412a77d1e9a1c6810e10dfa4a0a35a81391cf29.
* Use raster graphicssystem for qml.app on OS X.Michael Brasser2010-05-121-1/+1
| | | | Task-number: QTBUG-10544
* Temporary work-around for QTBUG-9849.Warwick Allison2010-05-113-0/+19
| | | | May allow better experimentation and bug fixing.
* Resize qmlruntime window to new dimensions when orientation changesJoona Petrell2010-05-072-6/+18
| | | | | Task-number: Reviewed-by: Warwick Allison
* Another initialization fix. Unleak.Warwick Allison2010-05-052-1/+2
|
* Fix compile in namespace.Michael Brasser2010-05-051-2/+2
|
* 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-055-17/+222
| | | | Reviewed-by: mae
* Allow translations without extra command-line args, and document both.Warwick Allison2010-05-052-27/+51
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-05-041-3/+7
|\ | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.cpp
| * 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>
* | Make QDeclarativeParserStatus method pure virtual to encourage right code.Warwick Allison2010-04-302-0/+5
| | | | | | | | | | Fix all code to be right, except multimedia. Currently, it's not *required* that types work without componentComplete, so not vital.
* | Don't show warnings log window by defaultKai Koehne2010-04-291-4/+5
| | | | | | | | | | | | | | Disable it for the time being. The default annoyed more people then it helped. Reviewed-by: mae
* | undebuggeryWarwick Allison2010-04-291-1/+0
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-274-16/+25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (29 commits) Plugins documentation. Fix update issue when an item has an effect and child. Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints. Disallow "Qt" as namespace import Don't "adjust" the z value of a delegate that has been cached. Correctly inherit extension properties Autotests More QDeclarativeNetworkAccessManagerFactory doc clarification. Fix QDeclarativeNetworkAccessManagerFactory docs. Don't crash on invalid model remove signal. Ensure scheduled layout can occur before testing. Fix remaining 4.6 type registrations (to 4.7). doc anchor margins vs. anchor (line) state/animation. These examples should not be included in this test Unify naming of settings / UI to be "Qt Qml Runtime" Improved error messages for type resolving, new debug option Link to example files from tutorial pages Add tutorial for writing QML extensions no export in plugin Add doc pages for qml examples. ...
| * Fix remaining 4.6 type registrations (to 4.7).Warwick Allison2010-04-271-1/+1
| | | | | | | | | | | | Missed/cross-paths with a29627231a02ebf98645675acbd353618d1109d4. Task-number: QTBUG-10081
| * Unify naming of settings / UI to be "Qt Qml Runtime"Kai Koehne2010-04-263-6/+7
| | | | | | | | Reviewed-by: Henrik Hartz
| * Fix hidden menu on embedded.Warwick Allison2010-04-232-7/+17
| | | | | | | | Menu strangely still produces hits on embedded. Don't create it if frameless.
| * Location of binary is not on installed-content import path.Warwick Allison2010-04-231-2/+0
| | | | | | | | Reviewed-by: mae
* | Assigned a UID3 to qml.exe.Frans Englich2010-04-261-1/+1
|/ | | | Allocated in S60 Team's wiki over UID3s in Qt.
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-213-7/+7
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* delete the viewer before calling exit(). Ensures correct cleanup.Martin Jones2010-04-211-26/+28
|
* Make logger widget thread safe.Martin Jones2010-04-213-4/+6
|
* Visual test fix.Michael Brasser2010-04-211-1/+2
|
* License headersAaron Kennedy2010-04-203-1/+83
|
* Show command line help / qml runtime output in GUIKai Koehne2010-04-205-11/+114
| | | | | | | | | Since qml is a GUI program, debugging output isn't visible by default for Windows/Mac users. Therefore provide command line help in a dialog (Windows), and runtime errors/warnings in a separate top level window. Done together with mae. Reviewed-by: mae
* Improve error messages, especially on embedded.Warwick Allison2010-04-201-1/+1
| | | | | | With embedded, it is often the case that some QT_NO_* features are turned off (eg. QT_NO_XMLPATTERNS), which in turn leads to QML types not being available.
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-04-191-1/+1
|\ | | | | | | | | | | Conflicts: doc/src/template/style/style.css tools/qdoc3/htmlgenerator.cpp
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-04-161-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (34 commits) Fix duplicate project entry in visual studio solution file. Doc qdoc: Added the index and fixed images in the extra files list. Speed up qsTr() by caching the translation context Crash while printing from the portedcanvas example on Mac Cocoa. qdoc: Fixed .qdocconf files for assistant. Disable debug-only framework builds on Mac. Compile (with -no-pch) Add missing QT_NO_BEARERMANAGEMENT ifdefs. Introduce a qconfig feature for Bearer Management Fix MOBILITY-404 Remove holes in bearer management data structures. Don't link bearer plugins against QtGui unnecessarily. Added missing newline after warning message when using -L with qml Doc: updating scripts Fixed a crash on embedded due to uninitialized pointer. Fix a race where QThread::exit() is "lost" when called after start() qdoc: Removed all <table> attributes in favor of using css. Autotest failure: dialogModality test fails on cocoa (macgui) Force the bic test to compile in 32-bit mode on Mac ...
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-04-151-1/+1
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (24 commits) Fix MOBILITY-404 Remove holes in bearer management data structures. Don't link bearer plugins against QtGui unnecessarily. Added missing newline after warning message when using -L with qml Doc: updating scripts Fixed a crash on embedded due to uninitialized pointer. Fix a race where QThread::exit() is "lost" when called after start() qdoc: Removed all <table> attributes in favor of using css. Autotest failure: dialogModality test fails on cocoa (macgui) Force the bic test to compile in 32-bit mode on Mac Revert "Doc: Updating design files." Remove statically allocated pixmaps through the post routine qdoc: Checked for empty title. qdoc: Added TOC to class ref pages. Cocoa: qwidget autotest fails on setToolTip Compile on Mac OS 10.4 Bearer management changes from Qt Mobility (7a5ff985) Partially revert "Sunstudio12.1(5.10): Fix compile errors GTK style and other minor compile errors" Fix margins for placeholdertext in QLineEdit qdoc: Added TOC to module pages. ...
| | | * Added missing newline after warning message when using -L with qmlThorbjørn Lindeijer2010-04-141-1/+1
| | | |
* | | | ResizeMode support for QGraphicsWidgets created with QDeclarativeViewJoona Petrell2010-04-163-44/+81
|/ / / | | | | | | | | | | | | Task-number: QTBUG-8814 Reviewed-by: alexis
* | | Update examples autotest to use the runtime directlyAaron Kennedy2010-04-152-17/+16
| | | | | | | | | | | | This improves the test execution time