aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-06-222-75/+68
|\
| * QQuickSpinBox: emit valueModified() on long pressJ-P Nurmi2017-06-161-75/+28
| * ScrollBar: fix flashing in Material & Universal stylesJ-P Nurmi2017-06-161-0/+40
* | Add Popup::enabledJ-P Nurmi2017-06-221-0/+21
* | Add Menu::currentIndexJ-P Nurmi2017-06-211-0/+15
* | Menu: allow horizontal flip for cascading sub-menusJ-P Nurmi2017-06-212-16/+25
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-06-153-18/+147
|\|
| * ComboBox: fix QObject list value modelsJ-P Nurmi2017-06-121-0/+25
| * QQuickMenu: fix key navigationJ-P Nurmi2017-06-091-3/+74
| * Fix QQuickContainerPrivate::itemSiblingOrderChanged()J-P Nurmi2017-06-081-0/+27
* | QQuickAbstractButton: add preliminary support for mnemonicsJ-P Nurmi2017-06-141-0/+34
* | Add QQuickMenu::add/insert/remove/takeAction()J-P Nurmi2017-06-131-8/+39
* | Add QQuickMenu::add/insert/remove/takeMenu()J-P Nurmi2017-06-131-0/+53
* | QQuickMenu: add a little delay for opening sub-menus on hoverJ-P Nurmi2017-06-131-2/+6
* | Add support for cascading sub-menusJ-P Nurmi2017-06-132-0/+437
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devJ-P Nurmi2017-06-1222-2/+1279
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-06-0822-2/+1279
| |\|
| | * Fix font inheritance for popupsJ-P Nurmi2017-06-0717-1/+1258
| | * Fix QQuickStyle::availableStyles()J-P Nurmi2017-06-075-1/+21
* | | Stabilize tst_menuJ-P Nurmi2017-06-123-0/+17
* | | Fix warnings in the buttons manual testJ-P Nurmi2017-06-081-1/+1
|/ /
* | QQuickMenu: update the highlighted item on mouse hoverJ-P Nurmi2017-06-071-0/+31
* | QQuickMenu::popup(): set the current indexJ-P Nurmi2017-06-071-0/+6
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-06-066-10/+375
|\|
| * 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-311-0/+23
| * Page: fix initial layouting of dynamically created instancesJ-P Nurmi2017-05-311-0/+37
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-314-10/+307
| |\
| | * Fix drawers not to be touch-draggable through modal popup shadowsJ-P Nurmi2017-05-082-0/+146
| | * Drawer: fix dragging from the inside over interactive contentsJ-P Nurmi2017-05-083-10/+161
* | | QQuickMenu: removeItem(Item) and takeItem(int)J-P Nurmi2017-06-062-0/+141
* | | QQuickContainer: removeItem(Item) and takeItem(int)J-P Nurmi2017-06-061-0/+42
* | | Add Popup::openedJ-P Nurmi2017-06-061-12/+15
* | | Add QQuickMenuItem::menuJ-P Nurmi2017-06-061-0/+34
* | | QQuickMenu: add support for declaring ActionsJ-P Nurmi2017-06-022-0/+99
* | | Add QQuickMenu::popup()J-P Nurmi2017-06-022-0/+158
* | | Add support for configurable palettesJ-P Nurmi2017-06-023-9/+24
* | | Accessibility: cleanup and fix the attached property handlingJ-P Nurmi2017-05-311-14/+2
* | | Add support for configurable fontsJ-P Nurmi2017-05-314-4/+24
* | | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-05-303-1/+185
|\| |
| * | 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-306-0/+71
* | | QQuickComboBox: update highlighted index on mouse hoverJ-P Nurmi2017-05-301-1/+50
* | | Cleanup whitespaceJ-P Nurmi2017-05-272-2/+2
* | | Implement defaultPalette()J-P Nurmi2017-05-262-1/+151
* | | Add support for propagating palettesJ-P Nurmi2017-05-2611-3/+736
* | | QQuickStackView: fix emptyChanged()J-P Nurmi2017-05-231-9/+42
* | | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-05-233-4/+15
|\| |
| * | Make tst_pageindicator::test_interactive() more reliableJ-P Nurmi2017-05-221-4/+1