Previously, after typing in 'reset' or using 'Clear Scrollback & Reset',
the current codec is lost.
With this patch, typing in 'reset' will cause the codec to stay what
it was before the reset. Using the 'Clear Scrollback & Reset' will
cause the codec to be set to the Profile setting.
This may get backported to 4.6.x
BUG: 123866
BUG: 273959
FIXED-IN: 4.7
REVIEW: 101565
Currently, when using 'Open File Manager' on a remote session,
unexpected results will occur. For example, for ssh, it will try to
open another Konsole to ssh into the remote server.
Other options to consider in the future, disabling the menu and
transforming URL into what the user might expect.
BUG: 275287
After this hostname.local.profile will work with --profile and
--list-profiles. Also, the profile path file is checked if it is a
directory.
BUG: 250399
FIXED-IN: 4.6.3
This toggles between the current calculations of the tab width and just
using the full title for the tab width.
This is a dbus method which will have to do unless I can get a GUI
in before the freeze.
Add a configuration item that allows disabling of the underlined links
on mouse hover. The option is profile specific and defaults to the previous
behaviour where links are underlined on hover.
Patch by Amand Tihon <amand.tihon@alrj.com>
BUG: 174261
FIXED-IN: 4.7
CCMAIL: amand.tihon@alrj.com
After this patch, the following in the .keytab will work:
key Up+Shift+AppScreen : "appup"
key Down+Shift+AppScreen : "appdown"
key PgUp+Shift+AppScreen : "apppgup"
key PgDown+Shift+AppScreen : "apppgdown"
Patch by Tomáš Čech tcech@suse.cz
FEATURE: 267100
FIXED-IN: 4.7
These 2 options were disabled due to they messed up the menu texts
after the fix for bko 185466.
The close method via dbus has been disabled as it causes menu issues.
Most of patch to fix 'Close Tab' by Albert Astals Cid aacid@kde.org
BUG: 267896
CCBUG: 185466
FIXED-IN: 4.6.3
As pinotree on IRC kindly pointed out, searching for 'File' won't work
in non-English menus. Now we grab the first action in the menu which
should always be in for the File menu in Konsole.
CCBUG: 170878
Previously, bookmarks where converted to KUrls and then only protocols
Konsole knew about internally were processed. Now if a bookmark has no
KUrl protocol, Konsole just sends the bookmark to the shell.
This will solve issues such as 'ssh user@server -p port tail -f file'
as well as allowing any command to be a bookmark.
BUG: 88867
BUG: 203263
BUG: 253894
BUG: 185962
BUG: 213644
FIXED-IN: 4.6.2
Currently, Konsole only updates the tab folder ~2 seconds. After this
patch, when a new tab is requested the working directory is updated.
Patch by Christoph Feck.
BUG: 227156
FIXED-IN: 4.7
Apparently at one time when the search looped around a continue label
was displayed. The code hasn't been used lately (if ever) and I don't
see a reason for the label.
Opening the search bar causes the terminal width to be increased due
to the length of the three Search Bar options text.
Ideally, this should be redone using .ui file (consider looking at the
KHTMLFindBar code in kdelibs). The Search Bar in general needs some
rework.
BUG: 211550
FIXED-IN: 4.7
Currently, the OK button has the focus upon startup. After patch, the
user doesn't need to remember if they need to adjust the remote or
local title.
Patch by Sebastian Kühn
http://git.reviewboard.kde.org/r/100642/