Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only support portrait and landscape orientations on Symbian when updating ↵ | Joona Petrell | 2010-07-13 | 3 | -18/+6 |
| | | | | | | | the runtime.orientation property Task-number: QTBUG-12036 Reviewed-by: Martin Jones | ||||
* | Calling setMinimumSize(0, 0) on a top-level window sometimes triggers a bug | Robert Griebl | 2010-07-12 | 2 | -36/+28 |
| | | | | | | | | | | in the Compiz window manager which leads to the QML viewer mainwindow not being composited anymore (at least until the next resize). Since we need to somehow switch between fixed size and freely resizable views, we have to work around that bug using the layout constraint hints. Task-number: QTBUG-11771 Reviewed-by: kkoehne | ||||
* | Fix Symbian build | Joona Petrell | 2010-07-08 | 1 | -0/+2 |
| | |||||
* | Add Symbian support for runtime.orientation property | Joona Petrell | 2010-07-07 | 4 | -0/+183 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Prevent a recursive debug output loop when writing to the logger widget. | Robert Griebl | 2010-07-06 | 1 | -4/+11 |
| | | | | | | | (On Maemo5 the input method may generate a qWarning when someone clicks into the logger widget, which leads to an endless output recursion) Reviewed-by: Harald Fernengel | ||||
* | Don't write to the logger widget while the application is closing down. | Robert Griebl | 2010-07-02 | 1 | -1/+1 |
| | | | | Reviewed-by: TrustMe | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-07-02 | 1 | -0/+2 |
|\ | |||||
| * | Removed compilation warning for systems with no OpenGL support | Lasse Holmstedt | 2010-07-01 | 1 | -0/+2 |
| | | | | | | | | Reviewed-by: Aaron Kennedy | ||||
* | | qmlviewer: Update the proxy factory when the user changes the proxy. | Martin Jones | 2010-07-02 | 1 | -42/+62 |
|/ | | | | Task-number: QTBUG-11856 | ||||
* | Remove qmlviewer dependency on QDeclarativeTimer | Martin Jones | 2010-07-01 | 3 | -21/+23 |
| | |||||
* | Indicate default sizing option in qmlviewer | Bea Lam | 2010-06-30 | 1 | -1/+1 |
| | |||||
* | Fix so window will resize with the root object (broken by | Bea Lam | 2010-06-29 | 1 | -0/+1 |
| | | | | 156cabe79a64ffca8d6e1a2df99f35b413a48a39) | ||||
* | Adapt all qmlviewer testcases to the code changes in the actual viewer. | Robert Griebl | 2010-06-28 | 3 | -15/+4 |
| | | | | (currently tested on Linux only) | ||||
* | Stop QMLLauncher from crashing on exit on Mac when quitting app via the | Bea Lam | 2010-06-28 | 2 | -0/+14 |
| | | | | | | | | | | | | menu. This sets the QGraphicsView::viewport() to 0 on exit to avoid "QGLContext::makeCurrent: Cannot make invalid context current" errors on exit, and deletes the logger window on exit so it does not receive error messages after the app is closed. The QGLContext errors appeared after 6d4e14ef0437ce8f73bddbcb267cf5ef708fbdec. | ||||
* | forget to rename the moc include when renaming deviceorientation_maemo.cpp | Robert Griebl | 2010-06-25 | 1 | -1/+1 |
| | |||||
* | fix namespace macros | Robert Griebl | 2010-06-25 | 1 | -1/+3 |
| | |||||
* | fix QML Viewer resize modes | Robert Griebl | 2010-06-25 | 2 | -5/+8 |
| | |||||
* | forgot to cleanup the code a bit after adding Maemo5 support | Robert Griebl | 2010-06-25 | 3 | -19/+10 |
| | |||||
* | Make the QML viewer usable on the N900 | Robert Griebl | 2010-06-25 | 13 | -199/+909 |
| | |||||
* | Fix the N900 device orientation backend | Harald Fernengel | 2010-06-16 | 2 | -68/+56 |
| | | | | | | Use D-Bus calls instead of polling Reviewed-by: Alan Alpert | ||||
* | Micro cleanup | Harald Fernengel | 2010-06-16 | 1 | -4/+3 |
| | | | | | | Use Qt::WA_DeleteOnClose to clean up the top-level window Reviewed-by: Alan Alpert | ||||
* | qmlviewer: ensure that only clicks on the current file list are handled. | Martin Jones | 2010-06-09 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-11315 | ||||
* | Fix drawing flicker on Qml Viewer startup | Joona Petrell | 2010-06-09 | 1 | -4/+3 |
| | | | | | Task-number: QTBUG-10251 and QTBUG-11156 Reviewed-by: Martin Jones | ||||
* | Fix slow network access in qmlviewer (Windows) | Kai Koehne | 2010-06-08 | 1 | -0/+5 |
| | | | | | | | | | | | | If no proxy is defined in the preferences, qmlviewer uses systemProxyForQuery to automatically retrieve the proxy settings of the Operating System. However, calling systemProxyForQuery can take several seconds in case Windows to automatically detect proxies (QTBUG-10106). This hot fix therefore just disables querying the OS proxies on Windows. Task-number: QTBUG-11261 Reviewed-by: Warwick Allison | ||||
* | Revert to Portrait/Landscape terminology for Orientation enum, with | Bea Lam | 2010-06-04 | 4 | -23/+23 |
| | | | | | | additional PortraitInverted and LandscapeInverted values. TopUp etc. only indicates rotation which makes it difficult to resize the window according to whether the device is in Portrait or Landscape orientation. | ||||
* | QML viewer now supports TopUp, TopDown, RightUp and LeftUp orientations | Bea Lam | 2010-06-02 | 5 | -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 device | Joona Petrell | 2010-05-26 | 1 | -1/+3 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-25 | 1 | -1/+2 |
|\ | |||||
| * | Get rid of 'noise' when using GL and the top-level item is an Item. | Michael Brasser | 2010-05-24 | 1 | -1/+2 |
| | | | | | | | | Task-number: QTBUG-10911 | ||||
* | | Remove old symbian specific IAP initialization. | Martin Jones | 2010-05-25 | 3 | -32/+0 |
|/ | |||||
* | Fix FolderListModel parentFolder property's file drive handling | Joona Petrell | 2010-05-21 | 1 | -0/+1 |
| | | | | | Task-number: QT-3315 Reviewed-by: Martin Jones | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 1 | -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 qmlviewer | Kai Koehne | 2010-05-19 | 2 | -2/+4 |
| | | | | | Revert the name of the 'qml' executable back to qmlviewer (QMLViewer on mac). | ||||
* | Renaming "Qml Launcher" back to "QML Viewer" | Kai Koehne | 2010-05-18 | 4 | -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.7 | Warwick Allison | 2010-05-18 | 1 | -1/+5 |
|\ | |||||
| * | Set raster + gl viewport as the default for OS X. | Michael Brasser | 2010-05-18 | 1 | -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 Allison | 2010-05-17 | 5 | -555/+1 |
| | | |||||
* | | Fix to work with file: URLs (eg. from qml -qmlbrowser) | Warwick Allison | 2010-05-17 | 1 | -0/+1 |
|/ | |||||
* | Add new logo for QML Launcher (Mac OS X) | Kai Koehne | 2010-05-14 | 3 | -0/+3 |
| | |||||
* | Rename QML Runtime (executable) to QML Launcher | Kai Koehne | 2010-05-14 | 4 | -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 Koehne | 2010-05-14 | 4 | -271/+2 |
| | |||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 2 | -2/+6 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Revert "Use raster graphicssystem for qml.app on OS X." | Michael Brasser | 2010-05-14 | 1 | -1/+1 |
| | | | | This reverts commit d412a77d1e9a1c6810e10dfa4a0a35a81391cf29. | ||||
* | Use raster graphicssystem for qml.app on OS X. | Michael Brasser | 2010-05-12 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-10544 | ||||
* | Temporary work-around for QTBUG-9849. | Warwick Allison | 2010-05-11 | 3 | -0/+19 |
| | | | | May allow better experimentation and bug fixing. | ||||
* | Resize qmlruntime window to new dimensions when orientation changes | Joona Petrell | 2010-05-07 | 2 | -6/+18 |
| | | | | | Task-number: Reviewed-by: Warwick Allison | ||||
* | Another initialization fix. Unleak. | Warwick Allison | 2010-05-05 | 2 | -1/+2 |
| | |||||
* | Fix compile in namespace. | Michael Brasser | 2010-05-05 | 1 | -2/+2 |
| | |||||
* | Initialize variable and crash less. | Martin Jones | 2010-05-05 | 1 | -0/+1 |
| | |||||
* | Add a switch to the menu to hide/show the runtime warnings | Kai Koehne | 2010-05-05 | 5 | -17/+222 |
| | | | | Reviewed-by: mae |