aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on exit when using a shader and a PopupSimon Hausmann2018-07-061-1/+1
* Fix background size regression caused by deferred executionJ-P Nurmi2018-04-103-0/+3
* QQuickLabel: fix background resizingJ-P Nurmi2018-04-102-11/+21
* TextArea: fix background parentJ-P Nurmi2018-04-051-1/+4
* 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
* 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
* 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
* Remove unused QQuickControlPrivate::destroyDelegate()J-P Nurmi2018-01-112-25/+0
* 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
* 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
* DialogButtonBox: micro optimization for resizeContent()Konstantin Ritt2017-11-081-9/+6
* Fix QQuickSlider::valueAt()J-P Nurmi2017-11-071-3/+3
* Re-order all revisioned members and add explanatory commentsJ-P Nurmi2017-11-0628-396/+469
* DialogButtonBox: fix height calculation due to a trivial typoKonstantin Ritt2017-11-031-1/+1
* QQuickSlider: migitate value rounding errorsJ-P Nurmi2017-11-031-1/+4
* QQuickTextField: retain selection on right mouse button clickJ-P Nurmi2017-11-031-4/+8
* Doc: mention the Side Panel example in Drawer's detailed descriptionJ-P Nurmi2017-11-031-0/+5
* Fix resource leakJesus Fernandez2017-10-251-0/+1
* QQuickDialogButtonBox: fix potential crash in updateLayout()J-P Nurmi2017-10-201-2/+2
* QQuickContainer: fix itemSiblingOrderChanged()J-P Nurmi2017-10-173-11/+32
* QQuickToolTip: disable hoverJ-P Nurmi2017-10-121-0/+2
* Doc: state which input devices cause certain signalsMitch Curtis2017-10-101-6/+6
* Fix the QML context of popup background dimmersJ-P Nurmi2017-10-101-2/+2
* QQuickScrollView: fix binding loop with wrapping TextAreaJ-P Nurmi2017-09-281-3/+9
* QQuickButtonGroup: track the checked button with a QPointerJ-P Nurmi2017-09-281-3/+1
* Fix font inheritanceJ-P Nurmi2017-09-114-9/+12
* Fully qualify atan2 with the std namespaceJake Petroules2017-09-081-1/+1