[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2024-03-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362986

villene...@arcor.de changed:

   What|Removed |Added

 CC||villene...@arcor.de

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2022-09-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=362986

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/commit/49 |ma/plasma-desktop/commit/af
   |d3b465877f93db823c34e351951 |1d7d4f31ce67b157a749deeff9c
   |0c1450748b6 |e7ffcf01bed

--- Comment #17 from Nate Graham  ---
Git commit af1d7d4f31ce67b157a749deeff9ce7ffcf01bed by Nate Graham, on behalf
of Tomáš Hnyk.
Committed on 27/09/2022 at 16:28.
Pushed by ngraham into branch 'Plasma/5.26'.

applets/kicker: in Dashboard representation, allow two lines for application
name
FIXED-IN: 5.26


(cherry picked from commit 49d3b465877f93db823c34e3519510c1450748b6)

M  +1-1applets/kicker/package/contents/ui/DashboardRepresentation.qml
M  +1-1applets/kicker/package/contents/ui/ItemGridDelegate.qml

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

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2022-09-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=362986

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.26
  Latest Commit|https://commits.kde.org/pla |https://invent.kde.org/plas
   |sma-desktop/52cd092af199344 |ma/plasma-desktop/commit/49
   |24e0f1a6d5b3e469c149de2ef   |d3b465877f93db823c34e351951
   ||0c1450748b6
 Resolution|--- |FIXED

--- Comment #16 from Nate Graham  ---
Git commit 49d3b465877f93db823c34e3519510c1450748b6 by Nate Graham, on behalf
of Tomáš Hnyk.
Committed on 27/09/2022 at 16:27.
Pushed by ngraham into branch 'master'.

applets/kicker: in Dashboard representation, allow two lines for application
name
FIXED-IN: 5.26

M  +1-1applets/kicker/package/contents/ui/DashboardRepresentation.qml
M  +1-1applets/kicker/package/contents/ui/ItemGridDelegate.qml

https://invent.kde.org/plasma/plasma-desktop/commit/49d3b465877f93db823c34e3519510c1450748b6

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2022-09-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362986

--- Comment #15 from tomash...@gmail.com ---
I think this should fix this:
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1180

Not much idea why exactly :-).

This does not provide an option as OP requested but sets default to two lines.
That seems reasonable at least on my system, as I applications names in general
fit to two lines and there are many applications where two lines are needed.

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2022-09-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362986

--- Comment #14 from tomash...@gmail.com ---
Created attachment 152409
  --> https://bugs.kde.org/attachment.cgi?id=152409&action=edit
This is showing the fix

Do not mind the green - I changed the colour to check if my changes were being
applied. This shows two lines being displayed.

Two problems with that:
1) If there are two categoreis displayed - here "Applications" and "Command
line", the second line gets half hidden. I guess anchors would neet to be
adjusted.

2) for some applications, it still does not seem to be enough. Actually, I am
confused. When I launch the Dashboard, a default application displayed is
"Libre Office Writer (Word". When I press "l" it changes to "Libre Office
Writer" - the parenthesis dissappears). I assume "GenericName=Word Processor"
from /usr/share/applications/libreoffice-writer.desktop is displayed but since
it disappears and is not wholly displayed, I do not much see the point.

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2022-09-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362986

--- Comment #13 from tomash...@gmail.com ---
So, in this file:
https://github.com/KDE/plasma-desktop/blob/master/applets/kicker/package/contents/ui/ItemGridDelegate.qml
changing line 86 

elide: Text.ElideRight

to

elide: Text.ElideMiddle

fixes this. Reading the documentation:
https://doc.qt.io/qt-6/qml-qtquick-text.html#elide-prop I have no idea why. If
I understand it correctly, seting the elide mode to something else but
ElideRight, it enables wrapping. However, the opposite seems to be true. 

By the way, is there a more intelligent way to test this than editing 

/usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemGridDelegate.qml

and loggin out and in? I tried playing with plasmashell --replace etc. with no
effect, plasmawindowed just shows the icon of the dashboard, but it does not
expand when clicked. I guess I should install KDE Neon in to a virtual machine,
but maybe there is a smarter solution?




(In reply to Björn Feber from comment #11)
> Weird, it works with a PlasmaComponents3 label.

What do you mean by that? I tried changind the line

PlasmaComponents.Label {

to

PlasmaComponents.Label {

but then Dashboard just does not show.

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2022-01-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362986

tomash...@gmail.com changed:

   What|Removed |Added

 CC||tomash...@gmail.com

--- Comment #12 from tomash...@gmail.com ---
(In reply to Björn Feber from comment #11)
> Weird, it works with a PlasmaComponents3 label.

Well, it still does not work on 5.23.5 on X (and is rather annoying).

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2020-05-17 Thread nyanpasu64
https://bugs.kde.org/show_bug.cgi?id=362986

nyanpasu64  changed:

   What|Removed |Added

 CC||nyanpas...@tuta.io

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2019-10-04 Thread Björn Feber
https://bugs.kde.org/show_bug.cgi?id=362986

Björn Feber  changed:

   What|Removed |Added

 CC||bfe...@protonmail.com

--- Comment #11 from Björn Feber  ---
Weird, it works with a PlasmaComponents3 label.

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2019-03-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362986

tr...@yandex.com changed:

   What|Removed |Added

Version|5.14.4  |5.15.2

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2019-01-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362986

tr...@yandex.com changed:

   What|Removed |Added

Version|5.14.2  |5.14.4

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2018-11-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362986

tr...@yandex.com changed:

   What|Removed |Added

   Platform|Kubuntu Packages|unspecified
 Status|REOPENED|CONFIRMED
Version|unspecified |5.14.2

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2018-09-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=362986

--- Comment #10 from Nate Graham  ---
Hmm, I'm not sure. That was reported against 5.10, but I'm guessing you were
already using 5.11 when you first wrote the patch.

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2018-09-16 Thread Scott Harvey
https://bugs.kde.org/show_bug.cgi?id=362986

--- Comment #9 from Scott Harvey  ---
The code is (still) correct, according to the current Qt 5.11 documentation -
nothing deprecated or changed. There's no other way to achieve this outcome -
we're using all the right functions and setting the appropriate values. 

Nate - could it be related to this bug?
https://bugreports.qt.io/browse/QTBUG-66495

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2018-09-16 Thread Scott Harvey
https://bugs.kde.org/show_bug.cgi?id=362986

Scott Harvey  changed:

   What|Removed |Added

 CC||sc...@spharvey.me

--- Comment #8 from Scott Harvey  ---
I'm on git/master too and the eliding of the titles is back. But - why?

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2018-09-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=362986

Nate Graham  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

--- Comment #7 from Nate Graham  ---
Can confirm that the patch is present in 5.14 and master, but that the issue is
not actually fixed. :<

I could have sworn that I tested this out and confirmed that the patch fixed
things when I reviewed it. And Scott posted a screenshot showing multi-line
strings, too. Maybe it got broken since then by something else...

Scott, do you think you could you take a look?

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2018-09-16 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=362986

--- Comment #6 from Dr. Chapatin  ---
Created attachment 115000
  --> https://bugs.kde.org/attachment.cgi?id=115000&action=edit
plasma 5.14 beta, Arch

Is the fix included in plasma 5.14 beta?
I'm testing plasma 5.14 beta on Arch and the bug persists.
See the screenshot.

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2018-08-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=362986

Nate Graham  changed:

   What|Removed |Added

 CC||tr...@yandex.com

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

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2018-05-28 Thread Bhushan Shah
https://bugs.kde.org/show_bug.cgi?id=362986

Bhushan Shah  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/pla |https://commits.kde.org/pla
   |sma-desktop/cd7252e9fa0722c |sma-desktop/52cd092af199344
   |912f93595100d540d2842ed12   |24e0f1a6d5b3e469c149de2ef

--- Comment #4 from Bhushan Shah  ---
Git commit 52cd092af19934424e0f1a6d5b3e469c149de2ef by Bhushan Shah, on behalf
of Scott Harvey.
Committed on 28/05/2018 at 11:48.
Pushed by bshah into branch 'master'.

Add second line of text for KickerDash item descriptions

Summary:
Adds a second line of text under icon/doc icons for more clarity.
Will stop at two lines; if text continues, it will be elided.

Test Plan:
- Install Application Dashboard, identify a one-line elided item
- Apply patch and compile
- Check that item text is now two lines but does not overlap next row

Reviewers: ngraham, hein, #plasma

Reviewed By: ngraham

Subscribers: plasma-devel

Tags: #plasma

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

M  +2-1applets/kicker/package/contents/ui/ItemGridDelegate.qml

https://commits.kde.org/plasma-desktop/52cd092af19934424e0f1a6d5b3e469c149de2ef

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2018-05-25 Thread Scott Harvey
https://bugs.kde.org/show_bug.cgi?id=362986

Scott Harvey  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/pla
   ||sma-desktop/cd7252e9fa0722c
   ||912f93595100d540d2842ed12
 Resolution|--- |FIXED

--- Comment #3 from Scott Harvey  ---
Git commit cd7252e9fa0722c912f93595100d540d2842ed12 by Scott Harvey.
Committed on 26/05/2018 at 03:19.
Pushed by sharvey into branch 'master'.

Add second line of text for KickerDash item descriptions

Summary:
Adds a second line of text under icon/doc icons for more clarity.
Will stop at two lines; if text continues, it will be elided.

Test Plan:
- Install Application Dashboard, identify a one-line elided item
- Apply patch and compile
- Check that item text is now two lines but does not overlap next row

Reviewers: ngraham, hein, #plasma

Reviewed By: ngraham

Subscribers: plasma-devel

Tags: #plasma

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

M  +2-1applets/kicker/package/contents/ui/ItemGridDelegate.qml

https://commits.kde.org/plasma-desktop/cd7252e9fa0722c912f93595100d540d2842ed12

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

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

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2018-04-18 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=362986

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2018-04-18 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=362986

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

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2018-04-18 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=362986

Eike Hein  changed:

   What|Removed |Added

 CC||n...@kde.org

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

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

[kdeplasma-addons] [Bug 362986] Application Dashboard needs an option for the name to have two lines

2016-05-12 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362986

Eike Hein  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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