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=45387wilder-portage
parent
eaaee8db3f
commit
49c91a5365
3 changed files with 17 additions and 6 deletions
Loading…
Reference in new issue