summaryrefslogtreecommitdiff
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* CalendarStyle: do not hard code the height of dayOfWeekDelegateJ-P Nurmi2014-06-111-1/+2
* 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
|/
* Bump QtQuick.Controls import version to 1.2J-P Nurmi2014-04-0762-200/+200
* Import QtQuick 2.2J-P Nurmi2014-04-0759-131/+131
* Try to maintain bindings to checked property in CheckBoxJens Bache-Wiig2014-03-201-0/+39
* Let ApplicationWindows default max size be unbounded.Jan Arve Saether2014-03-191-3/+32
* Do not reduce items size when snapping to pixel grid.Jan Arve Saether2014-03-191-4/+6
* Styling improvements for CalendarJens Bache-Wiig2014-03-121-3/+3
* Avoid warning when maximum size < minimum sizeJan Arve Saether2014-03-031-0/+38
* Revise tst_applicationwindowJ-P Nurmi2014-02-261-3/+4
* TableView: fix activeFocusOnTab behaviorLiang Qi2014-02-252-0/+135
* Respect Tab::enabledJ-P Nurmi2014-02-211-0/+15
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-171-0/+36
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-0/+36
| |\
| | * Allow size hint changes during a rearrange.Jan Arve Saether2014-01-281-0/+36
* | | Use childAt() instead of cellIndexAt().Mitch Curtis2014-02-151-16/+0
* | | Don't ignore horizontal alignment for items with baseline alignmentsJan Arve Saether2014-02-141-1/+22
* | | Add Calendar to Qt Quick Controls.Mitch Curtis2014-02-143-0/+978
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-278-0/+377
|\ \ | |/
| * Controls: Fixed support for Keys attached property on controls allowing text ...Liang Qi2014-01-228-0/+377
* | Make sure that items don't exceed the layout-computed boundaryJan Arve Saether2014-01-271-0/+56
* | Make sure that layout is invalidated if LayoutMirroring is changed.Jan Arve Saether2014-01-231-0/+12
* | Add missing tests for layoutDirection and mirroringJan Arve Saether2014-01-231-0/+2
* | TableView: added resizeToContents and resizeColumnsToContentsShawn Rutledge2014-01-222-0/+74
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-173-6/+89
|\ \ | |/
| * Support negative layout spacings (do not assert)Jan Arve Saether2014-01-161-0/+41
| * tests: update activeFocusOnTab to support editable ComboBoxLiang Qi2014-01-142-6/+48
* | Expose contentArea as contentItem in ApplicationWindowJan Arve Saether2014-01-141-0/+73
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-102-0/+40
|\ \ | |/
| * ComboBox: Allow setting currentIndex to -1 to clear selectionv5.2.1Gabriel de Dietrich2014-01-081-0/+17
| * ComboBox: Don't suggest auto-complete text if editText is emptyGabriel de Dietrich2014-01-081-0/+1
| * Do not loop infinitely if a span is larger than the layout extentJan Arve Saether2014-01-071-0/+22
* | Fix TableView auto testFabian Bumberger2014-01-071-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-231-0/+28
|\ \ | |/
| * Fixed: Regression in key navigation on TableViewJens Bache-Wiig2013-12-211-0/+28
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+18
|\ \ | |/
| * Make editable Combobox accept substringsJens Bache-Wiig2013-12-131-0/+18
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-0/+26
|\ \ | |/
| * SpinBox: attempt to fixup the input as appropriateJ-P Nurmi2013-12-041-0/+26
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-295-7/+283
|\ \ | |/
| * Make TextFieldStyle and SpinBoxStyle respect font sizeJens Bache-Wiig2013-11-262-0/+20
| * ComboBox: Call resolveTextValue() after any model changeGabriel de Dietrich2013-11-261-7/+9
| * SpinBox: add editingFinished signalLiang Qi2013-11-222-0/+91