Commit graph

6 commits

Author SHA1 Message Date
Stéphane Cerveau fe93db3458 GPS: Add xml save/load in graphview
Can now save and load in XML
graphs/nodes/ports/links
2022-01-11 17:58:26 +01:00
Stéphane Cerveau eb771a74f4 GPS: introduce the graphmanager
Introduce the first version of a graph manager
with:
- Graphview
- Node
- Port
2022-01-11 14:50:44 +01:00
Stéphane Cerveau b0dfc49de8 GPS: port to GTK4 2022-01-03 17:08:27 +01:00
Stéphane Cerveau 8d5146e45c pluginlist: can now select and double click element
Treeview row actions:
 - A selection will display element information.
 - A double click add a new element in the app.graph structure.

The plugin list dialog is an item from gps.ui
2022-01-03 17:08:27 +01:00
Stéphane Cerveau 39aa63ba51 GPS: introduce the graph object
The graph object stores information about the graphical
representation of a gst pipeline including
the element box, the pads and the connections.
2022-01-03 17:08:27 +01:00
Stéphane Cerveau d7cab1a6cc GPS: introduce an app structure 2022-01-03 17:08:27 +01:00