aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data
Commit message (Expand)AuthorAgeFilesLines
* Add pressed() and released() signals to TextField and TextAreaMitch Curtis2016-07-062-2/+338
* Tumbler: make wrap property depend on count by defaultMitch Curtis2016-07-011-9/+105
* Remove DialogButtonBox::flatJ-P Nurmi2016-06-301-22/+0
* Add hover support to TextArea & TextFieldJ-P Nurmi2016-06-292-0/+44
* Tumbler: test and document negative currentIndexMitch Curtis2016-06-281-5/+28
* Tumbler: change default visibleItemCount to 5Mitch Curtis2016-06-281-1/+6
* RangeSlider: add first.hovered and second.hovered propertiesJ-P Nurmi2016-06-281-0/+27
* SpinBox: add up.hovered and down.hovered propertiesJ-P Nurmi2016-06-281-0/+29
* Tumbler: add wrap propertyMitch Curtis2016-06-284-69/+370
* Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-06-202-4/+15
|\
| * 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
* | tst_stackview: update file error messageJ-P Nurmi2016-06-201-2/+2
* | Add QQuickContainer::increment|decrementCurrentIndex()J-P Nurmi2016-06-202-2/+22
* | Add DialogButtonBoxJ-P Nurmi2016-06-151-0/+210
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-06-142-0/+19
|\|
| * 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
* | Slider: expose valueAt(pos) for getting continuous value updatesJ-P Nurmi2016-06-131-1/+21
* | Add ButtonGroup::clicked(AbstractButton) signalJ-P Nurmi2016-06-061-0/+31
* | StackView: add attached activated() etc. signalsJ-P Nurmi2016-06-061-0/+61
* | SwipeView: add isNextItem and isPreviousItem attached propertiesJ-P Nurmi2016-06-061-0/+16
|/
* 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