summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove unneeded checks for -1 (infinity) in SplitView"v5.1.0-beta1Jens Bache-Wiig2013-05-111-3/+4
* Revert "Return infinity instead of -1 as a default value for max sizes"Jens Bache-Wiig2013-05-116-86/+36
* Automatically set toolbar widthJens Bache-Wiig2013-05-104-9/+9
* TestBench: add isDefault property.Caroline Chao2013-05-101-0/+1
* Add animation for indeterminate progress barsJens Bache-Wiig2013-05-103-0/+15
* Some styling fixes for qml style.Jens Bache-Wiig2013-05-1012-53/+56
* Remove unneeded checks for -1 (infinity) in SplitViewJan Arve Saether2013-05-101-4/+3
* Doc: Add a screenshot for Stack View exampleTopi Reinio2013-05-102-0/+1
* Return infinity instead of -1 as a default value for max sizesJan Arve Saether2013-05-106-36/+86
* Layouts implicit sizes was not propagated up properly.Jan Arve Saether2013-05-102-14/+18
* Fix basiclayouts example so that the window can be smaller..Jan Arve Saether2013-05-091-6/+8
* Ensure that a layout won't shrink the GroupBox..Jan Arve Saether2013-05-091-0/+4
* Revert "TableView: remove unused property backgroundColor"Jens Bache-Wiig2013-05-081-0/+6
* Refactor and clean up public style APIJens Bache-Wiig2013-05-0865-855/+1120
* Autotests: Remove expectfail for test addRemoveItemsInModelCaroline Chao2013-05-081-2/+0
* TableView: Expose positionViewAtIndex() methodCaroline Chao2013-05-071-0/+35
* TableView: Fix activated() not emittedCaroline Chao2013-05-077-4/+110
* Fix TabView not to insert duplicate tabsJ-P Nurmi2013-05-073-37/+54
* Examples: Update stackview exampleCaroline Chao2013-05-073-9/+42
* Doc: Create documentation for Qt Quick Controls examplesTopi Reinio2013-05-079-1/+100
* TableView: remove unused property backgroundColorCaroline Chao2013-05-071-6/+0
* disable horizontal flick in TableViewTasuku Suzuki2013-05-071-1/+1
* SplitView: always respect min/maxRichard Moe Gustavsen2013-05-071-3/+6
* SplitView: rename 'expanding' to 'fillWidth'Richard Moe Gustavsen2013-05-071-34/+34
* SplitView: update code to use 'clampedMinMax' functionRichard Moe Gustavsen2013-05-071-8/+1
* SplitView: calculate implicit sizeRichard Moe Gustavsen2013-05-071-24/+50
* Remove experimental controlsCaroline Chao2013-05-076-417/+1
* Doc: correct for compliancy with Writing GuidelinesNico Vertriest2013-05-0720-0/+20
* Add test for dynamic adding and removing layout itemsJan Arve Saether2013-05-061-0/+67
* Doc: check and correct for compliancy with Writing GuidelinesNico Vertriest2013-05-065-0/+5
* ScrollBar: Pixel tweak widget-less styleGabriel de Dietrich2013-05-061-1/+3
* Allow TableView to scroll to bottomJens Bache-Wiig2013-05-043-2/+5
* Autotest: add test for mouseWheel on SpinBoxCaroline Chao2013-05-031-0/+14
* Fix warning in qquickmenu_p.hCaroline Chao2013-05-032-1/+10
* Tests: Add basic autotests for stylesCaroline Chao2013-05-032-1/+163
* Add basic mouse wheel support to SpinBoxJens Bache-Wiig2013-05-031-0/+6
* Clean up and document SliderStyleJens Bache-Wiig2013-05-032-9/+54
* Tests: Add autotests for TableView (rowCount & columnCount)Caroline Chao2013-05-032-0/+86
* TableView: Fix sortIndicatorOrder propertyCaroline Chao2013-05-032-3/+17
* ScrollBar: Fix horizontal arrows in widget-less styleGabriel de Dietrich2013-05-036-5/+7
* Improve arrow pixmaps for scroll bars and combo boxJens Bache-Wiig2013-05-035-1/+3
* Add missing QT_{BEGIN|END}_NAMESPACEJan Arve Saether2013-05-031-0/+2
* Compile fix: Move the static functions to the correct file.Jan Arve Saether2013-05-032-53/+54
* Fix warning unused variable 'menu'Caroline Chao2013-05-031-1/+2
* Fix crash when Layout.fillWidth is put into QtObject {}Tasuku Suzuki2013-05-032-5/+64
* Remove references to styles that don't even existJens Bache-Wiig2013-04-301-2/+0
* ComboBox: Arrays of strings don't have textRole.Caroline Chao2013-04-302-1/+12
* Fix incorrect selected text color in table viewJens Bache-Wiig2013-04-302-2/+7
* Remove unused tools/qmlwidget files.Caroline Chao2013-04-302-84/+0
* Button: Add 'menu' property to get pull-down buttonGabriel de Dietrich2013-04-305-4/+69