3077 Commits (c6fa8f1d65053c955183c74b2f0cfbaf5f20ec39)
 

Author SHA1 Message Date
Script Kiddy c6fa8f1d65 SVN_SILENT made messages (.desktop file) 18 years ago
Robert Knight 793657eb4a Fix tab title colors not being updated when color scheme changes. 18 years ago
Robert Knight ea99cdde1d Change only the background color to indicate no match found during output search. Leave the text color alone. This makes the contents of the lineedit easier to read when a match is not found. 18 years ago
Robert Knight 366f9eaa36 Use a new warning box widget for the 'transparency not supported' warning labels. 18 years ago
Robert Knight 5398f4c6c7 Make transparency support opt-out rather than opt-in. Transparency can be disabled in an environment which otherwise supports it via the --notransparency flag at startup. This should save confusion over why the transparency setting has no effect by default. It was opt-in originally because of problems with NVidia hardware in particular. Recent drivers apparently alleviate the those problems to some extent. 18 years ago
Robert Knight 4f358496a9 Minor UI text change. 'BiDirectional rendering' -> 'Bi-Directional text rendering' 18 years ago
Robert Knight e455db64e4 Start a new process rather than re-using an existing one when Konsole is started 18 years ago
Diego Iastrubni f04dccea56 Final touches to the BiDirection disabling patch as requested by Robert. I am still missing a global shortcut, and when I find how to code this properly I will commit 18 years ago
Laurent Montel 300defac4a Commit patch from Alex 18 years ago
Script Kiddy acd4cf7393 SVN_SILENT made messages (.desktop file, second try) 18 years ago
Jordi Polo deb9d1e50d The inherence chain can mistakenly be cut with an empty profile. 18 years ago
Script Kiddy 8eba9a2deb SVN_SILENT made messages (.desktop file) 18 years ago
Script Kiddy 375a5c48aa SVN_SILENT made messages (.desktop file) 18 years ago
Robert Knight b0ef618588 Fix test which was producing erroneous warning about sessions still being alive on exit. 18 years ago
Robert Knight eedc4eb849 If the main window size has not been manually set by the time it is shown 18 years ago
Robert Knight f9139b741e Fix calculation of required display size given (lines,columns) in 18 years ago
Robert Knight a7a3ed68f7 Shorten text to reduce the width of the View menu. 18 years ago
Script Kiddy 770225ae3d SVN_SILENT made messages (.desktop file) 18 years ago
Dirk Mueller b8b8230806 fix assertion failure when exiting the last tab 18 years ago
Malcolm Hunter 79825dc652 Typo fixes 18 years ago
Robert Knight 25bdf5fca9 Fix terminal display jumping to bottom of screen when trying to scroll up with the scrollbar already at the top. Spotted by Matthew Woehlke. 18 years ago
Robert Knight 2c9e073c0e BUG: 149626 - Use the KDE shortcut editor widget to edit shortcuts in the Manage Profiles dialog. 18 years ago
Robert Knight e0e9693d8c Compare CharacterColor members explicitly rather than using memcpy for clarity. 18 years ago
Robert Knight a7ec88c213 Re-write CharacterColor::operator==(), CharacterColor::operator!=(). 18 years ago
Robert Knight bd154850e1 Define environment variable in new sessions which is set to the initial working directory of the profile used for the session. 18 years ago
Robert Knight 61d1e13da8 Fix consecutive non-word characters being treated as a single word. 18 years ago
Robert Knight 32cc9f2587 Updates to changelog. 18 years ago
Robert Knight 6afb55a708 Add a CHANGELOG which summarises the changes in KDE 4.1 18 years ago
Robert Knight f20f1a457e Center icons in 'Show in Menu' column in Manage Profiles dialog. 18 years ago
Robert Knight ac26bd4726 BUG: 159096 ('Find Next' does not always move to correct line) 18 years ago
Diego Iastrubni 60f0a0a59e New backport (??) from KDE3: now each profile can enable/disable BiDi rendering in the display. We need this since many console based application (vim, emacs, fribidi etc) 18 years ago
Robert Knight f73cc9c754 Add an option to the profile editor to control whether new sessions start in the same directory as the current session. 18 years ago
Script Kiddy 484a64d055 SVN_SILENT made messages (.desktop file) 18 years ago
Robert Knight 4b96a4bbd9 Add -hold command-line option as a synonym for --noclose for Xterm compatibility. 18 years ago
Script Kiddy f34c02114a SVN_SILENT made messages (.desktop file) 18 years ago
Adriaan de Groot 7153c133a3 Match const between .cpp and .h. 18 years ago
Script Kiddy 169826aed8 SVN_SILENT made messages (.desktop file) 18 years ago
Robert Knight 85bada8fa8 Print a warning rather than aborting if the session count is non-zero at exit. Will look into this more carefully later. 18 years ago
Robert Knight 7c0e81dada Safer shutdown. Ensure all sessions are closed and session state saved 18 years ago
Robert Knight 83b70ab9e3 Adapt to QStyledItemDelegate which does not have a drawDecoration() method to re-implement. 18 years ago
Robert Knight d063697599 Do not show warning on exit if the user closes the session via the 'Close Tab' action which will send SIGHUP to the terminal which will report a non-normal exit. 18 years ago
Robert Knight b667b9e075 Add support for displaying session number in tab titles using a '%#' marker or 18 years ago
Robert Knight 18a5c86abe Close tabs when clicked with middle mouse button. 18 years ago
Robert Knight 5036d8cb00 Squashed commit of the following: 18 years ago
Robert Knight ede5253a45 Do not print a warning if the shell exits with a non-zero exit code. Only print a warning if the program actually crashed. Non-zero exits happen frequently for shells whoose exit code is the exit code from the last command executed in them. 18 years ago
Script Kiddy 5bb615bd4e SVN_SILENT made messages (.desktop file) 18 years ago
Robert Knight 02a3de575f Replace one remaining usage of \E escape sequence with \033. 18 years ago
Robert Knight c0956d735f Change non-ISO escape sequence \E to \033. 18 years ago
Robert Knight 704e6004a7 Explain warnings. 18 years ago
Robert Knight 875ce3991e Display a warning message in the terminal in red if starting the session 18 years ago