aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Update license headers to silence qtqa/tst_license warningsJ-P Nurmi2017-02-24384-1239/+3417
* | ApplicationWindow: fix typoJ-P Nurmi2017-02-241-2/+2
* | Material: remove color animation on various controls' backgroundMitch Curtis2017-02-244-25/+0
* | QQuickStackView: fix pop/replace exit leakJ-P Nurmi2017-02-244-8/+14
* | Prevent StackView filtering of UngrabMouse eventMichael Dippold2017-02-232-0/+22
* | Attempt to stabilize StackView::test_statusMitch Curtis2017-02-211-0/+2
* | QQuickPopup: ensure that the cursor is correct when overlapping itemsMitch Curtis2017-02-203-0/+97
* | Platform: respect the configurable features in Qt Widgetsv5.9.0-alpha1J-P Nurmi2017-02-102-19/+88
* | Cancel incubation of replaced/destroyed delegatesJ-P Nurmi2017-02-1016-96/+23
* | Provide more context for the configurable feature descriptionsJ-P Nurmi2017-02-082-3/+3
* | Fix -no-feature-shortcut buildJ-P Nurmi2017-02-074-4/+12
* | Respect the "Quick Designer support" featureJ-P Nurmi2017-02-071-1/+1
* | Make styles configurable featuresJ-P Nurmi2017-02-067-0/+51
* | Add "hover support" configure featureJ-P Nurmi2017-02-0617-6/+160
* | Doc: move Control::contentItem snippet to match backgroundMitch Curtis2017-02-031-9/+9
* | Doc: add missing information to "Attached properties" sectionMitch Curtis2017-02-021-15/+61
* | Tumbler requires ListView and PathViewJ-P Nurmi2017-02-024-7/+31
* | Merge dev into 5.9Oswald Buddenhagen2017-02-0131-35/+1489
|\ \
| * | Make TextArea work out of the box inside ScrollViewJ-P Nurmi2017-01-273-13/+17
| * | Add ScrollViewJ-P Nurmi2017-01-2723-11/+1423
| * | 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-252-2/+16
| |\|
| | * QQuickPopup: allow QQuickWindow as a parentJ-P Nurmi2017-01-242-2/+16
* | | Fix build with -no-feature-settingsJ-P Nurmi2017-01-313-0/+6
* | | Fix build with -no-feature-wheeleventJ-P Nurmi2017-01-3116-0/+32
* | | Doc: correct PageIndicator descriptionMitch Curtis2017-01-311-3/+4
* | | Default QQuickRangeSlider::live to trueJ-P Nurmi2017-01-272-21/+7
* | | Default QQuickDial::live to trueJ-P Nurmi2017-01-272-15/+5
* | | Default QQuickSlider::live to trueJ-P Nurmi2017-01-273-74/+10
* | | Update QQuickText revision (9)J-P Nurmi2017-01-271-0/+4
|/ /
* | QQuickSpinBox: handle touch eventsJ-P Nurmi2017-01-242-37/+73
* | Use keepTouchGrab instead of keepMouseGrab when handling touch eventsJ-P Nurmi2017-01-243-14/+17
* | QQuickSwitchDelegate: handle touch eventsJ-P Nurmi2017-01-243-24/+247
* | QQuickSwitch: handle touch eventsJ-P Nurmi2017-01-243-24/+247
* | QQuickAbstractButton: handle touch eventsJ-P Nurmi2017-01-247-1/+350
* | tst_stackview: use TestCase's new createTemporaryObject functionsMitch Curtis2017-01-241-73/+27
* | tst_combobox: use TestCase's new createTemporaryObject functionsMitch Curtis2017-01-241-94/+32
* | tst_tooltip: use TestCase's new createTemporaryObject functionsMitch Curtis2017-01-241-19/+7
* | Update plugins.qmltypesJ-P Nurmi2017-01-242-86/+309
* | Update QtQuick.Templates import versions in the docsJ-P Nurmi2017-01-241-2/+2
* | Update dependencies.jsonJ-P Nurmi2017-01-242-3/+3
* | Update IMPORT_VERSION in the .pro filesJ-P Nurmi2017-01-244-4/+4
* | Add QQuickScrollBarAttachedPrivate::setFlickable()J-P Nurmi2017-01-232-48/+114
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-234-0/+51
|\|
| * Fix resizing of implicitly created content itemsJ-P Nurmi2017-01-232-0/+13
| * QQuickAbstractButton: don't leak space key eventsJ-P Nurmi2017-01-232-0/+38
* | QQuickScrollBar: fix overshootJ-P Nurmi2017-01-202-8/+45
* | Add ScrollBar::policyJ-P Nurmi2017-01-208-7/+129
* | Move QQuickScrollBar(Attached)Private to a private headerJ-P Nurmi2017-01-204-75/+144