summaryrefslogtreecommitdiff
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when invalidating a layout while rearrangingDaiwei Li2015-02-051-0/+31
* Fix asynchronous loading of Calendar.Mitch Curtis2015-02-021-2/+49
* Not update TabView.currentIndex when loader insertingLiang Qi2015-02-021-0/+17
* 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
* Slider: Hover only on the handleGabriel de Dietrich2014-10-311-0/+4
* Revert "qquickrangemodel: don't emit signals before component is completed"J-P Nurmi2014-10-302-0/+86
* Dialogs: FileDialog can only be modal on WindowsShawn Rutledge2014-10-301-0/+4
* BasicButton: handle mnemonicsJ-P Nurmi2014-10-162-0/+28
* AbstractCheckable: handle mnemonicJ-P Nurmi2014-10-162-0/+12
* TableView: correct event.accepted in key handlersLiang Qi2014-10-092-0/+124
* Controls: Fixed support for Keys attached property on TableViewLiang Qi2014-10-082-0/+91
* ApplicationWindow: top level items must get focus when they ask for it.Mitch Curtis2014-10-022-0/+81
* import tst_dialogs from qtdeclarativeJ-P Nurmi2014-09-224-1/+245
* SpinBox: intermediate values outside the range are invalid.Mitch Curtis2014-09-191-0/+9
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-181-0/+29
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-161-0/+29
| |\
| | * TableView: fix tab navigationJ-P Nurmi2014-09-101-0/+24
| | * tst_tableview: cleanup test items to avoid side effects in later testsJ-P Nurmi2014-09-101-0/+5
* | | Remove sleep(4000) from SpinBox auto test.Mitch Curtis2014-09-171-1/+0
|/ /
* | Do not crash when removing children from hidden layoutsJan Arve Saether2014-09-031-0/+81
* | Update license headers and add new license filesAntti Kokko2014-08-2512-228/+132
* | Add scollBarPolicy properties to scrollviewDavid Edmundson2014-07-221-0/+36
* | Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-07-193-3/+3
|\ \ | |/
| * Centralize determination of "no desktop" configurationsJ-P Nurmi2014-07-183-3/+3
* | Fix Calendar::clicked() signal emissionJ-P Nurmi2014-07-161-1/+1
* | Add Calendar::pressAndHold(date) signalJ-P Nurmi2014-07-161-0/+40
* | Introduce TableView::pressAndHold(int row) [signal]J-P Nurmi2014-07-143-0/+18
* | Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-07-091-82/+86
|\ \ | |/
| * Revise unstable and slow GridLayout auto testJ-P Nurmi2014-06-301-82/+86
* | Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-06-253-3/+3
|\ \ | |/
| * Cleanup whitespaceJ-P Nurmi2014-06-243-3/+3
| * Remove QtWidgets dependency for WinRTJ-P Nurmi2014-06-243-3/+3
| * Remove Widgets dependency for QNXAndreas Holzammer2014-06-243-3/+3
* | Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-06-111-1/+2
|\ \ | |/
| * CalendarStyle: do not hard code the height of dayOfWeekDelegateJ-P Nurmi2014-06-111-1/+2
* | Switch: add pressed-property and clicked() signalJ-P Nurmi2014-06-021-0/+30
* | Fix Slider increments on keypressFrederik Gladhorn2014-05-261-3/+11
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-05-146-22/+330
|\ \ | |/
| * Don't allow navigation to previous/next month when dragging mouse.Mitch Curtis2014-05-131-6/+20
| * Fix CalendarStyle's layouting and grid cell calculation.Mitch Curtis2014-05-131-13/+74
| * Fix the update of TabView.currentIndex when inserting/removing tabsJocelyn Turcotte2014-05-071-0/+35
| * Tests: Remove insignificant marker for Win7 build with AngleCaroline Chao2014-04-291-2/+0
| * ComboBox: Update currentText when currentIndex goes from -1 to 0Gabriel de Dietrich2014-04-281-0/+14
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-04-251-0/+18
| |\
| | * Ensure that styleData.row is initialized in delegatesJens Bache-Wiig2014-04-151-0/+18
| * | Test that attached Keys behavior is identical to TextInput/AreaJ-P Nurmi2014-04-242-1/+169
| |/
* | Add ability to dynamically add items to SplitViewChristian Manning2014-05-121-0/+73