aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
...
* | Dial: follow the "standard" implicit size calculation practicesJ-P Nurmi2018-04-194-10/+26
* | GroupBox: add implicitLabelWidth|HeightJ-P Nurmi2018-04-196-10/+11
* | Dialog: add implicit header and footer size propertiesJ-P Nurmi2018-04-196-30/+31
* | Page: add implicit header and footer size propertiesJ-P Nurmi2018-04-196-20/+21
* | SpinBox: add up|down.implicitIndicatorWidth|HeightJ-P Nurmi2018-04-186-20/+21
* | Add SystemTrayIcon::geometryJ-P Nurmi2018-04-184-2/+24
* | RangeSlider: add first|second.implicitHandleWidth|HeightJ-P Nurmi2018-04-185-20/+20
* | Slider: add implicitHandleWidth|HeightJ-P Nurmi2018-04-185-10/+10
* | ComboBox: add implicitIndicatorWidth|HeightJ-P Nurmi2018-04-186-5/+6
* | Merge remote-tracking branch 'origin/5.11' into devJ-P Nurmi2018-04-185-15/+15
|\|
| * Page: fix implicitWidth bindingsJ-P Nurmi2018-04-175-15/+15
* | Popup: add implicitBackground|ContentWidth|Height propertiesJ-P Nurmi2018-04-1625-70/+70
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Qt Forward Merge Bot2018-04-143-3/+151
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-143-3/+151
| |\|
| | * Material: fix RadioIndicator disabled statev5.11.0-beta4Mitch Curtis2018-04-101-2/+2
| | * Material: fix CheckIndicator disabled stateMitch Curtis2018-04-101-2/+3
| | * Fusion: add plugins.qmltypesJ-P Nurmi2018-04-091-0/+146
| | * Material: give RadioIndicator a disabled stateMitch Curtis2018-04-091-1/+2
* | | AbstractButton: add implicitIndicatorWidth|HeightJ-P Nurmi2018-04-1349-48/+49
|/ /
* | Use implicitContentWidth and implicitContentHeightJ-P Nurmi2018-04-13121-236/+236
* | Use implicitBackgroundWidth and implicitBackgroundHeightJ-P Nurmi2018-04-12174-348/+348
* | Promote contentWidth and contentHeight to QQuickContainerJ-P Nurmi2018-04-112-3/+3
* | SwipeView: add contentWidth and contentHeightJ-P Nurmi2018-04-104-6/+7
* | DialogButtonBox: add contentWidth and contentHeightJ-P Nurmi2018-04-105-25/+10
* | Compile QML files ahead of time in resourcesJ-P Nurmi2018-04-102-13/+3
* | 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-0615-45/+0
* | Merge remote-tracking branch 'origin/5.11' into devJ-P Nurmi2018-04-064-4/+23
|\|
| * Update plugins.qmltypesJ-P Nurmi2018-04-042-2/+2
| * Ensure that QQuickIcon is properly registeredThomas Hartmann2018-04-043-0/+19
| * 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-052-6/+0
* | RangeSlider: add first.moved() and second.moved() signalsMitch Curtis2018-04-051-1/+0
* | QQuickControl: update baseline offset automaticallyJ-P Nurmi2018-04-0485-85/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-314-0/+68
|\|
| * Fix current color is not set first time in ColorDialogTasuku Suzuki2018-03-261-0/+1
| * Add a few missing properties to property editorThomas Hartmann2018-03-233-0/+67
* | Merge remote-tracking branch 'origin/5.11' into devJ-P Nurmi2018-03-2323-792/+18
|\|
| * Ensure that qtquickcontrols2.conf files show up in examplesMitch Curtis2018-03-211-0/+2
| * Add a section about how to preview custom styles in Qt Quick DesignerMitch Curtis2018-03-211-0/+16
| * Remove unused snippetsMitch Curtis2018-03-2121-792/+0
* | Add anchors property to Popup to allow centering in parent/windowMitch Curtis2018-03-222-0/+48
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-201-3/+4
|\|
| * Imagine: make the QML files show up in Qt CreatorJ-P Nurmi2018-03-131-3/+4
* | Add QQuickTheme::ScopeJ-P Nurmi2018-03-158-28/+29
* | QQuickTheme: cleanup the APIJ-P Nurmi2018-03-154-8/+8
* | QQuickTheme: add missing fonts and palettesJ-P Nurmi2018-03-151-0/+1
* | QQuickRangeSlider: add touchDragThreshold propertyYulong Bai2018-03-141-0/+1