Commit graph

378 commits

Author SHA1 Message Date
Fabio Lenherr / DashieTM 5a0e5d86bb chore: Bump version of daemon 2023-11-18 15:10:09 +01:00
Fabio Lenherr / DashieTM 52445b9ba0 fix: Use buffer for sending volume updates 2023-11-18 15:08:56 +01:00
Dashie 19ba9f796e
Merge pull request #59 from Xetibo/dashie
fix: Use proper index for sink and sources
2023-11-17 00:46:28 +01:00
Fabio Lenherr / DashieTM 67f3457e3a fix: Use proper index for sink and sources 2023-11-16 23:21:52 +01:00
takotori 70a8d3fdb8
Merge pull request #58 from Xetibo/dashie
feat: Add audio events
2023-11-16 10:23:07 +01:00
Fabio Lenherr / DashieTM c659938c50 fix: Use microphone icons for input 2023-11-16 10:08:41 +01:00
Fabio Lenherr / DashieTM b6f447b11c chore: fix flatpak permissions 2023-11-16 01:50:23 +01:00
Fabio Lenherr / DashieTM b160e755f9 chore: Bump version of daemon 2023-11-16 01:20:02 +01:00
Fabio Lenherr / DashieTM 058dbb6355 chore: Bump version of daemon 2023-11-15 23:43:50 +01:00
Fabio Lenherr / DashieTM fcd894aea3 chore: Remove unused imports 2023-11-15 23:26:54 +01:00
Fabio Lenherr / DashieTM 9cc6fe319d chore: Bump version of daemon 2023-11-15 23:25:18 +01:00
Fabio Lenherr / DashieTM af06f8da32 fix: Use threading for every single dbus call on audio 2023-11-15 23:24:35 +01:00
Fabio Lenherr / DashieTM ed905cd075 chore: underscore temporary variable 2023-11-15 23:06:09 +01:00
Fabio Lenherr / DashieTM 225b0f6975 chore: Bump version of daemon 2023-11-15 23:04:40 +01:00
Fabio Lenherr / DashieTM 6ad3f07cf3 feat: Add all audio events 2023-11-15 23:02:27 +01:00
Fabio Lenherr / DashieTM a84c71d9e1 feat: Add change sink event 2023-11-15 19:43:39 +01:00
Fabio Lenherr / DashieTM 8ef97ac0d9 feat: Add basic event handling for audio 2023-11-15 19:32:16 +01:00
Dashie ac266d0214
Merge pull request #57 from Xetibo/dashie
chore: Include instructions for flatpak build
2023-11-15 15:22:51 +01:00
Fabio Lenherr / DashieTM 58fc09fd1d chore: Include instructions for flatpak build 2023-11-15 15:22:13 +01:00
Fabio Lenherr / DashieTM 01f6e32580 chore: Bump daemon version 2023-11-15 15:06:38 +01:00
takotori e0375b7b45
Merge pull request #55 from Xetibo/dashie
feat: Add dropdowns
2023-11-15 14:59:38 +01:00
Fabio Lenherr / DashieTM 0c286af82c feat: Add dropdowns 2023-11-15 14:50:00 +01:00
takotori 98fb183963
Merge pull request #54 from Xetibo/dashie
feat: Add functionality to volume sliders and mute buttons
2023-11-15 10:40:25 +01:00
Fabio Lenherr / DashieTM c619284146 feat: Add default Sink and Source Switching 2023-11-15 02:35:20 +01:00
Fabio Lenherr / DashieTM dbcf2ab635 fix: Improve performance by passing smaller datatypes to dbus 2023-11-14 22:41:00 +01:00
Fabio Lenherr / DashieTM c1984b5b79 feat: Add basic functionality to all audio usecases 2023-11-14 21:25:39 +01:00
Fabio Lenherr 2f1099267a chore: Rename UI files 2023-11-14 18:22:10 +01:00
Dashie ed00b26749
Merge pull request #53 from Xetibo/dashie
chore: Bump version of daemon
2023-11-13 21:34:50 +01:00
Fabio Lenherr / DashieTM 21b96428f0 chore: Bump version of daemon 2023-11-13 21:34:25 +01:00
takotori 07c65b5af9
Merge pull request #52 from Xetibo/dashie
feat: Add initial Sound Mapping
2023-11-13 19:11:27 +01:00
Fabio Lenherr / DashieTM 5999bb1b45 feat: Add initial Sound Mapping 2023-11-13 18:12:36 +01:00
takotori 679b4f0331
Merge pull request #51 from Xetibo/dashie
Add stop listener and replace existing entries
2023-11-13 11:01:10 +01:00
Fabio Lenherr / DashieTM a62288be07 chore: Remove unused imports 2023-11-13 10:31:53 +01:00
Fabio Lenherr / DashieTM e3b95d7540 feat: Add stop listener 2023-11-13 10:28:48 +01:00
Fabio Lenherr / DashieTM f5f6246ad1 feat: Add remove event for wifi entries 2023-11-12 23:06:31 +01:00
Fabio Lenherr / DashieTM 12f92ac597 feat: Implement working signal receiver 2023-11-12 22:10:15 +01:00
Dashie 97e81a617d
Merge pull request #50 from Xetibo/dashie
fix: Close popover menu on click
2023-11-12 18:14:19 +01:00
Fabio Lenherr / DashieTM 84f56666b0 fix: Close popover menu on click 2023-11-12 18:13:47 +01:00
takotori 5b7ce51667
Merge pull request #48 from Xetibo/dashie
Add Wifi Implementation and rework UI
2023-11-12 17:47:58 +01:00
takotori 142cc82c17
Merge pull request #47 from Xetibo/ina
Implement Microphone UI
2023-11-12 17:43:39 +01:00
takotori 35c58e2fcd Implement Microphone UI
Improve Audio UI
You won't believe what happened (gone sexual)
2023-11-12 17:43:01 +01:00
Fabio Lenherr / DashieTM d07180e2c7 fix: Merge 2023-11-12 13:17:19 +01:00
Dashie ca77df98e1
Merge pull request #45 from Xetibo/ina
Add title and border to settingbox
2023-11-12 12:59:39 +01:00
Dashie 831baee601
Merge branch 'dashie' into ina 2023-11-12 12:57:08 +01:00
Fabio Lenherr / DashieTM 59a6a9a14d chore: Update cmb file 2023-11-12 12:42:06 +01:00
Fabio Lenherr / DashieTM 9cad376a40 feat: Add saved WifiList 2023-11-12 03:41:29 +01:00
DashieTM bbfd07688d fix: Execute connect function with wifi connect button 2023-11-11 23:00:38 +01:00
Fabio Lenherr / DashieTM 7d0fc0b9e7 feat: Add popups for password 2023-11-11 17:55:59 +01:00
takotori 9f3815476d Add title and border to settingbox
Fix padding around window
Add some styling
2023-11-11 14:34:32 +01:00
takotori 179a2b44cc
Merge pull request #44 from Xetibo/dashie
Add Wifi integration
2023-11-11 11:13:13 +01:00