summaryrefslogtreecommitdiff
path: root/libdbus
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory corruption due to incorrect g_ptr_array usageOlaf Hering2021-04-091-3/+0
| | | | | | | | | | | | | | | The code was changed from g_ptr_array_new to g_ptr_array_new_with_free_func. As a result xfpm_dbus_monitor_free_watch_data will now be called twice, once from glib core and once more from the "remove" functions. This leads to a double free. Avoid the double free by removing stale calls to xfpm_dbus_monitor_free_watch_data. Fixes commit 0bfd3cd38a9d3e055a1923d799f06f47859989cd Fixes issue #125 Signed-off-by: Olaf Hering <olaf@aepfle.de>
* Do not log a warning about expected behaviorGaël Bonithon2021-04-051-1/+3
|
* Fix compilation warningsGaël Bonithon2021-01-261-8/+7
|
* Fix indentationSimon Steinbeiss2019-11-164-348/+336
|
* Fix g_type_class_add_private is deprecatedAndre Miranda2019-04-141-4/+2
|
* Fix coverity cid 107694 Uninitialized pointer readEric Koegel2015-04-011-1/+1
|
* Fix coverity cid 107695 Uninitialized scalar variableEric Koegel2015-04-011-1/+1
|
* Fix some runtime warningsEric Koegel2015-03-251-4/+10
|
* Removed remaining org.xfce.uniquePeter de Ridder2015-03-222-18/+2
|
* Settings: Port to GtkApplicationEric Koegel2015-03-223-300/+0
| | | | | | | This changes the settings app to use GtkApplication to handle process uniqueness rather than our custom version. Currently, the command line doesn't get handeled properly so it doesn't plug and the plugin doesn't popup the correct device item.
* Ported xfpm-dbus-monitor to lowlevel commands.Peter de Ridder2015-03-222-136/+69
| | | | | This also removed system bus "exit on close" = false. Ideally this should be replaced by g_dbus_watch_name.
* Ported xfpm-dbus to lowlevel commands.Peter de Ridder2015-03-222-41/+69
| | | | | Ideally the usage of these functions is replaced by g_dbus_watch_name and g_dbus_own_name.
* Replaced dbus-binding-tool with gdbus-codegenPeter de Ridder2015-03-221-3/+4
|
* Removed all dbus includes and add gio dependencyPeter de Ridder2015-03-224-9/+1
|
* Fix a bunch of set but unused variables.Ali Abdallah2011-05-051-0/+2
|
* Update copyright year.Ali Abdallah2011-01-056-6/+6
|
* Fix linking against x11, dbus and randrYves-Alexis Perez2011-01-041-0/+5
|
* Added GObject for handling unique instances of xfpm via D-Bus.Ali Abdallah2010-01-226-55/+319
|
* Survive D-Bus system bus restarts.Ali Abdallah2009-11-062-1/+3
|
* Query notification server capabilities for adding actions toAli Abdallah2009-11-052-43/+0
| | | | | | | notification, if server supports actions use them to show a notification warning about the low power level if not use gtk. Re-Enable suspend/hibernate/lid actions.
* Creating the devkit-power branch, this brank is highly experimentalAli Abdallah2009-11-036-0/+799
a big part of xfpm and its configuration settings are broken. In this branch polkit is a new optional dependency, this is for getting if the user is permitted to use org.freedesktop.Devicekit.Power sleep interfaces, also by default the power manager will try to manipulate the lcd brightness using xrandr (doesn't work yet), HAL remains an optional dependency of fall back for the lcd brightness and in case of mapping failure of keyboard sleep keys. If HAL support is compiled but HAL is not running or stopped, xfpm should in future commits be able to handle this.