aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* Be consistent with naming of event argument in pressAndHold() signalsMitch Curtis2016-07-063-5/+5
* Add pressed() and released() signals to TextField and TextAreaMitch Curtis2016-07-066-2/+96
* Tumbler: make wrap property depend on count by defaultMitch Curtis2016-07-014-117/+312
* Remove DialogButtonBox::flatJ-P Nurmi2016-06-303-39/+0
* Add hover support to TextArea & TextFieldJ-P Nurmi2016-06-296-2/+159
* Tumbler: test and document negative currentIndexMitch Curtis2016-06-282-13/+66
* Tumbler: change default visibleItemCount to 5Mitch Curtis2016-06-281-1/+1
* RangeSlider: add first.hovered and second.hovered propertiesJ-P Nurmi2016-06-282-1/+70
* SpinBox: add up.hovered and down.hovered propertiesJ-P Nurmi2016-06-282-3/+64
* Tumbler: add wrap propertyMitch Curtis2016-06-282-117/+277
* Add internal QQuickPageLayout helperJ-P Nurmi2016-06-284-117/+289
* Add SwipeView::interactiveJ-P Nurmi2016-06-222-0/+36
* Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-06-203-9/+121
|\
| * Fix QQuickSliderPrivate::snapPosition()J-P Nurmi2016-06-161-1/+1
| * StackView: Fix warning when popping down to the current itemKonstantin Ritt2016-06-161-3/+5
| * Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-161-4/+116
| |\
| | * Doc: write docs for ContainerJ-P Nurmi2016-06-011-4/+116
* | | Add QQuickContainer::increment|decrementCurrentIndex()J-P Nurmi2016-06-202-0/+34
* | | Make use of QQmlComponentPrivate::setInitialProperties()J-P Nurmi2016-06-171-8/+6
* | | Add DialogButtonBoxJ-P Nurmi2016-06-156-8/+996
* | | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-06-143-25/+51
|\| |
| * | QQuickScrollBar & Indicator: cleanup item change listenersJ-P Nurmi2016-06-142-12/+32
| * | QQuickScrollBar: fix layouting of mirrored vertical scrollbarJ-P Nurmi2016-06-131-2/+10
| * | Fix Slider to react if only clickedJ-P Nurmi2016-06-131-11/+9
* | | Slider: expose valueAt(pos) for getting continuous value updatesJ-P Nurmi2016-06-132-11/+27
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-119-10/+14
|\| |
| * | Drawer: avoid millions of warnings in auto tests and benchmarksJ-P Nurmi2016-06-101-3/+5
| * | Doc: Additional updates \sa statements Controls 2Nico Vertriest2016-06-083-3/+3
| * | Doc: update \sa statements ControlsNico Vertriest2016-06-085-4/+6
| |/
* | QQuickStackView: allocate incubators on the stackJ-P Nurmi2016-06-102-7/+3
* | Comment out revisions for the newly added attached signalsJ-P Nurmi2016-06-072-6/+6
* | Add ButtonGroup::clicked(AbstractButton) signalJ-P Nurmi2016-06-062-0/+39
* | StackView: add attached activated() etc. signalsJ-P Nurmi2016-06-063-2/+64
* | SwipeView: add isNextItem and isPreviousItem attached propertiesJ-P Nurmi2016-06-062-17/+84
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-0150-271/+384
|\|
| * Doc: fix SwipeDelegate link errorsJ-P Nurmi2016-05-261-10/+10
| * Doc: add missing \since 5.7 tagsJ-P Nurmi2016-05-2543-0/+43
| * SpinBox: disable up and down indicators when appropriateMitch Curtis2016-05-242-10/+62
| * Add missing QQuickPopup::forceActiveFocus()J-P Nurmi2016-05-232-0/+18
| * Make Overlay.modal and modeless ComponentsJ-P Nurmi2016-05-236-100/+87
| * ItemDelegate: Document how to use highlighted with ListView.isCurrentItemMitch Curtis2016-05-231-1/+14
| * SwipeDelegate: rename exposure to swipe, active to completeMitch Curtis2016-05-232-144/+144
| * Doc: cleanup a TODO comment from AbstractButtonJ-P Nurmi2016-05-231-1/+1
| * Fix QQuickToolBar base classJ-P Nurmi2016-05-232-6/+6
| * Doc: fix AbstractButton::toggle()J-P Nurmi2016-05-231-1/+1
* | QQuickPressHandler: fix buildLiang Qi2016-05-271-2/+3
|/
* QQuickStackView: fix buildLiang Qi2016-05-212-0/+4
* ComboBox: increase/decrease() => increment/decrementCurrentIndex()J-P Nurmi2016-05-202-18/+18
* QQuickStackView: fix buildLiang Qi2016-05-202-1/+4
* Respect the modal property for DrawerMarco Martin2016-05-191-1/+4