selection by clicking with the mouse. This makes URL selection possible
(like xterm) which was annoyingly broken.
svn path=/trunk/kdebase/konsole/; revision=22982
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
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
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
* 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
sys/time.h include with a #ifdef SYS_TIME_WITH_TIME just in case KDE works
on systems which won't let you include both files.
svn path=/trunk/kdebase/konsole/; revision=17277