aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* AnimatedSprite: don't access deleted scene graph nodesJ-P Nurmi2016-03-031-0/+22
* Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-249-1/+94
* Validate Binding only when it is enabledNikita Krupenko2016-02-243-0/+54
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-158-0/+179
|\
| * Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+26
| * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-026-0/+77
| |\
| * | QQuickItem: fix another infinite loop in nextItemInFocusChain()Liang Qi2016-01-307-0/+153
* | | GridView: Sanitize visible items after model insertionGabriel de Dietrich2016-02-132-0/+68
* | | Factor out testing code for QTBUG_48870_fastModelUpdatesGabriel de Dietrich2016-02-133-91/+103
* | | Fix Animators in itemview and positioner transitionsJ-P Nurmi2016-02-112-0/+88
* | | Lancelot: Add test for mixing breaks and wraps in selectionsEskil Abrahamsen Blomfeldt2016-02-051-0/+22
* | | Window attached property: fix notifier signalsJ-P Nurmi2016-02-021-0/+5
| |/ |/|
* | QML: do not wrap property values of type QVariant.Erik Verbruggen2016-01-271-0/+18
* | Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-274-0/+39
* | Fix don't delete singletons objects owned by C++BogDan Vatra2016-01-251-0/+20
|/
* Pass Qt.include() URLs through the URL interceptor if presentKevin Krammer2016-01-237-0/+37
* tst_qquicklistview: Move a number of window instances to use scoped pointers.Robin Burchell2016-01-221-227/+115
* Clean up QV4DataCollectorUlf Hermann2016-01-221-1/+18
* V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-221-65/+73
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2016-01-212-0/+42
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-192-0/+42
| |\
| | * MouseArea: fixed a crash in propagate()Liang Qi2015-11-262-0/+42
* | | QQuickItem: fix an infinite loop nextItemInFocusChain()Liang Qi2016-01-202-0/+31
* | | Provide access to signal parameters in SignalTransition::onTriggered.Michael Brasser2016-01-192-0/+159
|/ /
* | qmlplugindump test: added check.Marco Benelli2016-01-181-0/+1
* | tst_qquicklistview: Share window in stickyPositioning test.Robin Burchell2016-01-151-2/+2
* | QQuickItemView: Take sticky header/footer into account for positionViewAtInde...Robin Burchell2016-01-152-10/+74
* | Set CMP0056 to NEW only if it exists for the running cmake versionStephen Kelly2016-01-081-1/+3
* | don't rely on transitive dependenciesOswald Buddenhagen2016-01-052-0/+4
* | Fix value changed logic for ValueTypeProvider typesFrank Meerkoetter2016-01-042-0/+108
* | Fix ListView.OverlayHeaderJ-P Nurmi2015-12-232-0/+144
* | 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
* | 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