aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-06-0613-173/+485
|\
| * ComboBox: fix empty popup being shown after model is clearedMitch Curtis2017-05-313-3/+6
| * Page: fix initial layouting of dynamically created instancesJ-P Nurmi2017-05-312-0/+9
| * Doc: improve margin documentationMitch Curtis2017-05-313-151/+436
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-315-18/+32
| |\
| | * QQuickComboBox: fix crash on popup destructionv5.9.0-rc2v5.9.0-rc1v5.9.0J-P Nurmi2017-05-191-1/+9
| | * Fix drawers not to be touch-draggable through modal popup shadowsJ-P Nurmi2017-05-082-14/+17
| | * Drawer: fix dragging from the inside over interactive contentsJ-P Nurmi2017-05-082-3/+6
* | | Update plugins.qmltypesJ-P Nurmi2017-06-062-107/+308
* | | Add missing revision for takeItem()J-P Nurmi2017-06-063-2/+3
* | | QQuickMenu: removeItem(Item) and takeItem(int)J-P Nurmi2017-06-062-4/+45
* | | QQuickContainer: removeItem(Item) and takeItem(int)J-P Nurmi2017-06-062-4/+45
* | | Add Popup::openedJ-P Nurmi2017-06-062-1/+22
* | | Add QQuickMenuItem::menuJ-P Nurmi2017-06-067-13/+115
* | | Mark properties as FINALJ-P Nurmi2017-06-067-8/+8
* | | Doc: fix links in Menu's detailed descriptionJ-P Nurmi2017-06-021-2/+2
* | | QQuickMenu: add support for declaring ActionsJ-P Nurmi2017-06-027-1/+97
* | | Add QQuickMenu::popup()J-P Nurmi2017-06-023-0/+138
* | | Add support for configurable palettesJ-P Nurmi2017-06-025-8/+139
* | | Add .qml files for the non-visual typesJ-P Nurmi2017-06-025-11/+126
* | | Update configure.json for the Fusion styleJ-P Nurmi2017-05-311-1/+2
* | | Accessibility: cleanup and fix the attached property handlingJ-P Nurmi2017-05-318-81/+44
* | | Doc: add the Qt version to "\since QtQuick.Controls 2.3"J-P Nurmi2017-05-3118-34/+34
* | | Add support for configurable fontsJ-P Nurmi2017-05-3112-20/+264
* | | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-05-3022-63/+66
|\| |
| * | Doc: add the Qt version to "\since QtQuick.Controls 2.x"J-P Nurmi2017-05-3019-59/+59
| * | Material: round ripple translation to avoid artifactsJ-P Nurmi2017-05-301-1/+1
| * | Add sections and update purposes of featuresStephan Binner2017-05-302-3/+6
* | | Say hello to the Fusion styleJ-P Nurmi2017-05-3088-12/+5795
* | | QQuickComboBox: update highlighted index on mouse hoverJ-P Nurmi2017-05-304-3/+42
* | | Add QQuickDefaultThemeJ-P Nurmi2017-05-296-5/+140
* | | quickcontrols2.pro: add missing escapeJ-P Nurmi2017-05-271-1/+1
* | | Cleanup whitespaceJ-P Nurmi2017-05-273-3/+3
* | | quickcontrols2.pri: fix alphabetical orderJ-P Nurmi2017-05-271-4/+4
* | | Implement defaultPalette()J-P Nurmi2017-05-2636-0/+117
* | | Add support for propagating palettesJ-P Nurmi2017-05-2619-1/+657
* | | Add QQuickPalette value typeJ-P Nurmi2017-05-267-0/+744
* | | QQuickStackView: fix emptyChanged()J-P Nurmi2017-05-233-10/+16
* | | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-05-235-1/+17
|\| |
| * | QQuickSpinBox: set "editable" accessible propertyJ-P Nurmi2017-05-222-0/+11
| * | QQuickComboBox: set "editable" accessible propertyJ-P Nurmi2017-05-221-1/+4
| * | QQuickStackView::clear(): don't emit depthChanged() when already emptyJ-P Nurmi2017-05-221-0/+3
| * | Enable build time QML caching for the Material & Universal stylesJ-P Nurmi2017-05-202-0/+2
* | | Add StackView::empty for convenienceJ-P Nurmi2017-05-234-5/+33
* | | StackView::clear() allow specifying a transitionJ-P Nurmi2017-05-232-4/+22
* | | Doc: fix Dialog::done()J-P Nurmi2017-05-231-1/+1
* | | QtQuick.Templates: fix QQuickDialog revision for 2.3J-P Nurmi2017-05-231-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-05-2014-36/+55
|\| |
| * | Enable the use of QML caching at build timeSimon Hausmann2017-05-192-0/+4
| * | ScrollView: fix default Flickable content item creationJ-P Nurmi2017-05-193-21/+33