aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
...
| * ComboBox: don't block the escape/back key (with fixed test)J-P Nurmi2018-04-251-3/+5
| * Revert "ComboBox: don't block the escape/back key"Liang Qi2018-04-251-5/+3
| * ComboBox: don't block the escape/back keyJ-P Nurmi2018-04-231-3/+5
| * ComboBox: reset when hiddenJ-P Nurmi2018-04-232-0/+11
| * Slider, RangeSlider: document stepSize's relation to snapModeMitch Curtis2018-04-192-0/+6
| * Slider, RangeSlider: document pressed slightly more thoroughlyMitch Curtis2018-04-182-3/+6
* | Move buttonLayoutChange() signal to the correct placeJ-P Nurmi2018-04-252-1/+2
* | DialogButtonBox: fix layout regressionJ-P Nurmi2018-04-241-1/+3
* | Control: fix background sizeJ-P Nurmi2018-04-234-16/+51
* | 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
|\|