Stephan Kulow
9f7ed051a7
utempter support by Olaf Kirch (okir@caldera.de). I skipped the part for kvt
...
as kvt is dead anyway and people lived that long without utmp entries for their
sessions ;)
svn path=/trunk/kdebase/konsole/; revision=25922
27 years ago
Preston Brown
2122251373
removal of KMsgBox. Most of these files simply #included kmsgbox.h and
...
then never even used it.
svn path=/trunk/kdebase/konsole/; revision=25486
27 years ago
Preston Brown
f001c65109
QUrlList --> QUriList.
...
svn path=/trunk/kdebase/konsole/; revision=25468
27 years ago
Lars Doelle
503cbbfb77
merged in changes from KDE_1_1_BRANCH
...
svn path=/trunk/kdebase/konsole/; revision=25325
27 years ago
John Corey
9f5897619c
Knock out a few more kde_*dir() warnings.
...
svn path=/trunk/kdebase/konsole/; revision=25055
27 years ago
Dirk Mueller
bafc23a62c
.kdelnk -> .desktop
...
svn path=/trunk/kdebase/konsole/; revision=24772
27 years ago
Dirk Mueller
b54bf62b69
KStddirs changes
...
Wow, the new code is much shorter and faster.
Great new API! :)
svn path=/trunk/kdebase/konsole/; revision=24771
27 years ago
Stephan Kulow
df5a82e4b6
added KDE_RPATH for grantpt
...
svn path=/trunk/kdebase/konsole/; revision=24403
27 years ago
Daniel Pilone
082577b8ce
Put sgi support back into TEShell after the restructuring.
...
svn path=/trunk/kdebase/konsole/; revision=24231
27 years ago
Dirk Mueller
ce6c86cad8
KDE DnD -> Qt DnD
...
svn path=/trunk/kdebase/konsole/; revision=23904
27 years ago
Stephan Kulow
776130593e
adoting to new KConfig API
...
svn path=/trunk/kdebase/konsole/; revision=23894
27 years ago
Alex Zepeda
c766916ae2
Make this compile. sys/types.h can be a good thing.
...
svn path=/trunk/kdebase/konsole/; revision=23759
27 years ago
Stephan Kulow
6f8ff47fea
fixing more warnings. KDE gets cleaner and cleaner
...
svn path=/trunk/kdebase/konsole/; revision=23703
27 years ago
Stephan Kulow
ddf3d873dd
fixes for --enable-final (had to change some defines in konqy to avoid clashes with
...
enums)
fixes for -Wwrite-strings (bsod.cpp turned out to be a beast in writing to results
of readEntry...)
fixes some other warnings
-enable-final goes through kdebase now - just my virtual memory isn't enough
for konqueror ;(
svn path=/trunk/kdebase/konsole/; revision=23594
27 years ago
Stephan Kulow
739d63ad3e
merged changes from 1.1.1 into HEAD
...
svn path=/trunk/kdebase/konsole/; revision=23283
27 years ago
Harri Porten
bb182f54b2
enable --enable-final
...
svn path=/trunk/kdebase/konsole/; revision=22990
27 years ago
Preston Brown
140b9a299f
KMsgBox --> QMessageBox (and boy, it was no one liner change, but it had
...
to happen). kde_whateverdir() cleanups.
KMsgBox is dead. Please don't use it anymore. It looks highly
nonstandard and has no real added functionality over QMessageBox.
svn path=/trunk/kdebase/konsole/; revision=22984
27 years ago
Preston Brown
811da5d233
use locate instead of kde_configdir().
...
svn path=/trunk/kdebase/konsole/; revision=22983
27 years ago
Preston Brown
7eaa3d14f9
added ":" to the list of valid characters in the heuristic for word
...
selection by clicking with the mouse. This makes URL selection possible
(like xterm) which was annoyingly broken.
svn path=/trunk/kdebase/konsole/; revision=22982
27 years ago
Stephan Kulow
a010773d0f
contrast.xpm and co aren't application icons, but more or less toolbar icons.
...
Now we have an interesting problem. We have icons and toolbar icons, but icons
are those for the K-menu, but application use share/icons as place to hold
any icon.
svn path=/trunk/kdebase/konsole/; revision=22538
27 years ago
Stephan Kulow
85f28a4afa
some more QPalette changes
...
svn path=/trunk/kdebase/konsole/; revision=22452
27 years ago
Daniel Pilone
330a4b1d55
Modified TEShell.C to work on SGIs. (And hopefully all SRV4's)
...
svn path=/trunk/kdebase/konsole/; revision=22189
27 years ago
Antonio Larrosa Jimenez
b99633a0b2
I forgot these
...
svn path=/trunk/kdebase/konsole/; revision=22127
27 years ago
David Faure
7ef80db022
Unneeded <kfm.h> but <kurl.h> needed
...
svn path=/trunk/kdebase/konsole/; revision=21943
27 years ago
Stephan Kulow
140305872e
ok, now it should really compile :)
...
svn path=/trunk/kdebase/konsole/; revision=21808
27 years ago
Stephan Kulow
0863aa2997
kdebase should compile fine now
...
svn path=/trunk/kdebase/konsole/; revision=21805
27 years ago
Stephan Kulow
fc45fbcd4f
more changes
...
svn path=/trunk/kdebase/konsole/; revision=21804
27 years ago
Stephan Kulow
751d9fa63c
some more fixes
...
svn path=/trunk/kdebase/konsole/; revision=21800
27 years ago
Antonio Larrosa Jimenez
f65ad831b6
Changes for transparencies to work when Background is in Flat or Pattern mode
...
svn path=/trunk/kdebase/konsole/; revision=21761
27 years ago
Antonio Larrosa Jimenez
941efa1ff1
You can now make konsole a (pseudo)transparent window,
...
just install the two new schemes (Transparent.scheme and GreenTint.scheme)
and select them.
It works for gradient, tiled and centred backgrounds
TODO:Just have to fix the rest of the "tiled" modes (except tiled itself)
You can define new tints with the transparency setting in the schema file,
just have a look at the examples.
Konsole now generates the background and keeps a cache while it's in the same
desktop. I've had to change it to be a KWMModuleApplication and connect
a few signals for resizes and desktop changes.
I've tried to design it so that it's easy to change if we ever make kbgndwm
put the backgrounds in shared memory.
svn path=/trunk/kdebase/konsole/; revision=21717
27 years ago
Hans Petter Bieker
eed7c1e499
sprintf -> arg
...
svn path=/trunk/kdebase/konsole/; revision=21444
27 years ago
Dirk Mueller
3dab13e3bb
commented "command terminated abnormal" message box, as in
...
KDE_1_1_BRANCH
svn path=/trunk/kdebase/konsole/; revision=21131
27 years ago
Dirk Mueller
4887e53cf6
setGroup("Desktop Entry") -> setDesktopGroup()
...
svn path=/trunk/kdebase/konsole/; revision=21047
27 years ago
Harri Porten
1c51a01cb9
take advantage of QMIN&QMAX instead of (conflicting) own definitions
...
svn path=/trunk/kdebase/konsole/; revision=20967
27 years ago
Stephan Kulow
dda4392d44
CVS_SILENT making messages
...
svn path=/trunk/kdebase/konsole/; revision=20859
27 years ago
Helge Deller
a092532678
inline int MIN()... had troubles with HP-UX, now: #ifdef..#endif
...
27 years ago
Hans Petter Bieker
88ba832b28
klocale-> translate is dead.
...
svn path=/trunk/kdebase/konsole/; revision=20215
27 years ago
Stephan Kulow
51f4120ce4
CVS_SILENT more header fixes
...
svn path=/trunk/kdebase/konsole/; revision=19955
27 years ago
Stephan Kulow
781d4cf068
CVS_SILENT header fixes
...
svn path=/trunk/kdebase/konsole/; revision=19951
27 years ago
Warwick Allison
44e08b26bd
Make Insert-to-paste a run-time rather than compile-time option.
...
Shift-Insert does paste always.
svn path=/trunk/kdebase/konsole/; revision=18936
27 years ago
Warwick Allison
a22abab112
Fix pasting.
...
svn path=/trunk/kdebase/konsole/; revision=18913
27 years ago
Peter Silva
0fe85e561a
ok, ok, so It still isn't right, I'm working on it...
...
svn path=/trunk/kdebase/konsole/; revision=18526
27 years ago
Peter Silva
5be1685dda
more work on bug 942, at least it won't dump core now.
...
The selection is not right. I am not happy, but
fixing that will take a little time.
svn path=/trunk/kdebase/konsole/; revision=18523
27 years ago
Peter Silva
5c86cb3154
Carry over of fix for bug 942
...
svn path=/trunk/kdebase/konsole/; revision=18419
27 years ago
Peter Silva
7270ccfe0a
This is a tentative bug fix for bug #942 . This fixes a lot of
...
problems in the 1.1_BRANCH stream. Unfortunately, I don't have
a HEAD environment to test, so I'm keeping my fingers crossed.
Lars said something about moving from characters to pixels,
and this problem seems to be related to that. We'll probably
remove this crude hack later, when the cause of the
problem (returning events with x' > max columns) is
fixed.
svn path=/trunk/kdebase/konsole/; revision=18402
27 years ago
Stephan Kulow
a5dbdb4a2c
no docs here
...
svn path=/trunk/kdebase/konsole/; revision=17811
27 years ago
Matthias Ettrich
dee836e33e
compiles again
...
svn path=/trunk/kdebase/konsole/; revision=17585
27 years ago
Stephan Kulow
56b0a7ccbf
some fixes that are "make dist" related
...
svn path=/trunk/kdebase/konsole/; revision=17527
27 years ago
Stephan Kulow
2fc0aaa97c
added
...
svn path=/trunk/kdebase/konsole/; revision=17518
27 years ago
Stephan Kulow
cc07d93654
CVS_SILENT ported to Qt 2.0
...
svn path=/trunk/kdebase/konsole/; revision=17396
27 years ago