summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-01-18Rename the PolicyKit rules from org.freedesktop.devicekit.power to org.freede...Richard Hughes4-10/+10
2010-01-18Rename the DBus service from org.freedesktop.DeviceKit.Power to org.freedeskt...Richard Hughes13-81/+81
2010-01-18trivial: rename some internal defines for the upower moveRichard Hughes8-39/+41
2010-01-18trivial: DkpStatsObj -> UpStatsObj (no ABI or API break)Richard Hughes2-9/+9
2010-01-18trivial: DkpWakeups -> UpWakeups (no ABI or API break)Richard Hughes5-134/+134
2010-01-18trivial: DkpQos -> UpQos (no ABI or API break)Richard Hughes5-121/+121
2010-01-18trivial: DkpHistory -> UpHistory (no ABI or API break)Richard Hughes4-209/+209
2010-01-18trivial: switch to using the new udev attribute names (no ABI or API break)Richard Hughes4-16/+16
2010-01-18trivial: DkpInput -> UpInput (no ABI or API break)Richard Hughes3-48/+48
2010-01-18trivial: DkpNative -> UpNative (no ABI or API break)Richard Hughes7-21/+21
2010-01-18trivial: switch to using the new internal library name (no ABI or API break)Richard Hughes4-13/+13
2010-01-18trivial: switch to using the new marshal names internally (no ABI or API break)Richard Hughes5-9/+9
2010-01-18trivial: convert freebsd private object to using upower prefix (no ABI or API...Richard Hughes11-193/+193
2010-01-18trivial: switch to using the new enum names internally (no ABI or API break)Richard Hughes10-117/+117
2010-01-18trivial: DkpPolkit -> UpPolkit (no ABI or API break)Richard Hughes5-74/+74
2010-01-18trivial: DkpDevice -> UpDevice (no ABI or API break)Richard Hughes24-845/+845
2010-01-18trivial: DkpDaemon -> UpDaemon (no ABI or API break)Richard Hughes17-222/+222
2010-01-18trivial: DkpBackend -> UpBackend (no ABI or API break)Richard Hughes9-216/+216
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or A...Richard Hughes49-190/+191
2010-01-17trivial: use g_set_error() in more placesRichard Hughes2-4/+4
2010-01-11Use a fallback for the capability bit when checking the lid status. Fixes #25041Richard Hughes1-1/+6
2010-01-03trivial: be a whitespace and format naziRichard Hughes8-261/+250
2010-01-03import the FreeBSD backendJoe Marcus Clarke15-1/+2080
2009-12-16Check if swap exists before determining how much is freeDebbie Beliveau1-0/+10
2009-12-14Fix segfault in the history code. Fixes fd#25632Richard Hughes1-0/+6
2009-12-01Make some small cleanups in prep for the releaseRichard Hughes3-24/+58
2009-11-25Use a gdouble for percentage.Byron Clark1-2/+2
2009-11-23Update some common egg code for better debugging supportRichard Hughes4-102/+268
2009-11-23Some batteries give out massive rate values when nearly emptyRichard Hughes1-3/+7
2009-11-22When the internal battery is in the unknown state, we can't make a decision w...Richard Hughes1-0/+2
2009-11-17Some vendors fill the NVRAM full of junk. Don't crash the daemon if the batte...Richard Hughes1-0/+34
2009-11-17Avoid going from discharging to pending-discharge when the expansion battery ...Richard Hughes1-8/+20
2009-10-21Fix a trivial copy-paste error that broke hibernate for a lot of peopleRichard Hughes1-1/+1
2009-10-16When we do a delayed refresh, actually do 5 x 1 second apart rather than 1 x ...Richard Hughes1-17/+44
2009-10-16Connect to the device changed signal rather than the backend changed signal s...Richard Hughes2-40/+55
2009-10-16Don't emit changed events from the DkpBackend layer, instead push then throug...Richard Hughes2-20/+9
2009-10-16add trivial comment markup entryRichard Hughes1-0/+4
2009-10-16Detect encrypted swap and prevent hibernate in this case. Fixes fd#23196Richard Hughes1-8/+133
2009-10-14Ensure we only reset the update-time property when we have done the refresh, ...Richard Hughes3-9/+14
2009-10-01Use voltage_now as a fallback to the design voltage, and return 10.0V if no v...Richard Hughes1-8/+44
2009-09-30Use the sysfs file 'type' to work out the battery type as the presence of 'on...Richard Hughes1-5/+26
2009-09-18Convert the property names to be FirstLetterCaps rather than dash-dash so KDE...Richard Hughes3-55/+55
2009-09-11Use g_ptr_array_new_with_free_func() in more places to make client applicatio...Richard Hughes5-18/+12
2009-09-11Fix up a few problems spotted by clangRichard Hughes5-27/+22
2009-09-11bugfix: freeze and thaw the device during initial coldplugRichard Hughes2-0/+17
2009-09-11Be more militant with refcount checking to prevent crashesRichard Hughes5-8/+34
2009-09-11Add some self tests and fix up some obvious bugsRichard Hughes25-35/+819
2009-09-11Fix up some more memory leaksRichard Hughes4-30/+52
2009-09-11bugfix: make the remove logic much cleaner to try to fix bugs where removing ...Richard Hughes15-293/+266
2009-09-11Fix a crash with the Linux backendRichard Hughes2-9/+6