summaryrefslogtreecommitdiff
path: root/src/up-device.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-26daemon: release resources at shutdownPeter Wu1-0/+16
2014-11-26daemon: fix memleaks in GetStatistics and GetHistoryPeter Wu1-6/+14
2013-10-18daemon: Don't get in a bad state when refresh failsBastien Nocera1-5/+3
2013-10-18daemon: Fix typos in commentsBastien Nocera1-1/+1
2013-10-18daemon: Add small doc update_warning_levelBastien Nocera1-0/+2
2013-10-17daemon: Fix crash when device is removedBastien Nocera1-0/+2
2013-10-17all: Remove *changed signalsBastien Nocera1-20/+0
2013-10-17daemon: Make warning-level UpDevice property writableBastien Nocera1-1/+4
2013-10-16daemon: Fix sending device's PropertiesChanged signalBastien Nocera1-1/+1
2013-10-16daemon: Emit PropertiesChanged for computed properties tooBastien Nocera1-2/+10
2013-10-16daemon: Add GetDisplayDevice methodBastien Nocera1-0/+16
2013-10-16daemon: Use constant for the devices object pathsBastien Nocera1-1/+3
2013-10-15daemon: Remove left-over debugBastien Nocera1-2/+0
2013-10-15daemon: Make UpDevice emit PropertiesChanged signalsBastien Nocera1-1/+64
2013-10-15daemon: Fix possible crasher in UpDevice self-testBastien Nocera1-0/+4
2013-10-15daemon: Remove unused internal D-Bus proxyBastien Nocera1-10/+1
2013-10-15daemon: Register on the Bus after coldplugBastien Nocera1-21/+10
2013-10-14daemon: Move all computations of warning level to daemonBastien Nocera1-8/+6
2013-10-14daemon: Add IconName propertyBastien Nocera1-0/+79
2013-10-14daemon: Add small hack for keyboards and miceBastien Nocera1-0/+1
2013-10-14daemon: Replace "on-low-battery" propertyBastien Nocera1-19/+0
2013-10-14daemon: Add WarningLevel device propertyBastien Nocera1-0/+47
2013-10-14daemon: Remove unneeded reset of priv struct membersBastien Nocera1-7/+0
2013-10-14Remove obsolete battery recall propertiesBastien Nocera1-55/+0
2013-10-14daemon: Simplify _new() functionsBastien Nocera1-3/+1
2013-08-23Add temperature property for batteriesSeth Forshee1-0/+16
2013-02-20Revert "Add option to run daemon on the session bus for testing"Martin Pitt1-1/+1
2012-10-30Add luminosity propertyJulien Danjou1-0/+16
2011-04-26Add option to run daemon on the session bus for testingMartin Pitt1-1/+1
2010-11-01Port from EggDebug to the GLib built-in logging frameworkRichard Hughes1-11/+9
2010-06-05Port to GTestRichard Hughes1-27/+0
2010-05-28trivial: Get rid of some over-verbose debuggingRichard Hughes1-2/+0
2010-03-26Convert the daemon to using objects from libupower-glib, not devkit-power-gob...Richard Hughes1-10/+14
2010-02-06devkit-power-gobject/up-enum.h be goneMichael Biebl1-1/+1
2010-01-26trivial: rename the new libupower 'type' to 'kind' to avoid clashing with GOb...Richard Hughes1-7/+7
2010-01-18Rename the DBus service from org.freedesktop.DeviceKit.Power to org.freedeskt...Richard Hughes1-1/+1
2010-01-18trivial: rename some internal defines for the upower moveRichard Hughes1-6/+6
2010-01-18trivial: DkpStatsObj -> UpStatsObj (no ABI or API break)Richard Hughes1-2/+2
2010-01-18trivial: DkpHistory -> UpHistory (no ABI or API break)Richard Hughes1-19/+19
2010-01-18trivial: DkpNative -> UpNative (no ABI or API break)Richard Hughes1-1/+1
2010-01-18trivial: switch to using the new enum names internally (no ABI or API break)Richard Hughes1-11/+11
2010-01-18trivial: DkpDevice -> UpDevice (no ABI or API break)Richard Hughes1-125/+125
2010-01-18trivial: DkpDaemon -> UpDaemon (no ABI or API break)Richard Hughes1-9/+9
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or A...Richard Hughes1-0/+1224