Re: plasma::wallpaper and pure opengl?

2012-01-17 Thread Shaun Reich
> 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

Re: plasma::wallpaper and pure opengl?

2012-01-17 Thread Martin Gräßlin
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

Re: Access D-BUS through QML/JS

2012-01-17 Thread Dario Freddi
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

plasma::wallpaper and pure opengl?

2012-01-17 Thread Shaun Reich
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

Review Request: Add some introspection to the Plasma::AbstractRunner

2012-01-17 Thread Aleix Pol Gonzalez
--- 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

Re: Heads up, working on autocompletion and breadcrumbbar!

2012-01-17 Thread Sebastian Kügler
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