aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickpopup.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.11' into devJ-P Nurmi2018-02-191-0/+9
|\|
| * Document how to position a popup in the center of the windowMitch Curtis2018-02-161-0/+9
* | Move QQuickControlPrivate::themeFont|Palette() to QQuickThemeJ-P Nurmi2018-02-151-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devJ-P Nurmi2018-02-151-5/+4
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-091-5/+4
| |\
| | * Popup: fix restoring focus for popups that did not request focusJ-P Nurmi2018-02-061-5/+4
* | | Add Popup::horizontal|verticalPaddingJ-P Nurmi2018-02-131-10/+76
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2018-01-101-4/+7
|\|
| * Popups: use deferred executionJ-P Nurmi2017-12-191-4/+7
* | Document palette as a basic QML typeJ-P Nurmi2017-10-271-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-10-121-2/+2
|\|
* | Merge remote-tracking branch 'origin/5.9' into devJ-P Nurmi2017-07-211-3/+3
|\|