status-desktop/ui/StatusQ/src
Lukáš Tinkl 0b94c2b541 fix: revert to not destroy popups on close by default
- causing too many regressions along the way
- most of our popups are already destroyed properly inside Popups.qml
- in general, a Popup (Dialog, Menu, etc.) can be manually destroyed iff
it had been created using `Component.createObject()`, otherwise it's gone
for good until restart
- manually enabled the destroy-on-close in verified cases

Fixes #10948 (maybe some other dupes)
2023-06-09 00:44:27 +02:00
..
StatusQ fix: revert to not destroy popups on close by default 2023-06-09 00:44:27 +02:00
assets feat: New date picker for Status desktop 2023-06-01 09:43:38 -04:00
QClipboardProxy.cpp fix(QClipboardProxy): use more reliable clipboard/DND checks 2023-06-08 15:33:46 +02:00
assets.qrc feat: New date picker for Status desktop 2023-06-01 09:43:38 -04:00
code-examples.md docs(General): initial proposal on developer documentation and checklists 2022-09-21 18:20:08 +02:00
contributing.md fix(contributing.md): Added `Popup` sizing guidelines (#728) 2022-09-21 18:20:11 +02:00
modelutilsinternal.cpp feat(StatusQ): Add cpp model utils to allow handling ListModel and generic QAbstractItemModel uniformly 2023-02-20 22:25:56 +01:00
plugin.cpp fix(StatusQ): StatusQ is QML module (#10207) 2023-04-14 11:18:56 +03:00
rxvalidator.cpp chore(general): Move RXValidator to StatusQ 2023-02-09 12:48:11 +01:00
statusq.qrc fix(StatusDateRangePicker): use StatusDatePicker for the range selection 2023-06-07 10:54:44 +02:00
statussyntaxhighlighter.cpp chore(general): Move StatusSyntaxHighlighter to StatusQ, remove mock from Storybook 2023-02-09 12:48:11 +01:00
statuswindow.cpp chore(general): Deduplicate and move StatusWindow to StatusQ 2023-02-09 12:48:11 +01:00
statuswindow_osx.mm chore(general): Deduplicate and move StatusWindow to StatusQ 2023-02-09 12:48:11 +01:00
statuswindow_other.cpp chore(general): Deduplicate and move StatusWindow to StatusQ 2023-02-09 12:48:11 +01:00