index
:
upower
0.9
1.0
master
upower-0.99
wip/hadess/abi-check-params
wip/hadess/more-catchsegv
wip/hadess/upower-session
Power management support for DeviceKit (mirrored from https://gitlab.freedesktop.org/upower/upower)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dkp-supply.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-14
Prefix the DkpDevice subclassed devices with device to make it clearer
Richard Hughes
1
-703
/
+0
2009-06-14
Don't assume all batteries have positive energy_full values
Richard Hughes
1
-6
/
+8
2009-06-14
For power_supply, unknown is a valid state from the kernel
Richard Hughes
1
-0
/
+2
2009-06-14
Mark batteries as empty if they have unknown state and a very low energy
Richard Hughes
1
-0
/
+6
2009-05-27
Fix up the return statuses from coldplug and refresh, as different modules ar...
Richard Hughes
1
-3
/
+10
2009-05-26
Don't poll on unknown forever. Based on a patch from Matthew Garrett, many th...
Richard Hughes
1
-2
/
+15
2009-05-26
Setup different polls based on the battery state. Based on a patch from Matth...
Richard Hughes
1
-9
/
+39
2009-05-26
Allow the daemon to get the global online state for all devices
Matthew Garrett
1
-0
/
+27
2009-05-26
Trivially fix a compile error
Richard Hughes
1
-1
/
+1
2009-05-14
Correct a debugging statement
Richard Hughes
1
-1
/
+1
2009-05-13
A better fix for rh#495493
Richard Hughes
1
-5
/
+2
2009-05-13
Continue to poll when power supply device is marked unknown. Might fix rh#495493
Richard Hughes
1
-1
/
+2
2009-05-12
Decrease the poll timeout to 2 seconds
Richard Hughes
1
-1
/
+1
2009-05-12
Only get the device state for the poll after the refresh
Richard Hughes
1
-4
/
+3
2009-05-11
Don't overwrite energy-full-design with zero after coldplug
Richard Hughes
1
-0
/
+1
2009-03-09
trivial: correct the percentage change calculation with the new code
Richard Hughes
1
-1
/
+8
2009-02-27
trivial: remove egg-string
Richard Hughes
1
-1
/
+0
2009-02-27
feature: get rid of DkpObject and instead use the GObject property system cor...
Richard Hughes
1
-119
/
+183
2009-01-23
bugfix: check all the power supply fields for valid data
Richard Hughes
1
-8
/
+18
2009-01-15
bugfix: special case machines where the kernel gives up converting charge to ...
Richard Hughes
1
-20
/
+36
2008-12-19
bugfix: fix the battery capacity calculation. Fixes fd#19165
Richard Hughes
1
-1
/
+1
2008-11-11
update my email address
David Zeuthen
1
-1
/
+1
2008-11-11
bugfix: fix the include headers for DeviceKit 002
Richard Hughes
1
-1
/
+1
2008-11-07
bugfix: use 0 for unknown, not -1 as some values like rate and voltage are va...
Richard Hughes
1
-8
/
+8
2008-11-07
feature: all logging for all the other device types too
Richard Hughes
1
-71
/
+0
2008-11-07
feature: add voltage property of a power device
Richard Hughes
1
-0
/
+2
2008-11-04
trivial: convert the data getting to enumerated types
Richard Hughes
1
-10
/
+15
2008-10-23
trivial: 'unexport' dkp_acpi_to_device_technology
Richard Hughes
1
-1
/
+26
2008-10-23
feature: add two new properties, has-history and has-statistics
Richard Hughes
1
-0
/
+2
2008-09-04
bugfix: don't unconditionally set the energy_full to energy_full_design if la...
Richard Hughes
1
-6
/
+16
2008-09-03
poll every 10 seconds to get better stats results
Richard Hughes
1
-1
/
+1
2008-09-03
support getting stats from DkpSupply devices
Richard Hughes
1
-0
/
+22
2008-08-28
switch from using GPtrArray to EggObjList as this provides us with auto array...
Richard Hughes
1
-2
/
+2
2008-08-28
convert to using egg_ functionality like other projects
Richard Hughes
1
-9
/
+11
2008-08-28
save the time to full and time to empty too
Richard Hughes
1
-0
/
+6
2008-08-26
don't return stats when we actually mean history -- the stats parts need to b...
Richard Hughes
1
-3
/
+3
2008-08-26
remove the battery- and line-power- prefix from the device properties
Richard Hughes
1
-73
/
+73
2008-08-26
don't report negative rate when charging
Richard Hughes
1
-4
/
+0
2008-08-11
reresh the object before we calculate the id, else we fail and do not get his...
Richard Hughes
1
-2
/
+3
2008-08-10
the enums of of DkpDevice origin, not DkpSource
Richard Hughes
1
-20
/
+20
2008-08-10
trivial cosmetic changes to DkpSupply
Richard Hughes
1
-2
/
+4
2008-08-09
refactor out DkpDevice and DkpSupply so we can add another type of device wit...
Richard Hughes
1
-0
/
+520