384 Commits (ad4e77d50cea8beb66321998e2942e5ebae504da)

Author SHA1 Message Date
Kurt Hindenburg 42e7686769 Allow user to enter commands as bookmarks. 15 years ago
Kurt Hindenburg 8641ba4268 Move the 3 Search Bar options into their own popup menu. 15 years ago
Kurt Hindenburg acd507e1a5 Set correct focus in the "rename tab" dialog. 15 years ago
Kurt Hindenburg 82778e87bc After a 'clear & reset' make sure the prompt reappears. 15 years ago
Kurt Hindenburg 28f641c7c4 Correct Enlarge Font shortcut such that it actually works. 15 years ago
David Faure b3a5417f6b Remove the crash-workaround which prevents the RMB from appearing. 16 years ago
Kurt Hindenburg 7b31217f5f Temporary fix for crash that happens in Konsole Part when user has opened 16 years ago
Kurt Hindenburg 88d2bec7ea SVN commit 1143688 by knight missed removing the SHIFT part of the shortcut for the Shrink Font. 16 years ago
Kurt Hindenburg fa3790fc7f Add some 18nc context 16 years ago
Kurt Hindenburg 6fd83c5feb Change the Rename Dialog to mimic the Edit Profile->Tabs->Tab Titles section. 16 years ago
Robert Knight 1c38b8b129 Fix shortcuts for split view left/right, top/bottom and zoom in. Qt::CTRL + Qt::SHIFT + where already requires shift is not handled, so leave out the Qt::SHIFT. 16 years ago
Kurt Hindenburg ee7b0500c2 Remove the shortcut to send all output to current windows. This might catch people off guard if they accidently hit it. People who want it can just re-assign it back. 16 years ago
Sascha Peilicke 5d61b69e3e Re-added 'Clear Scrollback and Reset'. 16 years ago
Sascha Peilicke 45d27ec764 Second chunk of menubar changes, see http://reviewboard.kde.org/r/3875/ for details. 16 years ago
Sascha Peilicke 82ddddcc76 Menubar and actions revamp, see http://reviewboard.kde.org/r/3110/ for details. 16 years ago
Kurt Hindenburg 444ae532ee Allow floating point font sizes. 16 years ago
Sascha Peilicke 13bda38a9f Replaced '&&' with the less geeky word 'and' in the clear-reset and clear-scrollback-reset actions. 16 years ago
Kurt Hindenburg 1c80db0bec Prevent crash if no "Copy To" is active and user selects "Copy To None" 16 years ago
Will Stephenson 158564674c Don't crash when saving session data; don't use a reference to a freed 16 years ago
Kurt Hindenburg 892b645191 remove duplicate include 16 years ago
Kurt Hindenburg 13bc81e1d9 Fix the warning message 'Attempt to use QAction "change-profile" with KXMLGUIFactory!' 16 years ago
Kurt Hindenburg a971cbfb68 comment out some old kDebug lines 16 years ago
Andreas Pakulat fa4f0b85c7 Use qApp instead of kApp so loading the KPart doesn't crash in Qt apps. This 16 years ago
Anne-Marie Mahfouf 1e455eaf5f close the <p> tags 16 years ago
Kurt Hindenburg c227b186c4 Fix issue where 'Copy Input To' doesn't work for multiple windows. 16 years ago
Kurt Hindenburg a18421ec9d Change the dialog to clarify about invalid's bookmarks. 17 years ago
Kurt Hindenburg 6b7789e067 Alert user if a bookmark's Url is not supported/understood. 17 years ago
Kurt Hindenburg f7ee91d6de Change uppercase TRUE/FALSE to lowercase 17 years ago
Kurt Hindenburg 9f3e26e76f Update 'Copy Input To->' menu items. 17 years ago
Kurt Hindenburg 400304077d Temporary fix for crashing during Search when there is a match on top line. 17 years ago
Kurt Hindenburg a8c7c1de89 Fix an issue with my 1017187 commit and fix 1 krazy2 issue 17 years ago
Kurt Hindenburg f9e2b3444d Correct KPart issue where the wrong context menu was used and invalid menus were created. 17 years ago
Kurt Hindenburg cfa42fd56f Change icon to better visualize master mode for 'Copy Input To..'. 17 years ago
Kurt Hindenburg 2af04206c9 Allow Konsole's zmodem file transfers to work. 17 years ago
Kurt Hindenburg 0f88d10adc Remove 'Clear Display' and 'Clear Scrollback' menu items. Without the 17 years ago
Kurt Hindenburg 1bade23142 Change menu item to 'Open File Manager' to avoid confusion. 17 years ago
Robert Knight 5c55fd0154 Greatly reduce memory usage required by Konsole's scrollback buffer and improve releasing of scrollback memory to OS when no longer needed. 17 years ago
Kurt Hindenburg 4c416c9c1a Allow telnet:// to work for bookmarks. 17 years ago
Rahman Duran 9ec6d94a7b Implemented new TerminalInterfaceV2 functions. 17 years ago
Robert Knight dd9df43b44 Remove emacs mode information from the bottom of some source files. 17 years ago
Kurt Hindenburg 09a4dcdf5f Allow ssh port to work in bookmarks. 17 years ago
Kurt Hindenburg ef7c91b1d2 Add checkbox to allow Scrollback->Scrollback Options dialog to save to current profile. 17 years ago
Robert Knight e8f42b62d0 Prompt before over-writing existing files in Scrollback -> Save Output dialog. 17 years ago
Robert Knight ef3e43e11d Initial implementation of session management in Konsole. 18 years ago
Robert Knight 56a5315c73 Show close confirmation dialog when closing a session with Ctrl+Shift+W if the active program 18 years ago
Robert Knight 7a63547cdf Tidy up SessionController::showDisplayContextMenu(). Remove unused parameters and unnecessary pointer checks. 18 years ago
Robert Knight 956277c014 Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
Kurt Hindenburg 877abc9ec6 Change getenv to qgetenv for portable (ebn krazy) 18 years ago
Robert Knight 39a84903df Fix tab-specific actions (eg. Copy, Paste) not appearing in Configure Shortcuts dialog. 18 years ago
Robert Knight 34a9e7ec42 * Add option to show new tab button with delayed popup menu on tab bar. 18 years ago