Quantcast
Channel: feedbackd:81fda3134b0aa92cf3e678d67b1ad7f6344d7f33 commits
Browsing latest articles
Browse All 39 View Live
↧

Image may be NSFW.
Clik here to view.

Initial commit

Signed-off-by: Guido Günther<agx@sigxcpu.org>

View Article


libfeedback: Drop trailing semicolon

Trips up some compilers. Thanks: Andrea Schaefer

View Article


build: Don't add lfb-enums.c to list of generated sources

Otherwise when used as a subproject the master project will try to rebuild with it's own set of flags. These lack LIBFEEDBACK_COMPILATION which does not end well.

View Article

Fix typos

View Article

debian: use proper test name

View Article


gitignore: Ignore more files from debian packing

The current pattern was too strict to match all the files generated during the Debian package build.

View Article

theme: Fix typo

View Article

theme: Add timeout-completed event

View Article


lfb-event: Document constructor

Closes: #8

View Article


lfb-event: Fix property names in doc strings

This makes them render correctly in the generated docs.

View Article

docs: Move descriptive text to overview.xml

Our short intro paragraph did not get rendered otherwise.

View Article

Expand examples

Closes: #4

View Article

fbd-feedback-profile: use G_GSIZE_FORMAT instead of hardcoding lu

On 32-bit platforms lu doesn't apply since GType is defined as a gsize fixes #15

View Article


debian: Split out shared files

This allows other programs (like gnome-control-center) to consume the settings schema without having to depend on the daemon itself.

View Article

Update .gitignore

View Article


Document changes and release 0.0.0+git20200304

View Article

feedbackd-common: Add proper Breaks/Replaces

This handles partial upgrades with newer schema but old feebackd.

View Article


Document changes and release 0.0.0+git20200305

View Article

Add symbols file

View Article

debian: Add symbols file

This will allow dpkg-buildpackage to generate proper depends

View Article

d/control: customize short descriptions per binary package

View Article


d/control: change feedbackd-common architecture to 'all'

View Article


debian: rename gir package to match typelib name

View Article

theme: order feedbacks alphabetically

We don't have better ordering but this makes is simple to check if a feedback is present in a certain level.

View Article

theme: Add feedbacks for window-close and button-press

View Article


data: Add schema for per app settings

View Article

Allow to lower the feedback level per application

We munge the application id the same way as it's done for notifications so these can eventually move into the same schema.

View Article

debian: Ensure smooth upgrades after package rename

View Article

data: Lower rumble time for window-close and button press

It's too intrusive otherwise

View Article



Document changes and release 0.0.0+git20200420

View Article

build: add proper dependencies on gdbus-codgen-generated headers

Without this it was possible that ninja built a target that needs the generated header before the header was generated fixes #14

View Article

Honor sound theme on GNOME

We don't set this for other DEs since they might want to pick a good default from elsewhere.

View Article

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
Browsing latest articles
Browse All 39 View Live