summaryrefslogtreecommitdiff
path: root/src/dkp-device.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-11turn some methods into propertiesDavid Zeuthen1-1/+7
2008-11-11move object paths so things are rooted under /org/freedesktop/DeviceKit/PowerDavid Zeuthen1-1/+1
2008-11-11update my email addressDavid Zeuthen1-1/+1
2008-11-11bugfix: fix the include headers for DeviceKit 002Richard Hughes1-1/+1
2008-11-08trivial: add a resolution parameter to GetHistory rather than just guessing a...Richard Hughes1-2/+2
2008-11-07bugfix: use 0 for unknown, not -1 as some values like rate and voltage are va...Richard Hughes1-3/+3
2008-11-07feature: all logging for all the other device types tooRichard Hughes1-10/+53
2008-11-07feature: add voltage property of a power deviceRichard Hughes1-0/+8
2008-10-23feature: add two new properties, has-history and has-statisticsRichard Hughes1-0/+16
2008-09-03trivial: there are 101 entries, not 100Richard Hughes1-3/+3
2008-08-28switch from using GPtrArray to EggObjList as this provides us with auto array...Richard Hughes1-6/+10
2008-08-28convert to using egg_ functionality like other projectsRichard Hughes1-6/+6
2008-08-26trivial fixupRichard Hughes1-2/+2
2008-08-26don't return stats when we actually mean history -- the stats parts need to b...Richard Hughes1-3/+62
2008-08-26remove the battery- and line-power- prefix from the device propertiesRichard Hughes1-28/+28
2008-08-13failure to register on the bus or refresh is a fatal coldplugRichard Hughes1-2/+7
2008-08-12don't force a refresh in DkpDevice if the coldplugging failedRichard Hughes1-4/+5
2008-08-12the : char is not a allowed in a object_pathRichard Hughes1-0/+2
2008-08-11fix device adding and removalRichard Hughes1-4/+4
2008-08-11trivial: add GObject tests for DkpDeviceRichard Hughes1-1/+19
2008-08-10the enums of of DkpDevice origin, not DkpSourceRichard Hughes1-6/+6
2008-08-10add CSR support so we know about mice and keyboardsRichard Hughes1-27/+36
2008-08-10don't try to access klass->get_stats() if it's not setRichard Hughes1-0/+7
2008-08-09refactor out DkpDevice and DkpSupply so we can add another type of device wit...Richard Hughes1-34/+542
2008-08-08make get_on_battery and get_low_battery part of the DkpDevice vtable, not dir...Richard Hughes1-2/+23
2008-08-05don't get the ID in DkpDevice, we already set it in DkpSourceRichard Hughes1-5/+0
2008-08-01add some debugging infrastructureRichard Hughes1-3/+9
2008-08-01convert spaces to tabs, and make sure functions have sensible namesRichard Hughes1-16/+33
2008-08-01change the GObject prefix from DevkitPower to DkpRichard Hughes1-16/+16
2008-08-01rename some source filesRichard Hughes1-2/+2
2008-08-01add some more GCC warningsRichard Hughes1-0/+92