aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix selections in tables that span over several cellsEskil Abrahamsen Blomfeldt2015-08-041-0/+40
| * Fix selecting single character in middle of stringEskil Abrahamsen Blomfeldt2015-08-031-0/+13
| * Fix disappearing selection spanning different scriptsEskil Abrahamsen Blomfeldt2015-08-031-0/+13
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-07-232-10/+0
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-202-10/+0
| | |\
| | | * Remove testing of active window change on hideAlan Alpert2015-06-022-10/+0
| * | | Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-211-0/+34
| * | | fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2015-07-212-0/+23
| |/ /
| * | Let unit tests pass if xmlpatterns is not aroundSune Vuorela2015-07-162-1/+5
| * | Fix trivial bug where ArrayBuffer.isView never returned falseNobuaki Sukegawa2015-07-151-0/+9
| * | Doc: replace Mac OS X with OS XNico Vertriest2015-07-152-2/+2
| * | Test if the state machine reacts to a QObject signal.BogDan Vatra2015-07-154-1/+201
| * | QSGSimpleTextureNode: Fix ownership of QSGTextureTobias Koenig2015-07-031-1/+20
| * | Improve support for HTML entities in StyledTextKai Uwe Broulik2015-07-031-0/+2
* | | Allow specification of loadable debug services via command lineUlf Hermann2015-08-136-125/+161
* | | Move DataCollector into debugger pluginUlf Hermann2015-08-102-15/+33
* | | Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-101-30/+34
* | | Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-101-131/+162
* | | Don't call the test method assertLars Knoll2015-08-091-2/+2
* | | Prospective build fix for autotest on mac os xLars Knoll2015-08-091-0/+4
* | | Periodically flush profiling data to client.Ulf Hermann2015-08-043-2/+38
* | | Send the mouse events to the correct windowAlbert Astals Cid2015-08-031-0/+84
* | | Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-313-10/+2
* | | Add some diagnostics to pixmap cache testUlf Hermann2015-07-311-2/+9
* | | Make QQmlDebugService::registerService() private and part of ctorUlf Hermann2015-07-304-97/+59
* | | Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-304-6/+0
* | | Use QVector rather than QList for storing QQmlProfilerDataUlf Hermann2015-07-291-6/+6
* | | Remove QQmlDebugService::objectToString()Ulf Hermann2015-07-291-13/+0
* | | Remove some methods from QQmlDebugServerUlf Hermann2015-07-294-6/+0
* | | Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-294-5/+11
* | | tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-2929-367/+368
* | | tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-2739-512/+512
* | | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-2721-308/+308
* | | 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