| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Michael Brasser
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
We can't use atexit() handler to show a warning, since whether the
QApplication object then still exists or not is undefined.
Instead, call the method directly where it makes sense (warnings about
command line arguments etc).
Task-number: QTBUG-15740
Reviewed-by: Thomas Hartmann
|
|
|
|
|
|
|
|
| |
de8c9d69fa7c7cc50e9a238e58f6e9370f158fc4 ensured the window was at
least partly visible on Windows and Linux but it did not work on Mac.
Task-number: QTBUG-15783
Reviewed-by: Alan Alpert
|
|
|
|
|
| |
Task-number: QTBUG-15720
Reviewed-by: Martin Jones
|
|
|
|
| |
Disable sub-pixel antialiasing and skip text on 10.5
|
|
|
|
| |
Task-number: QTBUG-15493
|
| |
|
|
|
|
|
|
| |
8fc0d1c36cae1b0 introduced this bug when recording new visual tests.
Task-number: QTBUG-14792
|
|
|
|
|
|
|
|
|
|
|
| |
Font antialiasing varies from machine to machine, and so is too unstable
Also switching to a monospaced font in visual tests to attempt to
pre-empt another possible source of instability.
This commit also slightly increases verbosity of test failure messages
to be more useful in the CI system
Task-number: QTBUG-14792
|
|
|
|
|
|
|
|
| |
Partly because it's invaluble for the times people forget to record a
test as a snapshot, partly because it provides more data on the initial
state of the test case.
Task-number: QTBUG-14792
|
|
|
|
| |
Task-number: QTBUG-14792
|
|
|
|
|
|
|
|
| |
New mode requires them to at least compile.
Now that I've noticed this, removing that check on compile failures in
QDeclarativeTester.
Task-number: QTBUG-14792
|
|
|
|
|
|
|
|
|
|
| |
This property can be set with a reason to skip the test (i.e. known bug)
and the failure will not count for blocking purposes.
This change also alters one of the failing tests to use the new property
Task-number: QTBUG-14792
Reviewed-by: Michael Brasser
|
| |
|
|
|
|
|
|
| |
qmlviewer was disappearing if the scene was 0x0. Now it's just unusably
small, which is correct as it will highlight the problem to the
developer.
|
|
|
|
|
| |
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.
|