Quantcast
Channel: feedbackd:11aa38baba49239506b28c05e44d40ff3ed40775 commits
Browsing all 40 articles
Browse latest View live
↧

fbd-dev-sound: Don't leak GError

View Article


fbd-dev-sound: Don't warn when sound was cancelled

This is not an error per se.

View Article

lfb-event: Don't leak error

Don't leak the error values in the success case

View Article

tests: Run lfb_event_{get,set}_timeout

View Article

test-lfb-integration: Test invocation error

View Article


fbd-ledctrl: fix matching of trigger in list of triggers

If the trigger is the last thing in sysfs_path/LED_TRIGGER_ATTR, then the new-line at the end of the output causes g_strv_contains to fail to find the trigger in the list. This strips the new-line...

View Article

README: Fix gdbus test command

It is TriggerFeedback and not Feedback (anymore). Also add a note how to end the feedback in order to prevent loss of hearing :-).

View Article

event: Make log-domain match source file name

View Article


tests: Run event tests too

View Article


event: Remove 'g' prefix from common C types

This matchs phosh's style.

View Article

fbd-event: Add sender property

This allows us to store the DBus sender

View Article

fbd-manager: Keep DBus sender around

View Article

feedback-manager: Track DBus clients and end feedbacks if they go away

When the client goes away we build up a list of events to end feedback for to make sure the hash table isn't modified in place. tThe alternative approach would be to disconnect the...

View Article


Help emacs to indent properly

View Article

fbd-feedback-theme: Don't leak JSON node

View Article


fbd-dev-leds: Free actual FbdDevLed as well

So far we only unref'ed the device.

View Article

fbd-dev-leds: Don't leak enum_name

g_enum_to_string() is transfer full.

View Article


fbd-dev-leds: Don't leak color

g_ascii_strdown() creates a copy already.

View Article

fbd-dev-leds: Use automatic deep cleanup for device list

The current logic was fragile and failed e.g. when the FEEDBACKD_UDEV_VAL_LED would not match leaking the dev since the g_object_unref() at the end of the loop was never hit. Prevent that with...

View Article

fbd-dev-sound: Use correct cleanup for hash table

This went unnoticed since the manager forgot to cleanup this at all (see follow up commit).

View Article
Browsing all 40 articles
Browse latest View live