summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-04-14Add a config file with SleepTimeout and AllowHibernateEncryptedSwap entriesRichard Hughes1-93/+129
2010-03-30trivial: Add stubs to dummy backend to make it compile again.Michael Biebl1-0/+56
2010-03-29Get the suspend and hibernate commands from the backend, rather than hardcodi...Richard Hughes4-7/+34
2010-03-29Get the swap size from the backend, rather than hardcoding Linux specificsRichard Hughes4-61/+65
2010-03-29Get the encrypted swap status from the backend, rather than hardcoding Linux ...Richard Hughes3-108/+109
2010-03-29Get the kernel sleep capabilities from the backend, rather than hardcoding Li...Richard Hughes4-33/+54
2010-03-26Convert the daemon to using objects from libupower-glib, not devkit-power-gob...Richard Hughes5-227/+242
2010-03-26Do not warn what we are correcting energy-full when there is no data to copyRichard Hughes1-1/+1
2010-03-26Make dummy backend usable for architectures without a native backendMichael Biebl3-3/+24
2010-03-26Remove libdevkit-power-gobject dependency from backendsMichael Biebl4-8/+4
2010-02-23Fix up the FreeBSD backend compileMichael Biebl1-1/+1
2010-02-09trivial: remove two unused variables which break the build when using strict ...Richard Hughes1-2/+0
2010-02-09Add {Suspend,Hibernate}Allowed D-Bus methodsMartin Pitt3-0/+83
2010-02-09Add up_polkit_is_allowed() functionMartin Pitt2-0/+33
2010-02-08Add a new method and two new signals to inform userspace of the pending suspe...Richard Hughes3-22/+238
2010-02-07trivial: do not free errors that we do not allocate in the error pathsRichard Hughes1-4/+0
2010-02-07trivial: Fix up a void marshalling typeRichard Hughes1-1/+1
2010-02-06devkit-power-gobject/up-enum.h be goneMichael Biebl15-23/+29
2010-02-06Make sure the tests link against all necessary libraries.Michael Biebl1-2/+3
2010-02-05Move the history files to /var/lib/upowerMichael Biebl2-2/+2
2010-02-05Use the new project name in g_option_context_newMichael Biebl1-1/+1
2010-02-05Remove EGG_* log define.Michael Biebl4-16/+0
2010-01-27Update the Free Software Foundation addressRichard Hughes20-20/+20
2010-01-26trivial: add some more gtk-doc markup to the new objectsRichard Hughes1-13/+13
2010-01-26trivial: rename the new libupower 'type' to 'kind' to avoid clashing with GOb...Richard Hughes9-46/+46
2010-01-21Rename the man pages and rename the main daemon binary nameRichard Hughes4-19/+21
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