aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QQuickIcon: Add support to cache a pixmapMikhail Svetkin2019-01-225-1/+41
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-214-1/+102
|\
| * QQuickPopupPositioner: fix crash on application exitMitch Curtis2019-01-143-1/+99
| * Bump versionKari Oikarinen2019-01-141-1/+1
| * Doc: Give a hint to Popup's margins property in the positioning sectionNils Jeisecke2019-01-111-0/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-101217-3129/+3396
|\|
| * DialogButtonBox: fix issue where single button would go outside boxMitch Curtis2019-01-082-2/+22
| * Fix incorrect font size in certain styles on WindowsMitch Curtis2019-01-082-0/+9
| * Slider: fix wheel event propagationMassimo Callegari2019-01-082-1/+57
| * Bump versionKari Oikarinen2019-01-071-1/+1
| * Fix TextField background not respecting control's widthMitch Curtis2018-12-212-2/+41
| * QQuickComboBox: update QRegularExpression wildcard codeSamuel Gaist2018-12-171-1/+1
| * Make it visually clear which ComboBox item is the current itemMitch Curtis2018-12-123-0/+3
| * tst_QQuickStyle::availableStyles(): Ignore case when checking paths on WindowsFriedemann Kleint2018-12-121-0/+4
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-111-0/+20
| |\
| | * Merge remote-tracking branch 'origin/5.11.3' into 5.11Qt Forward Merge Bot2018-12-042-1/+21
| | |\
| | | * Add changes file for Qt 5.11.3v5.11.3Antti Kokko2018-11-261-0/+20
| | | * Bump versionOswald Buddenhagen2018-11-131-1/+1
| | |/
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-051194-3102/+3024
| |\ \
| | * | Revert all Menu delegate patchesv5.12.0-rc2v5.12.0-rc1v5.12.0Mitch Curtis2018-11-1517-770/+36
| | * | Doc: Fix the examplesinstallpath in the qdocconfVenugopal Shivashankar2018-11-131-1/+1
| | * | Doc: Rename landing page title to 'Qt Quick Controls'Topi Reinio2018-11-131-2/+2
| | * | QQuickMenuBar: fix menu not openingMitch Curtis2018-11-093-5/+65
| | * | QQuickPage: fix a typo to avoid a crashLiang Qi2018-11-092-1/+14
| | * | tst_qquickmenu: add a test for MenuItems before and after a Repeaterv5.12.0-beta4Mitch Curtis2018-11-022-1/+119
| | * | Fix Instantiator-created MenuItems disappearingMitch Curtis2018-11-024-4/+279
| | * | Tie minor version of all imports to Qt's minor versionMitch Curtis2018-11-021178-2787/+2806
| | * | Add changes file for Qt 5.12.0Antti Kokko2018-10-311-0/+171
| * | | Doc: Update \titles with "Controls 2" in itVenugopal Shivashankar2018-12-0415-15/+30
| * | | Fix for SpinBox crash in Qt Quick DesignerThomas Hartmann2018-12-044-2/+174
| * | | Port QQuickComboBox to QRegularExpressionSamuel Gaist2018-12-041-5/+12
* | | | SplitView: schedule another layout if requested sizes changed during layoutMitch Curtis2019-01-083-5/+119
* | | | SplitView: batch layout requests via polish()/updatePolish()Mitch Curtis2019-01-083-30/+94
* | | | Add logging categories for Tumbler and TumblerViewMitch Curtis2018-12-173-0/+54
* | | | SplitView: react to changes in implicit size of split itemsMitch Curtis2018-12-053-0/+75
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-0413-22/+115
|\| | |
| * | | Fix QQuickIconLabel's baselineOffsetMitch Curtis2018-12-032-0/+8
| * | | Doc: clarify event handlingMitch Curtis2018-12-032-5/+15
| * | | Fix compilation with gcc 4.8Ville Voutilainen2018-12-031-1/+1
| * | | Doc: add "1" to all mentions of the old Qt Quick ControlsMitch Curtis2018-12-032-9/+9
| * | | qquickfusionstyle: do not force a fixed blue color as highlight colorTimur Pocheptsov2018-11-291-2/+0
| * | | Doc: Add qmake include flag for modulePaul Wicking2018-11-271-0/+2
| * | | QQuickScrollView: override getContentWidth/Height()Richard Moe Gustavsen2018-11-272-0/+74
| * | | Fix compilation with qreal=floatFriedemann Kleint2018-11-263-5/+6
* | | | Doc: remove duplicate "(default)" in SplitView::orientation docsMitch Curtis2018-12-031-1/+1
* | | | Add SplitViewMitch Curtis2018-11-1342-0/+4811
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-0330-101/+190
|\| | |
| * | | Stop using wildcards with "direct" RESOURCES syntax in examplesMitch Curtis2018-10-314-10/+73
| |/ /
| * | Doc: Ensure all links to 'Qt Quick Controls' lead to controls 2Venugopal Shivashankar2018-10-2922-84/+106
| * | tst_QQuickApplicationWindow: remove workaroundMitch Curtis2018-10-261-5/+0