aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* Fix SplitView crash when using certain attached propertiesv5.13.0-beta1Mitch Curtis2019-03-111-7/+14
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-092-28/+41
|\
| * Fix attached ToolTips using the timeout of the last shown tool tipMitch Curtis2019-03-081-1/+2
| * QQuickScrollView: respect the content size set on/by the flickableRichard Moe Gustavsen2019-03-051-27/+39
* | SplitView: fix revisions, imports and \since versionsMitch Curtis2019-03-071-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-0215-17/+93
|\|
| * qtlite: Fix build the source code with -no-feature-shortcutMikhail Svetkin2019-02-284-7/+43
| * QQuickMenu: allow enter/return to be used to activate itemsMitch Curtis2019-02-284-2/+16
| * Remove the internal_module config to enable generation of cmake filesAndy Shaw2019-02-271-1/+0
| * Doc: state that negative scales for Popup are not supportedMitch Curtis2019-02-251-2/+2
| * Drawer: fix infinite positioning loopMitch Curtis2019-02-222-1/+3
| * Page: fix binding loopMitch Curtis2019-02-202-0/+13
| * Doc: Fix incorrect link to Number.toLocaleString()Topi Reinio2019-02-191-1/+2
| * QQuickScrollView: only forward content size to flickable if set explicitRichard Moe Gustavsen2019-02-181-3/+14
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-161-0/+12
|\|
| * QQuickTheme: make sure QQuickTheme instance gets destroyed before qAppKonstantin Ritt2019-02-141-0/+12
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-098-14/+60
|\|
| * Popup: ensure that "palette" is reevaluated when enabled state changesMitch Curtis2019-02-055-1/+20
| * 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 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-022-1/+21
|\|
| * Doc: explain how to move active focus out of TextArea with tabMitch Curtis2019-01-301-0/+18
| * 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-222-1/+32
* | 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-1018-132/+79
|\|
| * DialogButtonBox: fix issue where single button would go outside boxMitch Curtis2019-01-081-2/+5
| * 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
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-0513-120/+45
| |\
| | * Revert all Menu delegate patchesv5.12.0-rc2v5.12.0-rc1v5.12.0Mitch Curtis2018-11-158-150/+35
| | * 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-025-14/+14
| * | 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-172-0/+39
* | | 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-044-9/+44
|\| |