aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Default: improve TextField and TextArea stylingMitch Curtis2017-09-194-7/+12
* Fix font inheritanceJ-P Nurmi2017-09-114-9/+12
* Fully qualify atan2 with the std namespaceJake Petroules2017-09-081-1/+1
* Fix non-modal drawer drag/swipe open and closeMichal Policht2017-09-062-1/+26
* Android: fix clang compilation with -qreal floatVyacheslav Koscheev2017-09-013-6/+6
* QQuickSpinBox: fix initial value validationJ-P Nurmi2017-08-291-2/+4
* Fix a crash with ScrollView + TextAreaJ-P Nurmi2017-08-292-1/+9
* StackView: Resolve relative urls in initialItemAlessandro Portale2017-08-071-0/+3
* Doc: fix custom SpinBox snippetMitch Curtis2017-07-311-2/+2
* Fix QQuickPopupPositioner::reposition()J-P Nurmi2017-07-281-2/+2
* Popups: take Window::contentOrientation into accountJ-P Nurmi2017-07-273-12/+54
* Fix QQuickStackViewPrivate::viewItemTransitionFinished()J-P Nurmi2017-07-261-2/+6
* Fix QQuickControlPrivate::getContentItem() overridesJ-P Nurmi2017-07-144-12/+8
* Fix unused parameter errors in qwidgetplatform_p.hJason Erb2017-07-141-0/+6
* QQuickDrawer: fix multi-touch leaking through modal overlayJ-P Nurmi2017-07-142-4/+4
* QQuickPageIndicatorPrivate: add missing overrideJ-P Nurmi2017-07-111-1/+1
* Fix focus handling for popupsJ-P Nurmi2017-07-111-1/+7
* Add color and styleColor to property editor for LabelThomas Hartmann2017-07-101-0/+24
* Drawer: ignore and warn about invalid edge valuesMitch Curtis2017-07-072-6/+21
* Tumbler: fix regression with currentIndex and currentItemMitch Curtis2017-07-074-45/+84
* Remove redundant code in touch event handlersJ-P Nurmi2017-07-072-26/+2
* Fix modal overlay to block multi-touchJ-P Nurmi2017-07-042-4/+9
* ScrollIndicator: don't block touchJ-P Nurmi2017-07-042-0/+11
* BusyIndicator: don't block touchJ-P Nurmi2017-07-042-0/+11