22 Commits (bfa4d8a07561e04ab3af9ca94ecfe528ecfcdd4c)

Author SHA1 Message Date
Sascha Peilicke 4638e9b6d5 Small whitespace and indentation fixes to sessionui.rc. 16 years ago
Kurt Hindenburg 9f3e26e76f Update 'Copy Input To->' menu items. 17 years ago
Kurt Hindenburg 2af04206c9 Allow Konsole's zmodem file transfers to work. 17 years ago
Albert Astals Cid 9a92fa8c18 Add & to all text messages so translators can work better 18 years ago
Robert Knight 3ddffbd214 Re-implement 'Send Input to All' (now Edit -> Copy Input To...) 18 years ago
Robert Knight 5ad3b1d452 Add character encoding selection to session context menu 18 years ago
Robert Knight c7bf0598ff Add version attribute to XmlGui resources. 19 years ago
Adam Treat 7dcf89b61e * Enable new tab action in konsolepart :) 19 years ago
Constantin Berzan 5b50d8c481 Add 'Open Browser Here' menu item. 19 years ago
Robert Knight 13c7c0dfb9 Corrections to the menu layout. Still not quite right. 19 years ago
Robert Knight 0ef9ea5f41 Added 'Change Profile' menu to change the profile used by a running session. 19 years ago
Robert Knight 829479f911 Add sub-menu to change character encoding using KCodecAction. Currently in the View menu next to the menu items to change the text size, although I am not sure if that is the most appropriate place for it. 19 years ago
Robert Knight 1a0b94d822 Changed the naming scheme used in Konsole. Several survey respondants said that they didn't understand what a 'Session' was or how it was different from a 'Profile'. Under the new scheme, a 'Profile' is a saved set of terminal options which can be used to create a new tab, or which can be applied to an existing tab. Internally, a 'Session' is a running terminal process and emulation created from a particular profile. 19 years ago
Robert Knight abaa7ef54d Use union for clarity in Character class. Added menu item for Send Input to All. 19 years ago
Robert Knight 1c47b61913 Focus newly opened views. Enable/disable 'Close Active/Other Views' menu items as appropriate. Rename 'Edit Current Session...' to 'Terminal Options...' 19 years ago
Robert Knight 6c5d38e7be Add menu items and shortcuts to increase and decrease font size. I have tried to keep as close as possible to the recommended Zoom In/Out shortcuts given that Ctrl+[Key] shortcuts cannot be used because they are reserved for terminal application use. Ctrl++ zooms in, Ctrl+Shift+- zooms out. 19 years ago
Robert Knight 95f053e393 * Use kdelibs facilities to check for compositing support 19 years ago
Robert Knight b958ac82cc Add plumbing for terminal display context menus. Add menu item to hide menu bar. Remove unused code. 19 years ago
Robert Knight f4bb22ce43 Update display after clearing the screen. Disable debug menu for now. 19 years ago
Robert Knight 96aa3f454f Add menu item to clear the history and the current display in one step. 19 years ago
Robert Knight d3d909f1c8 Add ProcessInfo class to read information about the process running in the shell, and a Linux procfs implementation. There is some code duplication here with ksysguard, might be worth discussion with johnflux about that. 19 years ago
Robert Knight 576d1c3971 * Moved session action layout into a separate XML file. I'm still a bit new to this 19 years ago