summaryrefslogtreecommitdiff
path: root/src/dummy
Commit message (Expand)AuthorAgeFilesLines
* device: Handle device coldplug using GInitableBenjamin Berg2022-04-201-1/+1
* device: Move daemon/native object into construct only propertiesBenjamin Berg2022-04-011-3/+3
* build: Remove autotoolsBastien Nocera2021-09-061-32/+0
* build: Support building upower with mesonBenjamin Berg2021-09-021-0/+9
* up-backend: add inhibitor lock interfaceDylan Van Assche2021-08-171-0/+17
* Replace use of G_TYPE_INSTANCE_GET_PRIVATEChristian Kellner2019-02-211-3/+1
* Replace use of deprecated g_type_class_add_privateChristian Kellner2019-02-211-3/+1
* build: Fix missing includesBastien Nocera2015-09-231-0/+1
* daemon: remove custom marshal setupCosimo Cecchi2015-07-291-3/+2
* build: remove dependency on dbus-glib and libdbusCosimo Cecchi2015-07-291-1/+0
* daemon: release resources at shutdownPeter Wu2014-11-261-0/+20
* all: convert value from g_get_real_time() to secondsEvangelos Foutras2014-10-081-1/+1
* all: Use g_get_real_time() when possibleBastien Nocera2014-09-241-3/+1
* daemon: Better timeout source namingBastien Nocera2013-10-261-1/+1
* all: Add GetCriticalAction daemon methodBastien Nocera2013-10-171-0/+13
* daemon: Require newer GLibBastien Nocera2013-10-141-2/+0
* daemon: Add CriticalPowerActionBastien Nocera2013-10-141-0/+12
* daemon: Remove obsolete featuresBastien Nocera2013-10-141-71/+0
* daemon: Simplify _new() functionsBastien Nocera2013-10-141-3/+1
* Don't use the deprecated INCLUDES in Makefile.amRichard Hughes2013-01-141-1/+1
* Use systemd for suspend and hibernateMatthias Clasen2012-07-111-0/+6
* Use git.mk and remove the manual .gitignore filesRichard Hughes2011-07-192-7/+1
* Port from EggDebug to the GLib built-in logging frameworkRichard Hughes2010-11-012-3/+2
* trivial: fix make distcheckRichard Hughes2010-07-121-0/+8
* Port to GTestRichard Hughes2010-06-053-52/+1
* Assign names to our idle sources when using new versions of glib2Richard Hughes2010-06-051-1/+5
* trivial: Add stubs to dummy backend to make it compile again.Michael Biebl2010-03-301-0/+56
* Make dummy backend usable for architectures without a native backendMichael Biebl2010-03-262-2/+23
* Remove libdevkit-power-gobject dependency from backendsMichael Biebl2010-03-261-1/+0
* devkit-power-gobject/up-enum.h be goneMichael Biebl2010-02-061-0/+1
* Remove EGG_* log define.Michael Biebl2010-02-051-4/+0
* Update the Free Software Foundation addressRichard Hughes2010-01-271-1/+1
* trivial: rename the new libupower 'type' to 'kind' to avoid clashing with GOb...Richard Hughes2010-01-261-1/+1
* trivial: rename some internal defines for the upower moveRichard Hughes2010-01-181-5/+5
* trivial: DkpNative -> UpNative (no ABI or API break)Richard Hughes2010-01-181-5/+5
* trivial: switch to using the new internal library name (no ABI or API break)Richard Hughes2010-01-181-2/+2
* trivial: switch to using the new marshal names internally (no ABI or API break)Richard Hughes2010-01-181-2/+2
* trivial: switch to using the new enum names internally (no ABI or API break)Richard Hughes2010-01-181-2/+2
* trivial: DkpDevice -> UpDevice (no ABI or API break)Richard Hughes2010-01-181-6/+6
* trivial: DkpDaemon -> UpDaemon (no ABI or API break)Richard Hughes2010-01-181-4/+4
* trivial: DkpBackend -> UpBackend (no ABI or API break)Richard Hughes2010-01-181-42/+42
* trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or A...Richard Hughes2010-01-183-7/+7
* Don't emit changed events from the DkpBackend layer, instead push then throug...Richard Hughes2009-10-161-9/+9
* Add some self tests and fix up some obvious bugsRichard Hughes2009-09-114-2/+54
* bugfix: make the remove logic much cleaner to try to fix bugs where removing ...Richard Hughes2009-09-111-6/+6
* Fix compile for Linux backendRichard Hughes2009-09-111-2/+5
* Initial split to make DeviceKit-power compile without GUdev for non-linux pla...Richard Hughes2009-07-274-0/+289