[Kde-hardware-devel] PowerManager idleTime

2008-05-13 Thread Thomas Gillespie
Hi again, I'm developing a power manager, and have the following code to get the idle time: - #include #include ///Return the Xserver idle time in msecs int idleTime() { XScreenSaverInfo* mitIn

Re: [Kde-hardware-devel] PowerManager idleTime

2008-05-13 Thread Sebastian Kuegler
On Tuesday 13 May 2008 22:04:37 Thomas Gillespie wrote: > I'm developing a power manager, and have the following code to get the idle > time: > >-- #include > #include > > ///Return the Xserver idle time in msecs > int idleTime() > { >     XScreenSaverInfo* mitInfo = 0; >    

[Kde-hardware-devel] Patch to AccessPoint

2008-05-13 Thread Christopher Blauvelt
Attached is a patch that allows AccessPoints to be compared by their signal strength. This allows an AccessPointList to be sorted and itemmodels that contain them to sort them. Does anyone have any objections? Chris Index: wirelessaccesspoint.h