Commit graph

4 commits

Author SHA1 Message Date
Ivailo Monev
3b86c8487a plasma: do not use global static for the notifications applet adaptors
because the adaptors are parented to the application instance for object
registration purpose the global static deleter double-deletes them

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-04-19 19:38:22 +03:00
Ivailo Monev
42a08098d1 plasma: use singletons for the notifications applet adaptors
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-04-08 20:46:12 +03:00
Ivailo Monev
5437da57dd plasma: fallback to job state and destination URL in jobs notifications
KJob-derived class (custom ones, not those from KIO) are likely to not
have much to work with so that is for the worst case scenario

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-04-08 14:35:07 +03:00
Ivailo Monev
278acc1fce generic: replace kuiserver with interface bolted into the plasma applet
because that is how it should've been, kuiserver is just glue code

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-04-07 23:36:46 +03:00