summaryrefslogtreecommitdiff
path: root/libdevkit-power
AgeCommit message (Expand)AuthorFilesLines
2009-02-09bugfix: fix the QoS interface, and abstract out the objectRichard Hughes4-0/+193
2009-02-04bugfix: fix compile failure with gcc-4.4.0 and old versions of glib2Richard Hughes4-4/+4
2009-01-30trivial: return zero for GetTotal when the method failsRichard Hughes1-1/+1
2009-01-30trivial: add a simple GObject helper for the Wakeups interfaceRichard Hughes3-0/+351
2009-01-30trivial: change the interface to be a double with per seconds, not per minuteRichard Hughes2-3/+3
2009-01-30trivial: add a DkpWakeupsObj structure for future useRichard Hughes3-2/+157
2009-01-23trivial: use g_strcmp0 in more placesRichard Hughes1-31/+31
2009-01-23trivial: add back the files that were renamedRichard Hughes2-0/+570
2009-01-23trivial: add a fixmeRichard Hughes6-622/+121
2008-11-12trivial cleanups of davidz patch -- no functional changesRichard Hughes1-62/+79
2008-11-11turn some methods into propertiesDavid Zeuthen2-140/+160
2008-11-11move object paths so things are rooted under /org/freedesktop/DeviceKit/PowerDavid Zeuthen1-2/+4
2008-11-11update my email addressDavid Zeuthen2-2/+2
2008-11-08trivial: add a resolution parameter to GetHistory rather than just guessing a...Richard Hughes3-4/+7
2008-11-08bigfix: fix a problem with egg_obj_list_clear where the last item was not bei...Richard Hughes1-8/+5
2008-11-07bugfix: use 0 for unknown, not -1 as some values like rate and voltage are va...Richard Hughes1-9/+9
2008-11-07feature: all logging for all the other device types tooRichard Hughes1-34/+39
2008-11-07feature: add voltage property of a power deviceRichard Hughes2-0/+16
2008-11-04expand the client helper library to cover all the base API for gnome-power-ma...Richard Hughes2-7/+154
2008-10-23trivial: egg updatesRichard Hughes1-1/+0
2008-10-23trivial: 'unexport' dkp_acpi_to_device_technology - 2Richard Hughes1-31/+0
2008-10-23feature: add two new properties, has-history and has-statisticsRichard Hughes5-4/+27
2008-10-23trivial: update defines needed for egg debugging codeRichard Hughes1-1/+4
2008-10-23trivial: egg updatesRichard Hughes2-24/+218
2008-09-06trivial: egg updatesRichard Hughes1-15/+10
2008-09-04Add two remove functions to the generic object listRichard Hughes2-2/+61
2008-09-04trivial egg updatesRichard Hughes1-1/+1
2008-09-03bugfix: don't clear the list when we print itRichard Hughes1-1/+0
2008-09-03trivial: add to_sting and from_string methods to DkpStatsObjRichard Hughes2-0/+43
2008-09-03rename the printed string from Stats to HistoryRichard Hughes1-2/+2
2008-09-02trivial updates to shared egg- filesRichard Hughes1-4/+4
2008-08-29move the savelist code form DkpHistory to EggObjList as it's a common actionRichard Hughes2-0/+131
2008-08-29trivial: add some functionality to the EggObjListRichard Hughes2-0/+68
2008-08-28switch from using GPtrArray to EggObjList as this provides us with auto array...Richard Hughes5-14/+349
2008-08-28convert to using egg_ functionality like other projectsRichard Hughes13-435/+83
2008-08-26don't return stats when we actually mean history -- the stats parts need to b...Richard Hughes2-10/+80
2008-08-26add DkpStatsObj convenience helpersRichard Hughes3-0/+125
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 /usr/include/Dev...Richard Hughes1-2/+2
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