aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-3155-29/+586
|\
| * QQuickComboBox: fix crash on popup destructionv5.9.0-rc2v5.9.0-rc1v5.9.0J-P Nurmi2017-05-191-1/+9
| * Wearable Demo: fix fuzzy images on retina screensJ-P Nurmi2017-05-1545-1/+39
| * Fix drawers not to be touch-draggable through modal popup shadowsJ-P Nurmi2017-05-084-14/+163
| * Add changes file for 5.9.0Antti Kokko2017-05-081-0/+208
| * Drawer: fix dragging from the inside over interactive contentsJ-P Nurmi2017-05-085-13/+167
* | Doc: add the Qt version to "\since QtQuick.Controls 2.x"J-P Nurmi2017-05-3019-59/+59
* | Material: round ripple translation to avoid artifactsJ-P Nurmi2017-05-301-1/+1
* | Add sections and update purposes of featuresStephan Binner2017-05-302-3/+6
* | remove bogus QTPLUGIN+=qsqlite magicOswald Buddenhagen2017-05-292-4/+0
* | tst_popup: add closeOnEscapeWithNestedPopups()Mitch Curtis2017-05-262-0/+180
* | tst_tooltip: fix test_attached() failing when it's not run firstMitch Curtis2017-05-261-1/+5
* | QQuickSpinBox: set "editable" accessible propertyJ-P Nurmi2017-05-222-0/+11
* | QQuickComboBox: set "editable" accessible propertyJ-P Nurmi2017-05-221-1/+4
* | Make tst_pageindicator::test_interactive() more reliableJ-P Nurmi2017-05-221-4/+1
* | tst_combobox: make test_highlightRange() more reliableJ-P Nurmi2017-05-221-0/+1
* | QQuickStackView::clear(): don't emit depthChanged() when already emptyJ-P Nurmi2017-05-222-0/+15
* | Enable build time QML caching for the Material & Universal stylesJ-P Nurmi2017-05-202-0/+2
* | Enable the use of QML caching at build timeSimon Hausmann2017-05-192-0/+4
* | ScrollView: fix default Flickable content item creationJ-P Nurmi2017-05-193-21/+33
* | Doc: add missing "is" to the Default style docsJ-P Nurmi2017-05-191-1/+1
* | qtquickcontrols2-styles.qdoc: align indentationJ-P Nurmi2017-05-191-1/+1
* | ApplicationWindow: fix access to revisioned members in base classesJ-P Nurmi2017-05-185-2/+36
* | tst_objectcount: use setBenchmarkResult() instead of printLiang Qi2017-05-161-13/+6
* | tst_objectcount: data-driven qobjects vs. qquickitemsJ-P Nurmi2017-05-161-50/+29
* | controls.pri: cleanup a superfluous backslashJ-P Nurmi2017-05-151-1/+1
* | Doc: make the list of topic pages lighter to readJ-P Nurmi2017-05-151-9/+9
* | Default: fix typo in RangeSlider::second.handleJ-P Nurmi2017-05-151-1/+1
* | tst_snippets: inject the style name to image file namesJ-P Nurmi2017-05-121-3/+15
* | Bump versionOswald Buddenhagen2017-05-101-1/+1
* | tst_controls: use TestCase::createTemporaryObject()J-P Nurmi2017-05-094-16/+6
* | Disable/blacklist failing tests for boot2qtSami Nurmenniemi2017-05-081-0/+6
* | Fix unresolved external symbols for -no-feature-shortcutStephan Binner2017-05-061-0/+8
|/
* tst_snippets: skip style-specific screenshots when appropriatev5.9.0-beta4J-P Nurmi2017-05-042-1/+10
* Cleanup obsolete references to doc/snippets/screenshotsJ-P Nurmi2017-05-042-3/+2
* tst_snippets: take screenshots only when requestedJ-P Nurmi2017-05-0384-62/+43
* Use strict comparisonFrederik Schwarzer2017-05-032-2/+2
* Mark non-default styles as depending on features.quickcontrols2-defaultStephan Binner2017-05-031-0/+2
* Add QQuickDrawerPrivate::offsetAt()J-P Nurmi2017-05-022-10/+15
* QQuickSwipeDelegate: disable touch events to fix swiping on touchJ-P Nurmi2017-05-022-0/+8
* Drawer: fix drag-over-threshold calculationJ-P Nurmi2017-05-023-24/+53
* Fix QQuickPopupPrivate::handleMouseEvent()J-P Nurmi2017-05-021-4/+3
* tst_popup: disable touch compressionJ-P Nurmi2017-05-021-0/+7
* QQuickPopopPositioner: fix reposition() callsJ-P Nurmi2017-05-023-2/+20
* Universal: add missing importsStephan Binner2017-04-294-0/+4
* Material: fix editor cursor visibilityJ-P Nurmi2017-04-291-2/+2
* Don't close a popup when pressed inside and released outsideJ-P Nurmi2017-04-292-1/+8
* Doc: improve the documentation for Popup’s modal propertyMitch Curtis2017-04-291-1/+11
* Promote pressPoint to QQuickPopupJ-P Nurmi2017-04-284-5/+5
* Add QQuickPopupPrivate::contains() for convenienceJ-P Nurmi2017-04-283-6/+13