[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2023-02-27 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=358930

Bharadwaj Raju  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/commit/7f
   |7f1233a4ad50d70af9cbc39ff95 |1233a4ad50d70af9cbc39ff957a
   |7a7cb1c47ed9b   |7cb1c47ed9b

--- Comment #52 from Bharadwaj Raju  ---
Git commit 7f1233a4ad50d70af9cbc39ff957a7cb1c47ed9b by Bharadwaj Raju.
Committed on 08/02/2023 at 17:55.
Pushed by bharadwaj-raju into branch 'master'.

applets/taskmanager: Triangle mouse filtering, with the component this time

Use the triangle mouse filter component from Plasma Workspace.
Related: bug 347041

M  +3-0applets/taskmanager/package/contents/ui/Task.qml
M  +81   -36   applets/taskmanager/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/commit/7f1233a4ad50d70af9cbc39ff957a7cb1c47ed9b

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2023-02-27 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=358930

Bharadwaj Raju  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/commit/7f |ma/plasma-desktop/commit/6b
   |1233a4ad50d70af9cbc39ff957a |0dd6514faad6d0803dc0d58ed93
   |7cb1c47ed9b |d995b82c237

--- Comment #53 from Bharadwaj Raju  ---
Git commit 6b0dd6514faad6d0803dc0d58ed93d995b82c237 by Bharadwaj Raju.
Committed on 08/02/2023 at 17:57.
Pushed by bharadwaj-raju into branch 'Plasma/5.27'.

applets/taskmanager: Triangle mouse filtering, with the component this time

Use the triangle mouse filter component from Plasma Workspace.
Related: bug 347041


(cherry picked from commit 7f1233a4ad50d70af9cbc39ff957a7cb1c47ed9b)

M  +3-0applets/taskmanager/package/contents/ui/Task.qml
M  +81   -36   applets/taskmanager/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/commit/6b0dd6514faad6d0803dc0d58ed93d995b82c237

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2023-02-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/
   |6b0dd6514faad6d0803dc0d58ed |7f1233a4ad50d70af9cbc39ff95
   |93d995b82c237   |7a7cb1c47ed9b

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2023-02-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.27.1  |5.27

--- Comment #51 from Nate Graham  ---
5.27 hasn't been tarred yet, so it'll be fixed in 5.27.0, in fact!

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2023-02-08 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=358930

Bharadwaj Raju  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||6b0dd6514faad6d0803dc0d58ed
   ||93d995b82c237
 Resolution|--- |FIXED
   Version Fixed In||5.27.1

--- Comment #50 from Bharadwaj Raju  ---
Fixed in master and 5.27 branch. I expect the fix will be there in the 5.27.1
release.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2023-02-07 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #49 from Bharadwaj Raju  ---
At any rate, I believe I've solved those remaining problems as well, and we
should be closer to a merged solution.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2023-02-07 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #48 from Bharadwaj Raju  ---
> Could you please explain this idea? I don't understand what "triangle mouse 
> filtering" _is_, but as a solution to a problem that could be solved with a 
> simple debounce, it sure _sounds_ like Spaceballs teleportation.

It's pretty straightforward in theory. Read
https://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown. It's
already used in practice in Kickoff's sidebar, and it works well there. The
problems are all with the practical difficulty of getting it to work in a panel
context with dynamically-sized and -positioned tooltips as the targets.

I made an MR with a debounce solution long ago — I think it's linked somewhere
here even — but it was rejected because it makes all tooltips noticeably slower
for any debounce length which effectively filters out the bad cases.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2023-02-07 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #47 from Szczepan Hołyszewski  ---
(In reply to Bharadwaj Raju from comment #35)
> Better solution, using triangle mouse filtering
> 
> https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/832

Could you please explain this idea? I don't understand what "triangle mouse
filtering" _is_, but as a solution to a problem that could be solved with a
simple debounce, it sure _sounds_ like Spaceballs teleportation.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-11-20 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #46 from Bharadwaj Raju  ---
Hi. My MR extracting the Kickoff mouse filter into a library was merged, but
I'm afraid the application of it to the task manager still has problems which I
need to sort out. See
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1231. This bug
isn't fixed yet, I'm sorry.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-11-20 Thread Johan Sjölén
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #45 from Johan Sjölén  ---
(In reply to Bharadwaj Raju from comment #43)
> (In reply to Johan Sjölén from comment #41)
> > Unfortunately Bharadwaj seems to have abandoned their fix.
> 
> I suppose if you're looking at
> https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/832, it might
> appear "abandoned" since there is only one code review comment on the whole
> thread. Most of the discussion is in the corresponding Plasma Frameworks MR
> here:
> https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/442.
> Please follow that for progress.

Hi Bharadwaj!  I saw that your more generalized PR was merged, awesome job :-).
Do you happen to know whether this ticket should be considered fixed?

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-08-31 Thread Richard Payne
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #44 from Richard Payne  ---
(In reply to Bharadwaj Raju from comment #43)
> I suppose if you're looking at
> https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/832, it might
> appear "abandoned" since there is only one code review comment on the whole
> thread. Most of the discussion is in the corresponding Plasma Frameworks MR
> here:
> https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/442.
> Please follow that for progress.

Last comment there was a month ago with no response from Davide.  I'm not a
regular with KDE MRs.  What is the expected response times from people?  Is a
month usual?

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-08-30 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #43 from Bharadwaj Raju  ---
(In reply to Johan Sjölén from comment #41)
> Unfortunately Bharadwaj seems to have abandoned their fix.

I suppose if you're looking at
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/832, it might
appear "abandoned" since there is only one code review comment on the whole
thread. Most of the discussion is in the corresponding Plasma Frameworks MR
here: https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/442.
Please follow that for progress.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-08-30 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #42 from Bharadwaj Raju  ---
(In reply to Johan Sjölén from comment #41)
> Unfortunately Bharadwaj seems to have abandoned their fix.

Hi. I have not abandoned my fix. It still works and is ready to merge. I am
just waiting for approval, since there are some concerns with whether this code
can or should be shared with the Kickoff implementation.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-08-30 Thread Johan Sjölén
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #41 from Johan Sjölén  ---
Thank you Nate, for directing my bug to this one. I saw that there has been a
suggested fix based on "triangle mouse filtering".
Such a solution seems to previously have been implemented for something else,
but the other way around. So at least the technique as named seems legitimate.
https://phabricator.kde.org/D13192 
Unfortunately Bharadwaj seems to have abandoned their fix.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-08-30 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

 CC||johan.borglin.sjolen@gmail.
   ||com

--- Comment #40 from Nate Graham  ---
*** Bug 458460 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-08-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=358930

kroot...@gmail.com changed:

   What|Removed |Added

 CC||kroot...@gmail.com

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-07-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

   Assignee|h...@kde.org|bharadwaj.raju777@protonmai
   ||l.com

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-06-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=358930

angeloborsoir...@hotmail.com changed:

   What|Removed |Added

 CC||angeloborsoir...@hotmail.co
   ||m

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-03-26 Thread Micael Jarniac
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #39 from Micael Jarniac  ---
On https://bugs.kde.org/show_bug.cgi?id=451397 I'm also reporting the issue
where, if a window is playing audio, hovering over the mute button also makes
the popup disappear.

I'm mentioning that here because that issue was closed, and I didn't want that
to get lost.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

 CC||micaeljarn...@gmail.com

--- Comment #38 from Nate Graham  ---
*** Bug 451397 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-02-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

 CC||jackhill3...@gmail.com

--- Comment #37 from Nate Graham  ---
*** Bug 449905 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-02-10 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #36 from Szczepan Hołyszewski  ---
(In reply to Bharadwaj Raju from comment #35)
> Better solution, using triangle mouse filtering
> 
> https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/832

Could you explain the idea?

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-01-28 Thread Viorel-Cătălin Răpițeanu
https://bugs.kde.org/show_bug.cgi?id=358930

Viorel-Cătălin Răpițeanu  changed:

   What|Removed |Added

 CC||rapiteanu.cata...@gmail.com

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-01-28 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #35 from Bharadwaj Raju  ---
Better solution, using triangle mouse filtering

https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/832

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2022-01-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

 CC||iodream...@gmail.com

--- Comment #34 from Nate Graham  ---
*** Bug 448399 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-10-04 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=358930

Bharadwaj Raju  changed:

   What|Removed |Added

 CC||bharadwaj.raju777@protonmai
   ||l.com

--- Comment #33 from Bharadwaj Raju  ---
(In reply to Szczepan Hołyszewski from comment #29)
> If the team is overloaded fixing less important issues, then the solution is
> simple: STOP working on less important issues, FIX THIS ONE, and THEN resume
> working on less important issues.

Remember that "the team" is just volunteers who do this in their free time.
There is no management dictating what volunteers spend their time on.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-10-04 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=358930

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

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-10-04 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=358930

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #31 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/342

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-10-04 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=358930

Bharadwaj Raju  changed:

   What|Removed |Added

 CC||nyanpas...@tuta.io

--- Comment #30 from Bharadwaj Raju  ---
*** Bug 443176 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-08-19 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #29 from Szczepan Hołyszewski  ---
These hundred-times-a-day ergonomy-wrecking annoyances should be treated with
WAY UP THE TOP priority. Like 99% issues are less important than a constantly,
relentlessly annoying, focus-destroying glitch in the first-contact UI through
which users interact with Basically Everything. If the team is overloaded
fixing less important issues, then the solution is simple: STOP working on less
important issues, FIX THIS ONE, and THEN resume working on less important
issues.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-08-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

 CC||ad...@xakeps.dk

--- Comment #28 from Nate Graham  ---
*** Bug 440105 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-06-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=358930

guimarcalsi...@gmail.com changed:

   What|Removed |Added

 CC||guimarcalsi...@gmail.com

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-05-23 Thread Henrique Sant'Anna
https://bugs.kde.org/show_bug.cgi?id=358930

Henrique Sant'Anna  changed:

   What|Removed |Added

 CC||hsanta...@gmail.com

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-02-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #27 from Nate Graham  ---
Yes, it requires quite a lot of work. In general anything not already fixed is
either challenging to do, or evidence that the dev team is currently
overloaded.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-02-19 Thread Kott
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #26 from Kott  ---
(In reply to Nate Graham from comment #24)
> Number of duplicates piling up; raising priority.

Is it so hard to fix?
I have to use latte-dock 9.11 which has the proper behavior, but it's more CPU
hungry.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

 CC||c...@palacio.io

--- Comment #25 from Nate Graham  ---
*** Bug 432705 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-02-07 Thread Jason Straight
https://bugs.kde.org/show_bug.cgi?id=358930

Jason Straight  changed:

   What|Removed |Added

 CC||j.straight-...@straights.ne
   ||t

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-02-07 Thread Salvatore Fiore
https://bugs.kde.org/show_bug.cgi?id=358930

Salvatore Fiore  changed:

   What|Removed |Added

 CC||salvatorefiore1995@outlook.
   ||it

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-02-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |HI

--- Comment #24 from Nate Graham  ---
Number of duplicates piling up; raising priority.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-02-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

 CC||daffamumtaz2...@gmail.com

--- Comment #23 from Nate Graham  ---
*** Bug 432612 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-01-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #22 from kde-b...@richardpayne.name ---
Ah, I see.  Thanks.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-01-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #21 from Nate Graham  ---
Yes they were, but they were never merged because they did not work quite right
and the original author never showed up to help revise them.

René, if you're still around, please feel free to re-submit your patches as
merge requests at invent.kde.org/

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-01-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #20 from kde-b...@richardpayne.name ---
Did I misunderstand the above comments from 2 years ago indicating that a patch
had been submitted?

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-01-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #19 from Nate Graham  ---
Once it's fixed, the fix will eventually be released, yes.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-01-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #18 from kde-b...@richardpayne.name ---
Nate, you marked my issue as a duplicate of this. This issue is 4 years old. 
Is it ever likely to be released?

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2021-01-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

 CC||kde-b...@richardpayne.name

--- Comment #17 from Nate Graham  ---
*** Bug 430700 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2020-11-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

 CC||martinsto...@gmail.com

--- Comment #16 from Nate Graham  ---
*** Bug 428731 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2020-10-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

 CC||rula...@wp.pl

--- Comment #15 from Nate Graham  ---
*** Bug 427958 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2020-10-20 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=358930

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2020-07-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

  Component|Icons-only Task Manager |Task Manager and Icons-Only
   ||Task Manager

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2018-02-06 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=358930

Eike Hein  changed:

   What|Removed |Added

 CC||k...@kott.no-ip.biz

--- Comment #14 from Eike Hein  ---
*** Bug 389987 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2018-02-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #13 from Nate Graham  ---
Linus Shoravi has helpfully submitted the patches for Réne:

https://phabricator.kde.org/D10304
https://phabricator.kde.org/D10305

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2018-02-02 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=358930

Alexander Mentyu  changed:

   What|Removed |Added

 CC||looriin...@gmail.com

--- Comment #12 from Alexander Mentyu  ---
*** Bug 388744 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2018-02-02 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=358930

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2018-02-02 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=358930

Alexander Mentyu  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #11 from Alexander Mentyu  ---
there is some delay on initial hover over app icon - same delay can be used for
hovering over another app icons on the panel - for better consistency

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2017-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358930

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #10 from Nate Graham  ---
Ping! René, we would still really appreciate your patch. Can you upload it to
http://phabricator.kde.org/? Thanks!

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2016-11-10 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #9 from Eike Hein  ---
Thanks for you work. Would you mind putting these on Phabricator or
ReviewBoard? They might get forgotten on Bugzilla (we don't really use it for
patch review).

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2016-11-09 Thread René Fürst
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #8 from René Fürst  ---
Created attachment 102152
  --> https://bugs.kde.org/attachment.cgi?id=102152=edit
Patch for plasma-desktop

The two patches fix the issue but I had to touch plasma-framework. If you agree
with all the changes then I'd be happy to find it merged. Otherwise you can at
least use it as base for fixing the issue.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2016-11-09 Thread René Fürst
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #7 from René Fürst  ---
Created attachment 102151
  --> https://bugs.kde.org/attachment.cgi?id=102151=edit
Patch for plasma-framework

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2016-02-05 Thread René Fürst via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #5 from René Fürst  ---
Created attachment 97023
  --> https://bugs.kde.org/attachment.cgi?id=97023=edit
Step 2

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2016-02-05 Thread René Fürst via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #4 from René Fürst  ---
Created attachment 97022
  --> https://bugs.kde.org/attachment.cgi?id=97022=edit
Step 1

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2016-02-05 Thread René Fürst via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358930

René Fürst  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |UNCONFIRMED

--- Comment #6 from René Fürst  ---
In step1.png I want to move my mouse along the red line. As you can see, it
crosses the blue rectangle, which contains Firefox.

In step2.png you then see the result. As the mouse passed over the Firefox icon
the tooltip has already switched and I cannot reach the window I want any more.

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

[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2016-02-04 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358930

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---
can't exactly understand what you are descriving:

do you mean when the mouse goes over a different taskbar entry it should wait a
moment before switching the tooltip to the new taskbar entry?

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


[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2016-02-04 Thread Aleix Pol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358930

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org
 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Aleix Pol  ---
Maybe it would be useful if you could provide a little video.

Thanks!

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


[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2016-02-04 Thread René Fürst via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358930

--- Comment #2 from René Fürst  ---
Exactly. That little delay would make selecting other windows much more
comfortable.

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