> A possible solution might be to take advantage of KWin. Consider Plasma not
> rendering a wallpaper at all and KWin knowing about it. In that case we could
> have a special effect rendering the wallpaper. We already have functionality
> to render the background black if it becomes visible. This w
On Tuesday 17 January 2012 18:49:12 Shaun Reich wrote:
> i'm not knowledgeable in the OGL department, or the plasma::wallpaper
> area...but I thought it'd be kind of nice to tinker around with making
> absurdly useless but awesome wallpapers, and maybe learn a bit of OGL
> in the process.
there was
2012/1/17 Shaun Reich :
>i'll have to leave the
> screensaver dbus call in, until the solid gets some api for it.
For everyone's records, in 4.8
Solid::PowerManagement::beginSuppressingScreenPowerManagement also
inhibits screensaver as well, so Shaun you can remove that code path
confidently and h
i'm not knowledgeable in the OGL department, or the plasma::wallpaper
area...but I thought it'd be kind of nice to tinker around with making
absurdly useless but awesome wallpapers, and maybe learn a bit of OGL
in the process.
problem is, isn't there an issue with using opengl on
plasma::wallpaper
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103718/
---
Review request for Plasma.
Description
---
Lets QML scripts to access
On Monday, January 16, 2012 22:41:58 Mark wrote:
> > I would go for an API like this (just doing it out of my head..):
> > AutoCompleter
> > {
> > id: autoCompleter
> > }
> >
> > TextField
> > {
> > completer: autoCompleter
> > }
>
> what is the advantage of declaring autocompleter i