aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Replace tst_styles with tst_material & tst_universalJ-P Nurmi2016-06-149-57/+104
* Rename tst_material and tst_universalJ-P Nurmi2016-06-1311-15/+15
* QQuickScrollBar: fix layouting of mirrored vertical scrollbarJ-P Nurmi2016-06-131-0/+13
* Fix Slider to react if only clickedJ-P Nurmi2016-06-131-0/+6
* tests: fix accent and background color in tst_materialLiang Qi2016-06-011-8/+16
* Add a simple manual test for taking screenshots in style docsJ-P Nurmi2016-05-274-0/+169
* SpinBox: disable up and down indicators when appropriateMitch Curtis2016-05-241-6/+99
* Make Overlay.modal and modeless ComponentsJ-P Nurmi2016-05-232-48/+94
* SwipeDelegate: rename exposure to swipe, active to completeMitch Curtis2016-05-234-211/+211
* Don't restore focus to contentItem when a focusless popup was closedMitch Curtis2016-05-193-0/+194
* StackView: reset size of the content without explicit one on pop()Nikita Krupenko2016-05-181-0/+21
* Fix style inheritance with dynamically changing windowsJ-P Nurmi2016-05-182-0/+39
* Center testbench window in screenMitch Curtis2016-05-131-0/+2
* Popup: respect "dim: false" for modal popupsJ-P Nurmi2016-05-121-0/+18
* QQuickMenu: cull items outside the popupJ-P Nurmi2016-05-121-1/+5
* Popup: restore focus to contentItem of ApplicationWindow when closingMitch Curtis2016-05-113-1/+132
* Don't limit snippet screenshots to *-custom.qml filesMitch Curtis2016-05-111-1/+1
* QQuickPopup: emit xChanged() and yChanged() when _local_ coords changeJ-P Nurmi2016-05-111-0/+18
* customize.qdoc: Use standalone snippetsMitch Curtis2016-05-101-6/+21
* ComboBox: restore the old popup behaviorJ-P Nurmi2016-05-101-0/+8
* Popup: use margins to determine whether to push inside window boundsJ-P Nurmi2016-05-101-0/+28
* Material: fix SwitchDelegate press colorJ-P Nurmi2016-05-101-0/+4
* Menu: support dynamically added items in the same way as static onesMitch Curtis2016-05-102-0/+79
* Tumbler: calculate proper displacement when count <= visibleItemCountNikita Krupenko2016-05-091-19/+28
* Popup: make x() and y() return the effective coordinatesJ-P Nurmi2016-05-091-0/+50
* Fix overlay stacking order for multiple modal popupsNikita Krupenko2016-05-091-5/+43
* tests: skip material/BoxShadow.qml and material/ElevationEffect.qmlJ-P Nurmi2016-05-063-3/+3
* QQuickSwitch: fix the order of checkedChanged() vs. clicked()J-P Nurmi2016-05-041-3/+3
* QQuickPopup: listen to parent item's window changesJ-P Nurmi2016-05-031-0/+26
* Fix overlay stacking orderJ-P Nurmi2016-05-031-0/+23
* Popup: emit opened() when fully openedJ-P Nurmi2016-04-291-5/+15
* Revert Tumbler::displacement to position changesJ-P Nurmi2016-04-292-71/+71
* Avoid "implicitWidth/Height redefined" warningsMitch Curtis2016-04-292-0/+12
* ComboBox: separate indicatorJ-P Nurmi2016-04-281-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-04-271-0/+47
|\
| * Material: update palette on primary/accent color changeNikita Krupenko2016-04-201-0/+47
* | Tumbler: rename displacement to positionJ-P Nurmi2016-04-272-71/+71
* | Move highlighted to subclasses that actually use itMitch Curtis2016-04-274-9/+33
* | Popup: separate modal and modeless background dimmingJ-P Nurmi2016-04-271-17/+38
* | Control: rename activeKeyFocus to visualFocusJ-P Nurmi2016-04-261-11/+11
* | Allow attaching TextArea to a FlickableJ-P Nurmi2016-04-261-0/+33
* | QQuickStyleSelector: fix relative path handlingJ-P Nurmi2016-04-256-0/+109
* | Set "strong" focus policy for buttons and slidersJ-P Nurmi2016-04-231-1/+2
* | Implement case-insensitive style name lookupJ-P Nurmi2016-04-233-0/+80
* | Rename env vars (QT_LABS_CONTROLS_XXX -> QT_QUICK_CONTROLS_XXX)J-P Nurmi2016-04-222-3/+3
* | tst_styles: fix style name casingJ-P Nurmi2016-04-211-1/+1
* | import Qt.labs.controls 1.0 => QtQuick.Controls 2.0J-P Nurmi2016-04-21112-141/+141
* | import Qt.labs.templates 1.0 => QtQuick.Templates 2.0J-P Nurmi2016-04-215-5/+5
* | Add Drawer::dragMarginJ-P Nurmi2016-04-212-0/+61
* | Fix QQuickDrawerPrivate::positionAt()J-P Nurmi2016-04-214-0/+165