This allows drag and drop in the part, which means that in konqueror you can
now drag groups of files from above to the command line part. Which is kind of cool. Now only if we can detect the difference between the dragged dirs and files, because the popup appears too frequently.
svn path=/trunk/kdebase/konsole/; revision=45904
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