https://bugs.kde.org/show_bug.cgi?id=370258
--- Comment #9 from Eike Hein <h...@kde.org> --- plasma-workspace.git:libtaskmanager/tasksmodel.h @ requestToggleMinimized. I'm confused about this: > the behavior from KDE4 that was much simpler AFAIR, the behavior in KDE 4 was the same. > For my feature, given the activate window API, I should just need to be able > to query what was the last active window for that app icon group. How do I > get this information? You can't easily. That's why it's not implemented. You have KWindowSystem::stackingOrder() to get the stacking order for shown windows, and raising them in that order is easy. But minimized windows don't appear in the stacking order, and adding massive amounts of stacking order tracking to the TM is a no-go. Otherwise your deductions are all correct, going over the windows in the group in either QML or on the C++ side is easy enough. -- You are receiving this mail because: You are watching all bug changes.