summaryrefslogtreecommitdiff
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Tests: Remove tst_applicationwindow.qmlCaroline Chao2013-04-126-60/+149
* Add missing calls to destroy()Jan Arve Saether2013-04-121-0/+4
* Tests: add more tests for activeFocusOnTab propertyCaroline Chao2013-04-1215-0/+1107
* Tests: Destroy created components at the end of the tests functionsCaroline Chao2013-04-1124-14/+113
* Tests: add tst_splitview.qml to pro fileCaroline Chao2013-04-101-1/+2
* Don't rearrange/recalculate the layout if it is hiddenJan Arve Saether2013-04-091-0/+25
* Fix ComboBox textRole when used with an array as a modelJosh Faust2013-04-091-0/+29
* Fixed a bug where the MaximumSizeHint of a layout with spans was wrongJan Arve Saether2013-04-081-15/+33
* Fixed a bug where spans across empty cells got broken.Jan Arve Saether2013-04-051-0/+52
* Add support for auto-positioning of items in a grid layoutJan Arve Saether2013-04-042-0/+327
* Tests: Add test for activeFocusOnPress propertyCaroline Chao2013-04-038-0/+117
* Slider: Fix increment/decrement on mouseWheelCaroline Chao2013-04-021-29/+93
* PageStack: rename PageStack to StackViewRichard Moe Gustavsen2013-03-282-3/+3
* Fix some imports QtQuick 2.0 -> QtQuick 2.1Caroline Chao2013-03-252-4/+4
* Rename properties Layout.{vertical}SizePolicyJan Arve Saether2013-03-221-7/+7
* Menu: Update API, auto-testsGabriel de Dietrich2013-03-201-4/+39
* Remove the Page control - use attached properties insteadJ-P Nurmi2013-03-202-4/+13
* Support QQuickItem.activeFocusOnTab in QtQuick.ControlsLiang Qi2013-03-199-1/+1096
* Tests: Move tst_groupbox and fix importCaroline Chao2013-03-191-1/+1
* Tests: ensure that the testplugin gets built before testsJ-P Nurmi2013-03-191-1/+2
* Add test for counting the number of geometry changes.Jan Arve Saether2013-03-151-0/+46
* Rearrange only the topmost layout.Jan Arve Saether2013-03-141-0/+70
* Change imports from QtQuick 2.0 to QtQuick 2.1Caroline Chao2013-03-1438-48/+48
* ComboBox: Rename 'selectedIndex' property to 'currentIndex'Gabriel de Dietrich2013-03-132-20/+18
* Menu: Remove 'model' property, ContextMenuGabriel de Dietrich2013-03-132-4/+7
* TableView: fixed review findingsJ-P Nurmi2013-03-121-10/+10
* Tests: cleanup QT_DISABLE_DEPRECATED_BEFORE=0J-P Nurmi2013-03-113-4/+1
* Test for RowLayoutJan Arve Saether2013-03-072-1/+129
* Fix initialization value of SpinBoxJens Bache-Wiig2013-03-071-0/+12
* Tests: Fix initialization value of ProgressBarCaroline Chao2013-03-071-0/+20
* ScrollView: Fix when the item added is not a FlickableCaroline Chao2013-03-071-1/+1
* Tests: Remove annoying warningsJan Arve Saether2013-03-072-2/+6
* Tests: Add a readme file about the testpluginCaroline Chao2013-03-071-0/+11
* Renamed Button::defaultbutton to Button::isDefaultJ-P Nurmi2013-03-061-2/+2
* Fix Vertical sliderJens Bache-Wiig2013-03-041-0/+8
* Button: Add some auto-tests for ActionGabriel de Dietrich2013-03-041-0/+36
* Test change index in tabsJens Bache-Wiig2013-03-011-0/+12
* Update TabView API and allow inser/remove of tabsJens Bache-Wiig2013-03-012-3/+50
* Action: Remove 'mnemonic' property, update auto-testsGabriel de Dietrich2013-03-012-7/+2
* MenuBar, Menu, MenuItem, Action: New, reviewed APIGabriel de Dietrich2013-03-011-32/+32
* Menu: Fix 'selectedIndex' update on item triggerGabriel de Dietrich2013-02-251-3/+4
* GroupBox: small fix + add basic autotestsCaroline Chao2013-02-232-1/+106
* Rename Splitter to SplitViewJ-P Nurmi2013-02-222-10/+10
* Rename TabFrame to TabViewJens Bache-Wiig2013-02-222-6/+6
* Warn when trying to use ExclusiveGroups with partiallyCheckedEnabled.Mitch Curtis2013-02-221-0/+18
* Rename ScrollArea to ScrollViewJens Bache-Wiig2013-02-222-38/+38
* Replaced BSD with LGPL license to conform with Qt Project modulesShawn Rutledge2013-02-2140-119/+122
* Rename QtDesktop to QtQuick.ControlsJens Bache-Wiig2013-02-2143-90/+88
* Add exclusiveGroup tests to RadioButton and CheckBox.Mitch Curtis2013-02-212-1/+77
* Tests: add test for combobox textRoleCaroline Chao2013-02-211-3/+16