Find a file
David Zeuthen c9dbc80f36 turn some methods into properties
GetOnBattery()  -> :on-battery (bool)
 GetLowBattery() -> :on-low-battery (bool)
 CanSuspend()    -> :can-suspend (bool)
 CanHibernate()  -> :can-hibernate (bool)

also add a new property for the daemon version

 :daemon-version (string)

introduce a new Changed() signal that replaces

 ::LowBatteryChanged()
 ::OnBatteryChanged()

Also fix a few bugs

 - we need to compute ::on-battery and ::on-low-battery *after*
   the actual device is updated

 - need to fire Device::Changed() before Power::DeviceChanged()
   otherwise devkit-power --monitor-detail lies

also fix up libdevkit-power and devkit-power(1) to use these changes.
2008-11-11 13:58:26 -05:00
doc update mailing list reference in man pages 2008-11-11 10:15:40 -05:00
libdevkit-power turn some methods into properties 2008-11-11 13:58:26 -05:00
po add some trivial gitignore files 2008-08-01 17:33:31 +01:00
policy trivial: fix make distcheck 2008-10-24 12:12:11 +01:00
src turn some methods into properties 2008-11-11 13:58:26 -05:00
tools turn some methods into properties 2008-11-11 13:58:26 -05:00
.gitignore don't export a shared library 2008-08-20 16:38:48 +01:00
acinclude.m4 initial commit 2008-05-08 22:29:38 -04:00
AUTHORS trivial: add my copyright 2008-09-06 11:12:24 +01:00
autogen.sh fix up deps and build system 2008-11-11 09:31:16 -05:00
configure.ac update bug report URL to point to our mailing list 2008-11-11 10:17:26 -05:00
COPYING update my email address 2008-11-11 10:13:24 -05:00
HACKING update location of git repos 2008-08-12 12:35:14 -04:00
Makefile.am fix up deps and build system 2008-11-11 09:31:16 -05:00
NEWS initial commit 2008-05-08 22:29:38 -04:00
README commit test 2008-05-08 22:39:07 -04:00

TODO