Commit graph

154 commits

Author SHA1 Message Date
Stéphane Cerveau 4569fa79e8 meson: set minimum version of meson==0.63.0 2023-09-22 14:33:26 +02:00
Stéphane Cerveau 66cd1b9c15 app: use default size to save/load app size
Use maximize on all platform except
macos

Fixes #19
2023-09-20 22:20:10 +02:00
Stéphane Cerveau 1789bb0b25 app: remove the maximize call
The maximize call blocks the resize on MacOS.

Fixes #19
2023-09-20 13:34:16 +00:00
Stéphane Cerveau 06b0ec8ead graphbook: remove double call to set_tooltip_markup 2023-09-18 15:57:54 +02:00
Stéphane Cerveau f4be2299b9 graphbook: introduce element_factory_exists
This method helps to tell if a factory exists
when loading a graph.
If the factory does not exists, use light mode
to display it and prevent some menu item
and change its description.
2023-09-18 12:34:58 +02:00
Stéphane Cerveau 4a5964c340 app: manage graphtab as a tab of notebook
graph tab in the graphbook containing a player
and a graphview
2023-09-16 10:37:59 +02:00
Stéphane Cerveau bcc39acf5e app: add session structure
This structure represents a graphview and a player.
It will allow a future use of notebook
in the main window
2023-09-15 11:56:16 +02:00
Stéphane Cerveau 3fbaa3166d player: register external plugins only once
In case of multiple graph tab the player was registering
several time the gtk4paintablesink
2023-09-15 11:56:16 +02:00
Stéphane Cerveau 3689d4d57c graphview: change log level for link name 2023-09-15 11:56:16 +02:00
Stéphane Cerveau eda453df53 graphview: use gtk::style_context_add_provider_for_display
gtk::StyleContext::add_provider_for_display is now deprecated
since gtk update to 0.7.2
2023-08-31 17:23:58 +02:00
Stéphane Cerveau 375f083cbf cargo: update rust, gtk and gstreamer version 2023-08-31 17:23:58 +02:00
Stéphane Cerveau 16db9ab30a app: remove special use case with caps filter 2023-08-26 12:52:30 +02:00
Stéphane Cerveau ad6c53a531 app: support of caps filter by link name 2023-08-26 12:52:30 +02:00
Stéphane Cerveau aaf47503fe graphmanager: add link name
Allow to set and display a link name
2023-08-26 12:52:30 +02:00
Stéphane Cerveau 14a872fb89 meson: add gstreamer 1.0 as a subproject 2023-06-14 22:35:20 +02:00
Stéphane Cerveau d1ccea7ea8 logger: create the log in the home directory
Prevent an issue on windows where the application could
not start because the log was created in the app folder.
2023-03-05 19:29:38 +01:00
Stéphane Cerveau 378d867520 meson: rename cargo.sh to cargo.py
To be cross platform, use cargo.py to manage cargo
2023-03-05 19:29:38 +01:00
Stéphane Cerveau d0e284d0a2 gettext: remove crate use because unsupported on Windows.
Part of #12
2023-03-05 19:29:38 +01:00
Stéphane Cerveau 26b834c267 cargo: remove x11 dependency but use GST_XINITTHREADS 2023-03-05 19:29:38 +01:00
Stéphane Cerveau 9bcca3863a src: use python to copy config.rs file 2023-03-05 19:29:38 +01:00
Stéphane Cerveau 88ec98bcef player: generate a graph from a pipeline description 2023-02-14 10:18:06 +01:00
Stéphane Cerveau 01df04be60 move glib value_as_str to common module 2023-02-14 10:18:06 +01:00
Stéphane Cerveau c0220c4bdb element: change api to allow the use of direct gst::element
Fetch the property(s) of a given GstElement or check
the property from a feature name.
2023-02-14 10:18:06 +01:00
Stéphane Cerveau 46889d86d0 node: provide an API to fetch port by name
Retrieve the port from a node by its name.
2023-02-14 10:18:06 +01:00
Stéphane Cerveau 8c9cb35928 graphview: node by unique name
keep a unique name value in Node structure
and provide an API to modify it.
2023-02-14 10:18:06 +01:00
Stéphane Cerveau 16fee2a289 settings: remove get prefix
Remove "get_" whenever possible
2023-02-14 10:04:49 +01:00
Stéphane Cerveau 8872dab55b app: update and fix for gtk4-rs 0.6.1 2023-02-13 21:46:23 +01:00
Stéphane Cerveau 9e6ee57fee graphmanager: update and fix for gtk4-rs 0.6.1 2023-02-13 21:45:54 +01:00
Stéphane Cerveau ae85402eeb player: fix various clippy issues
Fix uninlined_format_args warning
2023-02-13 16:39:56 +01:00
Stéphane Cerveau e2a62ae4d4 graphmanager: Fix various clippy issues
fix uninlined_format_args clippy warning
2023-02-13 16:39:56 +01:00
Stéphane Cerveau a02c99fb61 app: fix various clippy issue
Fix uninlined_format_args since 1.66.0
2023-02-13 16:39:56 +01:00
Stéphane Cerveau 8603b21d98 app: set light mode for capsfilter node/element 2023-02-13 16:39:56 +01:00
Stéphane Cerveau 078940fd48 element: element_is_capsfilter 2023-02-13 16:39:56 +01:00
Stéphane Cerveau cc42cdeaeb graphmanager: add a light mode
Add a light mode to display node with a
dashed style
2023-02-13 16:39:47 +01:00
Stéphane Cerveau 3f75581d60 app: display node properties on double-clicked 2023-02-09 14:05:42 +01:00
Stéphane Cerveau a5767b21fe graphmanager: Add node-double-clicked signal 2023-02-09 14:05:17 +01:00
Stéphane Cerveau 726a6f4d41 cargo: update gst/gtk/gst-plugin-gtk4 2022-11-29 08:42:12 +00:00
Stéphane Cerveau 6b657891c6 graphmanager: fix some lint issues with rust 1.63
Fix format and missing derive
2022-09-06 12:48:40 +02:00
Stéphane Cerveau ebbc1d2261 app: update to rust 1.63 and fix some lint issues
Fix format! and missing derive
2022-09-06 12:48:40 +02:00
Stéphane Cerveau 1fe43d7da3 player: fix clippy error 2022-03-07 11:29:19 +01:00
Patrick José Pereira 0ee941efbe src: Use new wrappable argument 2022-02-21 08:49:31 +00:00
Patrick José Pereira ed697a63e9 ui: treeview: Add wrappable feature 2022-02-21 08:49:31 +00:00
Stéphane Cerveau 39554d8d99 logger: add a popup menu to clear the logs
Add a way to clear the logs.
2022-02-21 08:34:34 +00:00
Stéphane Cerveau aaaa58072c logger: display the most recent log on top
The most recent log arrives on top of the list and
is always visible.
2022-02-21 08:34:34 +00:00
Stéphane Cerveau 7762332700 preferences: add log level
Can now set the log level in the application
2022-02-21 08:34:34 +00:00
Stéphane Cerveau 28a9cfbd50 graphmanager: update link license
Add a license in GraphManager folder
2022-02-16 17:10:34 +01:00
Stéphane Cerveau 088aff1576 properties: cleanup Label creation 2022-02-10 14:38:13 +00:00
Stéphane Cerveau 57160b3bce about: display GStreamer version 2022-02-10 14:38:13 +00:00
Stéphane Cerveau 6cc908c109 graphview: add a format version to graphview 2022-02-10 14:38:13 +00:00
Stéphane Cerveau f925c21b1d GPS: cleanup the license
Keep only the SPDX and mention the project
2022-02-09 11:28:59 +01:00