This fixes multiple monitor issues - dnd window will be moved to where
user dropped the window.
BUG: 324760
FIXED-IN: 2.13
(cherry picked from commit e6dcc8d6b8)
Select entire line from a shortcut.
Patch by Christian Couder chriscool@tuxfamily.org
BUG: 327395
FIXED-IN: 2.13
(cherry picked from commit 7cf548bea8)
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
(cherry picked from commit ce55487204)
Use a helper method selectLine() which is most of the
mouseTripleClickEvent(). Also, in preparation for upcoming patch to
allow selectLine per shortcut.
CCBUG: 327395
(cherry picked from commit c5beb59032)
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
(cherry picked from commit 2b31d26151)
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
(cherry picked from commit 09ca63dbb6)
Flag types need to be declared as metatype in order to use them
as a data type in the test. Thus it's not needed to cast to another
type.
REVIEW: 115615
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
(cherry picked from commit db8877db55)
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
(cherry picked from commit da9331e0e9)
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
(cherry picked from commit 427de88cc1)
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
(cherry picked from commit 4ef99992da)
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#
(cherry picked from commit cfbfb0fd8c)
Conflicts:
src/Application.cpp
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
(cherry picked from commit db6d9de83e)
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
(cherry picked from commit 0b69bdcd40)
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
(cherry picked from commit 8082bcd2ef)