aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-3015-15/+120
|\| |
| * | 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
* | | | 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
* | | | Allow for some delay on starting transitions in flickable testUlf Hermann2015-06-051-1/+1
* | | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0414-84/+399
|\| | |
| * | | tst_qquickwindow: Prospective fix for instability of cursor test.Friedemann Kleint2015-06-031-45/+95
| |/ /
| * | Makes it possible to extract all data from a QML DropAreaAleix Pol2015-05-231-0/+29
| * | qquickwindow: ensure we delete the correct delayed touch event after deliveryRichard Moe Gustavsen2015-05-221-3/+1
| * | Hide cursor when text fields becomes read onlySanttu Lakkala2015-05-121-0/+2
| * | Avoid namespacing QTEST_MAINRainer Keller2015-05-086-35/+95
| * | Fix implicitHeight for Text items bindings dependent on implicitWidth.Andrew den Exter2015-05-042-0/+156
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-05-041-0/+21
| |\|
| | * Fix passing of locals as function arguments with side-effectsSimon Hausmann2015-04-301-0/+21
| * | Fix default value for XMLHttpRequest.response propertySimon Hausmann2015-05-031-1/+1