aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/popup
Commit message (Expand)AuthorAgeFilesLines
* Popup: don't steal focus on close from another opening popupJ-P Nurmi2016-10-022-0/+101
* Fix nested popupsJ-P Nurmi2016-09-232-0/+91
* Fix modal overlays leaking wheel events throughJ-P Nurmi2016-09-133-0/+229
* QQuickDrawer: fix the internal transition stateJ-P Nurmi2016-09-061-0/+41
* Fix hover event delivery with plain QQuickWindowJ-P Nurmi2016-09-053-7/+81
* Use QQuickOverlay with plain QQuickWindowJ-P Nurmi2016-09-052-27/+153
* 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-222-0/+45
* Don't leak hover events through modal overlaysJ-P Nurmi2016-07-221-1/+13
* Don't leak hover events through popupsJ-P Nurmi2016-07-222-0/+119
* 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-193-0/+194
* QQuickPopup: listen to parent item's window changesJ-P Nurmi2016-05-031-0/+26
* import Qt.labs.controls 1.0 => QtQuick.Controls 2.0J-P Nurmi2016-04-211-1/+1
* Popup: rename close policy flagsJ-P Nurmi2016-04-201-11/+11
* Templates: rename the C++ module to qtquicktemplates2J-P Nurmi2016-04-132-5/+5
* 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-182-5/+5
* Add QQuickPopup::popupItem()J-P Nurmi2016-01-281-2/+2
* Replace Popup::pressed|releasedOutside with close policy flagsJ-P Nurmi2016-01-282-18/+69
* Add Popup::closePolicyJ-P Nurmi2016-01-283-0/+263