aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* Create contentItem lazily where possibleJ-P Nurmi2016-09-266-6/+43
* Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-266-32/+123
|\
| * Fix a crash in StackView::pop()J-P Nurmi2016-09-262-36/+26
| * PageIndicator: fix documentation review findingsMitch Curtis2016-09-231-1/+30
| * Pane: fix documentation review findingsMitch Curtis2016-09-231-12/+62
| * 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-224-71/+4
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-2225-254/+648
|\|
| * 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-211-0/+22
| * 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
| * Control: elaborate on the documentation for various propertiesMitch Curtis2016-09-201-6/+45
| * Control: explain diagram and make it a linkable sectionMitch Curtis2016-09-201-0/+22
| * Control: link to "Control Layout" section in relevant placesMitch Curtis2016-09-201-7/+7
| * Switch/Delegate: improve dragging behaviorJ-P Nurmi2016-09-202-4/+20
| * QQuickSwitchDelegate: make the handle draggableJ-P Nurmi2016-09-192-12/+52
| * QQuickSwitch: fix event handlingJ-P Nurmi2016-09-192-91/+38
| * QQuickSwitch: utilize checkStateSet()J-P Nurmi2016-09-192-8/+8
| * Fix Switch to stay pressed as appropriateJ-P Nurmi2016-09-193-3/+6
| * Fix Popup to respect explicit sizeJ-P Nurmi2016-09-192-3/+11
| * Drawer: fix drag to close from the outside on touchJ-P Nurmi2016-09-191-1/+5
| * Dial: clarify the documentation for some propertiesMitch Curtis2016-09-191-2/+15
| * Container: rephrase paragraph about declaring childrenMitch Curtis2016-09-191-2/+4
| * Button: fix autoRepeat and checkable documentation review findingsMitch Curtis2016-09-191-2/+15
| * CheckBox: expand detailed descriptionMitch Curtis2016-09-191-2/+4
| * CheckDelegate: expand detailed descriptionMitch Curtis2016-09-191-4/+9
| * GroupBox: fix documentation review findingsMitch Curtis2016-09-191-4/+7
| * Frame: link to contentItem in detailed descriptionMitch Curtis2016-09-191-2/+2
| * qquickapplicationwindow.cpp: fix typo in property docFrederik Schwarzer2016-09-161-1/+1
| * QQuickControl: clear the hovered state when hiddenJ-P Nurmi2016-09-151-0/+4
| * Drawer: fix flickering on touch releaseJ-P Nurmi2016-09-141-0/+6
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-1418-13/+119
|\|
| * Fix modal overlays leaking wheel events throughJ-P Nurmi2016-09-133-1/+18
| * Delete replaced delegates after Component.completed() is emittedMitch Curtis2016-09-1215-12/+101
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-0612-310/+530
|\|
| * QQuickDrawer: fix the internal transition stateJ-P Nurmi2016-09-064-60/+54
| * Fix drawer visibility and overlay event handlingJ-P Nurmi2016-09-066-96/+102
| * QQuickDrawerPrivate::ungrabMouse()J-P Nurmi2016-09-062-47/+56
| * QQuickDrawerPrivate::grabMouse()J-P Nurmi2016-09-062-32/+40
| * QQuickDrawerPrivate::startDrag()J-P Nurmi2016-09-062-18/+29
| * Make QQuickDrawerPrivate accessible via qquickdrawer_p_p.hJ-P Nurmi2016-09-053-28/+97