1. Correctly handle when user removes all lines
2. Correctly handle when user OKs Edit Env dialog and then reopens
same dialog before closing Edit Profile dialog.
Thanks to ahmadsamir for patch.
Differential Revision: https://phabricator.kde.org/D8921
Qt5.9+ changed the way tab widths are handled. Add option to allow
tab width to expanding to full window or as width of tab text.
GUI:
BUG: 380879
FIXED-IN: 17.12
Summary:
Would be ideal to process them too, but they seem kind of corner
case and ignoring them fixes vim having $q q written on the first
line on startup
BUGS: 383976
Test Plan:
Ran vim, looks good
Should this go to 17.08 or master?
Reviewers: hindenburg
Reviewed By: hindenburg
Subscribers: #konsole
Tags: #konsole
Differential Revision: https://phabricator.kde.org/D7644
When one tries to drag a tab there is a lot of lag at the start of the
drag gesture. As a result the tab is likely to be trailing the mouse
pointer by inches so that figuring out where the tab will end up is
quite confusing.
BUG: 371939
Differential Revision: https://phabricator.kde.org/D7451
Summary:
BUG: 383603
Add the new KDE standard tab switching shortcuts that were introduced in https://phabricator.kde.org/R237:d85a57645f94d2d087711d7c608a0c5a46ed7ede.
Test Plan: Built and tested with current git master in up-to-date KDE Neon. Expected behavior is seen (default shortcuts have become shift+left/right and cmd+pgup/pgdn).
Reviewers: #kde_applications, #konsole, hindenburg, aacid, ltoscano, pino, dfaure
Reviewed By: dfaure
Subscribers: dfaure, davidedmundson, aacid, #konsole
Tags: #konsole
Differential Revision: https://phabricator.kde.org/D7354
For the 'Use user specific location', any application using KonsolePart
will have the app name instead of konsole.
Example for yakuake: ~/.cache/yakuake
Apps using KonsolePart will now use Konsole's setting for the
scrollback file location. There is also a check in the apprc for this
info.
Note that for the 2nd option "Use user specific location", the app
name will be used (e.g. /home/user/.cache/yakuake).
BUG: 369496
DBus slot that returns the unique ids of the sessions in the
current view. The returned list is not sorted.
Differential Revision: https://phabricator.kde.org/D7067