aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* Add MenuSeparatorMitch Curtis2016-07-253-0/+157
* Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-223-32/+54
|\
| * Fix overlay event processing order for popupsJ-P Nurmi2016-07-221-14/+34
| * Fix hover event handling for drawer overlaysJ-P Nurmi2016-07-222-2/+6
| * Don't leak hover events through modal overlaysJ-P Nurmi2016-07-221-0/+6
| * Don't leak hover events through popupsJ-P Nurmi2016-07-221-0/+5
| * Popups: fix overlay visibilityJ-P Nurmi2016-07-221-17/+4
* | QQuickTumbler: change asserts to if-checksJ-P Nurmi2016-07-221-5/+3
* | Add ToolSeparatorMitch Curtis2016-07-213-0/+238
* | Tumbler: don't crash if attached to a non-ItemJ-P Nurmi2016-07-202-14/+16
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-202-2/+3
|\|
| * Doc: minor language correctionNico Vertriest2016-07-191-2/+2
| * QQuickStackView: claim QObject ownership for dynamically created itemsJ-P Nurmi2016-07-181-0/+1
* | Add DialogJ-P Nurmi2016-07-185-0/+582
* | StackView: don't crash if attached to a non-ItemJ-P Nurmi2016-07-182-12/+13
* | SwipeView: don't crash if attached to a non-ItemJ-P Nurmi2016-07-182-17/+16
* | ToolTip: don't leak memory if attached to a non-ItemJ-P Nurmi2016-07-182-8/+7
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-159-15/+113
|\|
| * SwipeDelegate: vertically resize contentItem when swipe is completeMitch Curtis2016-07-151-4/+8
| * Doc: special notes for Component and url in StackView::push/replace()J-P Nurmi2016-07-131-0/+16
| * SwipeDelegate: reposition contentItem, background on width changesMitch Curtis2016-07-122-7/+43
| * Document which controls consume mouse/touch eventsMitch Curtis2016-07-111-0/+6
| * SwipeDelegate: document which items can be used in left/right/behindMitch Curtis2016-07-111-0/+6
| * Drawer: fix dragMargin handlingJ-P Nurmi2016-07-111-4/+6
| * QQuickTextArea & -Field: fix double-click to select a wordJ-P Nurmi2016-07-114-0/+22
| * Don't be too eager to steal presses outside the drawerJ-P Nurmi2016-07-111-0/+8
* | SwipeDelegate: add doc exampleMitch Curtis2016-07-151-0/+5
* | Fix missing scroll bars and indicatorsJ-P Nurmi2016-07-142-4/+4
* | SwipeDelegate: add swipe.pressed and swipe.clicked()Mitch Curtis2016-07-142-3/+225
* | StackView: allow choosing which transition to runJ-P Nurmi2016-07-144-25/+106
* | Refactor QQuickStackView transition startupJ-P Nurmi2016-07-143-90/+124
* | SwipeDelegate: add swipe.completed() signalMitch Curtis2016-07-132-1/+13
* | SwipeDelegate: add swipe.close()Mitch Curtis2016-07-132-1/+17
* | Fix build after QQuickItemChangeListener changesJ-P Nurmi2016-07-1312-30/+30
* | QQuickAbstractButton: make the press point available via private APIJ-P Nurmi2016-07-112-3/+3
* | Popup: expose flip APIJ-P Nurmi2016-07-094-4/+71
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-095-10/+27
|\|
| * SwipeDelegate: only consume child events if we grabbed the mouseMitch Curtis2016-07-081-5/+7
| * Doc: fix typo in AbstractButton::pressAndHold()J-P Nurmi2016-07-081-1/+1
| * Drawer: reposition when closedJ-P Nurmi2016-07-061-1/+1
| * Fix QQuickComboBox::textAt()J-P Nurmi2016-07-061-2/+9
| * Improve ToolTip documentationMitch Curtis2016-07-041-1/+9
* | Bump up all controls and templates imports to version 2.1J-P Nurmi2016-07-085-5/+5
* | 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