[plasmashell] [Bug 461481] Cycle through only grouped tasks when scrolling over grouped task icon

2024-04-03 Thread smow
https://bugs.kde.org/show_bug.cgi?id=461481

smow  changed:

   What|Removed |Added

 CC||smowten...@protonmail.com

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

[plasmashell] [Bug 461481] Cycle through only grouped tasks when scrolling over grouped task icon

2024-01-20 Thread evea
https://bugs.kde.org/show_bug.cgi?id=461481

--- Comment #11 from evea  ---
I have tried adding this to the current plasma 6 code, to see if the
application is running, I checked "TaskManager.AbstractTasksModel.IsActive",
which used to return "undefined" if the application was not running. Looks like
now it returns false. Do you maybe have an alternative method for me?

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

[plasmashell] [Bug 461481] Cycle through only grouped tasks when scrolling over grouped task icon

2024-01-19 Thread evea
https://bugs.kde.org/show_bug.cgi?id=461481

evea  changed:

   What|Removed |Added

 Attachment #165025|0   |1
is obsolete||

--- Comment #10 from evea  ---
Created attachment 165062
  --> https://bugs.kde.org/attachment.cgi?id=165062=edit
The finished, but code outdated plasmoid

What a waste, after setting everything up for 2 hours, I noticed that the code
on gitlab is different from the version on my arch install.

So, if this is usefully for anyone else, here is the plasmoid.
The edited files are:
.local/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/code/tools.js
.local/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ConfigBehavior.qml
.local/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/MouseHandler.qml
.local/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml

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

[plasmashell] [Bug 461481] Cycle through only grouped tasks when scrolling over grouped task icon

2024-01-19 Thread evea
https://bugs.kde.org/show_bug.cgi?id=461481

--- Comment #9 from evea  ---
I have also removed the opening applications via scroll wheel, but added an
option in the settings to enable application launches via scroll up. So now I
am at the fully suggested functionality.

I will try to create a merge request, looks like a challenge of its own.

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

[plasmashell] [Bug 461481] Cycle through only grouped tasks when scrolling over grouped task icon

2024-01-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=461481

--- Comment #8 from Nate Graham  ---
That's cool! However patches in bug reports tend to get lost or ignored. Could
you submit your proposed changed as a Merge Request at
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests? If you're
unfamiliar with this process, see
https://community.kde.org/Infrastructure/GitLab#Submitting_a_merge_request.

And make sure to put `BUG: 461481` on its own line in the git commit message
and MR description. Thanks!

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

[plasmashell] [Bug 461481] Cycle through only grouped tasks when scrolling over grouped task icon

2024-01-19 Thread evea
https://bugs.kde.org/show_bug.cgi?id=461481

--- Comment #7 from evea  ---
Created attachment 165043
  --> https://bugs.kde.org/attachment.cgi?id=165043=edit
A version close to the original

Alternatively, if the provided tools.js is too far off from the original.

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

[plasmashell] [Bug 461481] Cycle through only grouped tasks when scrolling over grouped task icon

2024-01-18 Thread evea
https://bugs.kde.org/show_bug.cgi?id=461481

--- Comment #6 from evea  ---
Created attachment 165025
  --> https://bugs.kde.org/attachment.cgi?id=165025=edit
The updated tools.js

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

[plasmashell] [Bug 461481] Cycle through only grouped tasks when scrolling over grouped task icon

2024-01-18 Thread evea
https://bugs.kde.org/show_bug.cgi?id=461481

--- Comment #5 from evea  ---
I have found the time to get to this. Scrolling up/down still opens the
application, where in my opinion only scroll up should do so, best with a
toggle in the settings.

Either way, the updated scroll behavior works and feels much better and is
consistent when working. If only one windows of an application is open, it will
only ever display that application.

No sure where to put the code, so I will add the updated tools.js file as an
attachment.

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

[plasmashell] [Bug 461481] Cycle through only grouped tasks when scrolling over grouped task icon

2023-12-06 Thread evea
https://bugs.kde.org/show_bug.cgi?id=461481

--- Comment #4 from evea  ---
(In reply to evea from comment #2)
> Saw this in a post, which is a better explanation.
> 
> L-Click - open application
> 
> Mittle mous - create new instance of application
> 
> Scroll down - loop through open windows of that application
> 
> Scroll down - If the application is not open, open a new window. If one is
> open, loop through windows in the opposite direction of scroll down.
> 
> In both scrolls, it will just show the open window if only one is present.
> Never a random other application.

* Scroll down - If the application is not open, open a new window. If one is
open, loop through windows in the opposite direction of scroll down.

Should be "Scroll up"

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

[plasmashell] [Bug 461481] Cycle through only grouped tasks when scrolling over grouped task icon

2023-12-06 Thread evea
https://bugs.kde.org/show_bug.cgi?id=461481

--- Comment #3 from evea  ---
Does really nobody else care about inconsistent behavior in the main task
manger? I have to use latte tasks as a replacement, which is causing a ton of
other problems.

I thought this would be a must for Plasma 6, as UX seems to be a priority, and
this is absolutely breaking it.

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

[plasmashell] [Bug 461481] Cycle through only grouped tasks when scrolling over grouped task icon

2023-09-29 Thread evea
https://bugs.kde.org/show_bug.cgi?id=461481

--- Comment #2 from evea  ---
Saw this in a post, which is a better explanation.

L-Click - open application

Mittle mous - create new instance of application

Scroll down - loop through open windows of that application

Scroll down - If the application is not open, open a new window. If one is
open, loop through windows in the opposite direction of scroll down.

In both scrolls, it will just show the open window if only one is present.
Never a random other application.

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

[plasmashell] [Bug 461481] Cycle through only grouped tasks when scrolling over grouped task icon

2022-12-05 Thread evea
https://bugs.kde.org/show_bug.cgi?id=461481

--- Comment #1 from evea  ---
Is there any way we can take this from latte-dock? The behavior there was
perfect. I have tried my self, but failed miserably.

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

[plasmashell] [Bug 461481] Cycle through only grouped tasks when scrolling over grouped task icon

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

Nate Graham  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 Status|REPORTED|CONFIRMED
Summary|Cycle through tasks with|Cycle through only grouped
   |scroll wheel - unintuitive  |tasks when scrolling over
   ||grouped task icon
 CC||n...@kde.org
 Ever confirmed|0   |1

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