summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Doc: Change wording on when module was introducedKai Koehne2018-01-193-3/+3
| | * Fix DefaultFileDialog binding loop warningsMitch Curtis2018-01-152-5/+2
| | * Dialogs: Fix minor memory leak in QQuickAbstractDialogJarkko Koivikko2018-01-081-1/+1
| | * TreeView: allow selecting items by touchShawn Rutledge2017-12-271-4/+18
| | * TableView: Don't unset the delegate loader source componentUlf Hermann2017-12-151-1/+4
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-1811-82/+185
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-159-39/+55
| |\|
| | * Calendar: fix bug when NaN is displayed instead of dateOleg Yadrov2017-12-155-24/+26
| | * Fix ScrollView scrollbar handles when there is no contentJoni Poikelin2017-11-281-2/+2
| | * ScrollView: fix cyclic Tab navigationAlberto Mardegan2017-11-232-1/+3
| | * Pick the default style name at runtime instead of compile timeJake Petroules2017-11-211-12/+24
| * | Update plugins.qmltypesMitch Curtis2017-12-111-43/+128
| * | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-201-0/+1
| |\ \
| * | | Doc: Maintain the list of highlighted examples locallyTopi Reinio2017-11-101-0/+2
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-0111-7/+98
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-0/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix base slider style in static buildsLaszlo Agocs2017-11-141-0/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-302-3/+3
| |\|
| | * Update slider handle position when maximum changesFrederik Gladhorn2017-10-101-2/+2
| | * Check for empty style returned from environmentFriedemann Kleint2017-09-051-1/+1
| * | Doc: add documentation to Dashboard examplev5.10.0-beta2Nico Vertriest2017-10-111-1/+36
| * | Doc: Maintain the higlighted examples list locallyVenugopal Shivashankar2017-10-051-0/+3
| * | Add internal types to Android styles qmldirv5.10.0-beta1Eskil Abrahamsen Blomfeldt2017-09-261-0/+25
| * | Add support for the defaultSuffix property in FileDialogAndy Shaw2017-09-175-3/+30
* | | Fix typoFrederik Gladhorn2017-10-101-1/+1
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-262-2/+2
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-227-30/+30
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-152-3/+13
|\|
| * Calendar: add a doc example that sets minimum/maximumDateMitch Curtis2017-08-111-0/+7
| * Convert features.tooltip to QT_CONFIGStephan Binner2017-06-271-3/+6
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-2717-215/+240
|\|
| * Increase QtQuick import from 2.2 to 2.6 for QML LabelJussi Witick2017-06-161-1/+1
| * Fix support for using QtQuick Dialogs with the QML compilerSimon Hausmann2017-06-011-6/+9
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-06-011-2/+2
| * Update plugins.qmltypesMitch Curtis2017-05-291-116/+165
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Simon Hausmann2017-05-231-27/+1
| |\
| | * Fix inclusion of QML files of the Dialogs module in static buildsv5.9.0-rc2v5.9.0-rc1v5.9.0Simon Hausmann2017-05-221-27/+1
| * | SpinBox: set "editable" accessible propertyJ-P Nurmi2017-05-221-0/+1
| * | Slider: Don't suppress updates by dragThreshold on non-touchscreensUlf Hermann2017-05-101-1/+1
| |/
| * Fix non-prefix builds on WindowsSimon Hausmann2017-04-261-2/+2
| * Fix packaging of shaders when qmlcache is usedJoni Poikelin2017-04-241-23/+7
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-184-7/+39
| |\
| | * Add NOTIFY signals for WheelArea5.8Marco Martin2017-04-033-6/+38
| | * Fix "Unable to assign Object to QString" warningJason Erb2017-03-111-1/+1
| * | Connect to QQuickWindow::visibleChanged using QObject member syntaxTor Arne Vestbø2017-04-181-2/+2
| * | Enable the use of QML caching at build timev5.9.0-beta2Simon Hausmann2017-04-113-5/+15
| * | Remove qrc based default qml distribution for QQC extrasSimon Hausmann2017-04-033-25/+3
| * | Remove spurious Q_INIT_RESOURCE callsSimon Hausmann2017-04-033-7/+1
* | | Calendar: make locale property publicMitch Curtis2017-06-165-16/+24
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-3121-41/+161
|\| |