aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/popup
Commit message (Expand)AuthorAgeFilesLines
* Rename tst_popup to tst_QQuickPopupJ-P Nurmi2017-09-2716-2138/+0
* Popups: take Window::contentOrientation into accountJ-P Nurmi2017-07-272-0/+108
* Fix modal overlay to block multi-touchJ-P Nurmi2017-07-041-0/+34
* tst_popup: add closeOnEscapeWithNestedPopups()Mitch Curtis2017-05-262-0/+180
* 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
* *.pro: osx -> macosJ-P Nurmi2017-04-201-1/+1
* Update license headers to silence qtqa/tst_license warningsJ-P Nurmi2017-02-2412-24/+144
* QQuickPopup: ensure that the cursor is correct when overlapping itemsMitch Curtis2017-02-202-0/+94
* Welcome to 2017J-P Nurmi2017-01-0912-12/+12
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-282-0/+122
|\
| * Fix popups to close on click outsidev5.7.1J-P Nurmi2016-10-252-0/+122
* | Avoid .qmlc files being picked up by Creator's locatorMitch Curtis2016-11-111-1/+1
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-032-0/+101
|\|
| * Popup: don't steal focus on close from another opening popupJ-P Nurmi2016-10-022-0/+101
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-262-0/+91
|\|
| * Fix nested popupsJ-P Nurmi2016-09-232-0/+91
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-143-0/+229
|\|
| * Fix modal overlays leaking wheel events throughJ-P Nurmi2016-09-133-0/+229
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-064-41/+282
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-231-0/+9
|\|
| * QQuickPopup: don't keep a reference to a destroyed parentJ-P Nurmi2016-08-181-0/+9
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-223-1/+178
|\|
| * 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
* | Bump up all controls and templates imports to version 2.1J-P Nurmi2016-07-083-3/+3
|/
* 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