aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Dialog: add implicit header and footer size propertiesJ-P Nurmi2018-04-198-30/+120
* Page: add implicit header and footer size propertiesJ-P Nurmi2018-04-199-21/+149
* SpinBox: add up|down.implicitIndicatorWidth|HeightJ-P Nurmi2018-04-188-23/+98
* Add SystemTrayIcon::geometryJ-P Nurmi2018-04-184-2/+24
* Remove unused QQuickPageLayoutJ-P Nurmi2018-04-183-283/+0
* Inherit QQuickPopupItem from QQuickPageJ-P Nurmi2018-04-185-66/+32
* RangeSlider: add first|second.implicitHandleWidth|HeightJ-P Nurmi2018-04-187-20/+105
* Fix QQuickRangeSliderNode::moved() revisionJ-P Nurmi2018-04-181-1/+1
* Slider: add implicitHandleWidth|HeightJ-P Nurmi2018-04-187-13/+104
* ComboBox: add implicitIndicatorWidth|HeightJ-P Nurmi2018-04-188-5/+90
* Merge remote-tracking branch 'origin/5.11' into devJ-P Nurmi2018-04-186-17/+20
|\
| * Page: fix implicitWidth bindingsJ-P Nurmi2018-04-176-17/+20
* | QQuickPage: prepare for inheritanceJ-P Nurmi2018-04-184-18/+85
* | Merge QQuickPageLayout to QQuickPageJ-P Nurmi2018-04-182-27/+142
* | Popup: add implicitBackground|ContentWidth|Height propertiesJ-P Nurmi2018-04-1627-70/+156
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Qt Forward Merge Bot2018-04-149-14/+207
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-149-14/+207
| |\|
| | * Material: fix RadioIndicator disabled statev5.11.0-beta4Mitch Curtis2018-04-101-2/+2
| | * Material: fix CheckIndicator disabled stateMitch Curtis2018-04-101-2/+3
| | * Stabilize Popup::test_shortcut()Mitch Curtis2018-04-091-0/+8
| | * Fusion: add plugins.qmltypesJ-P Nurmi2018-04-091-0/+146
| | * Material: give RadioIndicator a disabled stateMitch Curtis2018-04-091-1/+2
| | * Fix background size regression caused by deferred executionJ-P Nurmi2018-04-093-0/+3
| | * QQuickLabel: fix background resizingJ-P Nurmi2018-04-093-11/+45
* | | AbstractButton: add implicitIndicatorWidth|HeightJ-P Nurmi2018-04-1352-48/+134
|/ /
* | Use implicitContentWidth and implicitContentHeightJ-P Nurmi2018-04-13121-236/+236
* | Control: add implicitContentWidth|Height propertiesJ-P Nurmi2018-04-1319-171/+324
* | Tests: fix QQuickVisualTestUtil::addTestRowForEachControl()J-P Nurmi2018-04-121-1/+4
* | Tests: move duplicated addTestRows() to QQuickVisualTestUtilJ-P Nurmi2018-04-129-127/+70
* | QQuickSwipeDelegate: don't re-position until component completeJ-P Nurmi2018-04-122-1/+9
* | Use implicitBackgroundWidth and implicitBackgroundHeightJ-P Nurmi2018-04-12174-348/+348
* | Control: add implicitBackgroundWidth|Height propertiesJ-P Nurmi2018-04-127-29/+152
* | Inherit QQuickControlPrivate from QQuickItemChangeListenerJ-P Nurmi2018-04-125-9/+6
* | Promote contentWidth and contentHeight to QQuickContainerJ-P Nurmi2018-04-1115-607/+240
* | QQuickMenuBar: refactor content size calculationJ-P Nurmi2018-04-113-54/+82
* | SwipeView: add contentWidth and contentHeightJ-P Nurmi2018-04-107-13/+225
* | QQuickTabBar: de-couple layouting and content size calculationJ-P Nurmi2018-04-101-32/+97
* | DialogButtonBox: add contentWidth and contentHeightJ-P Nurmi2018-04-108-40/+218
* | Compile QML files ahead of time in resourcesJ-P Nurmi2018-04-103-13/+4
* | imagine/ScrollView.qml: cleanup unnecessary content size bindingsJ-P Nurmi2018-04-061-3/+0
* | Update plugins.qmltypesJ-P Nurmi2018-04-063-58/+220
* | QQuickPopupItem: inherit QQuickPaneJ-P Nurmi2018-04-0621-79/+47
* | Merge remote-tracking branch 'origin/5.11' into devJ-P Nurmi2018-04-068-5/+35
|\|
| * TextArea: fix background parentJ-P Nurmi2018-04-052-1/+7
| * Update plugins.qmltypesJ-P Nurmi2018-04-042-2/+2
| * Ensure that QQuickIcon is properly registeredThomas Hartmann2018-04-043-0/+19
| * Link to RangeSlider from Slider's docs, and vice versav5.11.0-beta3Mitch Curtis2018-04-042-0/+5
| * Doc: use Math.round() in Overlay parent exampleMitch Curtis2018-04-041-2/+2
* | Fusion: remove useless ScrollView.qmlJ-P Nurmi2018-04-052-66/+0
* | QQuickScrollView: inherit QQuickPaneJ-P Nurmi2018-04-057-126/+72