----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129706/ -----------------------------------------------------------
(Updated Dec. 27, 2016, 12:13 p.m.) Review request for KDE Frameworks, Albert Astals Cid, David Faure, and Martin Gräßlin. Changes ------- use the WA_ShowWithoutActivating attribute recommended by Martin Bugs: 333934 https://bugs.kde.org/show_bug.cgi?id=333934 Repository: kjobwidgets Description ------- If there is already a window with focus, re-set focus to that so we don't steal focus. This is especially important since there's a 0.5s delay before the window is shown so people often start interacting with the original window when this is shown. Diffs (updated) ----- src/kwidgetjobtracker.cpp 585867a Diff: https://git.reviewboard.kde.org/r/129706/diff/ Testing ------- Job progress widgets don't steal focus anymore. Thanks, Martin Tobias Holmedahl Sandsmark