https://bugs.kde.org/show_bug.cgi?id=415417
Michail Vourlakos <mvourla...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/lat |https://commits.kde.org/lat |te-dock/45b37050d1267927d03 |te-dock/d31d7afb9d354f30f2b |26373f0462037dbb1e12b |95ca4955ffaf53a439f91 --- Comment #3 from Michail Vourlakos <mvourla...@gmail.com> --- Git commit d31d7afb9d354f30f2b95ca4955ffaf53a439f91 by Michail Vourlakos. Committed on 21/12/2019 at 21:37. Pushed by mvourlakos into branch 'master'. dont wait for dock to show for activate shortcuts --when the application launcher is not a popup then we do not have to wait for the dock show we can execute the activation code immediately --when Latte activates an entry can now understand if a popup is going to be shown in order to delay the execution. If a popup is NOT going to show either for a latte task or an applet then the code is executed immediately FIXED-IN:0.9.6 M +24 -8 app/shortcuts/globalshortcuts.cpp M +2 -2 app/shortcuts/globalshortcuts.h M +38 -0 app/view/containmentinterface.cpp M +3 -0 app/view/containmentinterface.h M +19 -0 app/view/view.cpp M +1 -0 app/view/view.h M +7 -2 containment/package/contents/ui/applet/AppletItem.qml M +35 -2 containment/package/contents/ui/main.qml https://commits.kde.org/latte-dock/d31d7afb9d354f30f2b95ca4955ffaf53a439f91 -- You are receiving this mail because: You are watching all bug changes.