summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.5 into 5.5.1Oswald Buddenhagen2015-09-111-0/+22
|\
| * Button: only enable mnemonic if button itself is enabled.Mitch Curtis2015-09-071-0/+22
* | Menu: Schedule popup deletion when it's about to hideGabriel de Dietrich2015-09-111-0/+1
|/
* TreeView auto-test: Harden test_indexAt()Gabriel de Dietrich2015-08-191-1/+13
* Make TableView sort indicator follow moved columns.Mitch Curtis2015-08-121-0/+48
* Remove unused Qt.LeftButton argument to mouseMove() in auto tests.Mitch Curtis2015-07-272-4/+4
* TreeView: Track model indexes during selectionGabriel de Dietrich2015-07-043-11/+57
* ComboBox: Update selected text with item textSanttu Lakkala2015-06-231-0/+11
* Fix TableView extra row with headerVisible:falseJoni Poikelin2015-06-041-0/+26
* TreeView auto-test: Remove workaround, use Array APIGabriel de Dietrich2015-05-291-18/+11
* TreeModelAdaptor: Monitor model's lifespanGabriel de Dietrich2015-05-211-0/+19
* Tests: Remove redundant calls to destroy()Caroline Chao2015-05-041-19/+0
* Menu: Add aboutToShow, aboutToHide signalsGabriel de Dietrich2015-04-161-0/+30
* TreeView: Add indexAt() functionGabriel de Dietrich2015-04-161-0/+57
* TreeModelAdaptor: Take into account childless expanded itemsGabriel de Dietrich2015-04-161-0/+125
* Fix text selection handles to float on topJ-P Nurmi2015-04-161-3/+0
* Fix TreeView missing visualization of expander image on insert or removeFilippo Cucchetto2015-04-141-0/+62
* MenuBar top level menus are not closed on click after being openedFilippo Cucchetto2015-04-142-19/+77
* Added QQuickMenu reference in QQuickMenuPopupWindowFilippo Cucchetto2015-04-133-3/+75
* Fix clicking on a QML submenu causes it to closeFilippo Cucchetto2015-03-294-0/+282
* Port and re-enable tests using the selectedIndexes property.Stephen Kelly2015-03-281-21/+21
* Temporarily disable tests which use selectedIndexes()Stephen Kelly2015-03-251-4/+4
* Make TreeView auto-tests pass pending list to array changesGabriel de Dietrich2015-03-201-11/+18
* Tests: Fix cleanup in tst_shortcut.qmlCaroline Chao2015-03-091-1/+1
* BSD license for QML code in testsJ-P Nurmi2015-03-06128-2718/+3518
* tst_treeview: Enable tests using mouse double clickCaroline Chao2015-03-031-24/+25
* Merge Extras' styling system into Controls'.Mitch Curtis2015-03-0227-69/+324
* TreeView: Always update selection current indexGabriel de Dietrich2015-02-251-19/+4
* Be more explicit about color comparison failures in Picture auto tests.Mitch Curtis2015-02-191-5/+12
* Ensure Picture auto test background window is white.Mitch Curtis2015-02-191-0/+5
* Added remove function to the SplitViewFilippo Cucchetto2015-02-161-0/+83
* Introducing TreeViewGabriel de Dietrich2015-02-1310-3/+2406
* Import Qt Quick Extras (the former Qt Quick Enterprise Controls)Mitch Curtis2015-02-1332-2/+3791
* Use TabFocusBehavior in QStyleHints in QtQuick.ControlsLiang Qi2015-02-1317-43/+16
* Merge remote-tracking branch 'origin/5.4' into devJ-P Nurmi2015-02-121-0/+30
|\
| * Fix crash when invalidating a layout while rearrangingDaiwei Li2015-02-051-0/+31
* | BasicTableView refactoring: Separate view from user interactionGabriel de Dietrich2015-02-122-4/+6
* | Tests: update license headersJ-P Nurmi2015-02-11120-3361/+3011
* | Merge remote-tracking branch 'origin/5.4' into devJ-P Nurmi2015-02-032-2/+66
|\ \ | |/
| * Fix asynchronous loading of Calendar.Mitch Curtis2015-02-021-2/+49
| * Not update TabView.currentIndex when loader insertingLiang Qi2015-02-021-0/+17
* | Fix wrong calculation of "other" margins in splitviewJan Arve Saether2015-02-021-6/+7
* | Allow override of passwordCharacter in TextFieldStyleDaiwei Li2015-02-021-0/+16
* | Add support for Layout.margins in SplitViewJan Arve Saether2015-01-171-0/+44
* | Add support for Layout marginsJan Arve Saether2015-01-161-0/+68
* | Merge remote-tracking branch 'origin/5.4' into devJ-P Nurmi2015-01-1646-29/+1512
|\ \ | |/
| * Fix StackView focus handlingJ-P Nurmi2014-11-282-1/+27
| * Fix Spinbox missing value change if minimumValue is setFilippo Cucchetto2014-11-251-1/+4
| * tst_spinbox: destroy dyn. created spinbox before leaving testRichard Moe Gustavsen2014-11-201-0/+1
| * Slider: don't clamp to the initial press pointJ-P Nurmi2014-11-071-0/+25