Konsole 1.5 / KDE 3.4
- There are two major internal changes:
- The hiding of the tabbar is now done via ktabwidget → setTabBarHidden(). This greatly simplifies hiding and unhiding of the tabbar. This also closes a number of bugs related to the tabbar. This has the side effect of adding extra pixels around the terminal border.
- The detaching of sessions now uses a Konsole window instead of a konsole_child. This removes duplicate code and simplifies the code. Also, re-attaching a detached session is no longer possible.
- The Help file and Tip file have been completely updated.
- Option to preserve the scrollback buffer after a screen clear (#55343)
- Line drawing characters do not join vertically (#61637)
- Add shortcuts for all sessions (#66737)
- Resize tab size when the number of tabs does not with on the toolbar (#77528)
- Starting with
--profile
and --notabbar
crashes (#81522)
- Option
--notabbar
interferes with --schema=<transparent schema>
(#83162)
- Add support for IUTF8 (#83236)
- Copy / paste removes whitespace if it is the last character of wrapping line (#90201)
- Incorrect terminal size before first visited when using
--profile=
(#90309)
- Workdir option sets starting directory only for the very first session in konsole (#94864)
- Changing history lines count to 1 causes a crash while scrolling up (#95900)
- Scrolling slow after showing some japanese characters (#98410)
- Don’t crash when selecting full line with Ctrl+Alt (#100308)