aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix qdoc linking errorJ-P Nurmi2017-07-271-1/+1
* Doc: update MenuBar in the type comparison tableJ-P Nurmi2017-07-271-1/+3
* Introduce MenuBarJ-P Nurmi2017-07-2637-13/+2848
* tst_popup::test_margins(): use T.PopupJ-P Nurmi2017-07-211-1/+1
* QQuickMenu: make sure to stop the hover timer when closingJ-P Nurmi2017-07-211-0/+2
* Auto tests: incorporate the QEvent::Leave trick to moveMouseAway()J-P Nurmi2017-07-212-6/+7
* Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-07-218-16/+215
|\
| * Fix QQuickControlPrivate::getContentItem() overridesJ-P Nurmi2017-07-144-12/+8
| * 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 tst_pageindicator::test_interactive()J-P Nurmi2017-07-211-1/+1
* | Fix tst_popup::test_size()J-P Nurmi2017-07-211-0/+4
* | Fix tst_tumblerJ-P Nurmi2017-07-201-1/+3
* | Fix tst_textfieldJ-P Nurmi2017-07-201-4/+8
* | Fix tst_tabbar::test_layout()J-P Nurmi2017-07-201-4/+3
* | Fix tst_page::test_twoChildren()J-P Nurmi2017-07-201-2/+4
* | testbench: add dialog, flat buttons, make toolbar scalableMitch Curtis2017-07-191-11/+62
* | QQuickMenu: get rid of openSubMenu()J-P Nurmi2017-07-142-19/+16
* | Make QQuickMenu::popup() available in C++J-P Nurmi2017-07-132-24/+41
* | QQuickMenu: close non-cascading parent menu from prepareEnterTransition()J-P Nurmi2017-07-131-4/+3
* | QQuickMenu: resolve the parent itemJ-P Nurmi2017-07-132-7/+33
* | Add QQuickMenu::countJ-P Nurmi2017-07-123-0/+48
* | QQuickMenu: override reposition() to position sub-menusJ-P Nurmi2017-07-122-6/+18
* | QQuickMenu: control allowHorizontalFlip from prepareEnterTransition()J-P Nurmi2017-07-121-3/+5
* | Add QQuickMenuPrivate::setParentMenu()J-P Nurmi2017-07-123-6/+31
* | QQuickMenu: fix overlay change notifier signalJ-P Nurmi2017-07-121-1/+1
* | QQuickMenu: control close policy from prepareEnterTransition()J-P Nurmi2017-07-122-3/+16
* | QQuickMenu::popup(): allow a parent argumentJ-P Nurmi2017-07-123-28/+145
* | QQuickPopup: add reset-method for parentJ-P Nurmi2017-07-123-7/+34
* | Add QQuickMenu::dismiss()J-P Nurmi2017-07-113-36/+56
* | QQuickMenu: cleanup focus handlingJ-P Nurmi2017-07-111-10/+3
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-07-1146-149/+563
|\|
| * 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
* | | QQuickPopup: add reset-method for closePolicyJ-P Nurmi2017-07-113-2/+15
* | | Menu: leave transformOrigin to be defined in QMLJ-P Nurmi2017-07-112-7/+3