aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Cancel incubation of replaced/destroyed delegatesJ-P Nurmi2017-02-1016-96/+23
* | Provide more context for the configurable feature descriptionsJ-P Nurmi2017-02-081-1/+1
* | Fix -no-feature-shortcut buildJ-P Nurmi2017-02-071-4/+6
* | Add "hover support" configure featureJ-P Nurmi2017-02-0615-6/+151
* | Doc: move Control::contentItem snippet to match backgroundMitch Curtis2017-02-031-9/+9
* | Tumbler requires ListView and PathViewJ-P Nurmi2017-02-021-3/+8
* | Merge dev into 5.9Oswald Buddenhagen2017-02-019-18/+743
|\ \
| * | Make TextArea work out of the box inside ScrollViewJ-P Nurmi2017-01-271-5/+12
| * | Add ScrollViewJ-P Nurmi2017-01-274-2/+692
| * | QQuickScrollBarAttached: fix change listener removalJ-P Nurmi2017-01-272-1/+7
| * | Keep track whether ScrollBar::interactive is explicitly setJ-P Nurmi2017-01-263-8/+26
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-2/+6
| |\|
| | * QQuickPopup: allow QQuickWindow as a parentJ-P Nurmi2017-01-241-2/+6
* | | Fix build with -no-feature-wheeleventJ-P Nurmi2017-01-3116-0/+32
* | | Default QQuickRangeSlider::live to trueJ-P Nurmi2017-01-271-18/+4
* | | Default QQuickDial::live to trueJ-P Nurmi2017-01-271-13/+3
* | | Default QQuickSlider::live to trueJ-P Nurmi2017-01-271-16/+5
|/ /