summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-162-1/+25
|\
| * VisualDataModel::count should be 0 until a valid delegate is set.Martin Jones2010-11-161-0/+24
| | | | | | | | | | | | | | There are no visual items if there is no delegate. Task-number: QTBUG-14781 Reviewed-by: Robert Griebl
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-11-151-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (23 commits) compile with quintptr instead of intptr_t Enable OpenGL scissors test Remove -fno-omit-frame-pointer and -fno-optimize-sibling-calls in mkspecs, add -Wno-psabi Fix for E32User-CBASE 46 Panic when using CActiveSchedulerWait QNAM HTTP: Ignore double content-length headers Don't pack Harfbuzz structs, this causes unaligned access crashes. qmake vcxproj generator: fix description of custom build tools Fix for KERN-EXEC 0 caused by QNetworkAccessManager::get Minor adjustments to merge-request 915 Implement brush transformations for directfb. Add FreeBSD's certificate bundle to the certificates list. SSL internals: upon error, read all errors from OpenSSL Added an example for QTest::touchEvent to the documentation. Push and pop the thread-default context for the current thread Fix compilation by s/intptr_t/quintptr/ qmake vcxproj generator: fix description of custom build tools Minor adjustments to merge-request 915 Implement brush transformations for directfb. Add FreeBSD's certificate bundle to the certificates list. SSL internals: upon error, read all errors from OpenSSL ...
| | * compile with quintptr instead of intptr_tThiago Macieira2010-11-151-1/+1
| | |
* | | 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
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-152-0/+62
|\ \
| * | ListView: items with size < 1.0 were layed out incorrectly.Martin Jones2010-11-152-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | If the size of an item was less than one its endPosition() was less than its position(), which caused incorrect layout (overlapping items). Task-number: QTBUG-15242 Reviewed-by: Yann Bodson
* | | 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
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-152-2/+2
|\ \
| * | Remove unneeded semicolons.Martin Jones2010-11-152-2/+2
| |/ | | | | | | | | | | | | Extra semicolons break building with sun studio. Task-number: QTBUG-15326 Reviewed-by: Alan Alpert
* | 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
* Fix QML ecmascript autotest.Yann Bodson2010-11-081-1/+2
|
* Fix QtQuick import.Yann Bodson2010-11-081-1/+1
|
* 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
* Image bounding rect should always include the area being paintedJoona Petrell2010-11-052-0/+74
| | | | | | | | This didn't always happend with fillMode PreserveAspectCrop, resulting in drawing artifacts. Task-number: QT-3933 Reviewed-by: Martin Jones
* 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
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-041-0/+1
|\
| * Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | now has an overview of different approaches to QML/C++ integration and demonstrates how to pass data between QML and C++ through properties/functions/signals. The part in the old docs that focused on QDeclarativeContext has been merged into the QDeclarativeContext class docs (although most of the info was largely covered in there already) and the part that covered Network Components has been moved to the QDeclarativeComponent class docs. The custom enum types example previously in extending-tutorial.qdoc has been moved to these new docs. Task-number: QTBUG-14923
* | 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
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-11-043-0/+32
|\
| * Add testcase for QTBUG-13719.Michael Brasser2010-11-043-0/+32
| |
* | Don't emit xChanged()/yChanged() twice.Martin Jones2010-11-041-0/+10
|/ | | | | | | | | Once from QGraphicsObject (QGraphicsItemPrivate::setPosHelper()) and once from QDeclarativeItem::geometryChanged(). Remove from geometryChanged(). Task-number: QTBUG-14942 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-0311-2/+912
|\
| * Regression: QDeclarativeText does not update when text turns emptyYann Bodson2010-11-034-0/+736
| | | | | | | | | | Task-number: QTBUG-14865 Reviewed-by: Michael Brasser
| * Qml Debugging: Only enable if explicitly requestedKai Koehne2010-11-025-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | Enable the remote debugging of QDeclarativeEngines only after QDeclarativeDebugHelper::enableDebugging() has been called. Approved by 4.7 Program Team. Reviewed-by: Alessandro Portale Task-number: QTBUG-13762
| * 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
* Removing a binding while it is being applied caused a crash.Martin Jones2010-11-022-0/+42
| | | | | | | | Use a weak pointer to the binding in case applying the binding (while fast forwarding) causes it to be removed. Task-number: QTBUG-14830 Reviewed-by: Michael Brasser
* Quickly clicking an item that doesn't use double clicking should result in ↵Joona Petrell2010-11-012-0/+58
| | | | | | | two separate clicks Task-number: QTBUG-14832 Reviewed-by: Martin Jones
* 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
* | Revert "Disable WebView visualtests"Alan Alpert2010-10-2924-0/+12940
| | | | | | | | | | | | This reverts commit 8ba02a8f5a537b9f7e1ff671abe6eed67029db58. ExpectFail state has been altered. Redoing that commit. This commit also adds the new line to indicate tests we don't care about
* | Mark dynamic.qml as expect-fail the new wayAlan Alpert2010-10-299-2/+1605
| | | | | | | | | | | | Also remove the check for the old way in tst_qmlvisual Task-number: QTBUG-14792
* | Update gridview visual testsAlan Alpert2010-10-2913-373/+374
| | | | | | | | | | | | | | The bug found in gridview.qml doesn't actually stop the test from passing, so it's now updated. Task-number: QTBUG-14792