aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* | QmlDebug: Add a debug service for use with native debuggershjk2015-10-163-1/+134
* | Support alpha in QQuickWindow::grabWindow().Gunnar Sletta2015-10-161-6/+23
* | Only set V4 debugger when service is enabledUlf Hermann2015-10-151-0/+3
* | Don't delete singletons objects owned by C++.BogDan Vatra2015-10-153-0/+36
* | Align QQmlVMEMetaData to int.BogDan Vatra2015-10-151-0/+10
* | QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-141-40/+44
* | QQuickItem: correct focus reason for key navigationLiang Qi2015-10-141-1/+5
* | Provide a threaded TestHTTPServerUlf Hermann2015-10-149-59/+127
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-1318-37/+43
* | Don't send delayed mouse presses to ancestors of the replaying Flickable.Andrew den Exter2015-10-122-2/+51
* | Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-094-0/+28
* | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* | Purge spurious execute permissions.Edward Welbourne2015-09-3086-0/+0
* | Flickable: remove spurious emission of content size changesJ-P Nurmi2015-09-291-0/+35
* | Cleanups to property allocation in the VMEMOLars Knoll2015-09-251-0/+2
* | Add extension API to QJSEngineMitch Curtis2015-09-251-3/+116
* | Cleanup fontloader cache when QGuiApplication is destroyedJørgen Lind2015-09-254-0/+82
* | V4: Fix SparseArray::deleteNodeRon Hashimoto2015-09-253-0/+39
* | Improve warning for QtQml.BindingTobias Koenig2015-09-243-0/+58
* | Use V4 double-to-string conversion instead of QVariant'sUlf Hermann2015-09-232-0/+32
* | Make QML composite types inherit enumsJ-P Nurmi2015-09-215-0/+40
* | TextEdit: selectedTextChanged not emitted when calling select 2nd timeDan Cape2015-09-211-14/+26
* | ListView: Set currentItem's culled state on geometry changeGabriel de Dietrich2015-09-212-0/+181
* | Refactor TestHTTPServer.Friedemann Kleint2015-09-152-95/+96
* | Implement QQmlListModel::setData()Tobias Koenig2015-09-141-0/+31