| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Task-number: QTBUG-12029
Reviewed-by: Martin Jones
(cherry picked from commit 4692a507dcdfbc830a0885016b6bd0bab4480bad)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
(cherry picked from commit e62f266a7642e675e9d235a1f54a6b5746500d48)
|
|
|
|
|
|
|
|
| |
Adds a startup animation for all platforms, and adds support for file
associated and drag and drop on Mac OS X
QTBUG-12496
(cherry picked from commit 688791b4d39ed4e96c43621e28c6bb3098d3b70c)
|
|
|
|
| |
Reviewed-by: MArtin Jones
|
|
|
|
|
| |
Reviewed-by: Robert Griebl
(cherry picked from commit 30630cf2bf8c7604efc3a52f74983c2237f309c3)
|
|
|
|
| |
(cherry picked from commit bd9e495a025ff8d282d54e8909771c8760ebdb3f)
|
|
|
|
|
|
|
|
| |
the runtime.orientation property
Task-number: QTBUG-12036
Reviewed-by: Martin Jones
(cherry picked from commit cb6472cb67511316f058b1eda4ffe71a1c4fe019)
|
|
|
|
|
|
| |
Task-number:
Reviewed-by: Martin Jones
(cherry picked from commit af5fc41e27f068604453a927cac4d81886d1987e)
|
|
|
|
|
| |
Task-number: QTBUG-11856
(cherry picked from commit 953142469cd49fd2f5180a60dcaa7d2029457401)
|
|
|
|
|
|
|
|
|
|
|
| |
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
(cherry picked from commit 07321dfceed41c1851781841e03c4148da47e41e)
|
|
|
|
| |
Reviewed-by: Aaron Kennedy
|
| |
|
| |
|
|
|
|
| |
156cabe79a64ffca8d6e1a2df99f35b413a48a39)
|
|
|
|
| |
(currently tested on Linux only)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Use D-Bus calls instead of polling
Reviewed-by: Alan Alpert
|
|
|
|
|
|
| |
Use Qt::WA_DeleteOnClose to clean up the top-level window
Reviewed-by: Alan Alpert
|
|
|
|
| |
Task-number: QTBUG-11315
|
|
|
|
|
| |
Task-number: QTBUG-10251 and QTBUG-11156
Reviewed-by: Martin Jones
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Task-number:
Reviewed-by: Martin Jones
|
|\ |
|
| |
| |
| |
| | |
Task-number: QTBUG-10911
|
|/ |
|
|
|
|
|
| |
Task-number: QT-3315
Reviewed-by: Martin Jones
|
|
|
|
|
|
|
| |
Examples get the BSD license, while all other .qml files get the
LGPL/tech-preview license.
Reviewed-by: Trust Me
|
|
|
|
|
| |
Revert the name of the 'qml' executable back to qmlviewer
(QMLViewer on mac).
|
|
|
|
|
|
|
|
|
| |
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).
|
|\ |
|
| |
| |
| |
| |
| |
| | |
This setup seems to work around most rendering bugs and timing issues.
Task-number: QTBUG-10544
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Task-number: QTBUG-9491
Reviewed-by: Martin Jones
|
|
|
|
| |
This reverts commit d412a77d1e9a1c6810e10dfa4a0a35a81391cf29.
|
|
|
|
| |
Task-number: QTBUG-10544
|
|
|
|
| |
May allow better experimentation and bug fixing.
|
|
|
|
|
| |
Task-number:
Reviewed-by: Warwick Allison
|
| |
|
| |
|