aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Doc: fix review findings for ToolButtonJ-P Nurmi2016-11-014-13/+37
| | | * Doc: fix review findings for ApplicationWindowJ-P Nurmi2016-11-011-2/+63
| | | * QQuickPopup: use QShortcutMap to grab Back & Escape keysJ-P Nurmi2016-11-013-11/+76
| | | * Doc: fix review findings for PopupJ-P Nurmi2016-10-313-11/+528
| | | * Doc: mention that some SwipeDelegate::swipe properties are read-onlyJ-P Nurmi2016-10-311-5/+5
| | | * Doc: add links to ToolTip attached properties and methodsJ-P Nurmi2016-10-311-2/+14
| | | * Doc: fix some review findings for TabBarJ-P Nurmi2016-10-311-3/+10
| | | * Fix Shortcut to respect modal popupsJ-P Nurmi2016-10-314-0/+165
| | * | Add missing QQuickDialog::accessibleRole()J-P Nurmi2016-11-012-0/+11
| | * | Update plugins.qmltypesJ-P Nurmi2016-11-012-10/+28
* | | | QQuickStyle::availableStyles()J-P Nurmi2016-11-103-5/+44
* | | | QQuickComboBox: ensure a parent for delegatesJ-P Nurmi2016-11-094-3/+9
* | | | Add QQuickComboBox::downJ-P Nurmi2016-11-096-13/+96
* | | | Improve the custom ComboBox exampleJ-P Nurmi2016-11-071-2/+2
* | | | Material ComboBox: remove last explicit references to the popupJ-P Nurmi2016-11-071-1/+1
* | | | Default: prepare ComboBox for deferred popup executionJ-P Nurmi2016-11-041-4/+2
|/ / /
* | | Whitespace cleanupsJ-P Nurmi2016-11-0313-13/+6
* | | ComboBox: prepare the internal layouts for editable combosJ-P Nurmi2016-11-0111-23/+20
* | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-10-3151-177/+356
|\| |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-3127-48/+123
| |\|
| | * Doc: fix review findings for TextAreaJ-P Nurmi2016-10-281-4/+4
| | * Doc: fix review findings for Switch & SwitchDelegateJ-P Nurmi2016-10-282-12/+10
| | * Doc: add one more link to Text in the detailed description of LabelJ-P Nurmi2016-10-281-1/+1
| | * Doc: link to Control::contentItem in GroupBox detailed descriptionJ-P Nurmi2016-10-281-2/+2
| | * Doc: fix review findings for DrawerJ-P Nurmi2016-10-281-8/+10
| | * Material: fix blurry ComboBox drop indicatorsJ-P Nurmi2016-10-285-0/+5
| | * Scrollers: give control over layouting if parent != flickableJ-P Nurmi2016-10-282-6/+60
| | * QQuickPopup: fix binding loops with size-dependent positioningJ-P Nurmi2016-10-272-0/+19
| | * Default: move opacity assignments to individual delegatesMitch Curtis2016-10-264-2/+4
| | * Default: make disable controls easier to seeMitch Curtis2016-10-268-9/+4
| | * Replace QStringLiteral with QLatin1String in the proxy themesJ-P Nurmi2016-10-252-6/+6
| * | Popup: add spacing support for Dialogv5.8.0-beta1J-P Nurmi2016-10-269-6/+69
| * | Doc: fallback styleJ-P Nurmi2016-10-263-3/+25
| * | Page: support spacingJ-P Nurmi2016-10-268-13/+33
| * | Doc: QT_QUICK_CONTROLS_HOVER_ENABLEDJ-P Nurmi2016-10-262-0/+8
| * | Add QQuickDialog::titleJ-P Nurmi2016-10-267-1/+92
| * | QQuickDialog: simplify the button box handlingJ-P Nurmi2016-10-266-110/+16
* | | Material: share the CursorDelegateJ-P Nurmi2016-10-286-74/+73
* | | Rename QQuickStackAttached to QQuickStackViewAttachedJ-P Nurmi2016-10-275-37/+36
* | | Move QQuickStackTransition into its own filesJ-P Nurmi2016-10-276-134/+241
* | | Move QQuickStackElement into its own filesJ-P Nurmi2016-10-276-292/+403
* | | QQuickPopup: move the implementation of reposition() to the positionerJ-P Nurmi2016-10-264-143/+152
* | | Move QQuickPopupItem out of qquickpopup.*J-P Nurmi2016-10-2610-227/+336
* | | QQuickPopupPositioner: use QQuickItem::isAncestorOf()J-P Nurmi2016-10-262-18/+1
* | | Move QQuickPopupPositioner out of qquickpopup.*J-P Nurmi2016-10-265-128/+236
* | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-10-2545-194/+1079
|\| |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-2529-153/+826
| |\|
| | * Doc: fix typo in QQuickStyle briefMitch Curtis2016-10-251-1/+1
| | * Doc: remove a redundant QQuickStyle exampleJ-P Nurmi2016-10-251-17/+4
| | * Doc: configuration fileJ-P Nurmi2016-10-258-43/+178