aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* Popup: add support for background insetsJ-P Nurmi2018-04-232-4/+173
* Control: add support for background insetsJ-P Nurmi2018-04-233-20/+273
* GroupBox: add implicitLabelWidth|HeightJ-P Nurmi2018-04-192-2/+89
* Dialog: add implicit header and footer size propertiesJ-P Nurmi2018-04-192-0/+89
* Page: add implicit header and footer size propertiesJ-P Nurmi2018-04-193-1/+128
* SpinBox: add up|down.implicitIndicatorWidth|HeightJ-P Nurmi2018-04-182-3/+77
* 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-182-0/+85
* Fix QQuickRangeSliderNode::moved() revisionJ-P Nurmi2018-04-181-1/+1
* Slider: add implicitHandleWidth|HeightJ-P Nurmi2018-04-182-3/+94
* ComboBox: add implicitIndicatorWidth|HeightJ-P Nurmi2018-04-182-0/+84
* 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-162-0/+86
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Qt Forward Merge Bot2018-04-144-11/+24
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-144-11/+24
| |\
| | * Fix background size regression caused by deferred executionJ-P Nurmi2018-04-093-0/+3
| | * QQuickLabel: fix background resizingJ-P Nurmi2018-04-092-11/+21
* | | AbstractButton: add implicitIndicatorWidth|HeightJ-P Nurmi2018-04-133-0/+85
|/ /
* | Control: add implicitContentWidth|Height propertiesJ-P Nurmi2018-04-1312-163/+219
* | QQuickSwipeDelegate: don't re-position until component completeJ-P Nurmi2018-04-122-1/+9
* | Control: add implicitBackgroundWidth|Height propertiesJ-P Nurmi2018-04-126-21/+116
* | Inherit QQuickControlPrivate from QQuickItemChangeListenerJ-P Nurmi2018-04-125-9/+6
* | Promote contentWidth and contentHeight to QQuickContainerJ-P Nurmi2018-04-1113-604/+237
* | QQuickMenuBar: refactor content size calculationJ-P Nurmi2018-04-113-54/+82
* | SwipeView: add contentWidth and contentHeightJ-P Nurmi2018-04-102-0/+194
* | QQuickTabBar: de-couple layouting and content size calculationJ-P Nurmi2018-04-101-32/+97
* | DialogButtonBox: add contentWidth and contentHeightJ-P Nurmi2018-04-103-15/+208
* | QQuickPopupItem: inherit QQuickPaneJ-P Nurmi2018-04-066-34/+47
* | Merge remote-tracking branch 'origin/5.11' into devJ-P Nurmi2018-04-063-1/+9
|\|
| * TextArea: fix background parentJ-P Nurmi2018-04-051-1/+4
| * Link to RangeSlider from Slider's docs, and vice versav5.11.0-beta3Mitch Curtis2018-04-042-0/+5
* | QQuickScrollView: inherit QQuickPaneJ-P Nurmi2018-04-055-120/+72
* | QQuickPane: cleanup content size calculation - part IIJ-P Nurmi2018-04-053-32/+60
* | RangeSlider: add valueAt() functionMitch Curtis2018-04-052-0/+18
* | RangeSlider: add first.moved() and second.moved() signalsMitch Curtis2018-04-052-1/+28
* | QQuickControl: update baseline offset automaticallyJ-P Nurmi2018-04-043-0/+65
* | Use Q_PRIVATE_PROPERTY for QQmlListPropertyJ-P Nurmi2018-04-0413-45/+55
* | QQuickContentItem: make use of QQmlMetaType::prettyTypeName()J-P Nurmi2018-04-045-6/+15
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-311-0/+5
|\|
| * Do not execute a deferred property when component complete is disabledThomas Hartmann2018-03-261-0/+5
* | QQuickPane: cleanup content size calculationJ-P Nurmi2018-03-232-17/+17
* | Fix QQuickControl::contentItemChange()J-P Nurmi2018-03-231-2/+3
* | Add QQuickContentItem to produce more useful debug outputMitch Curtis2018-03-236-3/+132
* | Merge remote-tracking branch 'origin/5.11' into devJ-P Nurmi2018-03-237-16/+37
|\|
| * Combo|SpinBox: fix wheel event propagationJ-P Nurmi2018-03-232-4/+1
| * Fix Shortcuts in Popups with window context not being activatedMitch Curtis2018-03-221-1/+1
| * Doc: update list of signals emitted when buttons with roles are clickedMitch Curtis2018-03-211-3/+27
| * Fix crash with StackView::initialItemSimon Hausmann2018-03-213-8/+8