Window switch notification for plasma applets

2011-04-13 Thread Andriy Rysin
Currently the keyboard layout switcher (when in per-Window or per-Application mode) ignores the desktop when it becomes the active window. This was done intentionally so that when keyboard layout applet (on the desktop) is clicked it would change the current (or technically previous) active wi

Behavior of SlaveBase::openPasswordDialog...

2011-04-13 Thread Dawit A
What was the reason behind changing the original behavior of SlaveBase::openPasswordDialog ? Currently, this function automatically caches the password the user entered even going as far as storing the credentials in KWallet if available the the "Remember Password" checkbox is checked. The document

Preservation of the original url username on redirections in KIO

2011-04-13 Thread Dawit A
I cannot find the reason why we wanted to added code to preserve user name on redirection in KIO::Job some 9 years ago [1], but to me it seems to be an easy fix / workaround for the failings of ioslaves that do not properly preserve user name when they request redirections. Unfortunately this gets

Re: Help in modularization

2011-04-13 Thread Joel Bodenmann
So you'd need some help? Tell me what and give me some introductions etc.. Greez Joel Bodenmann > We have it basically ... almost. > We have projects setup on my.cdash.org for all KDE modules, and everybody > can contribute nightly builds there. > The scripts are in svn quality/nightly-support/

Re: Review Request: Fix a VLC crash by delaying object deletion to avoid invalid access by QtDBus...

2011-04-13 Thread Dawit A
On Wed, Apr 13, 2011 at 4:10 AM, Thiago Macieira wrote: > I can't reproduce the crash anymore. > > I'm getting a different error with Qt 4.8. I still get the crash on exit using Qt 4.7.2, KDE 4.6.41 (lastest master) and VLC v1.1.9 by following the steps outlined in the following bug report: https

Review Request: fix broken nepomuk ui files to make messages translatable

2011-04-13 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101112/ --- Review request for KDE Runtime and Sebastian Trueg. Summary --- Some

Re: Review Request: Fix a VLC crash by delaying object deletion to avoid invalid access by QtDBus...

2011-04-13 Thread Thiago Macieira
I can't reproduce the crash anymore. I'm getting a different error with Qt 4.8. It seems VLC is now trying to closeAllWindows after QApplication is gone. Em terça-feira, 12 de abril de 2011, às 22:22:10, Dawit Alemayehu escreveu: > --- > Thi