[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

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

Nate Graham  changed:

   What|Removed |Added

 CC||jtam...@gmail.com

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

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

[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

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

Nate Graham  changed:

   What|Removed |Added

   Keywords||regression

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

[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

2024-05-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=485223

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||6.1

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

[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

2024-05-06 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=485223

Marco Martin  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||d1b33d1a9dc872e9a2af042152d
   ||6ab5ed2617e4e
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #14 from Marco Martin  ---
Git commit d1b33d1a9dc872e9a2af042152d6ab5ed2617e4e by Marco Martin.
Committed on 06/05/2024 at 07:50.
Pushed by mart into branch 'master'.

Use a GridLayout for taskbar layout

The current javascript layout code is very buggy and error prone,
The normal layouting mechanism of GridLayout is much more reliable
and does for faster and more readable code
Related: bug 424055

M  +2-2applets/taskmanager/package/contents/ui/ContextMenu.qml
M  +4-4applets/taskmanager/package/contents/ui/GroupDialog.qml
M  +1-17   applets/taskmanager/package/contents/ui/MouseHandler.qml
M  +109  -28   applets/taskmanager/package/contents/ui/Task.qml
M  +28   -14   applets/taskmanager/package/contents/ui/TaskList.qml
D  +0-246  applets/taskmanager/package/contents/ui/code/layout.js
A  +126  -0applets/taskmanager/package/contents/ui/code/layoutmetrics.js
M  +51   -49   applets/taskmanager/package/contents/ui/main.qml

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

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

[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

2024-04-24 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=485223

--- Comment #13 from Marco Martin  ---
Git commit 9ad41c26e0bbe57b7c19883fc5db772613a5d6ca by Marco Martin.
Committed on 24/04/2024 at 07:37.
Pushed by mart into branch 'Plasma/6.0'.

On multiline launchers are often as wide as tasks

Since on multiline launchers are often as big as tasks,
don't remove launchers count from the task count when we're on multiline
It's only a partial solution and tasks won't always be optimally wide,
but is a simple one that can be cherrypicked to 6.0

In the long term the custom layouting code should be removed and be ported to
a standard GridLayout


(cherry picked from commit 0c576c940b1db0433a7e9b3dd0248948ed5f9368)

0c576c94 On multiline launchers are often as wide as tasks

M  +9-0applets/taskmanager/package/contents/ui/code/layout.js

https://invent.kde.org/plasma/plasma-desktop/-/commit/9ad41c26e0bbe57b7c19883fc5db772613a5d6ca

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

[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

2024-04-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=485223

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

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

[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

2024-04-23 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=485223

--- Comment #11 from Marco Martin  ---
Git commit 0c576c940b1db0433a7e9b3dd0248948ed5f9368 by Marco Martin.
Committed on 23/04/2024 at 07:32.
Pushed by mart into branch 'master'.

On multiline launchers are often as wide as tasks

Since on multiline launchers are often as big as tasks,
don't remove launchers count from the task count when we're on multiline
It's only a partial solution and tasks won't always be optimally wide,
but is a simple one that can be cherrypicked to 6.0

In the long term the custom layouting code should be removed and be ported to
a standard GridLayout

M  +9-0applets/taskmanager/package/contents/ui/code/layout.js

https://invent.kde.org/plasma/plasma-desktop/-/commit/0c576c940b1db0433a7e9b3dd0248948ed5f9368

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

[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

2024-04-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485223

--- Comment #10 from bugs_kde_...@ck.waw.pl ---
It's great news :), but if I understand well, it's temporary solution? I hope
it will be works.
"In the long term the custom layouting code should be removed and be ported to
a standard GridLayout"

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

[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

2024-04-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=485223

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

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

[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

2024-04-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485223

--- Comment #8 from bugs_kde_...@ck.waw.pl ---
Ok, so I see it's bigger problem.
Is it chance to estimate when it will be fixed? Days, weeks, months?

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

[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

2024-04-16 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=485223

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #7 from Marco Martin  ---
There are 2 issues here: 

* the launchers taking the space of a full task item: at the moment it's an
architectural thing that will need a bit of a refactor to be able to be
changed.
* the taskbar overflowing its allowed space: this takes the priority for now as
is a bug also within the current architecture

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

[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

2024-04-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485223

--- Comment #6 from bugs_kde_...@ck.waw.pl ---
Created attachment 168569
  --> https://bugs.kde.org/attachment.cgi?id=168569=edit
panel with two widgets

When it will be fixed. I can't add more than one widget into panel. Look at
screenshot.

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

[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

2024-04-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=485223

Nate Graham  changed:

   What|Removed |Added

 CC||bugs_kde_...@ck.waw.pl

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

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

[plasmashell] [Bug 485223] Traditional Task Manager overflows space right of itself in multi row mode

2024-04-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=485223

Nate Graham  changed:

   What|Removed |Added

Summary|Task Manager overflows  |Traditional Task Manager
   |space right of itself in|overflows space right of
   |multi row mode  |itself in multi row mode
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #4 from Nate Graham  ---
I can trivially reproduce this anytime a Traditional Task Manager is in
multi-row mode on a horizontal panel.

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