aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Add changes file for Qt 5.11.0v5.11.0-rc2v5.11.0-rc1v5.11.0Antti Kokko2018-04-241-0/+161
* | | Imagine: use background insetsJ-P Nurmi2018-05-0946-193/+239
* | | Non-QQuickControls: fix background resizingJ-P Nurmi2018-05-083-6/+6
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-07122-1314/+575
|\| |
| * | Styles: use C++11 default member initializationJ-P Nurmi2018-05-0426-131/+95
| * | Controls: use C++11 default member initializationJ-P Nurmi2018-05-0417-95/+50
| * | 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-029-32/+395
* | | TextField: add support for background insetsJ-P Nurmi2018-05-029-24/+406
* | | Label: add support for background insetsJ-P Nurmi2018-05-024-14/+402
* | | Add missing implicitBackground{Width|Height} to non-QQuickControlsJ-P Nurmi2018-05-0224-57/+433
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-288-15/+125
|\| |
| * | ComboBox: don't block the escape/back key (with fixed test)J-P Nurmi2018-04-252-3/+85
| * | Revert "ComboBox: don't block the escape/back key"Liang Qi2018-04-252-76/+3
| * | ComboBox: don't block the escape/back keyJ-P Nurmi2018-04-232-3/+76
| * | ComboBox: reset when hiddenJ-P Nurmi2018-04-233-0/+17
| * | Ensure that CheckIndicator works with MenuItemMitch Curtis2018-04-202-6/+8
| |/
| * Slider, RangeSlider: document stepSize's relation to snapModeMitch Curtis2018-04-192-0/+6
| * Popup::test_shortcut(): use "A" instead of "Tab" for shortcutMitch Curtis2018-04-181-3/+3
| * Slider, RangeSlider: document pressed slightly more thoroughlyMitch Curtis2018-04-182-3/+6
* | Remove the code to manually initialize resources in static buildsSimon Hausmann2018-04-278-70/+0
* | Material: use background insetsJ-P Nurmi2018-04-256-25/+25
* | Replace Material.buttonHeight with Material.touchTargetJ-P Nurmi2018-04-2510-18/+18
* | Update plugins.qmltypesJ-P Nurmi2018-04-252-32/+186
* | Move buttonLayoutChange() signal to the correct placeJ-P Nurmi2018-04-252-1/+2
* | DialogButtonBox: fix layout regressionJ-P Nurmi2018-04-242-1/+30
* | Control: fix background sizeJ-P Nurmi2018-04-235-16/+57
* | Take background insets into accountJ-P Nurmi2018-04-23211-417/+417
* | Popup: add support for background insetsJ-P Nurmi2018-04-235-327/+761
* | Control: add support for background insetsJ-P Nurmi2018-04-236-158/+877
* | Align and cleanup implicit size bindingsJ-P Nurmi2018-04-20100-212/+278
* | Platform: add icon.maskJ-P Nurmi2018-04-206-2/+24
* | Platform: make icon a grouped propertyJ-P Nurmi2018-04-2012-111/+332
* | BusyIndicator: follow the "standard" implicit size calculation practicesJ-P Nurmi2018-04-194-8/+16
* | Tumbler: follow the "standard" implicit size calculation practicesJ-P Nurmi2018-04-196-12/+36
* | Dial: follow the "standard" implicit size calculation practicesJ-P Nurmi2018-04-194-10/+26
* | GroupBox: add implicitLabelWidth|HeightJ-P Nurmi2018-04-198-12/+100
* | 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