Colin Kinloch
6f62b24788
debug-viewer: Use GtkFileChooserNative to open logs
...
This provides flatpak document portal support
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5390 >
2023-10-27 15:34:31 +00:00
Colin Kinloch
babc18c36e
debug-viewer: Fix crash from unpacking NoneType objects
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5389 >
2023-10-27 14:26:47 +00:00
Olivier Crête
98217f1892
debug-viewer: Remove unnecessary call to gettext.bind_textdomain_codeset()
...
It has been deprecated in Python 3.8 and removed in 3.10
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5027 >
2023-07-13 15:07:20 +00:00
Sebastian Fricke
0b6bbce012
Remove the uninstalled term
...
Remove the symbolic link `gst-uninstalled` which points to `gst-env`.
The `uninstalled` is the old name and the project should stick to a
single name for the procedure.
Remove the term from all the files, exceptions are variables from
dependencies like `uninstalled_variables` from pkgconfig and
`meson-uninstalled`.
Adjust mentions of the script in the documentation and README.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1743 >
2022-03-01 11:33:10 +00:00
Nirbheek Chauhan
1be6d6ccf5
meson: Add explicit check: kwarg to all run_command() calls
...
This is required since Meson 0.61.0, and causes a warning to be
emitted otherwise:
2c079d855e
https://github.com/mesonbuild/meson/issues/9300
This exposed a bunch of places where we had broken run_command()
calls, unnecessary run_command() calls, and places where check: true
should be used.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1507 >
2022-01-09 18:12:47 +05:30
Thibault Saunier
2701634c29
Move files from gst-devtools into the "subprojects/gst-devtools/" subdir
2021-09-24 16:15:38 -03:00