Richard Hughes
|
59357d79f3
|
Use g_ptr_array_new_with_free_func() in more places to make client applications easier
|
2009-09-11 16:14:24 +01:00 |
|
Richard Hughes
|
b8dd8ffe1e
|
trivial: fix up two issues from code review
|
2009-09-11 14:44:58 +01:00 |
|
Richard Hughes
|
97a7824844
|
Fix up a few problems spotted by clang
|
2009-09-11 14:39:48 +01:00 |
|
Richard Hughes
|
2f211aa7a7
|
bugfix: freeze and thaw the device during initial coldplug
|
2009-09-11 14:22:57 +01:00 |
|
Richard Hughes
|
a09005a0a3
|
Be more militant with refcount checking to prevent crashes
|
2009-09-11 14:08:08 +01:00 |
|
Richard Hughes
|
9785f18d7e
|
Add some self tests and fix up some obvious bugs
|
2009-09-11 13:51:28 +01:00 |
|
Richard Hughes
|
8cb468ce64
|
Fix up some more memory leaks
|
2009-09-11 12:34:25 +01:00 |
|
Richard Hughes
|
ca604fe92b
|
bugfix: make the remove logic much cleaner to try to fix bugs where removing the mouse kills the session
|
2009-09-11 12:05:16 +01:00 |
|
Richard Hughes
|
ce955ea09f
|
Fix a crash with the Linux backend
|
2009-09-11 09:58:46 +01:00 |
|
Richard Hughes
|
d42187ef5f
|
trivial: fix make distcheck
|
2009-09-11 09:58:32 +01:00 |
|
Richard Hughes
|
2afa769c5f
|
Fix compile for Linux backend
|
2009-09-11 09:52:32 +01:00 |
|
Richard Hughes
|
de7c4bcc37
|
Fix conflicts in the merge
|
2009-09-11 09:45:41 +01:00 |
|
Richard Hughes
|
309325949f
|
Uncomment enough warnings so master actually compiles...
|
2009-08-20 15:45:03 +01:00 |
|
Richard Hughes
|
063e0fa4c2
|
Add some more warnings, and fix up a few errors. Still more to fix
|
2009-08-20 14:59:46 +01:00 |
|
Richard Hughes
|
19e4347260
|
Remove depricated g_strcasecmp and convert to g_ascii_strcasecmp
|
2009-08-19 13:37:33 +01:00 |
|
Richard Hughes
|
40e554865d
|
Merge branch 'master' into not-just-gudev2
|
2009-08-06 11:18:10 +01:00 |
|
Richard Hughes
|
260cf76f1d
|
Only disable the polling if the kernel tells us we're fully charged, not if we guessed it
|
2009-08-03 15:32:59 +01:00 |
|
Richard Hughes
|
ca12319d1f
|
Merge branch 'master' into not-just-gudev2
|
2009-07-31 08:58:29 +01:00 |
|
Arnaud Quette
|
5ef00f7287
|
Add another UPS device ID
Signed-off-by: Richard Hughes <richard@hughsie.com>
|
2009-07-31 08:57:54 +01:00 |
|
Richard Hughes
|
db729c1793
|
Update README to reflect reality
|
2009-07-28 13:46:29 +01:00 |
|
Arnaud Quette
|
8b16bc0cdf
|
Update list of HID UPS devices
|
2009-07-27 17:21:55 +01:00 |
|
Richard Hughes
|
90501fc1ea
|
Actually make compile with the linux backend
|
2009-07-27 17:15:27 +01:00 |
|
Richard Hughes
|
0c8d29a90f
|
Initial split to make DeviceKit-power compile without GUdev for non-linux platforms
|
2009-07-27 16:40:11 +01:00 |
|
Richard Hughes
|
8cf5c058c3
|
Return meaningfull errors if the user tries to suspend or hibernate without kernel support or swap setup
|
2009-07-22 17:05:12 +01:00 |
|
Richard Hughes
|
acd4dc82da
|
trivial: post release version bump
|
2009-07-22 13:06:00 +01:00 |
|
Richard Hughes
|
d264375f52
|
Released DeviceKit-power 010
|
2009-07-22 12:59:56 +01:00 |
|
Richard Hughes
|
14ed2df836
|
trivial: correct a few function prefixes
|
2009-07-22 11:35:36 +01:00 |
|
Richard Hughes
|
8e76382029
|
Fix a trivial compile warning
|
2009-07-22 11:32:56 +01:00 |
|
Richard Hughes
|
f7a00c582a
|
Only refresh all battery devices when the ac-adaptor changes
|
2009-07-22 08:16:27 +01:00 |
|
Richard Hughes
|
fbbc823a48
|
Refresh all battery devices after a power event, and again after a short delay. Fixes rh#512995
|
2009-07-21 20:35:58 +01:00 |
|
Richard Hughes
|
969c6a928a
|
If we don't have enough swap available, don't advertise hibernate. Fixes rh#513015
|
2009-07-21 19:44:48 +01:00 |
|
Richard Hughes
|
9805175e6e
|
Query the kernel to decide if we have hibernate and suspend support
|
2009-07-21 19:44:37 +01:00 |
|
Richard Hughes
|
e44e8b0b79
|
Use the global battery state as a metric when single battery machines are not charging or discharging
|
2009-07-20 15:56:35 +01:00 |
|
Richard Hughes
|
a9ccd95de3
|
Fix up compile as merging two branches missed a hunk
|
2009-07-15 16:00:06 +01:00 |
|
Richard Hughes
|
902ec925f3
|
Only guess the battery status if we have more than one battery in the system
|
2009-07-13 12:34:31 +01:00 |
|
Richard Hughes
|
838ea68b2d
|
Add a private dkp_daemon_get_number_devices_of_type() function to the daemon
|
2009-07-13 12:34:21 +01:00 |
|
Richard Hughes
|
4f088d44d6
|
Correct a description string from one of the new enums
|
2009-07-13 12:34:13 +01:00 |
|
Loïc Minier
|
a37bfc1756
|
Add a notify flag to set_lid_is_closed
Add a notify flag to set_lid_is_closed and use it only on input cold
plug.
http://bugs.freedesktop.org/show_bug.cgi?id=22574
https://launchpad.net/bugs/385135
|
2009-07-06 17:29:00 +01:00 |
|
Richard Hughes
|
c0dd7493bd
|
fix conflicts
|
2009-07-06 13:54:17 +01:00 |
|
Richard Hughes
|
618c8093aa
|
Port to PolicyKit1
|
2009-07-06 13:41:48 +01:00 |
|
Richard Hughes
|
364c26f631
|
trivial: post release version bump
|
2009-07-06 13:24:42 +01:00 |
|
Richard Hughes
|
ab0dea561d
|
Released DeviceKit-power 009
|
2009-07-06 13:23:29 +01:00 |
|
Richard Hughes
|
d653489227
|
Add two new state enums, pending-discharge and pending-charge
|
2009-07-06 12:13:14 +01:00 |
|
Richard Hughes
|
161d2d50c1
|
Fix conflicts
|
2009-07-06 10:13:02 +01:00 |
|
Richard Hughes
|
86f6278f61
|
Use the global state to fix the unknown battery status
|
2009-07-06 10:01:34 +01:00 |
|
Richard Hughes
|
bbd289ee81
|
Move a hack about the fully charged level from g-p-m
|
2009-07-06 09:13:49 +01:00 |
|
Richard Hughes
|
37767c77bb
|
Revert "Add a backlight interface so we can control backlight brightness without HAL"
This reverts commit fec78d3fbb.
|
2009-07-05 09:34:55 +01:00 |
|
Richard Hughes
|
5994922a0a
|
Revert "Fix a tiny bug that could cause a crash"
This reverts commit ec0023c347.
|
2009-07-05 09:34:54 +01:00 |
|
Richard Hughes
|
cda6d85a9d
|
Revert "Make it very clear that the Backlight interface is temporary"
This reverts commit 65571eed9d.
|
2009-07-05 09:34:54 +01:00 |
|
Richard Hughes
|
65571eed9d
|
Make it very clear that the Backlight interface is temporary
|
2009-07-03 16:58:00 +01:00 |
|