https://bugs.kde.org/show_bug.cgi?id=481426

--- Comment #4 from Kai Uwe Broulik <k...@privat.broulik.de> ---
Git commit eebe705df6553666eae05a3a531c062cf0349101 by Kai Uwe Broulik.
Committed on 24/04/2025 at 07:31.
Pushed by broulik into branch 'master'.

applets/kicker: Highlight newly installed apps

This tracks installed apps in kickerstaterc and keeps them
highlighted in the menu until launched for a maximum of
3 days. The "All Apps" category doesn't highlight since the
idea of this feature is to teach the user *where* to find
the app.

A timer checks for expired highlights every 24 ours.
The model updates could surely be optimized but they're rare,
so the added complexity isn't worth it imho.

M  +10   -0    applets/kicker/abstractentry.cpp
M  +4    -0    applets/kicker/abstractentry.h
M  +1    -0    applets/kicker/abstractmodel.cpp
M  +6    -0    applets/kicker/actionlist.cpp
M  +5    -1    applets/kicker/actionlist.h
M  +30   -0    applets/kicker/appentry.cpp
M  +7    -0    applets/kicker/appentry.h
M  +27   -0    applets/kicker/appsmodel.cpp
M  +1    -0    applets/kicker/appsmodel.h
M  +173  -1    applets/kicker/rootmodel.cpp
M  +20   -0    applets/kicker/rootmodel.h

https://invent.kde.org/plasma/plasma-workspace/-/commit/eebe705df6553666eae05a3a531c062cf0349101

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to