34 Commits (f9ab2ff8ddde2cf8d01c19f03d5d9aca484f2f2a)

Author SHA1 Message Date
Patrick Spendrin 65ab0daec1 do not build UnixProcessInfo on Windows 12 years ago
Patrick Spendrin b79701cefd do not build UnixProcessInfo on Windows 12 years ago
Kurt Hindenburg 7a2a5beb00 Correct spelling errors/word usage 13 years ago
Jekyll Wu 16f198f974 Revert "Remove one not-really-needed member variable" 14 years ago
Jekyll Wu c0079755eb Remove one not-really-needed member variable 14 years ago
Kurt Hindenburg 3d06b44fc7 minor style fixes - remove empty lines start/end code blocks 14 years ago
Jekyll Wu 59c635f552 Add formatter %h which expands to local hostname in local session 14 years ago
Kurt Hindenburg d42633e54d add explicit to constructors with 1 parameter 14 years ago
Jekyll Wu 97ce14afef Remove code for tab title formatter %c and %C. 14 years ago
Kurt Hindenburg 6d31f70160 Apply astyle-kdelibs 14 years ago
Jekyll Wu 330de6c6f4 Fix some spelling problems 15 years ago
Jekyll Wu 8f1bbd4353 Remove trailing white spaces 15 years ago
Jekyll Wu cf92cece2b Remove leading white spaces in blank lines to make them really empty 15 years ago
Jekyll Wu 050454280b Remove emacs mode information from the bottom of some source files. 15 years ago
Jekyll Wu 869cdb1090 support `-p port` in ssh command for specifying non-default port. 15 years ago
Jekyll Wu 20e9274943 Fix a hidden bug which makes argument list grow longer for ever. 15 years ago
Jekyll Wu e9c94b87e1 fix minor problem of example code within api doc string. 15 years ago
Kurt Hindenburg b216cb9daf In the tab title, for %D change the user's home path with a ~ if it starts at the 16 years ago
Till Adam 530ae48f53 Fix the build on OSX and Windows by implementing all virtuals in 17 years ago
Kurt Hindenburg 89fdb61362 Allow %u (user) in tab/window title 17 years ago
Robert Knight ef3e43e11d Initial implementation of session management in Konsole. 18 years ago
Robert Knight e7c489818b * Working dynamic tab titles under Solaris. Patch by Adriaan de Groot. 18 years ago
Robert Knight 5d9997446e Update copyright year to 2008. Remove '(C)' from copyright lines. 18 years ago
Robert Knight 46cfc108d3 * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 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
Robert Knight c88bf4bc48 Make the directory names to abbreviate in tab titles a KConfig-based setting. 19 years ago
Robert Knight 37088799cf * Update the regular expression for the Url filter. Anything in the form 19 years ago
Robert Knight 65ee1b6c24 Add more common prefixes to abbreviate taken from a quick scan over my home dir. 19 years ago
Robert Knight c607f510b1 Better short directory names in tab titles. Where common dir names are encountered at the end of the path, they are abbreviated to their first letter, and the search continues until a name not found in the set of common dir names is found. eg. '/path/to/konsole/src' and '/path/to/kate/src' are now abbreviated as 'konsole/s' and 'kate/s' respectively, instead of just 'src' in both cases. 19 years ago
Robert Knight a0976835b6 Tidy up Pty class header file and API. Better method names, remove un-used methods, add API documentation etc. Fix some other API documentation mistakes. 19 years ago
Dirk Mueller 9ea3227384 include cleanup 19 years ago
Robert Knight 33c913383d EBN fixes. Mostly copyright and implementations including their own headers first. 19 years ago
Robert Knight 0ab65a6fe4 Use a more correct method to determine the foreground process in the terminal. Works properly with nested shells. 19 years ago
Stephan Binner f9ef188694 fix pedantic compilation 19 years ago
Robert Knight 19a29d182a Rename directories for clarity. konsole -> src , other -> data. 19 years ago
Robert Knight 63d3cdcd7b Live tab titles. These update dynamically to include the current working directory, process name etc. The format is currently hardcoded, will be a customisable setting soon. 19 years ago
Robert Knight 2ecc0893dd Add a class to extract information (user,host,command) about an SSH process. Correct syntax mistakes in API documentation. 19 years ago
Robert Knight c2d98d13af * Move Konsole classes into their own namespace 19 years ago
Robert Knight 7c47cfadba Fix errors in email addresses introduced by recent refactoring. 19 years ago
Robert Knight d746c96c4f * New approach to handling scrolling views on the same session 19 years ago
Robert Knight 89a6c89270 * Adapt to changes in KStandardDirs 19 years ago
Robert Knight d9b8b2b2c9 Add comments 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