Stéphane Cerveau
81fcfe338e
gstreamer: update to 1.24
...
add gstreamer-gl-1.0 dependency
2024-09-13 08:56:01 +02:00
Stéphane Cerveau
c19162f2c5
ci: macos: add missing tomli
2024-09-12 20:16:11 +02:00
Stéphane Cerveau
63974e44d8
rust: update to rustc 1.81.0
2024-09-11 16:14:44 +02:00
Stéphane Cerveau
cb9361939c
rust: update to rustc 1.81.0
2024-09-11 16:14:44 +02:00
Stéphane Cerveau
f15b76ac6f
update to gtk 0.9.1
...
Change the glib::clone macros usage
Unwrap the the <Option>Widget
2024-09-10 15:30:12 +02:00
Stéphane Cerveau
7b6c351033
update gtk 0.9.1 and gstreamer 0.23.1
...
The biggest change of this update was the
use of glib::clone! macros.
2024-09-10 15:29:20 +02:00
Stéphane Cerveau
b1f581c2fd
graphview: update graph on drag end
...
Allow to save the graph on drag end
2024-09-09 14:46:39 +02:00
Stéphane Cerveau
4198b99b83
graphview: fix the zoom factor for node
...
Remove to apply zoom factor on node avoiding
weired zoom effect on node.
2024-09-09 14:38:25 +02:00
Stéphane Cerveau
37f04b681f
graphview: set the node position
...
This position will be used by the
the graph saver
2024-09-09 14:30:29 +02:00
Stéphane Cerveau
c309e94db2
graphbook: Use a scrolledwindow instead of ViewPort
...
In order to support the zoom, the graphbook must be
a scrolled window and not a ViewPort
2024-05-27 13:43:19 +02:00
Stéphane Cerveau
c60fbf8342
player: use default value
2024-05-27 13:41:47 +02:00
Stéphane Cerveau
671fd8ffd2
graphview: allow to zoom in or zoom out in the graph
2024-05-27 12:26:07 +02:00
Stéphane Cerveau
b8a92586d4
gtk: update to 0.8.2
...
update other packages to latter versions with cargo update
2024-05-21 11:40:07 +02:00
Stéphane Cerveau
1f200f4f30
app: update to gtk 0.8.0 and gst 0.22.2
...
In the change, the glib::channel has been dropped to use
async_io which achieves the same to receive message
for the logger and display it in the treeview.
Another message is received when a new gtkpaintablesink
has been instanciated.
2024-03-14 16:34:55 +01:00
Stéphane Cerveau
44d64ccdc4
cargo: update gtk and gst crate
...
gtk4 0.7.3
gst 0.21.3
gst-plugins-gtk 0.11.3
2024-01-25 20:04:38 +01:00
Stéphane Cerveau
3985458832
properties: can now support ParamSpecFloat
2024-01-23 10:29:57 +01:00
Stéphane Cerveau
7a70feedba
pages: update the pages with release 0.3.5
2024-01-05 16:34:13 +01:00
Stéphane Cerveau
88afa4a99e
release: 0.3.5
2024-01-05 15:36:00 +01:00
Stéphane Cerveau
d32c75b639
ci: change to macos 13 runner
2024-01-05 14:37:13 +01:00
Stéphane Cerveau
7789588aef
ci: fix yaml issue detected by pre-commit
2024-01-05 11:25:03 +01:00
Stéphane Cerveau
b1ad0e958b
graphmanager: fix typos detected by pre-commit
2024-01-05 11:25:03 +01:00
Stéphane Cerveau
9c8a578e05
gps: fix typos and format detected by pre-commit
2024-01-05 11:25:03 +01:00
Stéphane Cerveau
3e15b7cecb
graphmanager: remove link export
2024-01-05 11:25:03 +01:00
Stéphane Cerveau
11cf962bfd
ci: add pre-commit job
2024-01-05 11:25:03 +01:00
Stéphane Cerveau
a25f0499c8
macos: disabled ges build
...
Due to an error with python, disable GES build
for now.
2024-01-05 09:32:40 +01:00
Stéphane Cerveau
51769d6061
logger: support variable length for logger split
2024-01-04 15:20:14 +00:00
Stéphane Cerveau
af317eee96
app: rename gst_pipeline_studio to gst-pipeline-studio
2024-01-04 14:32:17 +01:00
Stéphane Cerveau
3aded523c2
element: add property special case for float
2024-01-03 13:52:04 +01:00
Stéphane Cerveau
d3005335b8
logger: add function name in the logs
2024-01-03 13:25:49 +01:00
Stéphane Cerveau
18458e3465
properties: fix expect for ParamSpecFlags
2024-01-03 13:25:49 +01:00
Stéphane Cerveau
a6f03db8f6
element: element property special convert for enum and flags
...
In element_property, add special case enum and flags
property to use a better value such as nick or the
proper u32 flags
2024-01-03 13:25:49 +01:00
Stéphane Cerveau
bed8d6a58e
logger: fix clippy complain
2024-01-02 14:51:38 +01:00
Stéphane Cerveau
c5f9cac444
app: support cmd line to open a custom pipeline
...
Add a way to open a pipeline from the cmd line
2024-01-02 14:51:03 +01:00
Stéphane Cerveau
30baa56881
wix: installer to a different UI profile
...
In order to remove minimal and full option
uses only a minimal profile.
2023-12-22 15:08:18 +01:00
Stéphane Cerveau
13165fa9c0
ci: use release build for windows
...
Create an image with release build of
gstreamer and gtk
2023-12-22 11:40:59 +01:00
Stéphane Cerveau
6ca3059914
ci: set the bundler version to 2.4.22
2023-12-19 11:20:56 +01:00
Stéphane Cerveau
f4019fd2af
wix: change wix banner and dialog bmp
2023-12-19 10:29:32 +01:00
Stéphane Cerveau
8c6cda2e92
player: feed the app with gst logs
...
Get the debug callback to retrieve the gst logs
and display it in the debug tab.
2023-11-30 11:54:15 +01:00
Stéphane Cerveau
9c03de5d00
player: keep a reference to bus_watch_guard
...
In order to receive the message from the bus
the API enforces to keep a reference to the bus_watch_guard
otherwise the watch gets lost.
2023-11-30 11:52:28 +01:00
Stéphane Cerveau
24121856ee
app: use the channel to receive other logs
...
Add another logger to receive message, events or GST logs
2023-11-30 11:52:28 +01:00
Stéphane Cerveau
e410289a13
ui: support multiple tab in debug section
...
Add GST logs, message, events in the debug section
2023-11-29 23:16:06 +01:00
Stéphane Cerveau
2601454143
Update README.md to include the website
2023-10-05 12:28:41 +00:00
Stéphane Cerveau
f47b0624fd
appdata: add a release description
2023-09-29 15:48:02 +02:00
Stéphane Cerveau
b2c6a8bc2a
pages: update the pages with release 0.3.4
2023-09-28 19:06:06 +02:00
Stéphane Cerveau
d002e2811f
release: 0.3.4
2023-09-28 16:45:01 +02:00
Stéphane Cerveau
0148a43946
windows: install the share folder from gtk/gst
2023-09-28 16:45:01 +02:00
Stéphane Cerveau
e12fecf971
settings: create the default app folder
...
To avoid a crash if the settings folder is
not present and the log can not be created properly
2023-09-28 16:45:01 +02:00
Stéphane Cerveau
886c099dba
data: update homepage in appdata
...
This appdata will be the mirror of what we
can see on
https://flathub.org/apps/org.freedesktop.dabrain34.GstPipelineStudio
2023-09-28 16:44:42 +02:00
Stéphane Cerveau
f81bedb71a
data: update the screenshot for 0.3.3
2023-09-24 12:57:09 +02:00
Stéphane Cerveau
2787211f0d
release: update release version fetcher
2023-09-23 09:05:30 +02:00