aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update all QtQuick imports in src/imports/controlsJ-P Nurmi2016-10-04146-146/+146
* Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-03134-122/+381
|\
| * StackView: allow loading remote URLsJ-P Nurmi2016-10-031-0/+10
| * QQuickPopupPrivate: unbreak ubsan buildMarc Mutz2016-10-022-1/+6
| * Fix ComboBox to scroll to the highlighted itemJ-P Nurmi2016-10-024-4/+17
| * Fix QQuickToolTip's delay and visibilityJ-P Nurmi2016-10-024-36/+23
| * Popup: don't steal focus on close from another opening popupJ-P Nurmi2016-10-021-6/+8
| * Fix QQuickControl::setFocusReason()J-P Nurmi2016-10-021-1/+1
| * Doc: cleanup the mention of 'indicator' in 'Customizing ItemDelegate'J-P Nurmi2016-10-021-2/+2
| * qtquickcontrols2plugin.cpp: cleanup includesJ-P Nurmi2016-10-021-9/+1
| * Make a plain AbstractButton calculate suitable implicit sizeJ-P Nurmi2016-10-023-2/+50
| * Material: fix dark dialog colorJ-P Nurmi2016-10-021-1/+1
| * ComboBox: fix unintentional deps between the popup and its content itemJ-P Nurmi2016-10-023-5/+6
| * Fix style inheritanceJ-P Nurmi2016-10-021-2/+5
| * Cancel exit transition when the same tooltip is shown againMitch Curtis2016-09-302-3/+6
| * Material: fix accent update on theme changeJ-P Nurmi2016-09-301-0/+4
| * CheckBox: add GIFs to documentationMitch Curtis2016-09-307-11/+6
| * Button: add GIFs for flat & highlighted docsMitch Curtis2016-09-307-11/+4
| * TabButton: use Text's implicit size instead of content sizeJ-P Nurmi2016-09-302-4/+4
| * TabBar: re-layout as appropriate in tab button size changesJ-P Nurmi2016-09-303-5/+19
| * TabBar: fix mixing of fixed and implicitly resized tabsJ-P Nurmi2016-09-301-5/+17
| * Fix crash when flicking a ListView-based TumblerMitch Curtis2016-09-301-4/+31
| * Don't execute disabled transitionsMarco Martin2016-09-281-1/+1
| * Fix QQuickToolTipAttached parentJ-P Nurmi2016-09-282-4/+4
| * SpinBox: don't call valueFromText when non-editableJ-P Nurmi2016-09-281-2/+2
| * Popup: fix some of the documentation review findingsMitch Curtis2016-09-274-7/+159
| * Refactor tst_snippets to make it easier to add non-screenshot snippetsMitch Curtis2016-09-26100-1/+2
* | Material: switch back to triggering ripples on pressJ-P Nurmi2016-09-309-9/+0
* | Create contentItem lazily where possibleJ-P Nurmi2016-09-2630-66/+43
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-269-37/+200
|\|
| * Fix a crash in StackView::pop()J-P Nurmi2016-09-262-36/+26
| * Let QT_QUICK_CONTROLS_CONF override :/qtquickcontrols2.confJ-P Nurmi2016-09-231-1/+13
| * PageIndicator: fix documentation review findingsMitch Curtis2016-09-232-1/+88
| * Pane: fix documentation review findingsMitch Curtis2016-09-231-12/+62
| * Doc: improve the .conf docsJ-P Nurmi2016-09-231-4/+5
| * Fix nested popupsJ-P Nurmi2016-09-231-3/+13
| * Fix QQuickOverlay::childMouseEventFilter() to release the grabber popupJ-P Nurmi2016-09-231-0/+1
| * Drawer: allow interaction outside modal background dimmingJ-P Nurmi2016-09-231-2/+5
* | Revert "Popup: expose flip API"J-P Nurmi2016-09-225-72/+4
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-2232-256/+1054
|\|
| * Control: add example snippets for background, contentItem and fontMitch Curtis2016-09-211-0/+41
| * Page: fix documentation review findingsMitch Curtis2016-09-211-2/+45
| * MenuItem: fix documentation review findingsMitch Curtis2016-09-211-13/+22
| * Menu: fix documentation review findingsMitch Curtis2016-09-211-6/+36
| * QQuickDrawer: allow resizing and positioningJ-P Nurmi2016-09-215-32/+131
| * Drawer: reparent to the overlay by defaultJ-P Nurmi2016-09-214-0/+28
| * Make ApplicationWindow.overlay attached property work with QML WindowJ-P Nurmi2016-09-211-39/+49
| * Fix QQuickPopup::resetWidth/Height()J-P Nurmi2016-09-211-0/+10
| * QQuickPopup: fix negative marginsJ-P Nurmi2016-09-211-1/+4
| * Move resizeOverlay() to QQuickPopupPrivateJ-P Nurmi2016-09-214-13/+13