2667 Commits (c0f7c7274efe77bb40eb874c390e46569483bfa6)
 

Author SHA1 Message Date
Script Kiddy c0f7c7274e SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy f2822d383a SVN_SILENT made messages (.desktop file) 19 years ago
Arto Hytönen d98ac69310 a lot of i18n tags and other small krazy issues fixed, nothing major 19 years ago
Thiago Macieira 718b131f00 Remove use of k_funcinfo 19 years ago
Script Kiddy 7ea4c5fed1 SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy e13b78c62e SVN_SILENT made messages (.desktop file) 19 years ago
Arto Hytönen d0e0ca3c4f this should clean-up kdebase of all of overkills of krazy:exclude of QString::null lines. 19 years ago
Robert Knight f39a272a66 Attempt to fix sporadic crash on exit when process snapshot timer fires after the session has been deleted. 19 years ago
Arto Hytönen 7021299cfb further elimination/cancellation of QString::null. 19 years ago
Robert Knight ec72a6d51d Add --new-tab command line option which starts new instance in a new tab rather than creating a new window. 19 years ago
Robert Knight 978403797e Use KMainWindow's provided facilities to save and restore window size instead of trying to record the line/column size of the last closed session which produces the wrong results for various reasons. 19 years ago
Robert Knight 95d479b601 Support for -e command line argument to specify a custom command to run when starting Konsole. Also added a -p command line argument which can be used to change almost any other option for that Konsole instance using the same syntax as the konsoleprofile tool. Update TODO. 19 years ago
Robert Knight 348c46f863 Update with bugs fixed and new ones found. 19 years ago
Robert Knight 80a5e77ec5 Disconnect search bar from previous controller when switching tabs. Fixes search bar not remembering its visibility for each tab properly. 19 years ago
Robert Knight d2daa328de searchHistory() method was removed. 19 years ago
Robert Knight 76943a4b26 Use correct 'terminal is using the mouse' status in newly added views. 19 years ago
Script Kiddy 012b92b229 SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy d05b469705 SVN_SILENT made messages (.desktop file) 19 years ago
Daniel Teske 981d865c87 Port to new API. 19 years ago
Script Kiddy 14e5e0256e SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy 8217d72c81 SVN_SILENT made messages (.desktop file) 19 years ago
Robert Knight 757101c615 If reading the current working directory of a process fails (eg. when running a 'sudo' command) when preparing a tab title then fall back to the parent process's current working directory. Add basic error reporting to ProcessInfo. 19 years ago
Script Kiddy c5a2436977 SVN_SILENT made messages (.desktop file) 19 years ago
Robert Knight 7380d673e8 Ensure sessions are finished before attempting to delete them. 19 years ago
Robert Knight 554d6bb83a Add a simple one-check box option to the color scheme editor to vary the background color randomly for each tab. The results are not great yet because the algorithm which randomizes the colors needs work. 19 years ago
Robert Knight d3681ca746 Support environment variables in profile command or initial working directory. 19 years ago
Script Kiddy 90ff241ecc SVN_SILENT made messages (.desktop file) 19 years ago
Robert Knight c57ab738ad Fix crash when clearing file-based ('unlimited') history. Null pointer was not handled correctly. 19 years ago
Robert Knight 7609bebd7d Start of saving window size when Konsole and restoring it on the next startup. Not working properly yet for windows above a certain size. 19 years ago
Robert Knight a83983e598 Fix jumping to end of output if new output appears while keyboard scrolling keys are being used. BUG:148505 19 years ago
Robert Knight 18de140c5d Add a few more common dir names to abbreviate in tab titles. 19 years ago
Robert Knight 86b894772b Attempt #2 to fix assert failure when deleting chars. 19 years ago
Robert Knight 503fdd023e Fix several memory leaks and uninitialized variables found with valgrind. 19 years ago
Pino Toscano ff29241c59 fixuifiles 19 years ago
Laurent Montel 53fc966203 Adapt to new KWarning/kFatal/kDebug api 19 years ago
Script Kiddy 453272376d SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy 22149d64f1 SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy 39f855141a SVN_SILENT made messages (.desktop file) 19 years ago
Robert Knight f59c27ab9c Fix insertion of characters. Newly inserted characters should be spaces rather than null characters, drop any characters which go beyond the width of the screen (in columns). 19 years ago
Robert Knight c077d82562 Update TODO 19 years ago
Robert Knight ead3d1f5b8 Remove old code from SVN. 19 years ago
Robert Knight b73c3c5cd9 Correct method of making shortcuts work with hidden menu bar, now possible with kdelibs changes. 19 years ago
Robert Knight 10c88b4f38 Attempted fix for crash when deleting characters from a line on the screen. 19 years ago
Robert Knight bf308e3216 Fix color of cursor when using cursor shapes other than Block. 19 years ago
Alex Merry c6c12968e8 Apidocs mainpage work. Just got Plasma and Solid to do here. 19 years ago
Robert Knight 8e56b074af Hide 'Show/Hide Menu Bar' item when a MacOS-style menu bar (top-level) is used. 19 years ago
Robert Knight d30833dac7 Fix keyboard shortcuts when menu bar is hidden. Patch by Robin Stocker. Affects other KDE applications as well. See discussion on konsole-devel - http://lists.kde.org/?l=konsole-devel&m=118529209602516&w=2 19 years ago
Robert Knight c88bf4bc48 Make the directory names to abbreviate in tab titles a KConfig-based setting. 19 years ago
Alex Merry 0dc18f7a60 Start of apidocs mainpage cleanup for kdebase. 19 years ago
Robert Knight 15fc19e0a8 Disable find/next previous actions before deleting the objects which they rely on. ++ Preconditions. 19 years ago