kdeconnect-kde/app/qml
Karthik Nishanth 9e53696e35 Close the overlay drawer when window width is reduced
Previously when the window width was reduced, the overlay drawer
was still visible except it was hidden behind the main view.

Taking inspiration from the binding in OverlayDrawer.qml source,
I set up a callback to match it closely. Now, it closes the
drawer when the window is resized.

Note: Both before and after this commit, there is a warning when
one collapses the window width.

> QQuickItem::stackBefore: Cannot stack
> QQuickRectangle(0x55b4746513d0, parent=0x55b4744a4750,
> geometry=0,0 0x0) before QQuickPopupItem(0x55b4747871c0),
> which must be a sibling
2023-09-11 13:11:03 +00:00
..
DevicePage.qml Fix undefined property accesses 2023-09-11 13:11:03 +00:00
FindDevicesPage.qml Improve/change "Pair" i18n messages 2023-07-22 18:05:25 +00:00
main.qml Close the overlay drawer when window width is reduced 2023-09-11 13:11:03 +00:00
mousepad.qml mousepad: Provide an out for touchpad users 2023-05-12 15:48:25 +02:00
mpris.qml Do not use toLocaleTimeString to convert ms to hh:mm:ss format 2023-06-29 08:28:25 +00:00
MprisSlider.qml Remove mpris "nowPlaying" field 2023-06-08 21:58:58 +00:00
PluginInfoPage.qml Fix PluginInfoPage not being able to be displayed in Qt6 2023-07-25 18:29:38 +02:00
PluginItem.qml Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
PluginSettings.qml Fix setting page sometimes not visible when clicking on it 2022-12-14 16:46:57 +00:00
presentationRemote.qml Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
runcommand.qml Fix runcommand page not being able to be displayed in Qt6 2023-07-25 18:29:38 +02:00
Settings.qml Add setting page and expose about data info 2022-12-14 16:46:57 +00:00
volume.qml Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00