aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* 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-024-12/+52
* Menu: ensure the correct delegates are used when created via ComponentMitch Curtis2018-09-052-17/+45
* Doc: improve SwipeView docsMitch Curtis2018-09-031-4/+4
* QQuickStackView: fix crash on viewItemTransitionFinished()Alexandr Akulich2018-08-111-1/+1
* 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
* Doc: add "Sizing" section to ScrollView's docsMitch Curtis2018-07-111-2/+16
* Doc: Add AbstractButton.TextUnderIcon to display:enumeration listPaul Wicking2018-07-111-0/+1
* Doc: provide code snippets for Overlay.modal and Overlay.modelessMitch Curtis2018-07-101-0/+10
* Move all pendingCurrentIndex assignments to a private setterMitch Curtis2018-07-032-7/+13
* QQuickTumblerAttachedPrivate: fix type of variable: int => qrealMitch Curtis2018-06-251-1/+1
* QQuickSpinBox: Fix "function expressions as statements" warningMitch Curtis2018-06-211-1/+1
* Fix Tumbler not respecting currentIndex changes in onModelChangedMitch Curtis2018-06-132-65/+97
* 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-251-3/+5
* Revert "ComboBox: don't block the escape/back key"Liang Qi2018-04-251-5/+3
* ComboBox: don't block the escape/back keyJ-P Nurmi2018-04-231-3/+5
* ComboBox: reset when hiddenJ-P Nurmi2018-04-232-0/+11
* Slider, RangeSlider: document stepSize's relation to snapModeMitch Curtis2018-04-192-0/+6
* Slider, RangeSlider: document pressed slightly more thoroughlyMitch Curtis2018-04-182-3/+6
* Fix background size regression caused by deferred executionJ-P Nurmi2018-04-093-0/+3
* QQuickLabel: fix background resizingJ-P Nurmi2018-04-092-11/+21
* TextArea: fix background parentJ-P Nurmi2018-04-051-1/+4
* Link to RangeSlider from Slider's docs, and vice versav5.11.0-beta3Mitch Curtis2018-04-042-0/+5
* Do not execute a deferred property when component complete is disabledThomas Hartmann2018-03-261-0/+5
* Combo|SpinBox: fix wheel event propagationJ-P Nurmi2018-03-232-4/+1
* Fix Shortcuts in Popups with window context not being activatedMitch Curtis2018-03-221-1/+1
* Doc: update list of signals emitted when buttons with roles are clickedMitch Curtis2018-03-211-3/+27
* Fix crash with StackView::initialItemSimon Hausmann2018-03-213-8/+8
* ComboBox: fix key search in the popupJ-P Nurmi2018-03-121-3/+8
* Sliders and Dials: keep mouse grab on pressJ-P Nurmi2018-03-126-42/+3
* QQuickDrawer: fix draggingv5.11.0-beta2J-P Nurmi2018-03-091-8/+10
* Doc: add a "Focus Management in Qt Quick Controls 2" pageMitch Curtis2018-03-0612-10/+31
* Doc: add an "Item Ownership" section toStackView's documentationMitch Curtis2018-03-011-1/+57
* Fix quickCancelDeferred()J-P Nurmi2018-02-261-4/+5
* DialogButtonBox: workaround implicit size calculation with one buttonv5.11.0-beta1J-P Nurmi2018-02-221-2/+2
* Document how to position a popup in the center of the windowMitch Curtis2018-02-162-19/+11
* QQuickStackView: transfer focus to the current itemJ-P Nurmi2018-02-131-0/+2
* Docs: fix qdoc (clang) warningsJ-P Nurmi2018-02-131-1/+1
* QQuickCheckDelegate: don't consider partially checked as checkedJ-P Nurmi2018-02-121-1/+1
* QQuickCheckDelegate: don't force tristate when partially checkedJ-P Nurmi2018-02-121-3/+0
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-126-42/+130
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-092-8/+15
| |\
| | * QQuickControl: respect wheel focus policy for focus scopesJ-P Nurmi2018-02-071-1/+1
| | * Popup: fix restoring focus for popups that did not request focusJ-P Nurmi2018-02-061-5/+4
| | * QQuickControl: respect click focus policy for focus scopesJ-P Nurmi2018-02-051-2/+10
| * | QQuickIcon: fix reset methodsJ-P Nurmi2018-02-061-4/+4