tasks engine with currentappcontrol plasmoid

2011-01-09 Thread Onur-Hayri Bakici
from the tasks engine. And would it not make sense to get the window information from there (e. g. when it comes to maximizing the window). I know you could argue against it with never touch a running system, but imo it makes the code cleaner and you could maybe add more features quickly. bests

tasks engine

2009-08-03 Thread Chani
so I found something weird in the tasks dataengine. else if (operation == activateRaiseOrMaximize) { m_source-getTask()-activateRaiseOrIconify(); somehow Iconify becomes Maximize o.0 is it too late to change this? who's actually using this engine? (not the taskbar, it seems)

Re: tasks engine

2009-08-03 Thread Chani
On August 3, 2009 18:43:03 Chani wrote: so I found something weird in the tasks dataengine. else if (operation == activateRaiseOrMaximize) { m_source-getTask()-activateRaiseOrIconify(); somehow Iconify becomes Maximize o.0 is it too late to change this? who's actually

Re: tasks engine

2009-08-03 Thread Chani
anyways, I found another issue: it doesn't dismiss the dashboard if it's up. I forget how one does that, and I don't know if it can be done from an engine (but if it can't, maybe that's a bug). :/ the dashboard isn't even dismissed if I alt-tab. I can type in a skype window while I see only

Re: tasks engine

2009-08-03 Thread Aaron J. Seigo
On Monday 03 August 2009, Chani wrote: should plasma maybe be listening somehow for that kind of focus change? it is. or at least, it was. and i don't remember ever changing that code. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43

Re: tasks engine

2009-08-03 Thread Aaron J. Seigo
On Monday 03 August 2009, Chani wrote: so I found something weird in the tasks dataengine. else if (operation == activateRaiseOrMaximize) { m_source-getTask()-activateRaiseOrIconify(); somehow Iconify becomes Maximize o.0 is it too late to change this? no, i think it's