[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

2024-05-11 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=482098

Kishore Gopalakrishnan  changed:

   What|Removed |Added

 CC||kishor...@gmail.com

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

2024-05-11 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=482098

Oded Arbel  changed:

   What|Removed |Added

 CC||o...@geek.co.il

--- Comment #18 from Oded Arbel  ---
*** Bug 460907 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

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

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/
   |0252c5b91ac50fb2516ae88b59f |449be743eb6eb6decb9927442c1
   |b18ce3b0085d1   |1238fb0a05ab2
   Keywords||regression

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

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

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/
   |449be743eb6eb6decb9927442c1 |0252c5b91ac50fb2516ae88b59f
   |1238fb0a05ab2   |b18ce3b0085d1

--- Comment #17 from Nate Graham  ---
Git commit 0252c5b91ac50fb2516ae88b59fb18ce3b0085d1 by Nate Graham, on behalf
of Edo Friedman.
Committed on 09/05/2024 at 20:03.
Pushed by ngraham into branch 'Plasma/6.0'.

applets/showActivityManager: Fix and improve layout

Fixes an issue where the showActivityManager applet was too small and
caused some applets on the panel to overlap.

Also fixes two other issues found while testing the change:

1. There was an extra small spacing on the right of the applet when not
   displaying the activity name.
2. The activity name could go past the widget when placed on the desktop.

One other pre-existing problem that I couldn't solve is that when you place
a new showActivityManager widget on the desktop, the initial width isn't
big enough to contain the icon and text.
FIXED-IN: 6.0.5


(cherry picked from commit 449be743eb6eb6decb9927442c11238fb0a05ab2)

7eb25d01 Improve layout of showActivityManager applet
83473830 Merge branch plasma-desktop:master into master

M  +7-2applets/showActivityManager/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/0252c5b91ac50fb2516ae88b59fb18ce3b0085d1

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

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

Nate Graham  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
   Version Fixed In||6.0.5
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||449be743eb6eb6decb9927442c1
   ||1238fb0a05ab2
 Resolution|--- |FIXED

--- Comment #16 from Nate Graham  ---
Git commit 449be743eb6eb6decb9927442c11238fb0a05ab2 by Nate Graham, on behalf
of Edo Friedman.
Committed on 09/05/2024 at 19:57.
Pushed by ngraham into branch 'master'.

applets/showActivityManager: Fix and improve layout

Fixes an issue where the showActivityManager applet was too small and
caused some applets on the panel to overlap.

Also fixes two other issues found while testing the change:

1. There was an extra small spacing on the right of the applet when not
   displaying the activity name.
2. The activity name could go past the widget when placed on the desktop.

One other pre-existing problem that I couldn't solve is that when you place
a new showActivityManager widget on the desktop, the initial width isn't
big enough to contain the icon and text.
FIXED-IN: 6.0.5

M  +7-2applets/showActivityManager/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/449be743eb6eb6decb9927442c11238fb0a05ab2

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

2024-05-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=482098

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

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

--- Comment #14 from Nate Graham  ---
Would you be interested in submitting a merge request to fix it? Sounds like
the code there is pretty old and in need of some maintenance to fix issues that
got worse in Qt6.

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

2024-05-05 Thread friedman . edo
https://bugs.kde.org/show_bug.cgi?id=482098

friedman@gmail.com  changed:

   What|Removed |Added

 CC||friedman@gmail.com

--- Comment #13 from friedman@gmail.com  ---
I don't know if this is a bad practice or something, but removing the explicit
height and width on the icon in the showActivityManager applet seems to fix it
for me. I suspect it's due to the icon's dimensions being dependent on its
parent's dimensions, which fills the root, whose preferredWidth is dependent on
the the icon's width.

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

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

--- Comment #12 from Nate Graham  ---
Ah dang it. Thanks anyway, I appreciate you spending the effort on it.

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

2024-04-12 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=482098

Antonio Rojas  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |CONFIRMED
 Ever confirmed|0   |1

--- Comment #11 from Antonio Rojas  ---
No, these commits don't fix the issue unfortunately.

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

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

--- Comment #10 from Nate Graham  ---
>From what I can tell, 5539bc8ce3ff1d2e5f6e78be4185e0cac4615218 in QtWayland may
be enough, but if that doesn't fix it I'll see if I can track down any more
fixed that might also be needed. Thanks a lot for testing!

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

2024-04-12 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=482098

--- Comment #9 from Antonio Rojas  ---
(In reply to Nate Graham from comment #8)
> After some investigation in Bug 477317, we found that there were some sizing
> issues in Qt which have been fixed for Qt 6.7.1, and we also pushed a change
> to master. Antonio, would you be able to test whether the combination of
> these changes fixes the issue for you? Thank super be super. Thanks a lot!

Sure, can you point me to the Qt fixes I need to test?

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

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

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=477317
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #8 from Nate Graham  ---
After some investigation in Bug 477317, we found that there were some sizing
issues in Qt which have been fixed for Qt 6.7.1, and we also pushed a change to
master. Antonio, would you be able to test whether the combination of these
changes fixes the issue for you? Thank super be super. Thanks a lot!

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

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

Nate Graham  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 CC||ivan.cu...@kde.org
 Status|RESOLVED|REPORTED
  Component|general |Activity Switcher
Summary|Glitches in Plasma panel|Overlapping widgets with
   ||Activities widget on panel

--- Comment #7 from Nate Graham  ---
Ok, thanks. I haven't been able to make it happen after trying to replicate
that setup.

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