aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_popup.qml
Commit message (Expand)AuthorAgeFilesLines
* QQuickPopup: fix binding loops with size-dependent positioningJ-P Nurmi2016-10-271-0/+31
* auto tests: prefer creating signal spies locally where neededJ-P Nurmi2016-10-071-55/+18
* 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
* Fix drawer visibility and overlay event handlingJ-P Nurmi2016-09-061-44/+28
* Popup: respect dynamic dim & modal changesJ-P Nurmi2016-09-021-2/+8
* Close parentless popupsJ-P Nurmi2016-08-191-1/+5
* Popups: fix overlay visibilityJ-P Nurmi2016-07-221-4/+7
* 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
* Change locale inheritance for popupsJ-P Nurmi2016-03-171-77/+159
* Fix popup fontsJ-P Nurmi2016-03-111-39/+53
* Fix QQuickPopup to respect explicit sizeJ-P Nurmi2016-02-241-4/+25
* Popup: use available size and paddings from the popup itemJ-P Nurmi2016-02-191-1/+274
* Controls: fix locale inheritance for popupsLiang Qi2016-02-191-0/+182
* Controls: fix font inheritance for popupsLiang Qi2016-02-181-0/+139