aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickpopup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: add missing Popup::aboutToShow() and aboutToHide() signalsJ-P Nurmi2017-04-031-2/+18
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-2/+7
|\
| * QQuickPopup: allow window change after component completionJ-P Nurmi2017-01-251-2/+7
* | Port from QT_NO_ACCESSIBILITY to QT_CONFIG(accessibility)J-P Nurmi2017-02-241-2/+2
* | Merge dev into 5.9Oswald Buddenhagen2017-02-011-2/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-2/+6
| |\|
| | * QQuickPopup: allow QQuickWindow as a parentJ-P Nurmi2017-01-241-2/+6
* | | Fix build with -no-feature-wheeleventJ-P Nurmi2017-01-311-0/+2
|/ /
* | Format initializer listsJ-P Nurmi2017-01-191-43/+42
* | QtQuickControls2: Use the newly-introduced qmlWarning instead of qmlInfoRobin Burchell2017-01-131-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-111-1/+1
|\|
| * Welcome to 2017J-P Nurmi2017-01-091-1/+1
* | Add Drawer::interactiveJ-P Nurmi2016-11-251-0/+4
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-151-2/+15
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-151-0/+4
| |\
| | * Doc: Popup.CloseOnRelease* policies only work with modal popupsMitch Curtis2016-11-081-0/+4
| * | Dialog: emit rejected() when closed interactivelyMitch Curtis2016-11-101-2/+11
* | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-031-20/+183
|\| |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-031-1/+1
| |\|
| | * Popups: use "Dialog" accessible roleJ-P Nurmi2016-11-021-1/+1
| * | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-021-20/+239
| |\|
| | * Doc: revise brief descriptionsJ-P Nurmi2016-11-021-1/+1
| | * QQuickPopup: let subclasses control accessibility attributesJ-P Nurmi2016-11-021-0/+36
| | * QQuickPopup: use QShortcutMap to grab Back & Escape keysJ-P Nurmi2016-11-011-8/+65
| | * Doc: fix review findings for PopupJ-P Nurmi2016-10-311-11/+137
* | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-10-311-0/+37
|\| |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-311-0/+16
| |\|
| | * QQuickPopup: fix binding loops with size-dependent positioningJ-P Nurmi2016-10-271-0/+16
| * | Popup: add spacing support for Dialogv5.8.0-beta1J-P Nurmi2016-10-261-0/+43
* | | QQuickPopup: move the implementation of reposition() to the positionerJ-P Nurmi2016-10-261-133/+8
* | | Move QQuickPopupItem out of qquickpopup.*J-P Nurmi2016-10-261-186/+1
* | | Move QQuickPopupPositioner out of qquickpopup.*J-P Nurmi2016-10-261-104/+0
|/ /
* | Make hoverEnabled propagate to childrenJ-P Nurmi2016-10-171-1/+1
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-031-27/+99
|\|
| * QQuickPopupPrivate: unbreak ubsan buildMarc Mutz2016-10-021-0/+4
| * Fix QQuickToolTip's delay and visibilityJ-P Nurmi2016-10-021-13/+4
| * Popup: don't steal focus on close from another opening popupJ-P Nurmi2016-10-021-6/+8
| * Cancel exit transition when the same tooltip is shown againMitch Curtis2016-09-301-2/+5
| * Popup: fix some of the documentation review findingsMitch Curtis2016-09-271-7/+79
* | Create contentItem lazily where possibleJ-P Nurmi2016-09-261-0/+10
* | Revert "Popup: expose flip API"J-P Nurmi2016-09-221-58/+0
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-221-34/+82
|\|
| * QQuickDrawer: allow resizing and positioningJ-P Nurmi2016-09-211-31/+50
| * 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-211-0/+10
| * Fix Popup to respect explicit sizeJ-P Nurmi2016-09-191-3/+9
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-061-51/+58
|\|
| * QQuickDrawer: fix the internal transition stateJ-P Nurmi2016-09-061-34/+40
| * Fix drawer visibility and overlay event handlingJ-P Nurmi2016-09-061-0/+6