aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* | 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 "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
* | | MenuItem: use deferred execution for the arrowJ-P Nurmi2018-01-153-4/+44
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...J-P Nurmi2018-01-1027-39/+269
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2018-01-1027-39/+269
| |\|
| | * Doc: update code snippet to add some content to the DrawerMitch Curtis2017-12-221-0/+5
| | * Fix deferred executionJ-P Nurmi2017-12-2120-30/+204
| | * StackView: don't block touchJ-P Nurmi2017-12-202-0/+11
| | * Popups: use deferred executionJ-P Nurmi2017-12-196-11/+51
* | | Palette: fix value type providerJ-P Nurmi2018-01-103-0/+249
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...J-P Nurmi2018-01-0840-96/+877
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-12-1540-96/+877
| |\|
| | * Control: defer the execution of the content itemJ-P Nurmi2017-12-1515-57/+18
| | * Control: defer the execution of the background itemJ-P Nurmi2017-12-1511-9/+2
| | * Page: use deferred executionJ-P Nurmi2017-12-142-0/+5
| | * SpinBox: use deferred executionJ-P Nurmi2017-12-142-15/+73
| | * GroupBox: use deferred executionJ-P Nurmi2017-12-142-4/+36
| | * Pane: use deferred executionJ-P Nurmi2017-12-142-0/+13
| | * ComboBox: use deferred executionJ-P Nurmi2017-12-142-26/+81
| | * ApplicationWindow: use deferred executionJ-P Nurmi2017-12-132-4/+27
| | * RangeSlider: use deferred executionJ-P Nurmi2017-12-132-6/+44
| | * TextArea: use deferred executionJ-P Nurmi2017-12-133-4/+27
| | * TextField: use deferred executionJ-P Nurmi2017-12-133-4/+27
| | * Label: use deferred executionJ-P Nurmi2017-12-133-4/+27
| | * Dial: use deferred executionJ-P Nurmi2017-12-132-4/+27
| | * Slider: use deferred executionJ-P Nurmi2017-12-132-4/+27
| | * Migitate the performance regression caused by deferred executionJ-P Nurmi2017-12-126-29/+83
| | * Buttons: defer the execution of the delegatesJ-P Nurmi2017-12-119-11/+442
| | * watch for the actual render window if there is a QQuickRenderControlMarco Martin2017-11-221-0/+3
* | | Make AbstractButton's text win over action's when both are specifiedMitch Curtis2017-12-223-17/+54
|/ /
* | Fix double toggling through Action with checked AbstractButtonJoni Poikelin2017-12-133-6/+18
* | Doc: mention qtquickcontrols2.conf file in font docsMitch Curtis2017-12-111-3/+11
* | Doc: mention qtquickcontrols2.conf file in palette docsMitch Curtis2017-12-111-3/+10
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-152-12/+9
|\|
| * DialogButtonBox: micro optimization for resizeContent()Konstantin Ritt2017-11-081-9/+6
| * Fix QQuickSlider::valueAt()J-P Nurmi2017-11-071-3/+3