aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix unused parameter errors in qwidgetplatform_p.hJason Erb2017-07-141-0/+6
* QQuickDrawer: fix multi-touch leaking through modal overlayJ-P Nurmi2017-07-144-4/+201
* QQuickPageIndicatorPrivate: add missing overrideJ-P Nurmi2017-07-111-1/+1
* Fix focus handling for popupsJ-P Nurmi2017-07-113-5/+62
* Add color and styleColor to property editor for LabelThomas Hartmann2017-07-101-0/+24
* Example: Replace spaces from the image file nameVenugopal Shivashankar2017-07-1019-18/+18
* Drawer: ignore and warn about invalid edge valuesMitch Curtis2017-07-073-6/+31
* Tumbler: fix regression with currentIndex and currentItemMitch Curtis2017-07-076-46/+123
* Remove redundant code in touch event handlersJ-P Nurmi2017-07-072-26/+2
* Fix modal overlay to block multi-touchJ-P Nurmi2017-07-043-4/+43
* ScrollIndicator: don't block touchJ-P Nurmi2017-07-043-0/+38
* BusyIndicator: don't block touchJ-P Nurmi2017-07-043-0/+38
* PageIndicator: don't block touch when non-interactiveJ-P Nurmi2017-07-043-0/+51
* PageIndicator: fix touch supportJ-P Nurmi2017-07-043-49/+63
* Doc: fix the anchors.fill links in the Chat TutorialJ-P Nurmi2017-07-041-2/+2
* Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-301-0/+75
|\
| * Add changes file for 5.9.1v5.9.1Jani Heikkinen2017-06-231-0/+75
* | Bump versionOswald Buddenhagen2017-06-301-1/+1
* | QQuickMenu: fix press-and-hold supportJ-P Nurmi2017-06-293-1/+95
* | Doc: fix from/to sentence in first & second docsMitch Curtis2017-06-291-2/+2
* | Fix typos in tst_applicationWindow::attachedProperties()J-P Nurmi2017-06-291-3/+3
* | Fix tooltips to not block shortcutsMitch Curtis2017-06-282-1/+40
* | Doc: Improve tone at the beginning of the tutorialVenugopal Shivashankar2017-06-281-22/+49
* | Fix tst_calendar::MonthGrid::test_locale()J-P Nurmi2017-06-261-12/+12
* | QQuickMonthGrid: fix touch supportJ-P Nurmi2017-06-263-39/+93
* | Doc: explain the syntax for RangeSlider's first/second change handlersMitch Curtis2017-06-221-0/+7
|/
* QQuickSpinBox: emit valueModified() on long pressJ-P Nurmi2017-06-162-98/+56
* ScrollBar: fix flashing in Material & Universal stylesJ-P Nurmi2017-06-163-0/+42
* Fix typo in code comment in qquicktumblerview.cppMitch Curtis2017-06-131-1/+1
* ComboBox: fix QObject list value modelsJ-P Nurmi2017-06-122-0/+29
* QQuickMenu: fix key navigationJ-P Nurmi2017-06-093-12/+104
* Fix QQuickMenuPrivate::itemSiblingOrderChanged()J-P Nurmi2017-06-081-1/+5
* Fix QQuickContainerPrivate::itemSiblingOrderChanged()J-P Nurmi2017-06-082-1/+32
* Make QtQuick.Controls::ButtonGroup a composite typeJ-P Nurmi2017-06-084-4/+49
* Doc: reorganize the style imagesJ-P Nurmi2017-06-0716-71/+40
* Fix font inheritance for popupsJ-P Nurmi2017-06-0721-10/+1285
* Let users disable the multi-touch supportJ-P Nurmi2017-06-0725-1/+88
* Fix QQuickStyle::availableStyles()J-P Nurmi2017-06-076-4/+27
* Add missing QQuickMenu::defaultFont()J-P Nurmi2017-06-072-0/+8
* 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
* | Doc: add the Qt version to "\since QtQuick.Controls 2.x"J-P Nurmi2017-05-3019-59/+59