D7181: [Task Manager] Elide context menu entries

2018-04-24 Thread Kai Uwe Broulik
This revision was not accepted when it landed; it landed in state "Needs Revision". This revision was automatically updated to reflect the committed changes. Closed by commit R119:2bf23482a1bf: [Task Manager] Elide context menu entries (authored by broulik). CHANGED PRIOR TO COMMIT

D7181: [Task Manager] Elide context menu entries

2017-10-24 Thread Eike Hein
hein added a comment. Kai, ping? REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D7181 To: broulik, #plasma, hein Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

D7181: [Task Manager] Elide context menu entries

2017-08-08 Thread Eike Hein
hein requested changes to this revision. hein added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > ContextMenu.qml:126 > +if (elided) { > +item.action.text += "..."; > +} We can't hard-code "...". Different

D7181: [Task Manager] Elide context menu entries

2017-08-07 Thread Kai Uwe Broulik
broulik created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY QMenu doesn't really support maximumWidth. The window's size would be limited but its content just cut off rather than nicely elided.