[plasmashell] [Bug 365630] Plasma applet icons shifting based on recent activity

2018-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=365630

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||n...@kde.org
 Resolution|--- |FIXED

--- Comment #6 from Nate Graham  ---
Seems fixed to me in 5.12.3.

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

[plasmashell] [Bug 365630] Plasma applet icons shifting based on recent activity

2017-02-10 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=365630

avlas  changed:

   What|Removed |Added

 CC||jsar...@gmail.com

--- Comment #5 from avlas  ---
Will this be backported to Plasma 5.9?

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

[plasmashell] [Bug 365630] Plasma applet icons shifting based on recent activity

2017-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=365630

tterrani...@gmail.com changed:

   What|Removed |Added

 CC||tterrani...@gmail.com

--- Comment #4 from tterrani...@gmail.com ---
This is resolved right? Tested with kde neon unstable and everything seems to
work correctly.

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

[plasmashell] [Bug 365630] Plasma applet icons shifting based on recent activity

2017-02-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=365630

--- Comment #3 from Kai Uwe Broulik  ---
Git commit a7d56be57a1c1258608d8eb363191d69f40c12e3 by Kai Uwe Broulik.
Committed on 08/02/2017 at 16:26.
Pushed by broulik into branch 'master'.

[System Tray] Introduce "effectiveStatus" property and update visibility only
when that changes

Instead of calling it in response to any of the properties it depends on.

This also saves some calls to this function on startup (80 instead of 90 for me
with 14 tray icons)
and keeps plasmoids from shifting around just because their status changed from
e.g. Active
to AcceptingInput (like touchpad when it asks for whether you really want to
disable touchpad
with no mouse attached) although the item's effective visibility didn't
actually change.
Related: bug 375112
FIXED-IN: 5.10.0

Differential Revision: https://phabricator.kde.org/D4488

M  +10   -4applets/systemtray/package/contents/ui/items/AbstractItem.qml
M  +7-8applets/systemtray/package/contents/ui/main.qml

https://commits.kde.org/plasma-workspace/a7d56be57a1c1258608d8eb363191d69f40c12e3

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

[plasmashell] [Bug 365630] Plasma applet icons shifting based on recent activity

2016-08-26 Thread Petr Bartos via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365630

--- Comment #2 from Petr Bartos  ---
(In reply to Marco Martin from comment #1)
> plasmoid always goes first in the tray?
> it's supposed to put as first the icons that appear, or go from not visible
> to visible,
> but they shouldn't move their position without getting hidden beforehand

Sorry for late reply. The order of plasmoids after startup is "random"
depending on time they are started (the last started is listed as first - thats
always has been like this). But once action on plasmoids I've mentioned is
triggered (now I've found it happens also with bluedevil plasmoid when
switching bt on/of), they are moved so that they are first in tray.

However in plasma 5.7.3 the situation has changed a bit. Now they are not moved
always, but usualy only on first action, after that their position is fixed for
some time (few minutes), then they are moving again.

So It might be somehow connected with some visibility flag which ignores that
all plasmoids are set to be visible. When action is triggered, "hidden"
plasmoid is set to be shown (so it moves to be first). It is displayed for some
time (timeout in which position is not changed on action), and then if there is
no activity is set to be hidden again (which "unlocks" movement after next
triggered action)

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


[plasmashell] [Bug 365630] Plasma applet icons shifting based on recent activity

2016-07-13 Thread Petr Bartos via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365630

Petr Bartos  changed:

   What|Removed |Added

Version|5.7.0   |5.7.1

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