aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Bump up all controls and templates imports to version 2.1J-P Nurmi2016-07-08116-139/+139
* tst_control: fix TextArea::test_pressedReleasedJ-P Nurmi2016-07-071-1/+1
* Add pressed() and released() signals to TextField and TextAreaMitch Curtis2016-07-062-2/+338
* Fix tests in static buildsJ-P Nurmi2016-07-014-0/+21
* 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-283-5/+7
* 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-286-151/+432
* Platform: add FileDialog and FolderDialogJ-P Nurmi2016-06-272-0/+122
* MessageDialog: add simple instance creation testJ-P Nurmi2016-06-231-0/+61
* ColorDialog & FontDialog: use widgets as a fallbackJ-P Nurmi2016-06-222-0/+122
* 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
* | Platform system tray iconJ-P Nurmi2016-06-161-0/+90
* | Platform menusJ-P Nurmi2016-06-164-0/+951
* | Setup a Qt.labs.platform moduleJ-P Nurmi2016-06-163-0/+51
* | Add DialogButtonBoxJ-P Nurmi2016-06-151-0/+210
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-06-1421-71/+137
|\|
| * 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
* | 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
|/
* 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