aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* Fix QQuickApplicationWindow::isComponentComplete()J-P Nurmi2017-04-211-1/+2
* Fix QQuickPopup::isComponentComplete()J-P Nurmi2017-04-212-2/+3
* QQuickDrawer: allow passing a touch event to startDrag()J-P Nurmi2017-04-212-24/+53
* QQuickDrawerPrivate::startDrag(): remove superfluous argumentJ-P Nurmi2017-04-213-3/+3
* QQuickPopup: implement tryClose() for touch eventsJ-P Nurmi2017-04-213-8/+41
* Prepare QQuickPopup for touch event handlingJ-P Nurmi2017-04-213-7/+111
* Override QQuickControlPrivate::handleXxx()J-P Nurmi2017-04-2018-557/+147
* QQuickSpinBoxPrivate::handleXxx(): remove unused return valuesJ-P Nurmi2017-04-201-13/+8
* QQuickAbstractButton: align handleXxx() with QQuickControlJ-P Nurmi2017-04-202-19/+18
* QQuickControl: implement focus handling on touchJ-P Nurmi2017-04-2011-41/+119
* QQuickPopup: add touch(Ungrab)Event()J-P Nurmi2017-04-204-0/+26
* QQuickComboBox: handle touch eventsJ-P Nurmi2017-04-192-0/+63
* Revise QQuickComboBox internalsJ-P Nurmi2017-04-191-7/+39
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-1/+6
|\
| * Material: use proper layout of the buttons in the DialogButtonBoxNikita Krupenko2017-03-101-1/+6
* | Cancel incubation recursivelyJ-P Nurmi2017-04-101-3/+15
* | ScrollBar: react immediately when using a mouseJ-P Nurmi2017-04-101-0/+1
* | QQuickScrollBar: handle touch eventsJ-P Nurmi2017-04-103-0/+55
* | QQuickTabBar: add missing Q_REVISION() for contentWidth/HeightChanged()J-P Nurmi2017-04-061-2/+2
* | RangeSlider: react immediately when using a mouseJ-P Nurmi2017-04-051-3/+3
* | Dial: react immediately when using a mouseJ-P Nurmi2017-04-051-3/+3
* | Slider: react immediately when using a mouseJ-P Nurmi2017-04-051-3/+3
* | Set explicit cursors on all interactive controlsJ-P Nurmi2017-04-0511-4/+79
* | StackView: resolve relative URLs to the callerJ-P Nurmi2017-04-042-5/+15
* | QQuickScrollBar: set implicit Cursor as Qt::ArrowCursorKarol Polak2017-04-041-0/+3
* | Doc: add missing Popup::aboutToShow() and aboutToHide() signalsJ-P Nurmi2017-04-031-2/+18
* | Doc: mention that standardButtons is ordered according to platformMitch Curtis2017-04-032-0/+4
* | Doc: add missing \since to SwipeView::orientationJ-P Nurmi2017-03-291-0/+1
* | Doc: fix linking error in qquickdial.cppJ-P Nurmi2017-03-281-1/+1
* | Pass a parent to QQmlContextsMitch Curtis2017-03-243-3/+3
* | StackView: provide better warnings and errorsJ-P Nurmi2017-03-245-22/+57
* | Add QQuickStackViewPrivate::warn() helperJ-P Nurmi2017-03-243-6/+23
* | StackView: improve the component creation errorsJ-P Nurmi2017-03-241-2/+2
* | QQuickSwipePrivate: parent delegate context to controlMitch Curtis2017-03-241-1/+1
* | Doc: fix Control::localeJ-P Nurmi2017-03-221-4/+4
* | Doc: add missing docs for ApplicationWindow::localeJ-P Nurmi2017-03-221-0/+14
* | QQuickComboBox: don't emit highlightedIndexChanged() during destructionJ-P Nurmi2017-03-211-3/+1
* | Build fix for -no-feature-validatorPaul Olav Tvete2017-03-101-0/+4
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-104-6/+17
|\|
| * Editors: fix mouse cursorJ-P Nurmi2017-02-082-4/+8
| * Fix a crash with focus handling when destructing QQAppWindowJan Arve Saether2017-02-071-0/+2
| * QQuickPopup: allow window change after component completionJ-P Nurmi2017-01-251-2/+7
* | Build fix for -no-feature-imPaul Olav Tvete2017-03-082-0/+6
* | Fix QQuickStackViewPrivate::startTransition()J-P Nurmi2017-02-241-2/+2
* | Port from QT_NO_ACCESSIBILITY to QT_CONFIG(accessibility)J-P Nurmi2017-02-2481-124/+124
* | Port from QT_NO_CURSOR to QT_CONFIG(cursor)J-P Nurmi2017-02-243-3/+3
* | ApplicationWindow: fix typoJ-P Nurmi2017-02-241-2/+2
* | QQuickStackView: fix pop/replace exit leakJ-P Nurmi2017-02-243-6/+14
* | Prevent StackView filtering of UngrabMouse eventMichael Dippold2017-02-231-0/+2
* | QQuickPopup: ensure that the cursor is correct when overlapping itemsMitch Curtis2017-02-201-0/+3