| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Task-number: QTBUG-14137
Reviewed-by: Aaron Kennedy
|
|
|
|
|
| |
Task-number: QTBUG-13799
Reviewed-by: Martin Jones
|
|
|
|
|
|
|
| |
Qt 4.7 is still supported, but deprecated.
Reviewed-by: Martin Jones
Task-number: QTBUG-13799
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The QApplication object in main() is already destroyed when showWarnings()
is called. Create another instance in this case.
(Note that the assert will only be triggered for debug builds, while qmlviewer
is built in release mode by default).
Task-number: QTBUG-14009
Reviewed-by: Thomas Hartmann
|
|
|
|
|
|
|
|
|
|
| |
- focus highlight should not be shown if user presses any physical key, only when up, down, left and right arrow keys are pressed
- hybrid devices (touch + four-way rocker) showed two highlight at the same time after using rocker and pressing the screen with finger
- touch highlight had gradient, focus highlight one didn't
- the width of the focus highlight didn't update when listview changed size (for example after orientation change)
Task-number:
Reviewed-by: Martin Jones
|
| |
|
|
|
|
|
| |
This also has the side effect of allowing types to be defined within the
dummydata folder than can be used by other files in dummydata.
|
|
|
|
|
|
|
| |
active
Task-number: QTBUG-13347
Reviewed-by: Martin Jones
|
|
|
|
|
| |
In order for the event filter to work, we need to set the QGLWidget
as the viewport before constructing the QDeclarativeTester.
|
|
|
|
| |
QTBUG-12831
|
|
|
|
|
|
|
| |
Symbian app menu
Task-number:
Reviewed-by: Martin Jones
|
|
|
|
| |
Task-number: QTBUG-11019
|
|
|
|
|
| |
Task-number: QTBUG-12029
Reviewed-by: Martin Jones
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Fixes the licenseCheck autotest
|
|
|
|
|
|
|
| |
Adds a startup animation for all platforms, and adds support for file
associated and drag and drop on Mac OS X
QTBUG-12496
|
|
|
|
| |
Reviewed-by: Robert Griebl
|
|
|
|
|
|
|
| |
the runtime.orientation property
Task-number: QTBUG-12036
Reviewed-by: Martin Jones
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Task-number:
Reviewed-by: Martin Jones
|
|
|
|
|
|
|
| |
(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
|
|
|
|
| |
Reviewed-by: TrustMe
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: Aaron Kennedy
|
|/
|
|
| |
Task-number: QTBUG-11856
|
| |
|
| |
|
|
|
|
| |
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
|