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

Document changes and release 0.0.0+git20200527

View Article


data: Lower rumble time for window-close and button-pressed even more

Haptic feedback for touchscreen input should be as subtle as possible to not make it distracting.

View Article

data: Add button-released event

View Article

lfb-event: Fix comment

View Article

feedback-sound: Plug a leak

We did not free the effect name

View Article


feedback-profile: Fix docstring

View Article

feedback-vibra: Make doc strings match the class name

View Article

feedback-manager: Drop superfluous g_clear_error

The error is a g_autoptr

View Article


feedback-manager: Fix indentation and typo

View Article


feedback-manager: Only act on add

We would otherwise ignore the action when no vibra device was yet found. Make sure we release the old device when updating.

View Article

data: Clarify DBus wording

View Article

libfeedback: Unset _initted early

This make sure a client does not end up in our shutdown phase and sees a half initted library.

View Article

libfeedback: Cancel all running feedbacks on uninit

We keep track of the active ids and end them on uninit. This make sure feedbacks don't continue to run if the application quits and forgets to end a feedback.

View Article


fbcli: Quit main loop on CTRL-C / SIGTERM

This makes sure we invoke the cleanup function correctly and allows to test running event handling.

View Article

README: Fix command line tool name

It's called fbcli (but was called fbdcli initially)

View Article


README: Fix spelling

It's `from` not `form`.

View Article

build: Remove feedback dependencies from libfeedback builds

View Article


Add "button-released" to the event naming spec

It has been added to the default theme in a985d0dd.

View Article

doc: Add fbcli manpage

View Article

docs: Add feedbackd manpage

Closes: #12

View Article
Browsing all 40 articles
Browse latest View live