aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...J-P Nurmi2018-01-1080-180/+924
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2018-01-1080-180/+924
| | |\|
| | | * 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
| * | | Palette: fix value type providerJ-P Nurmi2018-01-105-28/+44
| |/ /
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-09114-387/+2630
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...J-P Nurmi2018-01-0847-110/+902
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-12-1547-110/+902
| | |\|
| | | * 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
| | | * 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
| | | * Fix custom scenegraph item animations when used with QQuickWidgetMitch Curtis2017-12-121-2/+11
| | | * Doc: mention indicator in customizing ComboBoxJ-P Nurmi2017-12-111-1/+1
| | | * Buttons: defer the execution of the delegatesJ-P Nurmi2017-12-119-11/+442
| | | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-2346-177/+1578
| | | |\
| | | * | watch for the actual render window if there is a QQuickRenderControlMarco Martin2017-11-221-0/+3
| * | | | Respect user font settings from qtquickcontrols2.conf fileMitch Curtis2018-01-032-46/+4
| * | | | Make AbstractButton's text win over action's when both are specifiedMitch Curtis2017-12-223-17/+54
| * | | | Imagine: cleanup unnecessary property assignmentsJ-P Nurmi2017-12-205-8/+0