Commit graph

5 commits

Author SHA1 Message Date
Stéphane Cerveau 695bd142d3 app: code cleanup
Use simplified anyhow result
Rewrite the expect/error messages.
Refactor the start pipeline API
Rename the treeview ids
2022-01-11 18:04:33 +01:00
Stéphane Cerveau 9bd2f9d5a4 logger: add column for log level
Add a column to separate the message
from the log level.
2022-01-11 17:58:26 +01:00
Stéphane Cerveau d07b72df4f favorites: implement a favorite list
The right panel can now store a favorite list which is
saved into a settings file in the user config directory.
2022-01-11 17:58:26 +01:00
Stéphane Cerveau 41b5beee26 pluginlist: avoid mulitple init
Allow only one initialization of the plugin
list.
2022-01-11 17:58:26 +01:00
Stéphane Cerveau 1c96a78afe plugindialogs: rename module and support properties in element
rename pluginlist module to plugindialogs
Add display_plugin_properties to modify properties
from an element.
Add a way to modify the location if element is URI_TYPE_SRC
Able to remove a node from the graph
2022-01-11 17:58:26 +01:00
Renamed from src/pluginlist.rs (Browse further)