summaryrefslogtreecommitdiff
path: root/tools/up-tool.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-04linux: use the number of active DRM devices to determine the system docked ↵Richard Hughes1-1/+4
status Not ideal, but better than relying on ACPI.
2010-11-01Port from EggDebug to the GLib built-in logging frameworkRichard Hughes1-5/+2
2010-03-26Ensure we enumerate devices before we start monitoring themRichard Hughes1-0/+5
2010-02-06Update help and g_option_context_new to upowerMichael Biebl1-3/+3
2010-02-05trivial: fix a compile warningRichard Hughes1-0/+1
2010-02-05Use GCancellable in libupower-glib so we can eventually get to GIO async ↵Richard Hughes1-5/+5
methods without breaking future API
2010-02-05Make the upower client tool use libupwer-glib, rather than devit-power-gobjectRichard Hughes1-60/+81
2010-01-21Make the client tool be called upower, but maintain a symlink to devkit-powerRichard Hughes1-1/+0
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or ↵Richard Hughes1-0/+337
ABI changes