John Corey
e08d232b46
How about this route to fix konsole then?
...
svn path=/trunk/kdebase/konsole/; revision=31703
27 years ago
Dirk Mueller
d1b137adb9
- Fix for pasting multiline text into the konsole
...
- Removing unnecessary QT_VERSION #ifdefs
svn path=/trunk/kdebase/konsole/; revision=31369
27 years ago
Kalle Dalheimer
7854fbbc73
The dreaded library cleanup: getConfig() -> config() and friends (see separate mail)
...
svn path=/trunk/kdebase/konsole/; revision=30349
27 years ago
Bernhard Rosenkraenzer
a172fbd262
ktopwidget.h stuff
...
svn path=/trunk/kdebase/konsole/; revision=30342
27 years ago
Daniel M. Duley
c1556d73da
New scrollbar extent stuff.
...
svn path=/trunk/kdebase/konsole/; revision=30296
27 years ago
Daniel M. Duley
1237908a36
Fix to not use fixed sb extent of 16 with Qt CVS (#if'ed).
...
svn path=/trunk/kdebase/konsole/; revision=29860
27 years ago
Michael Koch
af8b974db5
xpm -> png
...
svn path=/trunk/kdebase/konsole/; revision=29721
27 years ago
Waldo Bastian
8170de2324
WABA: Fixing selection
...
svn path=/trunk/kdebase/konsole/; revision=29504
27 years ago
Waldo Bastian
58e82a7ad1
WABA: Fix for session management
...
svn path=/trunk/kdebase/konsole/; revision=29485
27 years ago
Stephan Kulow
d2c95a6cd6
CVS_SILENT adding large icons from KDE_1_1_BRANCH
...
svn path=/trunk/kdebase/konsole/; revision=29189
27 years ago
Stephan Kulow
c551a1afc5
CVS_SILENT adding a lot of lo- icons
...
svn path=/trunk/kdebase/konsole/; revision=29151
27 years ago
Lotzi Boloni
49706bdaf2
The rest of changes
...
svn path=/trunk/kdebase/konsole/; revision=29062
27 years ago
Lotzi Boloni
a20ea50b5d
-got rid of the double evaluation of the transparent bg. Startup of a transparent console is about twice as fast now.
...
svn path=/trunk/kdebase/konsole/; revision=29061
27 years ago
Lotzi Boloni
de8aaa4af8
When switching to a session with the same schema the old schema is reused.
...
This improves the switching time for transparent sessions from 10s -> several milliseconds. :-)
Still, the startup can be improved because it creates the background twice, for some reason.
svn path=/trunk/kdebase/konsole/; revision=29060
27 years ago
Lotzi Boloni
2c465a2d64
Added two schemas which allow for transparent Mouseless commander.
...
svn path=/trunk/kdebase/konsole/; revision=29059
27 years ago
Dirk Mueller
a1960c230d
QMessageBox -> KMessageBox
...
svn path=/trunk/kdebase/konsole/; revision=28580
27 years ago
Stephan Kulow
45d27808f8
fixing --enable-final and some minor warnings
...
svn path=/trunk/kdebase/konsole/; revision=28306
27 years ago
Matthias Hoelzer-Kluepfel
84166bef64
Set the backspace hack on sessions.
...
svn path=/trunk/kdebase/konsole/; revision=27777
27 years ago
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