aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QQuickMenu: add argument to titleChanged()J-P Nurmi2017-06-072-2/+2
* QQuickMenu: update the highlighted item on mouse hoverJ-P Nurmi2017-06-078-8/+65
* QQuickMenu::popup(): set the current indexJ-P Nurmi2017-06-072-0/+9
* Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-06-0665-184/+1107
|\
| * Attempt to fix tst_controls::ComboBox flakinessJ-P Nurmi2017-06-061-0/+8
| * ComboBox: fix empty popup being shown after model is clearedMitch Curtis2017-05-314-3/+29
| * Page: fix initial layouting of dynamically created instancesJ-P Nurmi2017-05-313-0/+46
| * Doc: improve margin documentationMitch Curtis2017-05-313-151/+436
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-3155-29/+586
| |\
| | * QQuickComboBox: fix crash on popup destructionv5.9.0-rc2v5.9.0-rc1v5.9.0J-P Nurmi2017-05-191-1/+9
| | * Wearable Demo: fix fuzzy images on retina screensJ-P Nurmi2017-05-1545-1/+39
| | * Fix drawers not to be touch-draggable through modal popup shadowsJ-P Nurmi2017-05-084-14/+163
| | * Add changes file for 5.9.0Antti Kokko2017-05-081-0/+208
| | * Drawer: fix dragging from the inside over interactive contentsJ-P Nurmi2017-05-085-13/+167
* | | 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-064-4/+186
* | | QQuickContainer: removeItem(Item) and takeItem(int)J-P Nurmi2017-06-063-4/+87
* | | Add Popup::openedJ-P Nurmi2017-06-063-13/+37
* | | Add QQuickMenuItem::menuJ-P Nurmi2017-06-068-13/+149
* | | 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-029-1/+196
* | | Add QQuickMenu::popup()J-P Nurmi2017-06-025-0/+296
* | | Add support for configurable palettesJ-P Nurmi2017-06-028-17/+163
* | | 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-319-95/+46
* | | 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-3116-24/+288
* | | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-05-3027-68/+251
|\| |
| * | 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
| * | remove bogus QTPLUGIN+=qsqlite magicOswald Buddenhagen2017-05-292-4/+0
| * | tst_popup: add closeOnEscapeWithNestedPopups()Mitch Curtis2017-05-262-0/+180
| * | tst_tooltip: fix test_attached() failing when it's not run firstMitch Curtis2017-05-261-1/+5
* | | Say hello to the Fusion styleJ-P Nurmi2017-05-3095-12/+5867
* | | QQuickComboBox: update highlighted index on mouse hoverJ-P Nurmi2017-05-305-4/+92
* | | Add QQuickDefaultThemeJ-P Nurmi2017-05-296-5/+140
* | | quickcontrols2.pro: add missing escapeJ-P Nurmi2017-05-271-1/+1
* | | Cleanup whitespaceJ-P Nurmi2017-05-275-5/+5
* | | quickcontrols2.pri: fix alphabetical orderJ-P Nurmi2017-05-271-4/+4
* | | Implement defaultPalette()J-P Nurmi2017-05-2638-1/+268
* | | Add support for propagating palettesJ-P Nurmi2017-05-2631-4/+1394
* | | Add QQuickPalette value typeJ-P Nurmi2017-05-267-0/+744
* | | Gallery: remove unneeded Material-specific iconsJ-P Nurmi2017-05-2412-0/+0
* | | QQuickStackView: fix emptyChanged()J-P Nurmi2017-05-234-19/+58
* | | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-05-238-5/+32
|\| |
| * | QQuickSpinBox: set "editable" accessible propertyJ-P Nurmi2017-05-222-0/+11