Commit Graph

261 Commits

Author SHA1 Message Date
mars 6ac82404e6 Merge branch 'main' into wgpu-renderer 2022-12-04 15:01:58 -07:00
mars d62f8f746a Merge pull request 'magpie socket cleanup' (#51) from socket-cleanup into main
Reviewed-on: #51
2022-12-04 21:39:25 +00:00
mars c8a6aa6fbd Cleanup socket cleanup code 2022-12-04 14:39:06 -07:00
Iris Pupo 0768a7dc61 Handle previous sockets in Listener::new() 2022-12-04 01:08:36 -05:00
Iris Pupo 01e2aee164 added new function for listener struct 2022-12-04 00:03:55 -05:00
mars 44d2ac693a Merge pull request 'Fix licenses' (#48) from fix-licenses into main
Reviewed-on: #48
2022-11-27 05:18:31 +00:00
mars f8965b802c Move check_licenses.sh license fetch outside of src/ loop 2022-11-26 22:16:12 -07:00
mars 8947041417 Revert "Fix check_licenses.sh tomcat error failure"
This reverts commit b1b7d1d4e7.
2022-11-26 22:14:48 -07:00
mars 01a37153af Revert "Hacky e-flag manipulation to catch tomcat errors"
This reverts commit b774115d20.
2022-11-26 22:14:34 -07:00
mars 734ad8d630 Add missing license headers to SAO UI sources 2022-11-26 22:06:39 -07:00
mars 6054949694 Add license header to music-player mpris.rs 2022-11-26 22:06:21 -07:00
mars b0c29818ee Add AGPL license to magpie Cargo.toml 2022-11-26 22:06:09 -07:00
mars b774115d20 Hacky e-flag manipulation to catch tomcat errors 2022-11-26 22:03:51 -07:00
mars b1b7d1d4e7 Fix check_licenses.sh tomcat error failure 2022-11-26 21:53:03 -07:00
mars 7ab55cf13b Merge pull request 'wasmtime module caching' (#46) from cache-modules into main
Reviewed-on: #46
2022-11-26 00:54:25 +00:00
mars a9de3ddc5b Merge branch 'main' into cache-modules 2022-11-25 17:54:13 -07:00
mars d43a62dfda Clean up wasmtime caching code 2022-11-25 17:52:24 -07:00
mars 57c6275958 Sort prehash crate dep alphabetically 2022-11-25 17:49:38 -07:00
mars 2bef47a65a Replace music player SetPosition message with relative Seek 2022-11-25 17:48:36 -07:00
Iris Pupo 57768d041a Added module caching 2022-11-25 19:43:58 -05:00
mars 448435eb8c Improve music player slider positioning 2022-11-22 16:00:51 -07:00
mars 1453ab0c46 SAO UI music player sets position from slider 2022-11-21 21:06:53 -07:00
mars f37ec4251d Add interactive Slider functionality 2022-11-21 21:06:25 -07:00
mars 238f4f878d Implement music player SetPosition message 2022-11-21 21:06:03 -07:00
mars 2b058c7202 Use slider widget for position in music player 2022-11-21 20:25:41 -07:00
mars 0fe8139e02 Add initial Slider widget 2022-11-21 20:25:29 -07:00
mars 415d9e7845 Make SAO UI base colors more opaque 2022-11-20 12:18:47 -07:00
mars e0ec4190fc Enable vsync and MSAAx4 on Magpie windows 2022-11-20 12:16:55 -07:00
mars 4a78743c40 SAO UI placeholder album art uses theme's overlay color instead of magenta 2022-11-20 12:08:02 -07:00
mars 80ba46a0d4 Merge pull request 'Script-to-host messages' (#45) from script-to-host-messages into main
Reviewed-on: #45
2022-11-20 19:06:03 +00:00
mars a73869aae5 Music player responds to panel messages 2022-11-20 12:04:18 -07:00
mars b005176bcf Switch to async UnixStream in music player 2022-11-20 11:39:31 -07:00
mars 2d242520c1 Add send_panel_json_async() 2022-11-20 11:39:12 -07:00
mars ac5d6475f1 Add Messenger::send_async() 2022-11-20 11:24:58 -07:00
mars c244834004 Better Messenger recv-related docs and names 2022-11-20 11:15:50 -07:00
mars 763c55d3e4 Add async feature + Messenger::recv_async() 2022-11-20 11:08:23 -07:00
mars 6c2bfc0ea5 Split Messenger into MessageQueue 2022-11-20 10:48:49 -07:00
mars f40d251ca4 Merge branch 'main' into script-to-host-messages 2022-11-20 00:38:15 -07:00
mars d5b168ebc9 Music player resets position on track change 2022-11-20 00:37:11 -07:00
mars d99c64f33e Track position 2022-11-20 00:33:05 -07:00
mars 452cb9c708 Music player reads mpris:length instead of xesam:length 2022-11-20 00:28:49 -07:00
mars 9d4d5cca91 Merge branch 'main' into script-to-host-messages 2022-11-20 00:15:36 -07:00
mars 2144a2ab3d Merge pull request 'zbus music player' (#44) from zbus-music-player into main
Reviewed-on: #44
2022-11-20 07:07:42 +00:00
mars 2df2bd3f8f Use new length position in SAO UI 2022-11-20 00:00:43 -07:00
mars 1fe366ce9f Move progress length to TrackInfo 2022-11-20 00:00:21 -07:00
mars 9eb2c1c431 Remove old mpris comments 2022-11-19 23:56:09 -07:00
mars 13a9735bdc Update script playback status + metadata 2022-11-19 23:51:34 -07:00
mars a65164d70b Music player lifetime loop 2022-11-19 23:33:06 -07:00
mars 7e4900c59b Parse metadata 2022-11-19 23:11:17 -07:00
mars 15f9c7ea99 Listen for multiple property changes 2022-11-19 22:57:33 -07:00