aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG += parallel_test.Friedemann Kleint2015-09-0592-135/+4
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-03156-156/+2
* Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-0228-54/+39
* Fix use of function expressions with signal handlersSimon Hausmann2015-08-242-0/+17
* Add isTabFence private flagGabriel de Dietrich2015-08-212-0/+121
* Cleanup qmlcontextwrapper usage in XHRLars Knoll2015-08-201-3/+3
* Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen2015-08-203-1/+254
* Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-6/+13
* Clean up data format for V4 debug connectionUlf Hermann2015-08-191-12/+6
* Fix test caseLars Knoll2015-08-181-2/+3
* Get rid of special handling of var propertiesLars Knoll2015-08-181-0/+6
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-1816-17/+309
|\
| * Canvas: add a testcase for QSGSimpleTextureNode crash.Mitch Curtis2015-08-121-0/+22
| * 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
| * | 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