45 Commits (eef7bc702ed91297140d281daeb390be3afe27de)

Author SHA1 Message Date
Kurt Hindenburg eef7bc702e Dragonfly patch to build - patch by Alex Hornung 16 years ago
Kurt Hindenburg 6b2440e2c2 comment out kDebugs - change some to kWarnings 16 years ago
Kurt Hindenburg cf2522f6e9 quite unused variables 16 years ago
Kurt Hindenburg 3138e80fd6 minor krazy fixes 16 years ago
Kurt Hindenburg 00acf5ca59 Change quotes to brackets for config-konsole.h includes 16 years ago
Benjamin Reed 459a5cda2f merge 1099510 from 4.4: test for sys/proc_info.h and sys/proc.h 16 years ago
Kurt Hindenburg 762b0eeaaa This time use the correct portable struct for stat 16 years ago
Kurt Hindenburg 799c55e83c use portable struct for stat 16 years ago
Kurt Hindenburg 31aea137a8 Fix some build warning and a krazy issue. 17 years ago
Kurt Hindenburg e6f2f19a70 Use getpwuid_r instead of getpwuid in the Linux portion. 17 years ago
Kurt Hindenburg fd19e735aa Change how /proc/%pid/status is read on Linux and add more error checking in hopes of avoiding crashes. 17 years ago
Raphael Kubo da Costa f2d94b2b51 Save one pointer in FreeBSD::readCurrentDir(). 17 years ago
Raphael Kubo da Costa 384792f0ea Implement readArguments() for FreeBSDProcessInfo. 17 years ago
Raphael Kubo da Costa f0cf4e52b5 Return false for methods not implemented in Solaris. 17 years ago
Raphael Kubo da Costa 750dc4fa90 Add support for retrieving process information for FreeBSD. 17 years ago
Kurt Hindenburg a8c7c1de89 Fix an issue with my 1017187 commit and fix 1 krazy2 issue 17 years ago
Kurt Hindenburg 163df68298 Fix some code issues that krazy2 found when running on MacOS. 17 years ago
Pino Toscano 4cbb309c9b compile the MacProcessInfo class only on macosx, as it uses macosx-specific api 17 years ago
Kurt Hindenburg 5cc136ee5d Add structure for Mac process info for tab info - curretnly only program name works. 17 years ago
Kurt Hindenburg 3c15889a28 Revert Mac process info patch - doesn't compile on my Linux box. 17 years ago
Kurt Hindenburg 4d9be5c330 Add MacProcessInfo to handle the info in the tabs. Currently only program %n works. 17 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 dd9df43b44 Remove emacs mode information from the bottom of some source files. 17 years ago
Robert Knight ef3e43e11d Initial implementation of session management in Konsole. 18 years ago
Steve Evans ddc020b094 Move the include of <procfs.h> so that it is always included 18 years ago
Robert Knight e7c489818b * Working dynamic tab titles under Solaris. Patch by Adriaan de Groot. 18 years ago
Albert Astals Cid 1222b0e15b avoid unnecessary copies by using const & in foreach 18 years ago
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 46cfc108d3 * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
Arto Hytönen d0e0ca3c4f this should clean-up kdebase of all of overkills of krazy:exclude of QString::null lines. 19 years ago
Arto Hytönen 7021299cfb further elimination/cancellation of QString::null. 19 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 18de140c5d Add a few more common dir names to abbreviate in tab titles. 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 a712ccb7b4 Fix IP addresses being truncated in tab titles when using 'short host' format. 19 years ago
Robert Knight 53d5b76910 Allow tab titles to include the window title set by the shell. Fix arithmetic exception when trying to shrink/expand the current view if it is the only view open. 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
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 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