| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Task-number:
Reviewed-by: Martin Jones
(cherry picked from commit e46c44f9538dbe5b44ce61d3a42403cfa471ae8b)
|
|
|
|
|
| |
Reviewed-by: Trust Me
(cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
|
|
|
|
|
|
|
| |
This updates the tests to match the correct behaviour as of
1ba3e41f09ea719249286fede5d3fe96621ccb61
Task-number: QTBUG-16357
|
|
|
|
|
|
|
| |
selftest_noimages and qdeclarativespringanimation were correct, updating
test scripts to match.
Task-number: QTBUG-14792
|
|
|
|
|
|
|
| |
Minor changes in flickable and rectangle radius behaviours have led to
some altered pixels here and there.
Task-number: QTBUG-14792
|
|
|
|
|
| |
Task-number: QTBUG-16133
Reviewed-by: Bea Lam
|
|
|
|
|
|
|
|
| |
The grab was not always kept by filtering Flickables, but would remain
set next flick, resulting in toggling of flicking.
Task-number: QTBUG-16177
Reviewed-by: Michael Brasser
|
|
|
|
|
|
|
| |
Changing the minimum size of the viewer changes the size of some of the
visual test outputs which were really small.
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
It appears to lead to sporadic crashes in the CI system.
Task-number: QTBUG-14792
|
|
|
|
|
|
|
| |
Reintroducing text tests to X11, and updating a few tests where the
behaviour of the items has subtly changed (and it was deemed acceptable)
Task-number: QTBUG-14792
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Disable sub-pixel antialiasing and skip text on 10.5
|
|
|
|
| |
Just a frame here or there, probably warranted.
|
|
|
|
|
|
|
|
|
| |
This meant that they would sometimes act upon a drag immediately,
rather than waiting for a nested area to take the grab. This resulted
in a short jump before future events were handled by the nested item.
Task-number: QTBUG-15568
Reviewed-by: Bea Lam
|
|
|
|
|
|
|
|
|
| |
Flickable steals the grab, but the timer was not stopped and the
keepGrab flag is set and the mouse grabbed. This means that the WebView
now has the grab and subsequent clicks on another element are ignored.
Task-number: QTBUG-15529
Reviewed-by: Joona Petrell
|
|
|
|
| |
Task-number: QTBUG-14792
|
|
|
|
|
|
|
| |
Moved to a personal repo, since its fate is a little uncertain so it
shouldn't draw this much attention.
Task-number: QTBUG-14792
|
|
|
|
|
|
|
|
| |
A tool to make it easier to do the platform visual updating. Needs to be
streamlined at least a little in order to make it feasible to stay up to
date.
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
Without a single test, it fails anyways.
Task-number: QTBUG-14792
|
|
|
|
|
|
|
| |
We don't want to bother running tests on QWS, or text tests on X11 until
they update the ubuntu version.
Task-number: QTBUG-14792
|
|
|
|
| |
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
Too unstable
Task-number: QTBUG-14792
|
|
|
|
|
|
|
|
| |
Text visual tests may be dependant on the specific version of
libfreetype. Comparison images have been regenerated with the specific
version that the test machines use.
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
These are no longer used by these tests
Task-number: QTBUG-14792
|
|
|
|
|
|
|
|
|
|
| |
Added guidelines for size, and shrunk tests that exceeded them.
Also updated the visuals for all text tests now that antialiasing is off
Also some other minor cleanups.
Also had to update the visuals for all tests, due to the bug in
generating the test scripts being fixed (all need to be remade).
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
|
|
|
|
| |
Task-number: QTBUG-14792
|
|
|
|
|
|
|
| |
Previous commit means that the snapshots are in different frames. All
tests must be updated.
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
Colored rects are better than text. At least here.
Task-number: QTBUG-14792
|
|
|
|
|
|
|
| |
One case of non-standardized text, and one case of what is presumably
random number generation.
Task-number: QTBUG-14792
|
|
|
|
|
|
| |
Also add some visual tests for multi-line text elememts.
Task-number: QTBUG-15018
|
|\ |
|
| | |
|
|/
|
|
|
| |
Supposed to be in the last commit - not really helpful if the filter
says something is wrong but pushes it anyways.
|
|
|
|
|
| |
They all pass for me, and running them through CI will help find the
unstable ones.
|
|
|
|
|
|
|
|
| |
Text elements now use shared components that have the same default
values, instead of using the system defaults (that can vary between
computers). This also removes text edit/input cursor blinking.
Task-number: QTBUG-14792
|
|
|
|
|
|
|
|
| |
springanimation/follow.qml has had updated visuals, unknown cause.
the text tests were committed without an actual testcase, now added
the 'skip' property has now been documented in the tst_qmlvisual help
Task-number: QTBUG-14792
|
|
|
|
|
|
|
| |
Once fixup() begins, flick should not be recalculated.
Task-number: QTBUG-14821
Reviewed-by: Michael Brasser
|
|
|
|
|
|
|
|
| |
Also, the currentIndex stayed -1 since the views all bound to each
others currentIndex, which starts as -1.
Task-number: QTBUG-14794
Reviewed-by: Yann Bodson
|
|\ |
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-14865
Reviewed-by: Michael Brasser
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-14915
Reviewed-by: Michael Brasser
|
|/
|
|
|
|
|
|
|
| |
There were two problems. 1) layout() called fixup() was called while
the view was being flicked. 2) the snapping code was incorrect (and
duplicated).
Task-number: QTBUG-14821
Reviewed-by: Michael Brasser
|
|
|
|
| |
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
|