summaryrefslogtreecommitdiff
path: root/src/up-device.c
Commit message (Expand)AuthorAgeFilesLines
* device: Don't warn if the device is already registeredBastien Nocera2023-04-171-4/+7
* device: Export up_device_register()Bastien Nocera2023-04-171-1/+1
* device: Make it possible to remove devices from D-BusBastien Nocera2022-09-051-2/+14
* device: Reload history when the ID changesBenjamin Berg2022-06-221-14/+31
* enumerator: Add UpEnumerator class and udev implementationBenjamin Berg2022-05-161-0/+9
* device: Use modern macros for class declarationBenjamin Berg2022-05-101-41/+53
* device: Add polling related propertiesBenjamin Berg2022-05-091-1/+56
* device: Remove useless commentsBenjamin Berg2022-05-091-47/+1
* device: Flag refresh reasonBenjamin Berg2022-05-091-4/+4
* device: Handle device coldplug using GInitableBenjamin Berg2022-04-201-39/+43
* device: Register display device the same way as other devicesBenjamin Berg2022-04-201-14/+9
* device: Only handle Refresh() method if in debug modeBastien Nocera2022-04-191-17/+18
* device: Move daemon/native object into construct only propertiesBenjamin Berg2022-04-011-9/+62
* device: Remove unplug, moving cycle breaking into disposeBenjamin Berg2022-04-011-13/+9
* daemon: Move logic to update_warning_level()Bastien Nocera2022-02-211-4/+5
* daemon: Remove warning_level variableBastien Nocera2022-02-161-2/+6
* all: Remove HAVE_CONFIG_H conditionalBastien Nocera2021-09-071-3/+1
* device: Don't update properties when device isn't exportedPablo Correa Gómez2021-06-301-8/+4
* daemon: Sync icon and warning for non-default low levelPablo Correa Gómez2021-06-301-2/+8
* daemon: Make get_device_charge_icon() publicPablo Correa Gómez2021-06-181-37/+4
* Replace use of G_TYPE_INSTANCE_GET_PRIVATEChristian Kellner2019-02-211-2/+1
* Replace use of deprecated g_type_class_add_privateChristian Kellner2019-02-211-3/+1
* daemon: Add battery-level specific iconsBastien Nocera2018-04-191-11/+35
* main: Use g_clear_object() when possibleBastien Nocera2017-10-311-8/+3
* daemon: Fix crash when '@' is present in the device nameoleid@mescharet.de2017-09-081-0/+2
* all: Add BatteryLevel propertyBastien Nocera2017-04-061-8/+27
* device: Remove extraneous linefeed in g_debug()Bastien Nocera2017-03-241-1/+1
* daemon: remove custom marshal setupCosimo Cecchi2015-07-291-1/+0
* daemon: make UpDaemon a subclass of UpExportedDaemonCosimo Cecchi2015-07-291-1/+1
* daemon: make UpDevice a subclass of UpExportedDeviceSkeletonCosimo Cecchi2015-07-291-443/+125
* daemon: port UpDevice to GDBusCosimo Cecchi2015-07-291-466/+162
* daemon: release resources at shutdownPeter Wu2014-11-261-0/+16
* daemon: fix memleaks in GetStatistics and GetHistoryPeter Wu2014-11-261-6/+14
* daemon: Don't get in a bad state when refresh failsBastien Nocera2013-10-181-5/+3
* daemon: Fix typos in commentsBastien Nocera2013-10-181-1/+1
* daemon: Add small doc update_warning_levelBastien Nocera2013-10-181-0/+2
* daemon: Fix crash when device is removedBastien Nocera2013-10-171-0/+2
* all: Remove *changed signalsBastien Nocera2013-10-171-20/+0
* daemon: Make warning-level UpDevice property writableBastien Nocera2013-10-171-1/+4
* daemon: Fix sending device's PropertiesChanged signalBastien Nocera2013-10-161-1/+1
* daemon: Emit PropertiesChanged for computed properties tooBastien Nocera2013-10-161-2/+10
* daemon: Add GetDisplayDevice methodBastien Nocera2013-10-161-0/+16
* daemon: Use constant for the devices object pathsBastien Nocera2013-10-161-1/+3
* daemon: Remove left-over debugBastien Nocera2013-10-151-2/+0
* daemon: Make UpDevice emit PropertiesChanged signalsBastien Nocera2013-10-151-1/+64
* daemon: Fix possible crasher in UpDevice self-testBastien Nocera2013-10-151-0/+4
* daemon: Remove unused internal D-Bus proxyBastien Nocera2013-10-151-10/+1
* daemon: Register on the Bus after coldplugBastien Nocera2013-10-151-21/+10
* daemon: Move all computations of warning level to daemonBastien Nocera2013-10-141-8/+6
* daemon: Add IconName propertyBastien Nocera2013-10-141-0/+79