aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: mention QT_QUICK_CONTROLS_CONF in conf docsMitch Curtis2018-02-121-0/+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
* QQuickPlatformMenu::open(): Scale target rectangleFriedemann Kleint2018-02-011-2/+4
* 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
* Explain the benefits of customizing a control vs creating a styleMitch Curtis2018-01-191-1/+11
* Link to Customizing doc from Styling docMitch Curtis2018-01-191-0/+1
* Tumbler: reduce amount of signal-slot connections and change listenersMitch Curtis2018-01-173-85/+28
* Tumbler: qualify references to visibleItemCount with "control"Mitch Curtis2018-01-174-4/+4
* Make Tumbler compatible with deferred executionMitch Curtis2018-01-174-67/+161
* Tumbler: cleanup internal IDsJ-P Nurmi2018-01-113-17/+12
* Remove unused QQuickControlPrivate::destroyDelegate()J-P Nurmi2018-01-112-25/+0
* Doc: improve Style/FallbackStyle documentationMitch Curtis2018-01-042-2/+33
* Document license and attribute third party codeKai Koehne2018-01-043-0/+45
* Fix qmlRegisterType() for RoundButtonJ-P Nurmi2018-01-041-1/+1
* Material: cleanup the internal ID from BusyIndicatorJ-P Nurmi2017-12-223-4/+28
* Fix and test deferred execution for Universal & MaterialJ-P Nurmi2017-12-224-12/+4
* Doc: update code snippet to add some content to the DrawerMitch Curtis2017-12-221-0/+5
* Material ToolButton: fix round ripple for square buttonsJ-P Nurmi2017-12-221-1/+1
* Fix license headersJani Heikkinen2017-12-223-36/+54
* Fix deferred executionJ-P Nurmi2017-12-2120-30/+204
* Default: eliminate internal IDs in DelayButtonJ-P Nurmi2017-12-217-41/+452
* Default: cleanup the internal ID from BusyIndicatorJ-P Nurmi2017-12-203-4/+28
* Default: cleanup and test internal IDsJ-P Nurmi2017-12-203-9/+4
* Examples: cleanup unnecessary/wrong property assignmentsJ-P Nurmi2017-12-209-11/+0
* Universal: cleanup unnecessary property assignmentsJ-P Nurmi2017-12-2011-20/+0
* Material: cleanup unnecessary property assignmentsJ-P Nurmi2017-12-2011-20/+0
* StackView: don't block touchJ-P Nurmi2017-12-202-0/+11
* Default: cleanup unnecessary property assignmentsJ-P Nurmi2017-12-1911-20/+0
* SwipeView: fix slow swiping in large viewsJ-P Nurmi2017-12-192-0/+2
* 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
* Fix QQuickStyle::setFallbackStyle() in static buildsJ-P Nurmi2017-12-141-2/+2
* Tumbler: ensure that currentIndex animations aren't too slowMitch Curtis2017-12-141-0/+2
* 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-145-35/+90
* 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