summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual
Commit message (Collapse)AuthorAgeFilesLines
* Fix declarative autotest compilation on SymbianJoona Petrell2011-02-141-1/+1
| | | | | | Task-number: Reviewed-by: Martin Jones (cherry picked from commit e46c44f9538dbe5b44ce61d3a42403cfa471ae8b)
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Update pathview testAlan Alpert2011-01-1015-318/+318
| | | | | | | This updates the tests to match the correct behaviour as of 1ba3e41f09ea719249286fede5d3fe96621ccb61 Task-number: QTBUG-16357
* Fix outdated testsAlan Alpert2011-01-0510-130/+1779
| | | | | | | selftest_noimages and qdeclarativespringanimation were correct, updating test scripts to match. Task-number: QTBUG-14792
* Update visual testsAlan Alpert2011-01-0420-923/+923
| | | | | | | Minor changes in flickable and rectangle radius behaviours have led to some altered pixels here and there. Task-number: QTBUG-14792
* Ensure PathView doesn't jump when starting to drag.Martin Jones2010-12-2316-519/+521
| | | | | Task-number: QTBUG-16133 Reviewed-by: Bea Lam
* Nested flickables would react alternately to flicks.Martin Jones2010-12-238-0/+2209
| | | | | | | | 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
* Update visual tests for the recent qmlviewer changeAlan Alpert2010-12-0331-1113/+1113
| | | | | | | 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
* Do not use openGL on Mac OS X for QML visual testsAlan Alpert2010-12-031-0/+6
| | | | | | It appears to lead to sporadic crashes in the CI system. Task-number: QTBUG-14792
* Update QML visual testsAlan Alpert2010-12-0359-1892/+2838
| | | | | | | 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
* fix line endingsRobert Loehning2010-12-011-35/+35
|
* Slightly improved tst_qmlvisual outputAlan Alpert2010-11-261-3/+4
|
* More detail when the process crashes in tst_qmlvisual.Alan Alpert2010-11-261-2/+3
|
* Update qml visual tests for mac.Yann Bodson2010-11-2547-699/+4512
|
* Fixup visual tests on MacAlan Alpert2010-11-251-1/+7
| | | | Disable sub-pixel antialiasing and skip text on 10.5
* Update visual testsAlan Alpert2010-11-252-3/+3
| | | | Just a frame here or there, probably warranted.
* Flickable and MouseArea were too eager to take/keep mouse grab.Martin Jones2010-11-2412-0/+5101
| | | | | | | | | 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
* Ensure WebView press delay timer is cancelled when grab is taken.Martin Jones2010-11-2315-0/+6121
| | | | | | | | | 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
* Update qml visual tests on mac.Yann Bodson2010-11-22102-5131/+7199
| | | | Task-number: QTBUG-14792
* Move qmlvisualaids to another repoAlan Alpert2010-11-199-391/+0
| | | | | | | Moved to a personal repo, since its fate is a little uncertain so it shouldn't draw this much attention. Task-number: QTBUG-14792
* Initial commit of qmlvisualaidsAlan Alpert2010-11-199-0/+391
| | | | | | | | 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
* Add a test on QWSAlan Alpert2010-11-182-3/+5
| | | | | | Without a single test, it fails anyways. Task-number: QTBUG-14792
* Fine-tune the tests being run on the CI system.Alan Alpert2010-11-181-36/+10
| | | | | | | 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
* Standardize selection color in visual testAlan Alpert2010-11-1814-528/+530
| | | | Task-number: QTBUG-14792
* Remove pointSize from visual testsAlan Alpert2010-11-173-2/+2
| | | | | | Too unstable Task-number: QTBUG-14792
* Update visuals for X11Alan Alpert2010-11-1741-1404/+1404
| | | | | | | | 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
* Remove some excess pngsAlan Alpert2010-11-1615-0/+0
| | | | | | These are no longer used by these tests Task-number: QTBUG-14792
* Update qml visual testsAlan Alpert2010-11-16358-11891/+8848
| | | | | | | | | | 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
* Turn off font antialiasing during tests.Alan Alpert2010-11-165-3/+3
| | | | | | | | | | | 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
* Shrink size of a visual testAlan Alpert2010-11-163-110/+110
| | | | Task-number: QTBUG-14792
* Update all qmlvisual testsAlan Alpert2010-11-15128-1052/+1052
| | | | | | | Previous commit means that the snapshots are in different frames. All tests must be updated. Task-number: QTBUG-14792
* Stabilize visual test focusscope/test3.qmlAlan Alpert2010-11-156-273/+272
| | | | | | Colored rects are better than text. At least here. Task-number: QTBUG-14792
* Fix failing visual testsAlan Alpert2010-11-156-35/+42
| | | | | | | One case of non-standardized text, and one case of what is presumably random number generation. Task-number: QTBUG-14792
* Text alignment is broken with multi-line text and implicit size.Yann Bodson2010-11-086-0/+97
| | | | | | Also add some visual tests for multi-line text elememts. Task-number: QTBUG-15018
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-0461-3168/+2776
|\
| * Update visual tests for Mac.Yann Bodson2010-11-0461-3168/+2776
| |
* | Whitespace fixesAlan Alpert2010-11-043-14/+14
|/ | | | | Supposed to be in the last commit - not really helpful if the filter says something is wrong but pushes it anyways.
* Run all QML visual tests now.Alan Alpert2010-11-041-1/+1
| | | | | They all pass for me, and running them through CI will help find the unstable ones.
* Make qmlvisual tests more stableAlan Alpert2010-11-0441-611/+677
| | | | | | | | 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
* Maintain passing visualtests on X11Alan Alpert2010-11-0410-3/+925
| | | | | | | | 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
* Fix regression in 648eb76c and update visual tests.Martin Jones2010-11-0416-369/+369
| | | | | | | Once fixup() begins, flick should not be recalculated. Task-number: QTBUG-14821 Reviewed-by: Michael Brasser
* highlightranges.qml example and visual test contained binding loop.Martin Jones2010-11-031-4/+8
| | | | | | | | 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
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-11-036-0/+889
|\
| * Regression: QDeclarativeText does not update when text turns emptyYann Bodson2010-11-034-0/+736
| | | | | | | | | | Task-number: QTBUG-14865 Reviewed-by: Michael Brasser
| * Regression: Text element breaks when using \n for separating linesYann Bodson2010-11-022-0/+153
| | | | | | | | | | Task-number: QTBUG-14915 Reviewed-by: Michael Brasser
* | Combining ListView.StrictlyEnforceRange and resizing currentItem stalls.Martin Jones2010-11-038-0/+2150
|/ | | | | | | | | 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
* Fix QML visual tests on Mac.Yann Bodson2010-11-0167-5595/+11720
| | | | Task-number: QTBUG-14792
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-10-294-0/+22
|\
| * Update visual tests for MacYann Bodson2010-10-294-0/+22
| | | | | | | | Task-number: QTBUG-14792
* | Update webview visual tests to new skip modeAlan Alpert2010-10-2912-17/+21
| | | | | | | | | | | | | | | | 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