This removes the profile setting to 'Save window size upon exit'. Now
it is in the Konsole settings; each profile can now set desired column
and row size.
Konsole Settings->Configure Konsole->General->Use current window size
on next startup:
Enabled - ignores all profile size settings - uses previous window size
Disabled - profile size settings are used - set via Edit Current
Profile 1st tab
Only new windows will use "new" col/row/size settings.
BUG: 152385
REVIEW: 115628
FIXED-IN: 2.13
This will allow selectLine() to be called outside of using the Enum::
SelectWholeLine and SelectForwardsFromCursor. If more Enums are added
this code will need adjusted.
CCBUG: 327395
Use a helper method selectLine() which is most of the
mouseTripleClickEvent(). Also, in preparation for upcoming patch to
allow selectLine per shortcut.
CCBUG: 327395
Use a new process if --separate is used on command line. Similiar to
--detach (from kuniqueapplication).
Patch by Jekyll Wu <adaptee@gmail.com>
BUG: 309249
REVIEW: 107127
FIXED-IN: 2.13
Previously when using an image as the background, the opacity was
ignored. This patch corrects that.
Many thanks for patch to Wolfgang Brehm wolfgang brehm gmail com
BUG: 312843
FIXED-IN: 2.13
With flow control enabled, the first line of terminal is hidden with
the message about flow control. This messsage will be dismissed after
10 seconds.
FIXED-IN: 2.13
BUG: 327281
REVIEW: 115607
Currently, the default stylesheet for the tab bar just sets the min
and max width. Now the user can load a .css file. It is up to the
user to generate the css file to their liking. Handbook documentation
and examples will follow.
This can be used to set minimum width of the tabs, distinguish active
tab, etc...
BUG: 330252
BUG: 330558
BUG: 330556
FEATURE:
REVIEW: 115554
FIXED-IN: 2.13
Previous code just deleted the end characters; new code puts in spaces
with current attributes at the end of the line.
Thanks to Igor Kostromin elwood.su@gmail.com for bug, research + patch
See bko for test code + more info
BUG: 330214
FIXED-IN: 2.13
Thanks to Ivo Anjo knuckles@gmail.com
The translations are not included - we'll let them get translated the
normal KDE way.
Please verify this works as I don't have a way of testing.
REVIEW: 115400
FEATURE: 330580
For now restore this option that was removed for 2.11. This option
is somewhat a hack and abnormal feature. However, it seems a number
of people use it and I can see how it would be useful. So instead of
spending a lot of time right now trying to correct the issues, just
restore the previous code.
Ideally for KDE 5, this portion of the code can be better handled.
35bb9cf9e7
BUG: 320783
FIXED-IN: 2.13#
This may be overkill but for now add option to remove app name from
title. The option is in the app-wide General Configure settings and
doesn't add unreasonable space to the dialog.
REVIEW: 115354
FEATURE: 307355
FIXED-IN: 2.13
Double-clicking on text will highlight text not on the visible screen.
This is the 2nd part of this patch. The first part for triple clicking
highlighting the entire line is already in 2.12.
Thanks to Yichao Yu yyc1992@gmail.com for this big patch.
REVIEW: 111441
BUG: 319260
FIXED-IN: 2.13
Allow xterm's bracketed paste mode to work
When enabled by '\e[?2004h', pasted data is surrounded by \e[200~ and
\e[201~. This is mainly for text editors to temporarily switch off
autoindent and line wrapping.
http://invisible-island.net/xterm/ctlseqs/ctlseqs.html
This page have a .vimrc that will trigger this
https://bugzilla.gnome.org/show_bug.cgi?id=605299
Thanks to Egmont Koblinger for patch
BUG: 324946
FEATURE: 4.13