aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* V4 Debugger: Allow expression evaluation without pausingUlf Hermann2016-01-071-27/+19
* Make RuntimeHelpers::numberToString() comply with EcmaScriptUlf Hermann2016-01-052-11/+53
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-1840-6/+1637
|\
| * qml: preserve composite singleton types.Marco Benelli2015-12-173-0/+23
| * Fix crash when grabbing a QQuickWidget before it is shown.Friedemann Kleint2015-12-151-0/+9
| * Don't warn about non-existent default properties when one was foundMitch Curtis2015-12-152-0/+34
| * Fix containsMouse with touch and hoverEnabledPaul Olav Tvete2015-12-152-0/+128
| * QQuickTextEdit: Fully qualify enumerations in changed() signals.Friedemann Kleint2015-12-151-2/+5
| * qmlplugindump: add manual tests.v5.6.0-beta1Marco Benelli2015-12-1028-0/+1190
| * ListView: Sanitize visibleItems list after model insertionsGabriel de Dietrich2015-12-072-6/+14
| * Auto-tests for fast model updates while flickingGabriel de Dietrich2015-12-073-0/+158
| * QQuickAnimatorJob: store the target with a QPointerPaul Lemire2015-12-072-0/+78
* | Rearrange the import paths so the qrc one is after the application pathAndy Shaw2015-12-171-0/+24
* | GridView: add keyNavigationEnabled propertyMitch Curtis2015-12-081-0/+67
* | ListView: add keyNavigationEnabled propertyMitch Curtis2015-12-081-0/+68
* | QQuickItem: added isAncestorOf()Liang Qi2015-12-071-0/+38
* | Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-071-8/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0715-20/+116
|\|
| * tst_qquicktextedit::hAlignVisual(): Fix failure on Windows.Friedemann Kleint2015-12-071-0/+1
| * Properly check the arguments of mapFrom/ToItemLars Knoll2015-12-012-8/+24
| * Fix test casesLars Knoll2015-12-013-4/+4
| * Fix autotests for change in QtNetworkDaniel Molkentin2015-11-295-6/+6
| * tst_qquicktextedit: Fix warning about uninitialized variable.Friedemann Kleint2015-11-271-2/+2
| * Make property interceptors work on alias properties againLars Knoll2015-11-263-0/+75
| * QQuickTextInput: handle QKeySequence::DeleteCompleteLineJ-P Nurmi2015-11-261-0/+4
* | Support multiple QML engines in V4 debuggerUlf Hermann2015-12-0217-53/+183
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-11-233-1/+71
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-213-1/+71
| |\|
| | * QQuickWidget: Emulate visibility for offscreen windowUlf Hermann2015-11-161-1/+5
| | * Don't make currentIndex skip an extra item on removalAlberto Mardegan2015-11-132-0/+66
* | | Remove libdouble-conversionUlf Hermann2015-11-231-2/+0
|/ /
* | Extend QDebugMessageServiceUlf Hermann2015-11-171-3/+13
* | QmlDebug: Move EngineControl client to qmldebugUlf Hermann2015-11-171-82/+28
* | QmlDebug: Change "macx" to "osx" in tests' .pro filesUlf Hermann2015-11-1710-10/+10
* | Remove extra copy of connection from engine debug clientUlf Hermann2015-11-172-20/+17
* | QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-179-102/+79
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-0322-3/+374
|\|
| * Load component synchronously in method_createQmlObjectUlf Hermann2015-11-032-0/+53
| * CMake: Make sure to export all pluginsKevin Funk2015-11-022-0/+16
| * Fix childrenRect calculationCornelius Mika2015-10-312-0/+64
| * Move QQuickTextDocumentWithImageResources out of qquicktext_p_p.hJ-P Nurmi2015-10-293-2/+4
| * QML: Fix typeof context property.Erik Verbruggen2015-10-272-0/+20
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-2612-1/+205
| |\
| | * qmllint: Add unit-testsSérgio Martins2015-10-259-1/+123
| | * Fix QQuickTextDocumentWithImageResources image loadingRoman Pasechnik2015-10-151-0/+16
| | * QQuickItem: detect loop in KeyNavigation chainLiang Qi2015-10-142-0/+63
| * | Fix QQuickPathViewPrivate::snapToIndex()J-P Nurmi2015-10-221-0/+9
| * | QQuickItem: Make setParent() error message more usefulGabriel de Dietrich2015-10-221-1/+4
* | | Move QML profiler client to qmldebugUlf Hermann2015-10-301-261/+205
* | | Move QQmlDebugClient into separate static libraryUlf Hermann2015-10-3021-786/+203