aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Emit movement signals for flick().Michael Brasser2015-07-222-0/+46
* Make tst_QQmlInspector::reloadQmlWindow() fail more quicklyUlf Hermann2015-07-221-2/+2
* Don't change the currentItem after a viewport resizeAlberto Mardegan2015-07-202-0/+48
* With -no-qml-debug, don't compile debug plugins and testsUlf Hermann2015-07-181-1/+1
* QML Engine: Support for "PROPFIND" method for XMLHTTPRequestValery Kotov2015-07-189-0/+657
* Adding tests for DesignerSupportThomas Hartmann2015-07-174-0/+564
* tst_qquickmultipointtoucharea: Do not rely on qCompare(bool, int,...).Friedemann Kleint2015-07-161-3/+3
* Remove DesignerSupport from bic/dataThomas Hartmann2015-07-167-31/+0
* Adapt to deprecation of QProcess::error(...) signalUlf Hermann2015-07-151-1/+1
* Fix potential use of incorrect bounds in delegate tracking.Michael Brasser2015-07-122-0/+45
* Fix tst_qqmldebuglocal on QNX.Rafael Roquetto2015-07-101-1/+1
* Prevent errors when removing items from Repeater that reference parent.Michael Brasser2015-06-302-0/+38
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-3016-15/+165
|\
| * Add lancelot test for Emoji text rendering / color glyphsTor Arne Vestbø2015-06-291-0/+45
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-266-10/+18
| |\
| | * Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-101-2/+2
| | * Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-035-8/+16
| * | Correctly initialize ListView section attached properties.Martin Jones2015-06-252-0/+65
| * | QSGDefaultRectangleNode: Fix gradient position calculationsSanttu Lakkala2015-06-172-0/+32
| * | Improve qml error message "invalid alias location"Aleix Pol2015-06-105-5/+5
* | | Fixed a QQuickListView crashLiang Qi2015-06-291-0/+71
* | | Add option to use a local socket for QML debuggingUlf Hermann2015-06-266-8/+232
* | | Make QQmlDebugService ctor protectedUlf Hermann2015-06-261-2/+2
* | | Fix disabling of text input and pixmap cache tests on QT_NO_LIBRARYUlf Hermann2015-06-263-28/+34
* | | Clear stringCache explicitly instead of asserting its emptiness.Dmitry Volosnykh2015-06-255-0/+145
* | | QJSValue: Remove no-longer-existent v8 from benchmark.Robin Burchell2015-06-241-77/+0
* | | Force completion of asynchronously loaded components.Robert Griebl2015-06-231-0/+30
* | | ListView/GridView contentHeight should include delayRemove-d itemsMatt Vogt2015-06-234-0/+235
* | | Fix some function signatures and remove an unused functionLars Knoll2015-06-181-17/+17
* | | Get rid of QQmlBoundSignalExpression::ExtraDataLars Knoll2015-06-181-1/+1
* | | Verify that debug client exists before interacting with it.Ulf Hermann2015-06-162-2/+6
* | | Disable pixmap cache and text input tests if QT_NO_LIBRARYUlf Hermann2015-06-151-0/+4
* | | Don't wait forever in QQmlDebugClient testUlf Hermann2015-06-151-2/+1
* | | Initialize members of tst_QQmlEngineDebugServiceUlf Hermann2015-06-151-0/+2
* | | QuickTest: Enable use of BLACKLIST fileCaroline Chao2015-06-152-0/+31
* | | Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta2015-06-151-0/+31
* | | Get rid of TypedValueLars Knoll2015-06-101-1/+0
* | | Fix up tst_qquickbehaviors.Friedemann Kleint2015-06-101-122/+70
* | | Make bindings refcountedLars Knoll2015-06-102-43/+43
* | | ObjectModel: add API for dynamic changesJ-P Nurmi2015-06-108-1/+420
* | | Remove QSGSharedDistanceFieldGlyphCache.Robin Burchell2015-06-091-1/+0
* | | Mark tests as unstable/flakeySimon Hausmann2015-06-082-0/+4
* | | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-06-051-2/+2
* | | Blacklist unstable testSimon Hausmann2015-06-051-0/+2
* | | Blacklist unstable tests for nowSimon Hausmann2015-06-055-0/+12
* | | Make QQuickGridView test independent of mouse speedUlf Hermann2015-06-051-0/+11
* | | Decouple flickable stopAtBounds test from mouse event timingUlf Hermann2015-06-051-1/+3
* | | Fix flickable autotestUlf Hermann2015-06-053-48/+64
* | | Move the mouse to the right place before simulating a clickUlf Hermann2015-06-051-0/+1
* | | Wait for window activation, not for exposal in key press testUlf Hermann2015-06-051-1/+1