port support update
commit 7abc0190 (HEAD -> dab_clean_port, origin/dab_clean_port) Author: Stéphane Cerveau scerveau@collabora.com Date: Wed Jan 19 12:24:13 2022 +0100
gstreamer-rs: move to 0.18.1 release
commit 2182fd56 Author: Stéphane Cerveau scerveau@collabora.com Date: Wed Jan 19 11:56:21 2022 +0100
main: update license header
commit a572d049 Author: Stéphane Cerveau scerveau@collabora.com Date: Wed Jan 19 11:56:05 2022 +0100
app: use create_node_with_port API
Instead of add_new_node_with_port
commit 6c31bc39 Author: Stéphane Cerveau scerveau@collabora.com Date: Tue Jan 18 18:02:18 2022 +0100
graphview: add documentation and refactor the code
Add documentation to public method.
Publish method which are public
Use SelectionExt trait.
Rename add_node_with_port to create_node_with_port
commit ade3f149 Author: Stéphane Cerveau scerveau@collabora.com Date: Tue Jan 18 17:17:36 2022 +0100
graphview: update css for node and port
Change border style and
port presence entries
Author: Stéphane Cerveau scerveau@collabora.com Date: Tue Jan 18 16:03:34 2022 +0100
app: port support update
Connect the port to the element pad
capabilities.
Can now create a port only if the element
supports the request pad
Can only delete a port which is a "sometimes"
port/pad.
Introduce GPS module.
commit 4bae12c0 Author: Stéphane Cerveau scerveau@collabora.com Date: Tue Jan 18 16:00:37 2022 +0100
graphview: introduce PortPresence
The port presence helps to know
if the port can be deleted or not.
XML Format break.
commit ef2a6ea1 Author: Stéphane Cerveau scerveau@collabora.com Date: Tue Jan 18 11:50:17 2022 +0100
TODO: update the todo list
Add sections in todo file
commit e5334b1d Author: Stéphane Cerveau scerveau@collabora.com Date: Tue Jan 18 11:26:03 2022 +0100
graphview: Remove the link in remove_port
Remove the link when removing a port from a
node.
Update documentation
commit 7a37e5b7 Author: Stéphane Cerveau scerveau@collabora.com Date: Tue Jan 18 10:51:06 2022 +0100
app: Use new "node" api from graphview
commit 9ef073d3 Author: Stéphane Cerveau scerveau@collabora.com Date: Tue Jan 18 10:50:03 2022 +0100
graphview: update node API
Update doc for `node` and take u32
in argument.