aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data
Commit message (Expand)AuthorAgeFilesLines
...
* | ComboBox: ensure an update of the current text on data changeJ-P Nurmi2016-08-091-0/+20
* | Page: take header & footer visibility into account in relayout()J-P Nurmi2016-08-091-0/+12
* | SwipeDelegate: warn about horizontally anchoring background/contentItemMitch Curtis2016-08-021-0/+81
* | Flickable TextArea: don't intercept input events outside visual boundsJ-P Nurmi2016-07-221-1/+23
* | Popups: fix overlay visibilityJ-P Nurmi2016-07-221-4/+7
* | SwipeDelegate: vertically resize contentItem when swipe is completeMitch Curtis2016-07-151-0/+24
* | Improve unxpected signal warningMitch Curtis2016-07-141-1/+6
* | SwipeDelegate: reposition contentItem, background on width changesMitch Curtis2016-07-121-0/+18
* | QQuickTextArea & -Field: fix double-click to select a wordJ-P Nurmi2016-07-112-0/+38
* | SwipeDelegate: only consume child events if we grabbed the mouseMitch Curtis2016-07-081-0/+24
* | Fix QQuickComboBox::textAt()J-P Nurmi2016-07-061-0/+29
* | Fix QQuickSliderPrivate::snapPosition()J-P Nurmi2016-06-161-4/+10
* | StackView: Fix warning when popping down to the current itemKonstantin Ritt2016-06-161-0/+5
* | 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
* | SpinBox: disable up and down indicators when appropriateMitch Curtis2016-05-241-6/+99
* | Make Overlay.modal and modeless ComponentsJ-P Nurmi2016-05-231-42/+72
* | SwipeDelegate: rename exposure to swipe, active to completeMitch Curtis2016-05-231-204/+204
* | StackView: reset size of the content without explicit one on pop()Nikita Krupenko2016-05-181-0/+21
* | Popup: respect "dim: false" for modal popupsJ-P Nurmi2016-05-121-0/+18
* | QQuickPopup: emit xChanged() and yChanged() when _local_ coords changeJ-P Nurmi2016-05-111-0/+18
* | 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
* | 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
* | QQuickSwitch: fix the order of checkedChanged() vs. clicked()J-P Nurmi2016-05-041-3/+3
* | 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-291-69/+69
* | Avoid "implicitWidth/Height redefined" warningsMitch Curtis2016-04-292-0/+12
* | ComboBox: separate indicatorJ-P Nurmi2016-04-281-0/+1
* | Tumbler: rename displacement to positionJ-P Nurmi2016-04-271-69/+69
* | 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
* | Allow attaching TextArea to a FlickableJ-P Nurmi2016-04-261-0/+33
* | import Qt.labs.controls 1.0 => QtQuick.Controls 2.0J-P Nurmi2016-04-2141-42/+42
* | import Qt.labs.templates 1.0 => QtQuick.Templates 2.0J-P Nurmi2016-04-212-2/+2
* | Add Drawer::dragMarginJ-P Nurmi2016-04-211-0/+1
* | Fix tst_popup with transitions (Material)J-P Nurmi2016-04-211-2/+2
* | Dial: make wrap default to falseMitch Curtis2016-04-211-1/+2
* | Tests: cleanup templates importsJ-P Nurmi2016-04-203-3/+1
* | Popup: add opened() and closed() signals.Mitch Curtis2016-04-201-0/+30
* | tst_button: fix warnings in test_checkableJ-P Nurmi2016-04-191-0/+9
* | Dial: add wrap propertyMitch Curtis2016-04-191-0/+38
* | ComboBox: respect currentIndex:-1J-P Nurmi2016-04-181-0/+10
* | Remove references to non-existent ComboBox::downJ-P Nurmi2016-04-181-1/+0
* | ButtonGroup::buttons: avoid losing the checked button on re-assignmentJ-P Nurmi2016-04-161-1/+28
* | Add QQuickAbstractButton::downMitch Curtis2016-04-153-5/+44
* | ToolTip: use QQmlInfo and don't crash with non-ItemsJ-P Nurmi2016-04-151-0/+9