https://bugs.kde.org/show_bug.cgi?id=370258

--- Comment #7 from Brennan Kinney <polarathene-sig...@hotmail.com> ---
(In reply to Kai Uwe Broulik from comment #6)
> > Naively, I agree it seems this should be easy if not trivial to implement.
> 
> Feel free to send a patch.

I'd give this a go if I can. The majority of code to work with seems to be
located here?
https://github.com/KDE/plasma-desktop/tree/master/applets/taskmanager

I'm trying to track how `requestToggleMinimized()` is defined and implemented.
Is this calling a C++ method? If you could help me understand how the existing
methods are implemented I'll try to contribute this feature along with one of
my own(clicking the app icon will show the last active window in that group). 

Do you know if these two features have relevant API calls I can use? For
Aaron's feature presumably I would be able to get an array of windows that I
could iterate through and call an API to bring each to the front(possibly in an
order to preserve their Z index as a whole?). 

The window switch(alt + tab) or another method possibly does the API call to
make a given window active, would that be the way to go or is there a better
way?

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 are receiving this mail because:
You are watching all bug changes.

Reply via email to