aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_popup.qml
Commit message (Expand)AuthorAgeFilesLines
* Control: fix background size regression caused by deferred executionJ-P Nurmi2018-01-221-0/+8
* tst_controls: use TestCase::createTemporaryObject()J-P Nurmi2017-05-091-4/+2
* tst_popup: get rid of waitForRendering()J-P Nurmi2017-04-271-1/+6
* Update license headers to silence qtqa/tst_license warningsJ-P Nurmi2017-02-241-2/+12
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-0/+10
|\
| * QQuickPopup: allow QQuickWindow as a parentJ-P Nurmi2017-01-241-0/+10
* | tst_controls: update import versions for controls and templatesJ-P Nurmi2017-01-121-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-111-1/+1
|\|
| * Welcome to 2017J-P Nurmi2017-01-091-1/+1
* | tst_popup: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-191-55/+25
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-311-0/+31
|\
| * QQuickPopup: fix binding loops with size-dependent positioningJ-P Nurmi2016-10-271-0/+31
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-071-55/+18
|\|
| * auto tests: prefer creating signal spies locally where neededJ-P Nurmi2016-10-071-55/+18
* | Revert "Popup: expose flip API"J-P Nurmi2016-09-221-35/+0
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-221-5/+85
|\|
| * Fix QQuickPopup::resetWidth/Height()J-P Nurmi2016-09-211-0/+18
| * QQuickPopup: fix negative marginsJ-P Nurmi2016-09-211-0/+24
| * Fix Popup to respect explicit sizeJ-P Nurmi2016-09-191-5/+43
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-061-44/+28
|\|
| * Fix drawer visibility and overlay event handlingJ-P Nurmi2016-09-061-44/+28
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-021-2/+8
|\|
| * Popup: respect dynamic dim & modal changesJ-P Nurmi2016-09-021-2/+8
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-231-1/+5
|\|
| * Close parentless popupsJ-P Nurmi2016-08-191-1/+5
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-221-4/+7
|\|
| * Popups: fix overlay visibilityJ-P Nurmi2016-07-221-4/+7
* | Popup: expose flip APIJ-P Nurmi2016-07-091-2/+37
* | Bump up all controls and templates imports to version 2.1J-P Nurmi2016-07-081-2/+2
|/
* Make Overlay.modal and modeless ComponentsJ-P Nurmi2016-05-231-42/+72
* Popup: respect "dim: false" for modal popupsJ-P Nurmi2016-05-121-0/+18
* QQuickPopup: emit xChanged() and yChanged() when _local_ coords changeJ-P Nurmi2016-05-111-0/+18
* Popup: use margins to determine whether to push inside window boundsJ-P Nurmi2016-05-101-0/+28
* Popup: make x() and y() return the effective coordinatesJ-P Nurmi2016-05-091-0/+50
* Fix overlay stacking order for multiple modal popupsNikita Krupenko2016-05-091-5/+43
* Fix overlay stacking orderJ-P Nurmi2016-05-031-0/+23
* Popup: emit opened() when fully openedJ-P Nurmi2016-04-291-5/+15
* Popup: separate modal and modeless background dimmingJ-P Nurmi2016-04-271-17/+38
* import Qt.labs.controls 1.0 => QtQuick.Controls 2.0J-P Nurmi2016-04-211-1/+1
* import Qt.labs.templates 1.0 => QtQuick.Templates 2.0J-P Nurmi2016-04-211-1/+1
* Fix tst_popup with transitions (Material)J-P Nurmi2016-04-211-2/+2
* Popup: add opened() and closed() signals.Mitch Curtis2016-04-201-0/+30
* Support ApplicationWindow attached property for items inside PopupJ-P Nurmi2016-03-231-1/+7
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-221-0/+60
|\
| * Popup: fix marginsJ-P Nurmi2016-03-211-0/+60
* | Fix QQuickPopup::setVisible()J-P Nurmi2016-03-211-0/+10
* | Popup: make ApplicationWindow attached properties availableJ-P Nurmi2016-03-211-0/+12
* | Add Popup::localeJ-P Nurmi2016-03-181-26/+62
* | Add Popup::fontJ-P Nurmi2016-03-181-47/+98
|/
* QQuickOverlay: fix background visibility for multiple modal popupsJ-P Nurmi2016-03-171-0/+40