aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAge
* Rudimentary DBus toggle-to-talk support (#1507)Libravatar Kristóf Marussy2024-01-03
| | | | | | Adds a ToggleToTalk method to the DBus interface to unmute/mute the microphone in the active service if the recipe supports it. We will need to add support for this feature in recipes.
* docs: Fix broken links in DBUS.md [skip ci] (#1145)Libravatar Cole Robinson2023-05-03
|
* Basic D-Bus API (#866)Libravatar Kristóf Marussy2023-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: basic D-Bus API Expose muted state and the number of unread message over D-Bus when running on Linux. This is useful for, e.g., displaying notifications on a window manager status bar. Signed-off-by: Kristóf Marussy <kristof@marussy.com> * docs: create docs directory Move the documentation to a separate directory so that new documentation can be added into one place. We keep the following files still in the repository root by convention: * CHANGELOG.md * CODE_OF_CONDUCT.md * CONTRIBUTING.md * LICENSE.md * README.md * SECURITY.md Signed-off-by: Kristóf Marussy <kristof@marussy.com> * docs: D-Bus usage example Signed-off-by: Kristóf Marussy <kristof@marussy.com> * fix: remove unneeded D-Bus signals Only notify clients that the message counts or the mute status has changed if there actually was a change. Signed-off-by: Kristóf Marussy <kristof@marussy.com> * docs: rewrite sample bar client * docs: better unread --services help * docs: update dbus docs * docs: use ferdium-dbus in dbus bar example * docs: make command argument required in bar example --------- Signed-off-by: Kristóf Marussy <kristof@marussy.com> Co-authored-by: Victor Bonnelle <victor.bonnelle@protonmail.com>
* chore: convert various files to TS (#2246)Libravatar Markus Hatvan2021-11-18
| | | | | | * convert various files to TS * removed outdated docs/example-feature folder * turn off unicorn/no-empty-file * update eslint config
* chore: remove what's new functionality (#1864)Libravatar Markus Hatvan2021-09-04
|
* style: consistent syntax style [skip ci]Libravatar Vijay A2021-08-21
|
* #145 Review development instructionsLibravatar Amine Mouafik2019-10-21
|
* Use ferdi namespace on debuggerLibravatar vantezzen2019-09-12
|
* Replace public Franz occurences with FerdiLibravatar vantezzen2019-08-21
|
* add example feature template to docs folderLibravatar Dominik Guzei2019-03-12
|
* Fix typo: `dnf-install` has to be `dnf install` (#1125)Libravatar Konrad Kleine2018-11-20
|
* Move linux distribution specific dependencies to /docsLibravatar Stefan Malzner2017-10-20