D7378: Add setFocusProxy() for KPasswordLineEdit

2017-08-18 Thread Christoph Feck
This revision was automatically updated to reflect the committed changes. Closed by commit R236:e72a8c2dad4d: [KPasswordLineEdit] Set focus proxy to line edit (authored by cfeck). REPOSITORY R236 KWidgetsAddons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D7378?vs=18313&id=18337 RE

D7378: Add setFocusProxy() for KPasswordLineEdit

2017-08-18 Thread Laurent Montel
mlaurent accepted this revision. REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D7378 To: cfeck, mlaurent, davidedmundson Cc: #frameworks

D7378: Add setFocusProxy() for KPasswordLineEdit

2017-08-17 Thread David Edmundson
davidedmundson accepted this revision. This revision is now accepted and ready to land. REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D7378 To: cfeck, mlaurent, davidedmundson Cc: #frameworks

D7378: Add setFocusProxy() for KPasswordLineEdit

2017-08-17 Thread Christoph Feck
cfeck created this revision. Restricted Application added a project: Frameworks. REVISION SUMMARY KPasswordDialog no longer starts with focus, because KPasswordLineEdit is not a QLineEdit. Adding a focus proxy resolves the issue. Regression reported on reddit. REPOSITORY R236 KWidgetsAd