Merge branch 'merge-themes' into 'main'
Implement recursive theme expansion and custom theme loading Closes #38 See merge request !93
View ArticleMerge branch 'man-page' into 'main'
doc: feedback stops when client disconnects See merge request !96
View Articleci: Use bookworm image for package build too
No need to fight against old glib and friends in PureOS
View Articledoc: Convert manpages to rst
This will make it more fun to add details and more manpages.
View Articlerun: Export GI_TYPELIB_PATH as well
This is needed for programs needing GObject introspection data
View Articlerun: Don't hardcode feedbackd
This allows arbitrary executables from the source tree with a well defined environment.
View ArticleMerge branch 'comment_example' into 'main'
extend comment about GI_TYPELIB_PATH See merge request !87
View ArticleMerge branch 'pkg-fixes' into 'main'
Fix nodoc and make nocheck build less See merge request !97
View Articlebuild: Add dbus sources to the lib dependency
Otherwise we might fail to generate it for the executables
View ArticleMerge branch 'compile-fix' into 'main'
build: Add dbus sources to the lib dependency See merge request !99
View Articleevent-naming-spec: Separate application and system events
Make it obvious which events are meant to be used by "normal" GUI applications in contrast to system components like desktop shells or components monitoring the battery, etc. This was prompted by...
View Articlefeedback-theme: Add screen-shot event
Used to indicate that a screen shot is being taken.
View ArticleMerge branch 'app-and-system-events' into 'main'
event-naming-spec: Separate application and system events See merge request !101
View Articlelibfeedback: Fix link to specs
Since we now have them as part of the API docs we can avoid any remote URLs
View ArticleUpdate to gmobile 0.0.1
Adjust to the one API change. We do it all in one commit to keep bisectability. We use a slightly newer commit than 0.0.1 to include build fixes for older glib (as required on PureOS Byzantium).
View ArticleMerge branch 'gmobile-0.0.1' into 'main'
Update to gmobile 0.0.1 See merge request !104
View ArticleMerge branch 'rel-0.0.3' into 'main'
Document changes and release 0.0.3 See merge request !105
View Articleudev: load the required kernel modules
Loading the required kernel modules such as ledtrig-pattern via /etc/modules-load.d may introduce a race condition on some systems such as non-systemd based distros. Load the kernel modules using the...
View Articledebian: Drop obsolete conf file
As this is now handled via udev's kmod builtin we can drop this.
View ArticleMerge branch 'udev-module-load' into 'main'
udev: load the required kernel modules See merge request !106
View Articlefbd-dev-leds: Use gi-docgen compatible format
We don't document the server classes via gi-docgen atm but as we use it for the lib update classes we touch.
View ArticleMove LED device to separate file
We separate out the led as different LED types have different ways to set patterns, etc
View Article