aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.11.3v5.11.3Antti Kokko2018-11-261-0/+20
* Bump versionOswald Buddenhagen2018-11-131-1/+1
* QQuickPopupPositioner: avoid adding duplicate item change listenersMitch Curtis2018-10-041-1/+1
* MenuBar: ensure the correct delegates are used when created via ComponentMitch Curtis2018-10-026-12/+158
* Attempt to stabilise Popup::test_shortcut auto testMitch Curtis2018-09-121-0/+3
* wearable: fix items still being visible when returning to LauncherPageMitch Curtis2018-09-107-10/+77
* Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-0/+32
|\
| * Add changes file for Qt 5.11.2v5.11.2Antti Kokko2018-09-031-0/+32
* | Menu: ensure the correct delegates are used when created via ComponentMitch Curtis2018-09-059-17/+323
* | Doc: improve SwipeView docsMitch Curtis2018-09-031-4/+4
|/
* QQuickStackView: fix crash on viewItemTransitionFinished()Alexandr Akulich2018-08-111-1/+1
* QQuickPlatformColorDialog - properly initialize platform dialog helperTimur Pocheptsov2018-08-091-1/+1
* Bump versionOswald Buddenhagen2018-07-301-1/+1
* gallery: strip png metadata to avoid warningMitch Curtis2018-07-3012-0/+0
* QQuickIconImage: prevent color from being applied twiceMitch Curtis2018-07-303-2/+101
* Doc: add a note about the best way to set paddingMitch Curtis2018-07-241-0/+20
* Fix crash on exit when using a shader and a PopupSimon Hausmann2018-07-161-1/+1
* Fix qrc paths in QT_QUICK_CONTROLS_STYLE_PATHMitch Curtis2018-07-165-2/+183
* Doc: add "Sizing" section to ScrollView's docsMitch Curtis2018-07-111-2/+16
* Doc: Add AbstractButton.TextUnderIcon to display:enumeration listPaul Wicking2018-07-112-0/+1
* Doc: provide code snippets for Overlay.modal and Overlay.modelessMitch Curtis2018-07-103-0/+120
* Doc: Re-add .qml files as example sourcesTopi Reinio2018-07-041-1/+1
* Move all pendingCurrentIndex assignments to a private setterMitch Curtis2018-07-032-7/+13
* tst_tumbler: replace loop with tryVerify()Mitch Curtis2018-07-031-7/+1
* Doc: Exclude .qml source files from the documentation buildTopi Reinio2018-06-271-0/+4
* Menu: fix items not being scrollable when using WindowMitch Curtis2018-06-258-10/+184
* QQuickTumblerAttachedPrivate: fix type of variable: int => qrealMitch Curtis2018-06-251-1/+1
* QQuickSpinBox: Fix "function expressions as statements" warningMitch Curtis2018-06-211-1/+1
* Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-191-0/+25
|\
| * Add changes file for Qt 5.11.1v5.11.1Antti Kokko2018-06-091-0/+25
* | Imagine: document how to export 9-patch imagesMitch Curtis2018-06-141-0/+54
* | Fix Tumbler not respecting currentIndex changes in onModelChangedMitch Curtis2018-06-134-68/+166
* | Document which modules are required when building from sourceMitch Curtis2018-06-131-0/+9
* | TextArea, TextField: use the control's renderType in placeholder textMitch Curtis2018-06-1310-1/+10
* | Imagine: clarify 9-patch line documentationMitch Curtis2018-06-081-3/+9
|/
* Add binary compatibility file for 5.11 for QtQuickControls2Milla Pohjanheimo2018-06-051-0/+10993
* Add changes file for Qt 5.9.6Antti Kokko2018-06-011-0/+39
* Add changes file for Qt 5.9.5Antti Kokko2018-06-011-0/+56
* Bump versionOswald Buddenhagen2018-05-311-1/+1
* Update icons for Qt Quick DesignerThomas Hartmann2018-05-24117-0/+0
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-0/+161
|\
| * Add changes file for Qt 5.11.0v5.11.0-rc2v5.11.0-rc1v5.11.0Antti Kokko2018-04-241-0/+161
* | Styles: use C++11 default member initializationJ-P Nurmi2018-05-0426-131/+95
* | Controls: use C++11 default member initializationJ-P Nurmi2018-05-0417-95/+50
* | Templates: use C++11 default member initializationJ-P Nurmi2018-05-0483-1065/+406
* | Fix QQuickPopupPositionerJ-P Nurmi2018-05-042-1/+3
* | Document the default value of ComboBox's currentIndex propertyMitch Curtis2018-05-021-0/+2
* | ComboBox: don't block the escape/back key (with fixed test)J-P Nurmi2018-04-252-3/+85
* | Revert "ComboBox: don't block the escape/back key"Liang Qi2018-04-252-76/+3
* | ComboBox: don't block the escape/back keyJ-P Nurmi2018-04-232-3/+76