aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
...
* | Non-QQuickControls: fix background resizingJ-P Nurmi2018-05-083-6/+6
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-0780-1089/+431
|\|
| * Templates: use C++11 default member initializationJ-P Nurmi2018-05-0483-1065/+406
| * Fix QQuickPopupPositionerJ-P Nurmi2018-05-042-1/+3
| * Document the default value of ComboBox's currentIndex propertyMitch Curtis2018-05-021-0/+2
* | Fix crash in tst_controlsSimon Hausmann2018-05-031-1/+1
* | Make QQuickPopupPrivate::reposition() non-virtualJ-P Nurmi2018-05-031-1/+1
* | Replace QQuickMenuPrivate::reposition() with QQuickMenuPositionerJ-P Nurmi2018-05-032-11/+29
* | Replace QQuickDrawerPrivate::reposition() with QQuickDrawerPositionerJ-P Nurmi2018-05-022-5/+24
* | QQuickPopup: prepare for overriding the positionerJ-P Nurmi2018-05-024-6/+22
* | Cleanup QQuickPopupAnchorsJ-P Nurmi2018-05-024-40/+15
* | TextArea: add support for background insetsJ-P Nurmi2018-05-023-21/+239
* | TextField: add support for background insetsJ-P Nurmi2018-05-023-14/+250
* | Label: add support for background insetsJ-P Nurmi2018-05-023-14/+250
* | Add missing implicitBackground{Width|Height} to non-QQuickControlsJ-P Nurmi2018-05-0211-8/+294
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-284-6/+28
|\|
| * 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