shift-shell/components/mobileshell/qml/statusbar
Marco Allegretti 2059f14faf Add null guards in AppletHost and TaskWidget
AppletHost: setPreloadFullRepresentation(true) does not guarantee
fullRepresentationItem() is non-null on return — the applet loads
asynchronously. Wire a single-shot connection to
fullRepresentationItemChanged to emit appletReady() when the item
arrives.

TaskWidget: operationDescription() can return null for an unknown
operation name; bail out rather than dereferencing it.
2026-04-18 19:04:40 +02:00
..
indicators Remove kirigami version in imports 2026-03-06 22:08:07 -05:00
ClockText.qml Show date in status bar in convergence mode 2026-04-08 20:12:27 +02:00
StatusBar.qml Fix Qt.rgba color arguments 2026-04-18 19:04:22 +02:00
TaskWidget.qml Add null guards in AppletHost and TaskWidget 2026-04-18 19:04:40 +02:00