[kwin] [Bug 396790] ScriptedEffects cannot call setActiveFullScreenEffect

2018-10-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=396790 David Edmundson changed: What|Removed |Added Status|REPORTED|RESOLVED Latest Commit|

[kwin] [Bug 396790] ScriptedEffects cannot call setActiveFullScreenEffect

2018-07-31 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=396790 --- Comment #5 from David Edmundson --- Something like that. We can add a shorthand for setting data on all windows if we need it. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 396790] ScriptedEffects cannot call setActiveFullScreenEffect

2018-07-31 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=396790 --- Comment #4 from Vlad Zagorodniy --- (In reply to David Edmundson from comment #3) > Edit. I came to a decision on this. > > Explicit getter, implicit setter. > > property: fullScreenEffectState -> enum of {No-one, Someone Else, Us} > effect.anima

[kwin] [Bug 396790] ScriptedEffects cannot call setActiveFullScreenEffect

2018-07-31 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=396790 --- Comment #3 from David Edmundson --- Edit. I came to a decision on this. Explicit getter, implicit setter. property: fullScreenEffectState -> enum of {No-one, Someone Else, Us} effect.animate(., someFlagForFullScreen) best of both worlds. -

[kwin] [Bug 396790] ScriptedEffects cannot call setActiveFullScreenEffect

2018-07-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=396790 --- Comment #2 from David Edmundson --- >(IIRC, in JavaScript, == doesn't work for objects). for dynamic "Objects" maybe not, but that's for web people. QtScript/QtJS is a very different world. Wrapped QObjects work just as one would expect with the

[kwin] [Bug 396790] ScriptedEffects cannot call setActiveFullScreenEffect

2018-07-23 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=396790 Vlad Zagorodniy changed: What|Removed |Added CC||vladz...@gmail.com --- Comment #1 from Vlad Z