summaryrefslogtreecommitdiff
path: root/libdevkit-power
AgeCommit message (Collapse)AuthorFilesLines
2008-08-26trivial: forgot to change one fileRichard Hughes1-14/+14
2008-08-26remove the battery- and line-power- prefix from the device propertiesRichard Hughes2-125/+125
2008-08-22add a MONITOR type, and make the printing code a little mor saneRichard Hughes3-45/+58
2008-08-22trivial: add some unit commentsRichard Hughes1-9/+9
2008-08-20don't export a shared libraryRichard Hughes1-19/+2
2008-08-15headers should be in /usr/include/DeviceKit/devkit-power not ↵Richard Hughes1-2/+2
/usr/include/DeviceKit-power/dkp-gobject
2008-08-11actually print the stats when we call dkp_client_device_print()Richard Hughes2-5/+32
2008-08-11make the library into a proper shared library I can use in gnome-power-managerRichard Hughes1-2/+19
2008-08-11move DkpClient and DkpClientDevice to libdevkit-powerRichard Hughes5-2/+818
2008-08-10the enums of of DkpDevice origin, not DkpSourceRichard Hughes6-133/+133
2008-08-10Add DkpObject printing hooks for mouse and keyboardRichard Hughes1-2/+25
2008-08-09fix dkp_object_clear to actually do the right thing and not free the objectRichard Hughes1-11/+21
2008-08-05don't segfault when a history file is present but emptyRichard Hughes1-1/+1
2008-08-04use DkpHistoryObj in devkit-powerRichard Hughes3-0/+226
2008-08-04add a function dkp_object_diff() to pretty print the differences between two ↵Richard Hughes2-20/+144
DkpObject's
2008-08-04print a better seconds/minutes/hours text -- needs localising properlyRichard Hughes1-6/+30
2008-08-01of course, the right thing to do is make a static lib to avoid playing with ↵Richard Hughes8-0/+1082
../src/ type paths