Tom A. Wagner
189288bb56
deps: Update to pipewire-rs 0.7.1
...
Fixes an issue where bindgen fails to load the clang library in some cases
2023-08-21 12:14:28 +02:00
Tom A. Wagner
fdcc6146ec
Release 0.4.1
2023-08-18 09:12:49 +02:00
Tom A. Wagner
bf5c7e4636
Update dependencies
2023-08-17 20:14:23 +02:00
Tom A. Wagner
69257ffa09
Release v0.4.0
2023-02-12 21:23:12 +01:00
Tom A. Wagner
146fb65dc5
Update gtk and glib dependencies
2023-02-12 20:23:56 +01:00
Tom A. Wagner
24b1d0dff7
Update dependencies
2023-02-12 13:14:53 +01:00
Tom A. Wagner
6ce5b2e367
Update dependencies
2022-03-22 18:08:02 +01:00
Tom A. Wagner
094681637e
Release v0.3.4
2022-02-02 10:08:12 +01:00
Tom A. Wagner
e38426c09f
Update dependencies, fix segmentation fault
...
Updating glib to 0.15.4 fixes a segmentation fault that could occur when logging a message with glib structured logging.
2022-01-31 13:17:55 +01:00
Tom A. Wagner
c54aed2e14
Update dependencies
2022-01-28 13:49:49 +01:00
Tom A. Wagner
4075b66865
deps: Update gtk-rs to latest release
2022-01-17 12:00:00 +01:00
Tom A. Wagner
96182826e4
logging: Use glib as log backend instead of env_logger.
...
This makes log output use the same logger as gtk itself and as most other gtk applications
2022-01-11 12:15:14 +01:00
Tom A. Wagner
c1ec56e115
Release 0.3.2
2021-11-30 18:25:58 +01:00
Tom A. Wagner
e9753dd078
Update dependencies
2021-09-30 08:45:00 +02:00
Tom A. Wagner
494d3a383f
Update dependencies
2021-08-08 09:51:42 +02:00
Tom A. Wagner
f64a936dd9
Update dependencies
2021-07-18 09:58:39 +02:00
Tom A. Wagner
f09fd596c8
Update dependencies§
2021-06-25 15:40:17 +02:00
Tom A. Wagner
1247b29bae
Use pipewire from crates.io
...
The newest release contains everything we need, so we can use the crates.io version again.
2021-06-25 15:38:54 +02:00
Tom A. Wagner
74ffb06b40
Use gtk4-rs from crates.io instead from their git.
...
The gtk4 crate finally had its first release, so we no longer have to use their git repository directly.
2021-06-25 15:06:41 +02:00
Tom A. Wagner
46b2175a78
Release v0.2.1
2021-06-06 20:44:10 +02:00
Tom A. Wagner
9aeea6b108
Update dependencies
2021-06-06 20:42:00 +02:00
Tom A. Wagner
dce228ff60
Update dependencies
...
Glib MainContext is now aquired manually because a change in gtk-rs would lead to
a panic when attaching the receiver otherwise, because gtk::init() doesn't
"leak" the default main context anymore.
2021-05-22 14:00:51 +02:00
Tom A. Wagner
0cee4b0ea5
Release 0.2.0
2021-05-08 20:09:11 +02:00
Tom A. Wagner
a5d8c871ee
Update dependencies
2021-05-08 18:42:49 +02:00
Tom A. Wagner
076fec7eb4
Modify architecture to run pipewire loop in second thread.
...
The pipewire loop now runs without interruption in a second thread and communicates with
the GTK thread via a channel in each direction, instead of checking for events once a second and using callbacks.
This allows changes to appear instantly in the view, instead of having to wait.
2021-05-05 21:48:00 +02:00
Tom A. Wagner
9519eefa6e
Change architecture to controller-centered arch
...
struct PipewireConnection is now decoupled from any other components, another component (the controller)
can receive updates by registering a callback.
struct PipewireState has been refactored to a struct Controller.
It still keeps state and manages the view, but now also actively requests updates from the pipewire connection via callback.
2021-03-28 19:04:57 +02:00
Tom A. Wagner
d75dee5ea8
Update dependencies
...
This updates all crates to their newest release.
For pipewire-rs, this includes bumping the version to 0.3, which means this comment has to fix a few breaking changes, but nothing big.
0.3 also lets us create and delete remote objects, which will be needed for link creation and deletion.
2021-03-27 19:57:44 +01:00
Tom A. Wagner
b348339b4e
Update dependencies, use pipewire-rs crates from crates.io
2021-03-12 18:04:08 +01:00
Tom A. Wagner
528694b63e
Change application name to 'Helvum'
2021-03-12 17:30:26 +01:00
Tom A. Wagner
926829de22
Update dependencies
2021-01-19 15:37:05 +01:00
Tom A. Wagner
618e3abf8d
Release version 0.1.0
2021-01-12 11:16:50 +01:00
Tom A. Wagner
5bf62eca6e
Use log, env_logger crates to log warnings instead of using eprintln!() macro
2021-01-12 09:48:59 +01:00
Tom A. Wagner
2897543acf
Switch to gtk4
2021-01-05 09:46:34 +01:00
Tom A. Wagner
b129d84fa2
Display Nodes/Ports/Links obtained from pipewire server
2021-01-03 19:01:47 +01:00
Tom A. Wagner
82c9a5bd4d
Make Nodes on graph draggable
2020-12-17 11:26:41 +01:00
Tom A. Wagner
264ccf0982
Add initial project.
2020-12-14 11:20:29 +01:00