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
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
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
* konsole doesn't put full geometry in config file anymore, just default size.
(this fixes konsole not following KWM smart-placement)
(doesn't break session-management, since KTMainWindow takes care
of size and position, as well as menubar position)
* used resize instead of setFixedSize+setMinimumSize+setMaximumSize
(probably cleaner, as it's not a fixed size in fact)
(I left the minimum size, of course)
* fixed size menu entry not being uptodate (notifySize called)
+ merged with 1.1 branch changes to main.C (docs and cosmetics)
kde-cvs says changes have been done to one or the other branch, by others.
It's a real mess. Will commit main.C to both branches.
Still buggy : konsole -e rlogin still sets wrong $COLUMNS and $LINES,
when SM-restored. Couldn't find where to fix that.
svn path=/trunk/kdebase/konsole/; revision=17380
* if there is only ONE url and if it's a LOCAL one, ask for paste or cd
* in all other cases, just paste
(for non-local ones, or for a list of URLs, 'cd' is nonsense)
Also fixed cd'ing to a file :)
svn path=/trunk/kdebase/konsole/; revision=14302