|
918bf9c70a
|
startup: Add spinloop until daemon is ready
|
2024-06-04 23:37:15 +02:00 |
|
|
6a605f1d08
|
fix: move to 10 seconds for the daemon to start
|
2024-06-03 22:15:07 +02:00 |
|
|
f1ee049e17
|
nix: improve plugin installation
|
2024-06-03 14:30:54 +02:00 |
|
takotori
|
93131a185a
|
Merge pull request #102 from Xetibo/ina
add frontend tests
|
2024-06-01 14:28:36 +02:00 |
|
takotori
|
1e4ca9f73a
|
add frontend tests
|
2024-06-01 14:26:28 +02:00 |
|
|
fe85ff3c70
|
chore: Bump version
|
2024-05-31 18:48:12 +02:00 |
|
|
d49523f69e
|
deps: Bump version of daemon
|
2024-05-31 18:47:56 +02:00 |
|
|
4220726ea8
|
flatpak: add debug version
|
2024-05-31 18:38:44 +02:00 |
|
|
c9d3ac9317
|
nix: Allow definition of further toml values
|
2024-05-31 14:24:54 +02:00 |
|
|
073e88ab4f
|
nix: Allow definition of further toml values
|
2024-05-31 14:22:19 +02:00 |
|
|
40beca475f
|
nix: rename plugins with underscore
|
2024-05-30 21:27:35 +02:00 |
|
|
14cfcc16b0
|
nix: rename plugins
|
2024-05-30 21:24:57 +02:00 |
|
|
84bfad134a
|
packages: bump version
|
2024-05-30 21:22:41 +02:00 |
|
|
7f8b9bd101
|
packages: bump version
|
2024-05-30 21:21:21 +02:00 |
|
|
1df2c3a369
|
nix: add plugin_path
|
2024-05-30 21:03:46 +02:00 |
|
|
3a31a4ce3b
|
nix: test without toml values
|
2024-05-30 19:40:43 +02:00 |
|
|
9f34ffeb9c
|
nix: fix toml conversion
|
2024-05-30 19:39:36 +02:00 |
|
|
f729310502
|
nix: fix toml conversion
|
2024-05-30 19:38:55 +02:00 |
|
|
f5d0eae840
|
nix: add plugin entry
|
2024-05-30 19:30:01 +02:00 |
|
takotori
|
ecfaf2badd
|
Merge pull request #101 from Xetibo/ina2
add color to keyboard layouts
|
2024-05-26 13:24:39 +02:00 |
|
takotori
|
a8d2e4c2ce
|
add color to keyboard layouts
|
2024-05-26 13:24:16 +02:00 |
|
|
3cb7cd2d7f
|
chore: rustup nightly breaks nixos with ldd -> rollback version of rust
|
2024-05-20 22:07:35 +02:00 |
|
|
397c48ae43
|
nix: use flake
|
2024-05-20 21:23:58 +02:00 |
|
|
84660083f9
|
chore: bump versions of dependencies, small refactor on errors -> use macros
|
2024-05-06 20:47:26 +02:00 |
|
|
822a6a7146
|
chore: Bump Cargo.lock
|
2024-04-24 11:59:47 +02:00 |
|
|
4a93fac141
|
chore: Bump version
|
2024-04-24 11:55:42 +02:00 |
|
|
ef5d4c99d6
|
chore: Bump cargo.lock
|
2024-04-24 11:42:45 +02:00 |
|
|
3c85f39e56
|
chore: Bump version
|
2024-04-24 11:38:23 +02:00 |
|
|
48fbb103d5
|
chore: Readd cargo.lock
|
2024-04-24 11:26:54 +02:00 |
|
|
39c338246f
|
chore: Change nix depencendies
|
2024-04-20 10:14:14 +02:00 |
|
|
ebd4bba4ea
|
chore: Add nix config
|
2024-04-15 18:21:38 +02:00 |
|
takotori
|
ee31829897
|
Merge pull request #100 from Xetibo/dashie
feat: Dynamic sidebars
|
2024-04-11 09:55:11 +02:00 |
|
|
232481417e
|
Merge branch 'main' into dashie
|
2024-04-11 09:49:31 +02:00 |
|
|
65f8bd80be
|
feat: Add conditional backend check for plugins
|
2024-04-09 21:51:38 +02:00 |
|
|
ebbd226676
|
feat: Add dynamic checks for supported plugins
|
2024-04-09 17:34:48 +02:00 |
|
takotori
|
a7489f7dbb
|
adw needs to be initialized in frontend startup before frontend data (#99)
|
2024-04-07 11:00:34 +02:00 |
|
|
5c7bdd6889
|
wip: Attempt to solve audio bug
|
2024-04-05 22:07:37 +02:00 |
|
|
f8f23faece
|
feat: Add conditional features based on daemon capabilities
|
2024-04-05 12:54:05 +02:00 |
|
|
9dbf4228fc
|
chore: Remove unused import
|
2024-04-04 19:12:46 +02:00 |
|
|
12d5784f88
|
fix: Wifi connect and disconnect
|
2024-04-04 19:11:43 +02:00 |
|
|
d02da7d3f7
|
wip: fix bluetooth and wifi
|
2024-04-04 18:10:12 +02:00 |
|
|
a8aca57ea1
|
feat: Add ability to show bluetooth devices immediately
|
2024-04-04 10:54:20 +02:00 |
|
|
5f0781ee18
|
refactor: generic audio implementation (#98)
* refactor: Combine new_plugin and new for sidebar entries
* chore: Format project
* chore: Fix clippy warnings
* wip: generic audio implementation
* wip: format and fix warnings
* wip: Refactor Dbus functions
* wip: Add TAudioStreamObject
* fix: use prelude instead of traits
* wip: Add generic audio stream
* wip: Work on generic audio listener
* wip: Finish audio generics refactoring
* fix: Use proper path for dbus function
* chore: Format project
* fix: Use adw prelude instead of traits
|
2024-04-04 08:00:16 +02:00 |
|
takotori
|
fd99d902c2
|
Merge pull request #97 from Xetibo/dashie
refactor: SideBar and PluginSideBar
|
2024-04-01 19:01:50 +02:00 |
|
|
f2e833eae5
|
chore: Fix clippy warnings
|
2024-04-01 14:49:59 +02:00 |
|
|
d72f916e8a
|
chore: Format project
|
2024-04-01 13:40:21 +02:00 |
|
|
3d2f38ee46
|
refactor: Combine new_plugin and new for sidebar entries
|
2024-04-01 13:39:55 +02:00 |
|
|
12c937ae39
|
Merge pull request #96 from Xetibo/dashie
chore: Change license to GPL3-or-later
|
2024-03-29 16:55:56 +01:00 |
|
|
d5392dfc87
|
chore: Change license to GPL3-or-later
|
2024-03-29 16:55:26 +01:00 |
|
|
0268f31733
|
Merge pull request #91 from Xetibo/ina
feat: refactoring, plugin base, example plugin
|
2024-03-29 16:52:36 +01:00 |
|