summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2011-07-19Use git.mk and remove the manual .gitignore filesRichard Hughes1-0/+2
2011-03-21upower needs -pthreadLandry Breuil1-0/+2
Signed-off-by: Richard Hughes <richard@hughsie.com>
2011-02-23Drop devkit and devkit-power-daemon symlinksMichael Biebl1-3/+0
Signed-off-by: Richard Hughes <richard@hughsie.com>
2010-11-01Port from EggDebug to the GLib built-in logging frameworkRichard Hughes1-2/+1
2010-02-05Make the upower client tool use libupwer-glib, rather than devit-power-gobjectRichard Hughes1-3/+3
2010-02-05Remove EGG_* log define.Michael Biebl1-4/+0
The EGG_* log defines don't seem to be used and still reference the old DeviceKit-power name. So just remove it.
2010-01-21Rename the man pages and rename the main daemon binary nameRichard Hughes1-1/+1
2010-01-21Make the client tool be called upower, but maintain a symlink to devkit-powerRichard Hughes1-28/+7
2010-01-18Rename the DBus service from org.freedesktop.DeviceKit.Power to ↵Richard Hughes1-2/+2
org.freedesktop.UPower
2010-01-18trivial: rename some internal defines for the upower moveRichard Hughes1-3/+3
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or ↵Richard Hughes1-8/+8
ABI changes
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 ↵Richard Hughes1-0/+1
the client tool
2009-02-27move the library directory from libdevkit-power to devkit-power-gobjectRichard Hughes1-2/+2
2009-02-26trivial: fix make distcheckRichard Hughes1-11/+12
2009-02-26bugfix: remove use of EggObjList, which was pretty hacky, and try to make ↵Richard Hughes1-0/+1
the library more sane
2009-01-23trivial: add a fixmeRichard Hughes1-1/+0
2008-11-11nuke devkit-power-on-battery for nowDavid Zeuthen1-17/+1
2008-10-23trivial: update defines needed for egg debugging codeRichard Hughes1-1/+4
2008-08-28convert to using egg_ functionality like other projectsRichard Hughes1-0/+5
2008-08-11move DkpClient and DkpClientDevice to libdevkit-powerRichard Hughes1-4/+0
2008-08-09refactor out DkpDevice and DkpSupply so we can add another type of device ↵Richard Hughes1-4/+4
without a metric ton of copy and paste
2008-08-05abstract out the client and client device parts of the devkit-power toolRichard Hughes1-0/+4
2008-08-04add a new ninary to get the battery power stateRichard Hughes1-3/+16
2008-08-01of course, the right thing to do is make a static lib to avoid playing with ↵Richard Hughes1-3/+4
../src/ type paths
2008-08-01abstract out the meta-device into a seporate struct so we can copy it, check ↵Richard Hughes1-0/+2
for changes and print it
2008-08-01rework devkit-power tool, more work to comeRichard Hughes1-9/+10
2008-05-08initial commitDavid Zeuthen1-0/+49