Kurt Hindenburg
eef7bc702e
Dragonfly patch to build - patch by Alex Hornung
...
BUG: 247626
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1173677
16 years ago
Kurt Hindenburg
6b2440e2c2
comment out kDebugs - change some to kWarnings
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1148447
16 years ago
Kurt Hindenburg
cf2522f6e9
quite unused variables
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1115193
16 years ago
Kurt Hindenburg
3138e80fd6
minor krazy fixes
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1108151
16 years ago
Kurt Hindenburg
00acf5ca59
Change quotes to brackets for config-konsole.h includes
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1107712
16 years ago
Benjamin Reed
459a5cda2f
merge 1099510 from 4.4: test for sys/proc_info.h and sys/proc.h
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1099511
16 years ago
Kurt Hindenburg
762b0eeaaa
This time use the correct portable struct for stat
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1079207
16 years ago
Kurt Hindenburg
799c55e83c
use portable struct for stat
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1079177
16 years ago
Kurt Hindenburg
31aea137a8
Fix some build warning and a krazy issue.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1033923
17 years ago
Kurt Hindenburg
e6f2f19a70
Use getpwuid_r instead of getpwuid in the Linux portion.
...
Possible reports: 195265, 201119, 209544
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1032293
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.
...
Possible reports: 195265, 201119, 209544
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1031794
17 years ago
Raphael Kubo da Costa
f2d94b2b51
Save one pointer in FreeBSD::readCurrentDir().
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1018644
17 years ago
Raphael Kubo da Costa
384792f0ea
Implement readArguments() for FreeBSDProcessInfo.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1018643
17 years ago
Raphael Kubo da Costa
f0cf4e52b5
Return false for methods not implemented in Solaris.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1017794
17 years ago
Raphael Kubo da Costa
750dc4fa90
Add support for retrieving process information for FreeBSD.
...
REVIEW: 1485
BUG: 205648
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1017793
17 years ago
Kurt Hindenburg
a8c7c1de89
Fix an issue with my 1017187 commit and fix 1 krazy2 issue
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1017606
17 years ago
Kurt Hindenburg
163df68298
Fix some code issues that krazy2 found when running on MacOS.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1017187
17 years ago
Pino Toscano
4cbb309c9b
compile the MacProcessInfo class only on macosx, as it uses macosx-specific api
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=995969
17 years ago
Kurt Hindenburg
5cc136ee5d
Add structure for Mac process info for tab info - curretnly only program name works.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=993346
17 years ago
Kurt Hindenburg
3c15889a28
Revert Mac process info patch - doesn't compile on my Linux box.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=992669
17 years ago
Kurt Hindenburg
4d9be5c330
Add MacProcessInfo to handle the info in the tabs. Currently only program %n works.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=992627
17 years ago
Till Adam
530ae48f53
Fix the build on OSX and Windows by implementing all virtuals in
...
NullProcessInfo.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=952828
17 years ago
Kurt Hindenburg
89fdb61362
Allow %u (user) in tab/window title
...
BUG: 154295
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=952487
17 years ago
Robert Knight
dd9df43b44
Remove emacs mode information from the bottom of some source files.
...
If this information is put anywhere it should be in a single file instead
of duplicated for each file. In fact, it shouldn't be needed at all since
we have the same rules on tabs and tab sizes as most other parts of kdebase
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=946369
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
...
on Solaris, even when _FILE_OFFSET_BITS is not 64
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=825033
18 years ago
Robert Knight
e7c489818b
* Working dynamic tab titles under Solaris. Patch by Adriaan de Groot.
...
* Re-organise CMakeLists.txt
Squashed commit of the following:
commit 7de6492753607603675729844520c89d914294eb
Author: Robert Knight <robertknight@gmail.com>
Date: Wed Jun 25 22:46:06 2008 +0100
Formatting. Clarify comments.
commit 5e419ee80316fc523d6809f0b5f7112aca565d19
Author: Robert Knight <robertknight@gmail.com>
Date: Wed Jun 25 22:35:23 2008 +0100
Fix compilation of ProcessInfo.cpp under Linux. Add missing members to dummy psinfo struct. Create instance of correct ProcessInfo sub-class depending on whether OS is Linux or Solaris.
commit 08d0ce320761bf2beedeb463a01bcb0a3e426439
Author: Robert Knight <robertknight@gmail.com>
Date: Wed Jun 25 22:34:11 2008 +0100
Re-organise the CMakeLists.txt to avoid duplicating the list of sources for the part and the application.
commit 7b84b5ebb7422f8e87dbc2e224ebc2405355e262
Author: Robert Knight <robertknight@gmail.com>
Date: Wed Jun 25 17:28:47 2008 +0100
Support for reading process information under Solaris. Patch from Adriaan de Groot.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=824517
18 years ago
Albert Astals Cid
1222b0e15b
avoid unnecessary copies by using const & in foreach
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=800783
18 years ago
Robert Knight
5d9997446e
Update copyright year to 2008. Remove '(C)' from copyright lines.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=800631
18 years ago
Robert Knight
971a5315f9
Remove debugging messages.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=800628
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.
...
as long as C++ std clause 6.8 states (if I get it right), the diff should be OK, still can only compile with gcc-4.2...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=701136
19 years ago
Arto Hytönen
7021299cfb
further elimination/cancellation of QString::null.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=700742
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.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=699000
19 years ago
Robert Knight
18de140c5d
Add a few more common dir names to abbreviate in tab titles.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=696948
19 years ago
Robert Knight
c88bf4bc48
Make the directory names to abbreviate in tab titles a KConfig-based setting.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=691621
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.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=681400
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.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=681390
19 years ago
Robert Knight
a712ccb7b4
Fix IP addresses being truncated in tab titles when using 'short host' format.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=670841
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.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=663712
19 years ago
Dirk Mueller
9ea3227384
include cleanup
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=663054
19 years ago
Robert Knight
33c913383d
EBN fixes. Mostly copyright and implementations including their own headers first.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=662726
19 years ago
Stephan Binner
f9ef188694
fix pedantic compilation
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=661619
19 years ago
Robert Knight
19a29d182a
Rename directories for clarity. konsole -> src , other -> data.
...
svn path=/branches/work/konsole-split-view/; revision=661562
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.
...
svn path=/branches/work/konsole-split-view/; revision=658406
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.
...
svn path=/branches/work/konsole-split-view/; revision=645804
19 years ago
Robert Knight
c2d98d13af
* Move Konsole classes into their own namespace
...
* Renaming:
TEHistory -> History
TEScreen -> Screen
TESession -> Session
TEmulation -> Emulation
TEmuVt102 -> Vt102Emulation
TEPty -> Pty
* Move some XKB functions into their own source file
* Some #include tidy-ups
svn path=/branches/work/konsole-split-view/; revision=642987
19 years ago
Robert Knight
d746c96c4f
* New approach to handling scrolling views on the same session
...
independantly. Added ScreenWindow class which represents a window
onto a terminal screen. Each terminal view has one screen window
associated with it.
This breaks the original design choice of not having the view know anything
about the session it was displaying, but I feel that no longer makes
sense when there is more than one view on a session.
Still work-in-progress
* Add methods to support tooltips in filters
* Add start of new history size dialog which I hope is easier to understand.
* Internal renaming for clarity
ca -> Character
cacol -> CharacterColor
CO_XYZ -> COLOR_SPACE_XYZ
ca.c -> ca.character
ca.r -> ca.rendition
ca.f -> ca.foregroundColor
ca.b -> ca.backgroundColor
svn path=/branches/work/konsole-split-view/; revision=640688
19 years ago
Robert Knight
89a6c89270
* Adapt to changes in KStandardDirs
...
* Add methods to process info to read current working directory of a process, and
add Linux implementation for this.
svn path=/branches/work/konsole-split-view/; revision=633408
19 years ago