aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/popup/tst_popup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename tst_popup to tst_QQuickPopupJ-P Nurmi2017-09-271-977/+0
* Popups: take Window::contentOrientation into accountJ-P Nurmi2017-07-271-0/+32
* Fix modal overlay to block multi-touchJ-P Nurmi2017-07-041-0/+34
* tst_popup: add closeOnEscapeWithNestedPopups()Mitch Curtis2017-05-261-0/+68
* tst_popup: disable touch compressionJ-P Nurmi2017-05-021-0/+7
* Don't close a popup when pressed inside and released outsideJ-P Nurmi2017-04-291-0/+6
* Fix Popup.CloseOnRelease for non-modal popupsJ-P Nurmi2017-04-271-16/+40
* Popups: fix non-dimming modal background leaking events throughJ-P Nurmi2017-04-261-4/+28
* Fix QQuickPopup::isComponentComplete()J-P Nurmi2017-04-211-0/+23
* QQuickPopup: ensure that the cursor is correct when overlapping itemsMitch Curtis2017-02-201-0/+33
* Welcome to 2017J-P Nurmi2017-01-091-1/+1
* Fix popups to close on click outsidev5.7.1J-P Nurmi2016-10-251-0/+52
* Popup: don't steal focus on close from another opening popupJ-P Nurmi2016-10-021-0/+33
* Fix nested popupsJ-P Nurmi2016-09-231-0/+27
* Fix modal overlays leaking wheel events throughJ-P Nurmi2016-09-131-0/+87
* QQuickDrawer: fix the internal transition stateJ-P Nurmi2016-09-061-0/+41
* Fix hover event delivery with plain QQuickWindowJ-P Nurmi2016-09-051-7/+11
* Use QQuickOverlay with plain QQuickWindowJ-P Nurmi2016-09-051-27/+69
* auto tests: allow using QQuickWindow with QQuickApplicationHelperJ-P Nurmi2016-09-051-22/+22
* QQuickPopup: don't keep a reference to a destroyed parentJ-P Nurmi2016-08-181-0/+9
* Fix overlay event processing order for popupsJ-P Nurmi2016-07-221-0/+34
* Don't leak hover events through modal overlaysJ-P Nurmi2016-07-221-1/+13
* Don't leak hover events through popupsJ-P Nurmi2016-07-221-0/+50
* Popups: fix overlay visibilityJ-P Nurmi2016-07-221-1/+2
* Make Overlay.modal and modeless ComponentsJ-P Nurmi2016-05-231-6/+22
* Don't restore focus to contentItem when a focusless popup was closedMitch Curtis2016-05-191-0/+66
* QQuickPopup: listen to parent item's window changesJ-P Nurmi2016-05-031-0/+26
* Popup: rename close policy flagsJ-P Nurmi2016-04-201-11/+11
* Templates: rename the C++ module to qtquicktemplates2J-P Nurmi2016-04-131-4/+4
* Change the default value of QQuickPopup::closePolicyJ-P Nurmi2016-03-211-5/+0
* tst_popup: add missing window->requestActivate() callsJ-P Nurmi2016-03-211-0/+3
* Rename Qt Labs Controls to Qt Quick Controls 2 - build systemMitch Curtis2016-03-181-4/+4
* Add QQuickPopup::popupItem()J-P Nurmi2016-01-281-2/+2
* Replace Popup::pressed|releasedOutside with close policy flagsJ-P Nurmi2016-01-281-8/+52
* Add Popup::closePolicyJ-P Nurmi2016-01-281-0/+184