aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Remove superfluous QQuickOverlayPrivate::popupsJ-P Nurmi2016-09-052-4/+1
| * QQuickOverlay: keep track of all drawersJ-P Nurmi2016-09-052-13/+6
| * QQuickOverlay: keep track of all popupsJ-P Nurmi2016-09-053-1/+27
| * Make QQuickOverlayPrivate accessible via qquickoverlay_p_p.hJ-P Nurmi2016-09-053-29/+97
| * Fix hover event delivery with plain QQuickWindowJ-P Nurmi2016-09-051-9/+16
| * Use QQuickOverlay with plain QQuickWindowJ-P Nurmi2016-09-055-20/+33
| * Make QQuickOverlay resize itselfJ-P Nurmi2016-09-053-8/+23
| * Switch: fix missing pressed() and released() signalsJ-P Nurmi2016-09-051-1/+5
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-024-11/+58
|\|
| * QQuickDrawer: fix velocity calculationJ-P Nurmi2016-09-021-1/+17
| * Switch: fix Qt::ClickFocus on the indicatorJ-P Nurmi2016-09-021-0/+8
| * Fix QQuickDrawerPrivate::handleMouseReleaseEvent()J-P Nurmi2016-09-021-5/+6
| * Popup: respect dynamic dim & modal changesJ-P Nurmi2016-09-021-1/+18
| * ScrollIndicator: respect the paddings when overshootingJ-P Nurmi2016-08-301-4/+9
* | Add RoundButtonMitch Curtis2016-09-026-12/+306
* | StackView: add removed() attached signalMitch Curtis2016-09-023-1/+22
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-236-37/+57
|\|
| * QQuickToolTip: fix the creation context of the shared tooltipJ-P Nurmi2016-08-221-15/+12
| * Fix attached ToolTip propertiesJ-P Nurmi2016-08-191-2/+8
| * QQuickPopup: do not attempt to execute transitions without a windowJ-P Nurmi2016-08-192-3/+9
| * Close parentless popupsJ-P Nurmi2016-08-191-0/+2
| * QQuickToolTip: fix destruction of the shared tooltipJ-P Nurmi2016-08-191-1/+12
| * QQuickPopup: don't keep a reference to a destroyed parentJ-P Nurmi2016-08-184-16/+15
| * QQuickDrawerPrivate: remove unused QQuickItemChangeListener inheritanceJ-P Nurmi2016-08-181-2/+1
| * qquickpopup_p.h: add missing override keywordsJ-P Nurmi2016-08-181-4/+4
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-177-4/+30
|\|
| * Doc: add an example how to create a flickable tab barJ-P Nurmi2016-08-111-0/+12
| * TextArea & TextField: set IBeamCursorJ-P Nurmi2016-08-112-0/+6
| * TabBar: cull tabs outside the barJ-P Nurmi2016-08-101-0/+1
| * Dial: fix stepSize handlingMitch Curtis2016-08-101-2/+8
| * QQuickRangeSlider: fix snapPosition()J-P Nurmi2016-08-101-1/+1
| * Fix popups to appear above QtQuick.Dialogs 1.xJ-P Nurmi2016-08-102-1/+2
* | Doc: SwipeDelegate: move methods out of property groupsJ-P Nurmi2016-08-131-9/+12
* | Add ComboBox::flatJ-P Nurmi2016-08-112-1/+37
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-08-095-5/+11
|\|
| * ComboBox: ensure an update of the current text on data changeJ-P Nurmi2016-08-091-0/+6
| * Page: take header & footer visibility into account in relayout()J-P Nurmi2016-08-091-2/+2
| * AppWindow: take header & footer visibility into account in relayout()J-P Nurmi2016-08-091-2/+2
| * Add SwipeDelegate to Delegate Controls documentationMitch Curtis2016-08-081-0/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-033-0/+26
|\|
| * SwipeDelegate: warn about horizontally anchoring background/contentItemMitch Curtis2016-08-021-0/+16
| * Flickable TextArea: don't intercept input events outside visual boundsJ-P Nurmi2016-07-222-0/+10
* | Add MenuSeparatorMitch Curtis2016-07-253-0/+157