aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickpopup.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickPopup: finalizeExitTransition before deleting internalsUlf Hermann2021-06-151-4/+5
* Add QtQuick.DialogsMitch Curtis2021-05-271-0/+3
* Allow creation of custom QQuickPopupItem-derived typesMitch Curtis2021-05-111-3/+14
* Doc: Use \qmldefault instead of \defaultPaul Wicking2021-03-231-1/+1
* Fix popups with exit transitions blocking mouse events when destroyedMitch Curtis2021-01-131-4/+19
* Reset the opacity and scale properties after the exit transitionAndy Shaw2021-01-061-0/+20
* Document how to use Controls types in property declarationsMitch Curtis2020-11-091-1/+2
* Doc: remove all instances of \qmlpropertygroupMitch Curtis2020-11-091-1/+0
* Doc: Fix qdoc warningsVenugopal Shivashankar2020-11-061-2/+2
* Fix compile warnings: replace QTouchEvent::touchPoints with pointsVolker Hilsheimer2020-10-021-1/+1
* Allow the preparation of the exit transition even if it did have focusAndy Shaw2020-09-151-2/+3
* ToolTip: only begin timeout when openedMitch Curtis2020-09-021-1/+7
* Prevent against re-entering prepareExitTransition after a focus changeAndy Shaw2020-08-191-1/+1
* Fix event refactoring warnings and errorsMitch Curtis2020-08-111-4/+4
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-111-7/+7
* Adapt to geometryChanged => geometryChange renamingMitch Curtis2020-04-241-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-311-0/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-211-0/+1
| |\
| | * Menu: account for the scale when getting the size before positioningAndy Shaw2020-03-181-0/+1
* | | Remove old QQuickPalette implementationVitaly Fanaskov2020-03-181-60/+34
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-301-2/+2
|\|
| * Respect user-set Accessible.nameMitch Curtis2019-12-031-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-301-9/+16
|\|
| * Doc: Fix qdoc warningsVenugopal Shivashankar2019-11-261-4/+4
| * QQuickPopup: fix focus when multiple popup exitingWang Chuan2019-11-251-5/+12
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-091-0/+7
|\|
| * QQuickPopup: try to grab shortcut when component completedWang Chuan2019-10-291-0/+7
* | Non-modal popups shouldn't set isTabFenceMarco Martin2019-11-041-0/+2
|/
* QQuickPopup: fix compiler warningKonstantin Ritt2019-09-051-0/+1
* Doc: state that negative scales for Popup are not supportedMitch Curtis2019-02-251-2/+2
* Popup: ensure that "palette" is reevaluated when enabled state changesMitch Curtis2019-02-051-1/+0
* Doc: elaborate on event behavior with Popup::modalMitch Curtis2019-02-051-2/+6
* Doc: add more \sa links to Popup's pageMitch Curtis2019-02-051-1/+3
* Doc: remove references to deprecated ApplicationWindow::overlayMitch Curtis2019-02-051-3/+2
* Doc: Give a hint to Popup's margins property in the positioning sectionNils Jeisecke2019-01-111-0/+3
* Tie minor version of all imports to Qt's minor versionMitch Curtis2018-11-021-1/+1
* QQuickTheme: rename themeFont() and themePalette()J-P Nurmi2018-05-221-2/+2
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-071-50/+6
|\
| * Templates: use C++11 default member initializationJ-P Nurmi2018-05-041-51/+4
| * Fix QQuickPopupPositionerJ-P Nurmi2018-05-041-0/+2
* | QQuickPopup: prepare for overriding the positionerJ-P Nurmi2018-05-021-6/+14
* | Cleanup QQuickPopupAnchorsJ-P Nurmi2018-05-021-4/+3
* | Popup: add support for background insetsJ-P Nurmi2018-04-231-4/+148
* | Popup: add implicitBackground|ContentWidth|Height propertiesJ-P Nurmi2018-04-161-0/+72
* | QQuickPopupItem: inherit QQuickPaneJ-P Nurmi2018-04-061-14/+12
* | Use Q_PRIVATE_PROPERTY for QQmlListPropertyJ-P Nurmi2018-04-041-7/+5
* | Add anchors property to Popup to allow centering in parent/windowMitch Curtis2018-03-221-1/+52
* | Add QQuickTheme::ScopeJ-P Nurmi2018-03-151-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-101-0/+1
|\|
| * Doc: add a "Focus Management in Qt Quick Controls 2" pageMitch Curtis2018-03-061-0/+1