aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * Update Quick Designer supportv5.9.3J-P Nurmi2017-11-1046-177/+1578
* | 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
* Qt.labs.platform: declare and register enums to the meta systemJ-P Nurmi2017-11-064-3/+8
* 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
* Default: cleanup an unnecessary extra item from the backgroundJ-P Nurmi2017-10-271-9/+6
* Fix resource leakJesus Fernandez2017-10-251-0/+1
* QQuickDialogButtonBox: fix potential crash in updateLayout()J-P Nurmi2017-10-201-2/+2
* Fix outdated FDL license headerKai Koehne2017-10-181-4/+4
* QQuickContainer: fix itemSiblingOrderChanged()J-P Nurmi2017-10-173-11/+32
* QQuickToolTip: disable hoverJ-P Nurmi2017-10-121-0/+2
* QQuickPlatformDialog: fix clazy-qenumsJ-P Nurmi2017-10-101-1/+1
* Platform: fix clazy-range-loop findingsJ-P Nurmi2017-10-103-11/+11
* 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
* Doc: add missing title customization for GroupBoxMitch Curtis2017-10-102-0/+8
* QQuickScrollView: fix binding loop with wrapping TextAreaJ-P Nurmi2017-09-281-3/+9
* Doc: remove stray semicolons from SwipeDelegate snippetMitch Curtis2017-09-281-2/+2
* QQuickButtonGroup: track the checked button with a QPointerJ-P Nurmi2017-09-281-3/+1