384 Commits (ad4e77d50cea8beb66321998e2942e5ebae504da)

Author SHA1 Message Date
Robert Knight 5d9997446e Update copyright year to 2008. Remove '(C)' from copyright lines. 18 years ago
Robert Knight 971a5315f9 Remove debugging messages. 18 years ago
Robert Knight e9fe2b1b11 Support drag-and-drop of tabs between windows and containers, with drop indicator 18 years ago
Robert Knight bd16087d1c Display an asterisk at the end of the tab title if input is being copied to other sessions. 18 years ago
Robert Knight 3ddffbd214 Re-implement 'Send Input to All' (now Edit -> Copy Input To...) 18 years ago
Robert Knight a7a3ed68f7 Shorten text to reduce the width of the View menu. 18 years ago
Robert Knight ac26bd4726 BUG: 159096 ('Find Next' does not always move to correct line) 18 years ago
Robert Knight b667b9e075 Add support for displaying session number in tab titles using a '%#' marker or 18 years ago
Robert Knight 5036d8cb00 Squashed commit of the following: 18 years ago
Robert Knight 3b552b6174 Add support for setting background and foreground colors of a session's displays 18 years ago
Robert Knight 435ee69564 Set both local and remote tab titles to the text given by the user when manually renaming tabs via Edit -> Rename Tab. This loses the ability to have different tab title formats for local and remote activities after manually renaming a tab. 18 years ago
Robert Knight 67c3559316 Remove Qt 4.4 version check and pre-4.4 code as qt-copy has now been updated to 4.4 18 years ago
Robert Knight 07042f6a39 Fix crash when selecting 'Close Tab' from session context menu. 18 years ago
Robert Knight 7ca7f02792 Avoid jumping to end of output when a modifier key (Control, Shift or Alt) is pressed on its own, as these keys are used to specify the selection mode. This makes it easier to do block selection. 18 years ago
Robert Knight cb1504de10 Minor style cleanup. if..elseif to switch. #include <kio/job.h> -> #include <KIO/Job> 18 years ago
Robert Knight a73ac95836 Update the title for a tab by taking a snapshot of the terminal process as soon as it starts. Add a signal to Session which is emitted when the process is successfully started. 18 years ago
Stephan Binner 534aa58660 i18n style guide fixes 18 years ago
Stephan Binner dfac4ca329 i18n style guide fixes, the capitalization rules are explained at 18 years ago
Robert Knight d1373c6df8 Fix bug where '%w' expansion in tab title format was not updated when the shell changed the window title until user input occurred. 18 years ago
Robert Knight eb3bf43968 Optimize updates when changing the search text or scrolling with the search bar active. Compute the area covered by hotspots before and after the filter processing and then update the union of those two regions. 18 years ago
Robert Knight 2a090c41f4 Fix bug where search result highlights in the terminal display did not move when the display was scrolled. When the search bar is active, update the filters and the view whenever it is scrolled or the output otherwise changes. This has a perceptible (but in future fixable) performance impact when scrolling with the search bar active. 18 years ago
Robert Knight 7d9e26be3f Temporary fix for missing icons when an activity or silence notification occurs. Use 'dialog-information' icon for both for the time being. Remove out-of-date TODO and add TODO to update icons later on and FIXME to change the notification text once the freeze is over. 18 years ago
Robert Knight 46cfc108d3 * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
Robert Knight 9cb9a23616 Make 'Manage Profiles' dialog and Scrollback menu available in the Konsole part. Use a separate xmlgui file for the KPart's menus. 18 years ago
Robert Knight e7a91beccb The 'Send Input to All' feature is not in good enough shape at this point to include in the release. This commit disables the code which creates the menu item for it. 18 years ago
Jakob Petsovits f41f10913a Icon naming spec compliance (code changes - KDE/): 18 years ago
Robert Knight 684b40c6dd Change default shortcut for decreasing text size to Ctrl+-. This is in line with other applications and fixed the problem of a clash with the Undo action in emacs. Discussed with dfaure back in October but not implemented until now. Remove the code which prevents Ctrl+[Printable character] shortcuts from working. 19 years ago
Robert Knight 62e01d8487 Add a shortcut to paste the selection (Ctrl+Shift+Insert) as opposed to the clipboard (Ctrl+Shift+V or Shift+Insert). 19 years ago
Robert Knight e37fe69431 * Fix problem where selection background and other text with non-standard background 19 years ago
Thomas Friedrichsmeier ac511d63f0 Create a KXMLGUIFactory for the context menu on the fly, if needed, instead of forcibly merging with the hosts GUI. 19 years ago
Robert Knight 08db4867f2 Show normal context menu actions in addition to content-specific ones (eg. 'Open Link', 'Copy Email Address') when right clicking on links. 19 years ago
Hamish Rodda 8aff5c0cf9 KActionCollection::associateWidget -> addAssociatedWidget 19 years ago
Thomas Zander c6dbccc7cb Use kdebug, not qdebug 19 years ago
Craig Drummond d844806527 Fix parentless dialogs 19 years ago
Pino Toscano 8fb491f60a icon renamings: 19 years ago
Hamish Rodda 5183376f1e Remove associateWidget that was too effective (obviously not working before, the patched version prevented the actions from being invoked) 19 years ago
Hamish Rodda ad6e197df1 Port to KActionCollection::associateWidget and other api changes 19 years ago
Pino Toscano 0a72d894d7 icon renamings: 19 years ago
Dirk Mueller 5204c7877e this assert hits here. I wasn't able to figure out why that 19 years ago
David Faure ca6522861c Merged KIO::JobFlags branch 19 years ago
Constantin Berzan 5b50d8c481 Add 'Open Browser Here' menu item. 19 years ago
Constantin Berzan 865486938b * Get rid of an unused/duplicate property in Profile. 19 years ago
Robert Knight 546bf76e48 Return the current line as the 'surrounding text' for input method queries and return the column index of the cursor as the cursor position. Fix link underlines not being erased when moving mouse around links which are adjacent to each other. 19 years ago
Robert Knight d346a2ccad Trick to try and get shell program to redraw the prompt after 'Clear Scrollback and Reset' is selected from the menu. Resize the tty window slightly larger and then back to the original size again. If anyone knows of a more correct solution, please speak up. 19 years ago
Thiago Macieira 718b131f00 Remove use of k_funcinfo 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
Robert Knight 76943a4b26 Use correct 'terminal is using the mouse' status in newly added views. 19 years ago
Robert Knight 503fdd023e Fix several memory leaks and uninitialized variables found with valgrind. 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 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