aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Make AbstractButton's icon properties win over Action's when both are setMitch Curtis2018-02-054-34/+115
* | | Merge remote-tracking branch 'origin/5.10' into 5.11J-P Nurmi2018-01-313-2/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2018-01-312-1/+2
| |\|
| | * QQuickComboBox: fix popup's deferred executionJ-P Nurmi2018-01-241-1/+1
| | * Control: fix background size regression caused by deferred executionJ-P Nurmi2018-01-221-0/+1
| * | Fix Action shortcuts in RepeaterJ-P Nurmi2018-01-221-1/+3
* | | ScrollBar: fix infinite loopJ-P Nurmi2018-01-221-4/+6
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-203-27/+66
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2018-01-183-27/+66
| |\|
| | * Tumbler: reduce amount of signal-slot connections and change listenersMitch Curtis2018-01-173-85/+28
| | * Make Tumbler compatible with deferred executionMitch Curtis2018-01-173-65/+154
* | | Merge remote-tracking branch 'origin/5.10' into devJ-P Nurmi2018-01-1633-67/+561
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...J-P Nurmi2018-01-152-25/+0
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2018-01-152-25/+0
| | |\|
| | | * Remove unused QQuickControlPrivate::destroyDelegate()J-P Nurmi2018-01-112-25/+0