aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-0621-79/+47
* Merge remote-tracking branch 'origin/5.11' into devJ-P Nurmi2018-04-067-5/+32
|\
| * TextArea: fix background parentJ-P Nurmi2018-04-051-1/+4
| * Update plugins.qmltypesJ-P Nurmi2018-04-042-2/+2
| * Ensure that QQuickIcon is properly registeredThomas Hartmann2018-04-043-0/+19
| * Link to RangeSlider from Slider's docs, and vice versav5.11.0-beta3Mitch Curtis2018-04-042-0/+5
| * 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-057-126/+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-053-2/+28
* | QQuickControl: update baseline offset automaticallyJ-P Nurmi2018-04-0488-85/+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-315-0/+73
|\|
| * Fix current color is not set first time in ColorDialogTasuku Suzuki2018-03-261-0/+1
| * Do not execute a deferred property when component complete is disabledThomas Hartmann2018-03-261-0/+5
| * Add a few missing properties to property editorThomas Hartmann2018-03-233-0/+67
* | 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-2331-811/+58
|\|
| * Combo|SpinBox: fix wheel event propagationJ-P Nurmi2018-03-232-4/+1
| * QQuickStyle: use local 8-bit for paths from env varsJ-P Nurmi2018-03-231-4/+4
| * Fix Shortcuts in Popups with window context not being activatedMitch Curtis2018-03-221-1/+1
| * 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
| * Doc: update list of signals emitted when buttons with roles are clickedMitch Curtis2018-03-211-3/+27
| * Remove unused snippetsMitch Curtis2018-03-2121-792/+0
| * Fix crash with StackView::initialItemSimon Hausmann2018-03-213-8/+8
* | QQuickPane: fix a regression in implicit size calculationJ-P Nurmi2018-03-222-3/+22
* | Add anchors property to Popup to allow centering in parent/windowMitch Curtis2018-03-2210-5/+395
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-202-4/+6
|\|
| * Avoid crashes when the qquickcontrols2 plugin gets unloadedLars Knoll2018-03-161-1/+2
| * Imagine: make the QML files show up in Qt CreatorJ-P Nurmi2018-03-131-3/+4
* | QQuickStyle: add API for managing style pathsJ-P Nurmi2018-03-162-2/+60
* | Add QQuickTheme::ScopeJ-P Nurmi2018-03-1551-187/+222
* | QQuickTheme: cleanup the APIJ-P Nurmi2018-03-158-37/+49
* | QQuickTheme: add missing fonts and palettesJ-P Nurmi2018-03-157-8/+48
* | QQuickRangeSlider: add touchDragThreshold propertyYulong Bai2018-03-143-2/+46
* | Remove unused QQuickProxyThemeJ-P Nurmi2018-03-143-271/+0
* | Add "qt.quick.controls.style" logging category for style lookupJ-P Nurmi2018-03-131-1/+7
* | Use AUX_QML_FILES for the Qt Quick Designer support filesJ-P Nurmi2018-03-131-3/+3
* | Refactor QQuickStyleSelectorJ-P Nurmi2018-03-136-91/+75
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-137-45/+11
|\|
| * ComboBox: fix key search in the popupJ-P Nurmi2018-03-121-3/+8