Platform Support.

2008-09-02 Thread Roger Pixley
I remember LinuxMCE and KDE were having talks about collaboration with Plasma. I was looking at linuxMCE and they support a large number of devices as can be seen at http://wiki.linuxmce.org/index.php/Category:Orbiters These platforms range from Windows (Which include Windows CE, Windows Mobile an

Re: Plasma wallpaper painting inconsistency

2008-09-02 Thread Aaron J. Seigo
On Tuesday 02 September 2008, Benoit Jacob wrote: > So the actually repainted rect is only slightly larger than what is being > asked for. A margin of 3 or 6 pixels seems to still be added. Normal > behavior? nope; just noticed it was using toAlignedRect instead of just toRect. probably what was

Re: KDE/kdebase/workspace/plasma/applets

2008-09-02 Thread Aaron J. Seigo
On Tuesday 02 September 2008, Rafał Miłecki wrote: > SVN commit 856465 by rmilecki: > > Let's make tooltip display time and date of every selected timezone. cool ... > M +18 -2 digital-clock/clock.cpp > M +5 -0 libplasmaclock/clockapplet.cpp > M +1 -0 libplasmaclock/clockapple

Re: Plasma wallpaper painting inconsistency

2008-09-02 Thread Benoit Jacob
Yes, seems fixed. More specifically the debug output now is: . plasma(8143) Mandelbrot::paint: recompute QRect(640,0 160x100) plasma(8143) Mandelbrot::paint: repaint QRectF(637,0 166x103) plasma(8143) Mandelbrot::paint: recompute QRect(800,0 160x100) plasma(8143) Mandelbrot::paint: repaint QRe

Re: Introducing myself (and maybe the team as well)

2008-09-02 Thread Sebastian Kügler
Hi Marcelo, Welcome to Plasma :) On Wednesday 27 August 2008 20:35:39 marcelo oliveira wrote: > Arthur then told me that you guys are moving towards a shell to the N810 / > IT or better any Mobile internet device out there (this is great) and I > think we can for sure dedicate our free time to he

Re: How know if desktop effects (composition) is enabled?

2008-09-02 Thread Patrick Spendrin
Aaron J. Seigo schrieb: > On Tuesday 02 September 2008, Gustavo Pichorim Boiko wrote: >> Em 02/09/2008, às 20:32, Aaron J. Seigo escreveu: >>> what we primarily use KWindowSystem::compositingActive() is to pick >>> whether >>> we'll be rendering a square block for the background or something >>> wi

Re: How know if desktop effects (composition) is enabled?

2008-09-02 Thread Aaron J. Seigo
On Tuesday 02 September 2008, Gustavo Pichorim Boiko wrote: > Em 02/09/2008, às 20:32, Aaron J. Seigo escreveu: > > what we primarily use KWindowSystem::compositingActive() is to pick > > whether > > we'll be rendering a square block for the background or something > > with nice > > fancy edges ...

Re: How know if desktop effects (composition) is enabled?

2008-09-02 Thread Gustavo Pichorim Boiko
Em 02/09/2008, às 20:32, Aaron J. Seigo escreveu: > On Tuesday 02 September 2008, Gustavo Pichorim Boiko wrote: >> Em 01/09/2008, às 08:40, Lubos Lunak escreveu: >>> On Monday 01 of September 2008, Teemu Rytilahti wrote: Percy Camilo Triveño Aucahuasi kirjoitti viestissään (lähetysaika

Re: How know if desktop effects (composition) is enabled?

2008-09-02 Thread Aaron J. Seigo
On Tuesday 02 September 2008, Gustavo Pichorim Boiko wrote: > Em 01/09/2008, às 08:40, Lubos Lunak escreveu: > > On Monday 01 of September 2008, Teemu Rytilahti wrote: > >> Percy Camilo Triveño Aucahuasi kirjoitti viestissään (lähetysaika > >> Monday, > >> 1. > >> > >>> My question is: Wich are the

Re: Plasma wallpaper painting inconsistency

2008-09-02 Thread Aaron J. Seigo
On Tuesday 02 September 2008, Aaron J. Seigo wrote: > On Tuesday 02 September 2008, Benoit Jacob wrote: > > See, the paint() function is always called with exposedRect equal to the > > whole screed, regardless of the parameter passed to update(). > > this is a bug in Applet::paint; not sure when it

Re: How know if desktop effects (composition) is enabled?

2008-09-02 Thread Gustavo Pichorim Boiko
Em 01/09/2008, às 08:40, Lubos Lunak escreveu: > On Monday 01 of September 2008, Teemu Rytilahti wrote: >> Percy Camilo Triveño Aucahuasi kirjoitti viestissään (lähetysaika >> Monday, >> 1. >>> My question is: Wich are the best way to know if the composition is >>> enabled? > > KWindowSystem::c

Re: Plasma wallpaper painting inconsistency

2008-09-02 Thread Aaron J. Seigo
On Tuesday 02 September 2008, Benoit Jacob wrote: > See, the paint() function is always called with exposedRect equal to the > whole screed, regardless of the parameter passed to update(). this is a bug in Applet::paint; not sure when it was introduced, but it's a pretty big fubar. =/ i'm working

Re: KRunner kills keyboard?

2008-09-02 Thread Alex Merry
On Monday 01 September 2008 22:50:42 Guillaume Pothier wrote: > Thanks for the hink, the problem is indeed caused by kded4 and not by > krunner. But kded4 is not getting killed, on the contrary, killing > kded4 brings my keyboard back to life. When I start kded4 again, the > keyboard is frozen for

Re: screenmanagment review :-)

2008-09-02 Thread Gustavo Pichorim Boiko
Hello Em 02/09/2008, às 10:02, Aike J Sommer escreveu: > Hi, > > i have the feeling that my gsoc-project finally is in a state, in > which it > could be made ready for trunk... So i wanna get a discussion started > on what > still needs to be done or what should be changed! :-) Good to hear

Plasma wallpaper painting inconsistency

2008-09-02 Thread Benoit Jacob
Hi, I noticed an inconsistency in the way plasma wallpapers are painted, between when it is painted as background of the screen and when it is painted in the little preview in the "Desktop Settings" dialog. Here is my paint() function. Mandelbrot is a subclass of Wallpaper. void Mandelbrot::pain

Re: How know if desktop effects (composition) is enabled?

2008-09-02 Thread Lubos Lunak
On Monday 01 of September 2008, Teemu Rytilahti wrote: > Percy Camilo Triveño Aucahuasi kirjoitti viestissään (lähetysaika Monday, > 1. > > My question is: Wich are the best way to know if the composition is > > enabled? KWindowSystem::compositingActive() > > I mean, how my application knows if

screenmanagment review :-)

2008-09-02 Thread Aike J Sommer
Hi, i have the feeling that my gsoc-project finally is in a state, in which it could be made ready for trunk... So i wanna get a discussion started on what still needs to be done or what should be changed! :-) The current state is: - there is a daemon (kephald) which will monitor xrandr events

Extender api review round 4

2008-09-02 Thread Rob Scheepmaker
Hello all, I think it's a good idea to finalize the extender api discussion. I've scanned through the previous threat, and I believe the following suggestions are still 'open' (please say so if I've missed anything): - allow using qgraphicsitems in ExtenderItems instead of just QGWs. I agree w

Extender tutorial on techbase

2008-09-02 Thread Rob Scheepmaker
I've recently written a simple Extender tutorial on techbase, and would appreciate some feedback. Is the example clear? Is there stuff I don't mention but should? You can find the tutorial on http://techbase.kde.org/Development/Tutorials/Plasma/UsingExtenders Regards, Rob Scheepmaker (pinda) __

Re: KRunner kills keyboard?

2008-09-02 Thread Riccardo Iaconelli
On Tuesday 02 September 2008 00:30:36 Artur Souza (MoRpHeUz) wrote: >   I'm having keyboard lock issues with KDE too, but it happens with > kde 4.x and kde 3.5. It happens just like you said: I need to logout > and login to have my keyboard back. I'm also using kubuntu. Had experienced almost the