Stephan Kulow
4e4bb3f455
use BarIcon
...
svn path=/trunk/kdebase/konsole/; revision=27640
27 years ago
Bernhard Rosenkraenzer
cb0b2a314f
compilation fix
...
svn path=/trunk/kdebase/konsole/; revision=27296
27 years ago
Bernhard Rosenkraenzer
a25538ae9a
Fix compilation
...
svn path=/trunk/kdebase/konsole/; revision=27289
27 years ago
Cristian Tibirna
8a8f628d3f
CT: *hideous* fix for that ugly repaint problem with transparent konsoles, but
...
at least the konsole looks beautiful now
(you know, Beauty and the Beast :-)
Plus a 20X speedup factor on gradient backgrounds.
svn path=/trunk/kdebase/konsole/; revision=27187
27 years ago
Stephan Kulow
ccf2dbaabf
CVS_SILENT using KDE_ICON
...
svn path=/trunk/kdebase/konsole/; revision=27119
27 years ago
Stephan Kulow
abd09d5225
take your time to follow the standards ;)
...
svn path=/trunk/kdebase/konsole/; revision=27117
27 years ago
Stephan Kulow
1cf8ba1b8c
hmm, I needed QFont defaultFont to compile it
...
svn path=/trunk/kdebase/konsole/; revision=27045
27 years ago
Preston Brown
81be94ec88
added custom font support.
...
svn path=/trunk/kdebase/konsole/; revision=27038
27 years ago
Cristian Tibirna
493224966e
CT: use kpixmapeffect intensity method for fading. I say, semi-empirically, it's about 5 times faster than before.
...
svn path=/trunk/kdebase/konsole/; revision=26934
27 years ago
John Corey
913388ba32
OK, I shoulda read a few lines up ;). Thanks harri.
...
svn path=/trunk/kdebase/konsole/; revision=26916
27 years ago
John Corey
4e1de917fc
added ampersands for the menubar items.
...
svn path=/trunk/kdebase/konsole/; revision=26911
27 years ago
Lars Doelle
25c513f9bc
*** empty log message ***
...
svn path=/trunk/kdebase/konsole/; revision=26820
27 years ago
Lars Doelle
575b0fe37a
added kwrited to provide utmp support
...
svn path=/trunk/kdebase/konsole/; revision=26810
27 years ago
Daniel M. Duley
0730fb534d
Missing the kmenubar header.
...
svn path=/trunk/kdebase/konsole/; revision=26351
27 years ago
Stephan Kulow
b1ef55c622
"porting" to QVariant -> sorting headers
...
svn path=/trunk/kdebase/konsole/; revision=26339
27 years ago
John Corey
f767975fcf
Tiny kstddirs changes.
...
svn path=/trunk/kdebase/konsole/; revision=26274
27 years ago
Cristian Tibirna
1b5a0d62d3
CT: use KPixmapEffect::gradient()
...
svn path=/trunk/kdebase/konsole/; revision=26140
27 years ago
Preston Brown
b2801c3eb7
kde_bindir is gone.
...
svn path=/trunk/kdebase/konsole/; revision=26089
27 years ago
Steffen Hansen
2b29614c18
extern "C" around utempter.h
...
svn path=/trunk/kdebase/konsole/; revision=25982
27 years ago
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