Fixed the key events not going through by:
- if ( parent ) parent->installEventFilter( this );
+ qApp->installEventFilter( this );
Hmm, this approach sucks though - if embedding 2 konsoles one never gets
the keypresses.
And fixed crash on keypress by initialising the keytrans stuff in
konsole_part.C - looks like this could be better designed with the singleton
pattern...
Reminder: click on kdebase/konsole/src/sample.shell to test this.
Now, how to integrate this better...
svn path=/trunk/kdebase/konsole/; revision=45387
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