Commit Graph

5156 Commits

Author SHA1 Message Date
Kurt Hindenburg
b180a6ac08 Remove old code dealing with --no-resize option
In KDE 3.5, there used to be a --no-resize option; it was never
ported/used in KDE 4.x
2014-02-16 18:03:54 -05:00
Kurt Hindenburg
4ac9696ad7 Make all the layout name's unique 2014-02-16 15:50:36 -05:00
l10n daemon script
57dad77b6a SVN_SILENT made messages (.desktop file) 2014-02-16 06:53:15 +00:00
Kurt Hindenburg
931d64df81 Allow konsole to store terminal size in the profile.
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
2014-02-15 10:49:18 -05:00
l10n daemon script
7515e0a592 SVN_SILENT made messages (.desktop file) 2014-02-15 04:20:04 +00:00
Yuri Chornoivan
4a292b18ff Add description for --separate option, arrange options as in application 2014-02-13 19:17:10 +02:00
Kurt Hindenburg
8287066eb5 Add a 'Run in Konsole' action .desktop
This adds a 'Run in Konsole' action in dolphin/konq/etc.

REVIEW: 107086
2014-02-13 09:55:19 -05:00
Kurt Hindenburg
e6dcc8d6b8 When dragging and dropping tabs, move new window to cursor positon
This fixes multiple monitor issues - dnd window will be moved to where
user dropped the window.

BUG: 324760
FIXED-IN: 2.13
2014-02-12 20:14:19 -05:00
Kurt Hindenburg
7cf548bea8 All 'select line' for use with shortcut
Select entire line from a shortcut.

Patch by Christian Couder chriscool@tuxfamily.org

BUG: 327395
FIXED-IN: 2.13
2014-02-12 14:22:35 -05:00
Kurt Hindenburg
ce55487204 Add parameter to selectLine for selecting entire line
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
2014-02-12 12:24:27 -05:00
Kurt Hindenburg
c5beb59032 Split mouseTripleClickEvent method into selectLine()
Use a helper method selectLine() which is most of the
mouseTripleClickEvent().  Also, in preparation for upcoming patch to
allow selectLine per shortcut.

CCBUG: 327395
2014-02-12 12:08:35 -05:00
Kurt Hindenburg
2b31d26151 Add --separate command line
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
2014-02-12 11:20:21 -05:00
Kurt Hindenburg
c05eda634a Add #if for MacOS to ignore opacity - it only adjusts brightness
CompositionMode doesn't work on MacOSX - since changing the opacity
just altered the brightness, #if def it.
2014-02-10 21:19:00 -05:00
Kurt Hindenburg
09ca63dbb6 Allow transparency to work when using images as backgrounds.
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
2014-02-10 20:47:47 -05:00
Yuri Chornoivan
f659497dc5 Fix typos 2014-02-10 08:14:42 +02:00
Kurt Hindenburg
db8877db55 Dismiss flow control message after a few seconds
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
2014-02-09 16:56:59 -05:00
Yuri Chornoivan
432424d7f7 Enhance formatting of the docs 2014-02-09 22:36:02 +02:00
Kurt Hindenburg
e8aad5ad93 Add some docs for using a .css file to control tab bar style 2014-02-09 13:25:22 -05:00
Kurt Hindenburg
da9331e0e9 Allow users to specify css file for tab bar style
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
2014-02-09 11:45:03 -05:00
Kurt Hindenburg
427de88cc1 Fix wrong rendering at the end of line when drawing colored whitespaces
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
2014-02-09 11:02:01 -05:00
l10n daemon script
0f4afa0cc8 SVN_SILENT made messages (.desktop file) 2014-02-09 05:41:05 +00:00
l10n daemon script
a0832575e0 SVN_SILENT made messages (.desktop file) 2014-02-07 04:41:03 +00:00
l10n daemon script
e4c8ca0872 SVN_SILENT made messages (.desktop file) 2014-02-06 04:08:13 +00:00
Kurt Hindenburg
4ef99992da Add support for Unity quicklist
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
2014-02-04 10:16:10 -05:00
Burkhard Lück
f5a53a841d bump date+releaseinfo to prevent unintended backport 2014-02-04 14:52:57 +01:00
Kurt Hindenburg
cfbfb0fd8c Restore --background-mode
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#
2014-02-04 08:35:44 -05:00
Kurt Hindenburg
db6d9de83e Add option to remove '- Konsole' from window title
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
2014-01-30 08:38:38 -05:00
Kurt Hindenburg
0b69bdcd40 Fix double click can only select text within visible region
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
2014-01-12 13:51:07 -05:00
Kurt Hindenburg
8082bcd2ef Add xterm's bracketed paste mode
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
2014-01-11 12:34:10 -05:00
André Marcelo Alvarenga
598d5d9d66 Add missing dot and remove extra spaces 2013-12-31 20:55:46 -02:00
Albert Astals Cid
c5e6ebed08 Merge remote-tracking branch 'origin/KDE/4.12'
Conflicts:
	src/main.cpp
2013-11-27 20:13:02 +01:00
Albert Astals Cid
be6bf3a1d4 Unset pointing hand cursor if set and not over a link
Acked by Martin Sandsmark

REVIEW: 114147
v4.12.0 v4.11.97
2013-11-27 20:10:27 +01:00
Patrick Spendrin
65ab0daec1 do not build UnixProcessInfo on Windows 2013-11-26 21:00:26 +01:00
Patrick Spendrin
b79701cefd do not build UnixProcessInfo on Windows 2013-11-26 21:00:10 +01:00
Patrick Spendrin
71aa21cb9b fall back to the correct programs on windows 2013-11-26 20:36:41 +01:00
Patrick Spendrin
21fd185796 fall back to the correct programs on windows 2013-11-26 20:36:10 +01:00
Patrick Spendrin
7f0a43eddf minor windows build fix 2013-11-26 19:39:59 +01:00
Patrick Spendrin
16244104b5 minor windows build fix 2013-11-26 19:38:35 +01:00
Patrick Spendrin
5f378260e4 we still need the KDE libraries, so revert the last patch in parts 2013-11-26 17:54:47 +01:00
Patrick Spendrin
e19f5568b7 we still need the KDE libraries, so revert the last patch in parts 2013-11-26 17:54:00 +01:00
Patrick Spendrin
09efc2e3b1 do not build some tests on Windows, also do not always link against konsoleprivate 2013-11-26 17:45:40 +01:00
Patrick Spendrin
89b600dbce do not build some tests on Windows, also do not always link against konsoleprivate 2013-11-26 17:44:55 +01:00
Martin T. H. Sandsmark
f13c069708 Don't add empty process items to list of currently running processes in a window v4.11.95 2013-11-21 00:35:01 +01:00
Martin T. H. Sandsmark
00e14ee248 Don't add empty process items to list of currently running processes in a window 2013-11-21 00:25:22 +01:00
Kurt Hindenburg
15c968e7c1 Update link for flow control 2013-11-16 10:18:54 -05:00
Kurt Hindenburg
88082294f7 Bump version to pre-KDE 4.13 2013-11-09 18:27:25 -05:00
Kurt Hindenburg
24438227fe Bump version to 2.12 for KDE SC 4.12 v4.11.90 2013-11-09 18:26:30 -05:00
Martin T. H. Sandsmark
e27279d28c Allow control click to open URLs
When you hold down control, show a hand cursor and allow single clicks
when over links.
v4.11.80
2013-11-02 20:02:46 +01:00
Burkhard Lück
a24804c9fd add Print Screen action 2013-10-30 21:04:17 +01:00
Kurt Hindenburg
a490a810e2 Add tests for KeyboardTranslator
See bko 326643 for a crash - I don't see how this could happen ATM.

/usr/include/qt4/QtCore/qbytearray.h:436
/usr/include/qt4/QtCore/qbytearray.h:470
at ../../src/KeyboardTranslator.h:504
2013-10-26 18:41:07 -04:00