Robert Knight
956277c014
Convert tabs to 4 spaces to match kdelibs conventions. Previously
...
there was a mix of tabs and spaces for indentation.
CCMAIL:Stefan.Becker@nokia.com
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863326
18 years ago
Kurt Hindenburg
1f562d0238
Use KDE_ instead of system calls; EBN Krazy fixes.
...
CCMAIL: konsole-devel@kde.org
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=847535
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
Laurent Montel
53fc966203
Adapt to new KWarning/kFatal/kDebug api
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=695870
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
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
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
Kurt Hindenburg
85071a259f
Add missing copyright/license info.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=561010
20 years ago
İsmail Dönmez
223777fc7e
backport memleak fix
...
svn path=/trunk/KDE/kdebase/konsole/; revision=527764
20 years ago
Laurent Montel
d20c486f39
deprecated--
...
svn path=/trunk/KDE/kdebase/konsole/; revision=506335
20 years ago
Stephan Kulow
4ffece54ba
patch by Steve G <linux_4ever yahoo.com> fixing several problems in kdebase
...
svn path=/trunk/kdebase/konsole/; revision=373210
22 years ago
Rik Hemsley
838140d5f0
Dear gcc,
...
Further to our recent communication, I am pleased to inform
you that the values are now explicitly cast. I hope this
will meet your requirements.
The KDE team.
svn path=/trunk/kdebase/konsole/; revision=114481
25 years ago
nobody
32cf1301a4
This commit was manufactured by cvs2svn to accommodate
...
a server-side copy/move.
svn path=/trunk/kdebase/konsole/; revision=113739
25 years ago
Waldo Bastian
2c54f16ab8
Major clean up.
...
svn path=/trunk/kdebase/konsole/; revision=109077
25 years ago
David Faure
fc5c32d4ea
Please use your debug area, my .xsession-errors is 8MB after a day :)
...
svn path=/trunk/kdebase/konsole/; revision=104154
25 years ago
Guillaume Laurent
a82cd3f237
Made history work again.
...
svn path=/trunk/kdebase/konsole/; revision=102010
25 years ago
Navindra Umanee
4396be20a7
- int res = munmap(lastmap, blocksize);
...
+ int res = munmap((char*)lastmap, blocksize);
Patch suggested by coolo. Fixes compilation on Debian Slink.
svn path=/trunk/kdebase/konsole/; revision=69361
26 years ago
Stephan Kulow
d04e0de4f8
a fixed size block controller - to be used by Lars's new History class.
...
This makes sure your history doesn't fill /tmp without control.
svn path=/trunk/kdebase/konsole/; revision=68966
26 years ago