summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2009-08-20Add some more warnings, and fix up a few errors. Still more to fixRichard Hughes1-0/+4
2009-07-27Actually make compile with the linux backendRichard Hughes1-4/+20
2009-07-27Initial split to make DeviceKit-power compile without GUdev for non-linux pla...Richard Hughes1-6/+2
2009-07-06fix conflictsRichard Hughes1-3/+3
2009-07-06Port to PolicyKit1Richard Hughes1-2/+2
2009-07-06Fix conflictsRichard Hughes1-18/+10
2009-07-05Revert "Add a backlight interface so we can control backlight brightness with...Richard Hughes1-7/+0
2009-07-03Add a backlight interface so we can control backlight brightness without HALRichard Hughes1-0/+7
2009-07-03Move the udev rules to thier own directoryRichard Hughes1-13/+0
2009-07-03I must learn to spell deprecated...Richard Hughes1-1/+1
2009-07-03Protect the non-GObject accessors with DKP_DISABLE_DEPRECIATED and fix up the...Richard Hughes1-0/+1
2009-07-03Add battery recall data rulesRichard Hughes1-15/+19
2009-07-02udev rules files now live in /lib/udev/rules.d, not /etc/udev/rules.dRichard Hughes1-1/+1
2009-06-18Fix GUdev compileRichard Hughes1-0/+1
2009-06-15Initial search/replace port to GUdev. No testing done.Richard Hughes1-2/+2
2009-06-14Prefix the DkpDevice subclassed devices with device to make it clearerRichard Hughes1-4/+4
2009-05-05Add a property lid-is-closed so that we can finally drop the HAL dep in g-p-m...Richard Hughes1-0/+1
2009-02-27move the library directory from libdevkit-power to devkit-power-gobjectRichard Hughes1-2/+2
2009-02-26trivial: fix make distcheckRichard Hughes1-14/+15
2009-02-26bugfix: remove use of EggObjList, which was pretty hacky, and try to make the...Richard Hughes1-0/+1
2009-01-30trivial: actually load the new module, and register on the busRichard Hughes1-2/+9
2008-12-03trivial: only create the log file directory if we can write to the prefixRichard Hughes1-1/+3
2008-12-03trivial: whitespace changesRichard Hughes1-1/+1
2008-11-13trivial: expose object on the busRichard Hughes1-1/+1
2008-11-13feature: implement the .QoS interface -- still incompleteRichard Hughes1-0/+1
2008-11-13split out the polkit code from the daemon so it can be used in other modules ...Richard Hughes1-0/+1
2008-11-13feature: add in the interface file for QoS controlRichard Hughes1-2/+11
2008-10-23trivial: update defines needed for egg debugging codeRichard Hughes1-1/+4
2008-09-03support getting stats from DkpSupply devicesRichard Hughes1-0/+1
2008-08-28convert to using egg_ functionality like other projectsRichard Hughes1-0/+3
2008-08-22add functionality to monitor a Watts Up Pro deviceRichard Hughes1-0/+3
2008-08-13trivial: dist the corect udev rulesRichard Hughes1-1/+2
2008-08-13only match on USB HID devices so we don't try to connect to every USB device ...Richard Hughes1-7/+9
2008-08-12add support for old style HID UPS devicesRichard Hughes1-0/+1
2008-08-11create the history profile directory when we installRichard Hughes1-0/+3
2008-08-11check for libusb in configureRichard Hughes1-1/+1
2008-08-10add CSR support so we know about mice and keyboardsRichard Hughes1-0/+2
2008-08-09refactor out DkpDevice and DkpSupply so we can add another type of device wit...Richard Hughes1-6/+6
2008-08-08Add some udev rules to merge in the CSR miceRichard Hughes1-5/+10
2008-08-05split out the device list abstraction as a proper GObject so we can easily ge...Richard Hughes1-0/+1
2008-08-04use DkpHistoryObj in devkit-powerRichard Hughes1-1/+0
2008-08-04add simple history data to be saved and retrievedRichard Hughes1-0/+4
2008-08-01of course, the right thing to do is make a static lib to avoid playing with ....Richard Hughes1-3/+4
2008-08-01abstract out the meta-device into a seporate struct so we can copy it, check ...Richard Hughes1-0/+1
2008-08-01add some debugging infrastructureRichard Hughes1-0/+1
2008-08-01change the GObject prefix from DevkitPower to DkpRichard Hughes1-4/+4
2008-08-01rename some source filesRichard Hughes1-26/+27
2008-07-24split out the enumerated stuff into devkit-power-enum.[c|h] as they'll be mor...Richard Hughes1-0/+1
2008-05-08initial commitDavid Zeuthen1-0/+82