Both for plasmoids and SNI
Details
Details
- Reviewers
ngraham - Group Reviewers
Plasma - Commits
- R120:27fa3f7e0c35: systray: show a small animation on the icons when activated
Now there's some kind of feedback when pressing the icons
Diff Detail
Diff Detail
- Repository
- R120 Plasma Workspace
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 10107 Build 10125: arc lint + arc unit
Comment Actions
How do I trigger this? I'm not seeing anything happen when I click on a System Tray icon with this patch.
Comment Actions
It's subtle but I quite like it.
It feels a bit inconsistent given it affects plasmoids on keyshortcut, but not on click.
applets/systemtray/package/contents/ui/items/PlasmoidItem.qml | ||
---|---|---|
43 | Do we want it here? |
Comment Actions
\o/
It feels a bit inconsistent given it affects plasmoids on keyshortcut, but not on click.
Agreed, but here the bug is that on click it doesn't happen I'd say, and we'll have to go over all plasmoids I'm afraid, because they all implement a MouseArea to deal with triggering.
I was looking into introducing context menu on pressAndHold and there's a similar problem.
This comment was removed by ndavis.