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
|
a56c0956ab
|
macos: remove useless comment in deploy
|
2023-08-26 21:42:58 +02:00 |
|
Stéphane Cerveau
|
d2b1c8875e
|
deploy_macos: copy gst plugin dep in lib
|
2023-08-26 21:00:29 +02:00 |
|
Stéphane Cerveau
|
aa66eb37de
|
macos: relocate the libraries with rpath
|
2023-08-26 19:50:33 +02:00 |
|
Stéphane Cerveau
|
0a48ff3d58
|
gstreamer: use stable 1.22 version
This version includes the patch for orc
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4866
|
2023-08-26 19:50:33 +02:00 |
|
Stéphane Cerveau
|
234b5fe043
|
ci: update fedora version to 38
|
2023-08-26 12:52:30 +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
|
5de51d5565
|
meson: add gtk4 as a subproject
Add gtk.wrap to subprojects
Remove gtk4 from brew_setup.sh
|
2023-06-14 22:35:22 +02:00 |
|
Stéphane Cerveau
|
21962866c5
|
ci: update fedora image with missing package
Add flex and bison
|
2023-06-14 22:35:21 +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
|
bb38972aea
|
macos: deploying application
https://www.datatable.online/en/blog/004-how-to-deploy-gtk-app-on-mac.html#deploy-your-app-as-linux-app
|
2023-06-14 22:32:58 +02:00 |
|
Stéphane Cerveau
|
e0274e8fd6
|
ci: fix flatpak release job
|
2023-04-14 11:27:37 +02:00 |
|
Stéphane Cerveau
|
1aa39f2c62
|
gps: update version to 0.3.0
|
2023-04-12 22:38:44 +02:00 |
|
Stéphane Cerveau
|
9c3ee809b1
|
ci: add windows release
|
2023-04-12 22:38:44 +02:00 |
|
Stéphane Cerveau
|
0748e9352b
|
ci: use wix install from latest gstreamer ci image
|
2023-04-12 22:38:44 +02:00 |
|
Stéphane Cerveau
|
db83d15ab4
|
ci: add manual to windows job
|
2023-04-12 12:08:17 +02:00 |
|
Stéphane Cerveau
|
0d25146878
|
ci: add default branch value
Gstreamer is now using 1.22
|
2023-04-12 12:08:17 +02:00 |
|
Stéphane Cerveau
|
2527a730d3
|
wix: add variable for version and upgrade code
|
2023-04-12 12:08:15 +02:00 |
|
Stéphane Cerveau
|
a99750a571
|
meson: include data only on linux
data is related to flatpak
|
2023-04-12 12:07:39 +02:00 |
|
Stéphane Cerveau
|
1e17ab654f
|
wix: add specific install folder
|
2023-04-12 12:07:39 +02:00 |
|
Stéphane Cerveau
|
9207ae05d2
|
wix: add license dialog
|
2023-04-12 12:07:39 +02:00 |
|
Stéphane Cerveau
|
081bc4d3a0
|
wix: enable a first installer upgradable
|
2023-04-12 12:07:36 +02:00 |
|
Stéphane Cerveau
|
9c83ff6123
|
ci: enable windows build
|
2023-03-05 19:29:38 +01: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
|
a744b17490
|
lang: fixup ip.pio
|
2023-03-05 19:23:42 +01:00 |
|
albanobattistella
|
8de685a741
|
lang: add ita.po
|
2023-02-14 22:13:09 +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
|
435e7bfd0d
|
ci: update fedora to 36
to support the latest gtk4-rs
|
2023-02-13 21:55:07 +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
|
17a81a52a6
|
ci: trigger a new build of FDO docker image
|
2023-02-13 17:11:19 +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 |
|