aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Doc: elaborate on event behavior with Popup::modalMitch Curtis2019-02-051-2/+6
| * Doc: add more \sa links to Popup's pageMitch Curtis2019-02-051-1/+3
| * Doc: remove references to deprecated ApplicationWindow::overlayMitch Curtis2019-02-051-3/+2
| * QQuickMenu: don't give focus to disabled menu itemsMitch Curtis2019-02-041-2/+2
| * Menu: fix disabled sub-menu items being highlightedMitch Curtis2019-02-042-4/+25
| * Fix font and palette settings in .conf files not being respectedMitch Curtis2019-02-041-0/+8
| * Fix Menu not being dismissed when the triggered item disables itselfMitch Curtis2019-02-041-1/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-0210-55/+161
|\|
| * Fusion: use white ButtonText when a dark system theme is in useMitch Curtis2019-01-311-1/+5
| * Update Qt Creator-related filesMitch Curtis2019-01-313-34/+125
| * Doc: explain how to move active focus out of TextArea with tabMitch Curtis2019-01-301-0/+18
| * qquickfusionstyle: do not force a fixed white color for highlightedTextNils Jeisecke2019-01-291-17/+0
| * ComboBox: propagate palette colors to popupMassimo Callegari2019-01-241-1/+4
| * Fix Qt.labs.platform.FileDialog not honoring folder propertyPaolo Angelelli2019-01-232-1/+6
| * QQuickAbstractButton: fix clicked() not being emitted after long pressMitch Curtis2019-01-231-1/+3
* | Doc: fix SplitView exampleMitch Curtis2019-01-231-2/+2
* | 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-212-1/+4
|\|
| * QQuickPopupPositioner: fix crash on application exitMitch Curtis2019-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-10453-1440/+1418
|\|
| * DialogButtonBox: fix issue where single button would go outside boxMitch Curtis2019-01-081-2/+5
| * Fix incorrect font size in certain styles on WindowsMitch Curtis2019-01-081-0/+4
| * Slider: fix wheel event propagationMassimo Callegari2019-01-081-1/+0
| * Fix TextField background not respecting control's widthMitch Curtis2018-12-211-2/+14
| * 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
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-05444-1423/+1367
| |\
| | * Revert all Menu delegate patchesv5.12.0-rc2v5.12.0-rc1v5.12.0Mitch Curtis2018-11-158-150/+35
| | * 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-092-5/+5
| | * QQuickPage: fix a typo to avoid a crashLiang Qi2018-11-091-1/+1
| | * Fix Instantiator-created MenuItems disappearingMitch Curtis2018-11-021-4/+44
| | * Tie minor version of all imports to Qt's minor versionMitch Curtis2018-11-02435-1314/+1333
| * | Doc: Update \titles with "Controls 2" in itVenugopal Shivashankar2018-12-045-5/+10
| * | Fix for SpinBox crash in Qt Quick DesignerThomas Hartmann2018-12-041-2/+3
| * | Port QQuickComboBox to QRegularExpressionSamuel Gaist2018-12-041-5/+12
* | | SplitView: schedule another layout if requested sizes changed during layoutMitch Curtis2019-01-082-5/+46
* | | SplitView: batch layout requests via polish()/updatePolish()Mitch Curtis2019-01-082-29/+46
* | | Add logging categories for Tumbler and TumblerViewMitch Curtis2018-12-173-0/+54
* | | SplitView: react to changes in implicit size of split itemsMitch Curtis2018-12-052-0/+21
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-0411-22/+61
|\| |
| * | Fix QQuickIconLabel's baselineOffsetMitch Curtis2018-12-031-0/+3
| * | 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-271-0/+25