51 Commits (146aeb85b4e763faec00c4c67d2917ffe2e6b77a)

Author SHA1 Message Date
Kurt Hindenburg 78a0092522 Convert src to use SPDX license/copyright 5 years ago
Gustavo Carneiro 1219b72bb5 Move Process Info Classes to a new files. 6 years ago
Nicolas Fella e6f3d0a14e Replace Q_DECL_OVERRIDE with override 6 years ago
Mariusz Glebocki 79c31d359f Show valid subprocess CWD for %D tab title format 7 years ago
Patrick José Pereira 8c94b21980 Correct includes 7 years ago
Kurt Hindenburg e67661d28d uncrustify using kf5 config 9 years ago
Kurt Hindenburg eade05a4bd Do not specify Qt modules in includes 9 years ago
Kurt Hindenburg b92d563cd3 Since we ignore return value of readProcessInfo(), change to void 9 years ago
Kurt Hindenburg 35d419e734 Add Q_DECL_OVERRIDE via clang-tidy 9 years ago
Kurt Hindenburg 2ac9a08b31 fix param api documentation 9 years ago
Kurt Hindenburg a5ca903453 Correct handling %u when changing tab title via Rename Tab dialog 9 years ago
Martin T. H. Sandsmark e7770aba9f Avoid polling processes if they report what we need with OCS7 10 years ago
Martin T. H. Sandsmark 392ee33cf8 Don't re-read process information that should be static 10 years ago
Martin T. H. Sandsmark e07a62ede3 Remove unused environment reading code 10 years ago
Kurt Hindenburg 0edded4975 Only readUserName if tab title format has %u 10 years ago
Kurt Hindenburg 0fdc52b222 Use QFlags:: for Field enum 11 years ago
Kurt Hindenburg 05d2328d67 Remove some KDE4 usage in comments 11 years ago
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