[plasmashell] [Bug 462253] Icons-Only Task Manager "glow icons on mouse hover for closed applications" alternatives

2023-02-22 Thread Hendrik Möls
https://bugs.kde.org/show_bug.cgi?id=462253

Hendrik Möls  changed:

   What|Removed |Added

 CC||mediumroast...@gmail.com

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

[plasmashell] [Bug 462253] Icons-Only Task Manager "glow icons on mouse hover for closed applications" alternatives

2022-12-01 Thread Niccolò Venerandi
https://bugs.kde.org/show_bug.cgi?id=462253

Niccolò Venerandi  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/commit/bd
   ||e2ca52baebe61d6e8f56bcac4e1
   ||14de88f34fe
 Resolution|--- |FIXED

--- Comment #8 from Niccolò Venerandi  ---
Git commit bde2ca52baebe61d6e8f56bcac4e114de88f34fe by Niccolò Venerandi.
Committed on 01/12/2022 at 15:00.
Pushed by niccolove into branch 'master'.

Allow setting hover for launcher items with "launcher-hover"

M  +5-10   applets/taskmanager/package/contents/ui/code/tools.js

https://invent.kde.org/plasma/plasma-desktop/commit/bde2ca52baebe61d6e8f56bcac4e114de88f34fe

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

[plasmashell] [Bug 462253] Icons-Only Task Manager "glow icons on mouse hover for closed applications" alternatives

2022-11-26 Thread Frank
https://bugs.kde.org/show_bug.cgi?id=462253

--- Comment #7 from Frank  ---
(In reply to veggero from comment #6)
> be able to add an element
> called "launcher-hover-*" (where * is top, topright, etc) similarly to the
> existing "hover-*" elements in the tasks.svg file of the plasma theme that I
> think you already saw ("much like an SVG form, which is used say for normal,
> hover, focused, etc"). This will allow you to set some kind of more visible
> background, with whatever look you prefer. (Unluckily, blur is not something
> that our SVG viewer supports).
> 
> This doesn't change Breeze *by default*, so it does require changing the
> Plasma Theme; however I'm not against adding some more hover feedback for
> launchers as well, it's something that could be discussed with the community.
> 
> The other solution - making the icons bigger, similar to Latte Dock - is
> much more complex to implement, especially if we had to draw the icons
> outside of the panel area, as Latte does; I would prefer to keep that
> complexity in Latte, to maintain Plasma Panels as simple (and bug-free) as
> possible.

Amazing! Here's the instruction manual just there. :) Yes that MR will do (the
code change seemed pretty simple too!), blur and growing icons were examples to
better understand what I meant by "alternatives to the faint icon glow". I
customized my panel to leverage the icon backgrounds in various states so I
will want to keep consistency in my theme here as well. Having, maybe one day,
more hover feedbacks as you point out, would provide more alternatives to the
user, I personally like the idea.

I'll follow this closely, thank you!

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

[plasmashell] [Bug 462253] Icons-Only Task Manager "glow icons on mouse hover for closed applications" alternatives

2022-11-26 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462253

--- Comment #6 from veggero  ---

> Ok so then I understand there is a merge request already for my feature
> suggestion?

Correct: With
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1265 applied
(hopefully in the next plasma version), you should be able to add an element
called "launcher-hover-*" (where * is top, topright, etc) similarly to the
existing "hover-*" elements in the tasks.svg file of the plasma theme that I
think you already saw ("much like an SVG form, which is used say for normal,
hover, focused, etc"). This will allow you to set some kind of more visible
background, with whatever look you prefer. (Unluckily, blur is not something
that our SVG viewer supports).

This doesn't change Breeze *by default*, so it does require changing the Plasma
Theme; however I'm not against adding some more hover feedback for launchers as
well, it's something that could be discussed with the community.

The other solution - making the icons bigger, similar to Latte Dock - is much
more complex to implement, especially if we had to draw the icons outside of
the panel area, as Latte does; I would prefer to keep that complexity in Latte,
to maintain Plasma Panels as simple (and bug-free) as possible.

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

[plasmashell] [Bug 462253] Icons-Only Task Manager "glow icons on mouse hover for closed applications" alternatives

2022-11-26 Thread Frank
https://bugs.kde.org/show_bug.cgi?id=462253

--- Comment #5 from Frank  ---
(In reply to veggero from comment #4)
> (In reply to Frank from comment #3)
> > Yes, merge request 1265 seems to be in the same area. I think I will contact
> > Niccolo on one his platform just to make sure it covers pretty much the same
> > idea.
> > 
> > Thanks for pointing out the merge request! :)
> 
> Hey, just FYI, "Bug Janitor Service" is a bot :P It automatically links MRs
> in bug reports when such MRs have the bug report id in the description. I've
> made the MR after seeing this merge request :)

Oh god I must be dumb, I'm blushing right now. loll Not familiar with reporting
bugs and feature requests, I usually always find ways to do things on my
machine. :) But for the Panel it's different, it needs you. :)

Ok so then I understand there is a merge request already for my feature
suggestion?
I must contribute to your work, seriously, you are extremely efficient and
transparent.

Thank you very much!

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

[plasmashell] [Bug 462253] Icons-Only Task Manager "glow icons on mouse hover for closed applications" alternatives

2022-11-26 Thread veggero
https://bugs.kde.org/show_bug.cgi?id=462253

--- Comment #4 from veggero  ---
(In reply to Frank from comment #3)
> Yes, merge request 1265 seems to be in the same area. I think I will contact
> Niccolo on one his platform just to make sure it covers pretty much the same
> idea.
> 
> Thanks for pointing out the merge request! :)

Hey, just FYI, "Bug Janitor Service" is a bot :P It automatically links MRs in
bug reports when such MRs have the bug report id in the description. I've made
the MR after seeing this merge request :)

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

[plasmashell] [Bug 462253] Icons-Only Task Manager "glow icons on mouse hover for closed applications" alternatives

2022-11-26 Thread Frank
https://bugs.kde.org/show_bug.cgi?id=462253

--- Comment #3 from Frank  ---
Yes, merge request 1265 seems to be in the same area. I think I will contact
Niccolo on one his platform just to make sure it covers pretty much the same
idea.

Thanks for pointing out the merge request! :)

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

[plasmashell] [Bug 462253] Icons-Only Task Manager "glow icons on mouse hover for closed applications" alternatives

2022-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=462253

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1265

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

[plasmashell] [Bug 462253] Icons-Only Task Manager "glow icons on mouse hover for closed applications" alternatives

2022-11-25 Thread Frank
https://bugs.kde.org/show_bug.cgi?id=462253

--- Comment #1 from Frank  ---
Created attachment 154037
  --> https://bugs.kde.org/attachment.cgi?id=154037=edit
After mouse hover

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