[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2023-08-01 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416310

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416310

Nate Graham  changed:

   What|Removed |Added

 Blocks||400295
   See Also|https://bugs.kde.org/show_b |
   |ug.cgi?id=400295|


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=400295
[Bug 400295] Metabug: Some tray icons aren't highlighted upon hovering over
them with mouse cursor
-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416310

Nate Graham  changed:

   What|Removed |Added

   Severity|minor   |task

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

[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2022-10-07 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=416310

ratijas  changed:

   What|Removed |Added

 CC||m...@ratijas.tk

--- Comment #6 from ratijas  ---
Luckily with mostly white icon this issue is barely noticable. However, it does
feel inconsistent when an applet is placed on a desktop, and enters Edit Mode.

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

[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2020-01-17 Thread Konrad Materka
https://bugs.kde.org/show_bug.cgi?id=416310

--- Comment #5 from Konrad Materka  ---
(In reply to Kai Uwe Broulik from comment #4)
> I was wondering if perhaps an IconEffects QML item should be added where you
> can tell it what effects to apply (disabled, hovered, etc) on any item.

Yes, I had something like that in my mind.
Can we discuss it in https://phabricator.kde.org/D26719 ?

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

[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2020-01-16 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=416310

--- Comment #4 from Kai Uwe Broulik  ---
I was wondering if perhaps an IconEffects QML item should be added where you
can tell it what effects to apply (disabled, hovered, etc) on any item.

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

[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2020-01-16 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=416310

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2020-01-16 Thread Konrad Materka
https://bugs.kde.org/show_bug.cgi?id=416310

--- Comment #3 from Konrad Materka  ---
Hmm, then maybe we can implement this effect in QML, like:

import QtGraphicalEffects 1.12
...
GammaAdjust {
anchors.fill: batteryIcon
source: batteryItem
gamma: root.containsMouse ? (1.0 / 0.7) : 1

Behavior on gamma {
PropertyAnimation {
easing: Easing.InOutQuad
duration: 250
}
}
}

I can provide a patch. The only problem is to maintain consistency with
IconItem (animation easing, duration) and with KIconEffect (effect type,
values). Some parameters are hardcoded, some are read from kglobalconfig, like:
["DesktopIcons"]["ActiveEffect"]["value"]. I was not able to find any usage of
these config values, but some themes may use it. 
In addition, it might be a good idea to extract this as a separate component.

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

[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2020-01-16 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=416310

--- Comment #2 from Kai Uwe Broulik  ---
The icon is composed of different layers and parts, not just a single icon.

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

[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2020-01-16 Thread Konrad Materka
https://bugs.kde.org/show_bug.cgi?id=416310

Konrad Materka  changed:

   What|Removed |Added

 CC||mate...@gmail.com

--- Comment #1 from Konrad Materka  ---
Or implement glow effect in PlasmaCore.SvgItem

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

[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2020-01-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=416310

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|REPORTED|CONFIRMED
   Keywords||junior-jobs
 Ever confirmed|0   |1

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

[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2020-01-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416310

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=400295

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