summaryrefslogtreecommitdiff
path: root/subprojects/gvc
Commit message (Collapse)AuthorAgeFilesLines
* subprojects: revert accidental libgvc downgrade yet againPauli Virtanen2023-04-031-0/+0
| | | | | | | Re-do the libgvc version upgrade from 8c84b9f0d378 ("subprojects: Update libgvc"), which was accidentally reverted in cb333cd59c80 ("Fix accessibility of the buttons in the test sound output dialog") without comment.
* Fix accessibility of the buttons in the test sound output dialogLukáš Tyrychtr2023-01-061-0/+0
| | | | They had only icons, so name them for screen readers.
* subprojects: revert accidental libgvc downgradePauli Virtanen2022-07-071-0/+0
| | | | | | Re-do the libgvc version upgrade from 8c84b9f0d378 ("subprojects: Update libgvc"), which was accidentally reverted in 95de2049c7fd ("shell: Initialise locale early") without comment.
* Fix submoduleLukáš Tyrychtr2022-06-201-0/+0
|
* Printer panel a11y fixesLukáš Tyrychtr2022-06-201-0/+0
|
* shell: Initialise locale earlyBastien Nocera2022-05-111-0/+0
| | | | | | | | | | | | | | | | | | | | Otherwise glib will make internal calls before setlocale is called: ** (process:1124144): WARNING **: 10:16:58.983: dcgettext("(null)", "", 5) called before setlocale() #0 0x00007ffff7c80f77 in g_logv () at /lib64/libglib-2.0.so.0 #1 0x00007ffff7c81233 in g_log () at /lib64/libglib-2.0.so.0 #2 0x00007ffff7fbb6c6 in dcgettext (__domainname=<optimized out>, __msgid=0x7ffff7ce6c5a "", __category=<optimized out>) at ../../../../Projects/jhbuild/gettext-pseudolocale/gettext-pseudolocale.c:194 #3 0x00007ffff7c6478e in _g_dgettext_should_translate () at /lib64/libglib-2.0.so.0 #4 0x00007ffff7c6484b in g_dgettext () at /lib64/libglib-2.0.so.0 #5 0x00007ffff7e98974 in g_application_class_intern_init () at /lib64/libgio-2.0.so.0 #6 0x00007ffff7d9cfb8 in g_type_class_ref () at /lib64/libgobject-2.0.so.0 #7 0x00007ffff7d9cc95 in g_type_class_ref () at /lib64/libgobject-2.0.so.0 #8 0x00007ffff7d9cc95 in g_type_class_ref () at /lib64/libgobject-2.0.so.0 #9 0x00007ffff7d9cc95 in g_type_class_ref () at /lib64/libgobject-2.0.so.0 #10 0x00007ffff7d8671a in g_object_new_valist () at /lib64/libgobject-2.0.so.0 #11 0x00007ffff7d867fd in g_object_new () at /lib64/libgobject-2.0.so.0 #12 0x0000000000449bcc in cc_application_new () at ../../../../Projects/jhbuild/gnome-control-center/shell/cc-application.c:294 #13 0x0000000000448fa6 in main (argc=1, argv=0x7fffffffd138) at ../../../../Projects/jhbuild/gnome-control-center/shell/main.c:55
* subprojects: Update libgvcPauli Virtanen2022-03-181-0/+0
| | | | | | | | | This update is necessary to fix a bug that can cause sound device profiles to be missing, possibly making some sound device ports unusable. See https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/19 Fixes #1668
* subprojects: Update libgvcBastien Nocera2020-09-251-0/+0
| | | | | | | This update is necessary to add support for recent UCM related changes in ALSA and PulseAudio. See https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/10
* project: Update subprojectsGeorges Basile Stavracas Neto2019-06-161-0/+0
| | | | | | Updates libhandy and GVC. The interesting change we are looking for is in GVC, switching the icon of the "System Sounds" stream to "emblem-system-symbolic".
* sound: Update gvc to latest versionRobert Ancell2019-02-071-0/+0
| | | | This fixes compile warnings
* sound: Update gvc to not require ALSA supportBastien Nocera2018-01-261-0/+0
| | | | | | | ALSA support is only used in gnome-settings-daemon, so always disable the option, which wouldn't work on non-Linux anyway. https://bugzilla.gnome.org/show_bug.cgi?id=792921
* build: Port to meson build systemIñigo Martínez2018-01-171-0/+0
| | | | | | | | Meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools. https://bugzilla.gnome.org/show_bug.cgi?id=785414
* build: Move libgd and gvc modules to subprojectsIñigo Martínez2018-01-171-0/+0
In order to share the libgd and gvc modules between autotools and meson, this patch moves their directories to subprojects directory and updates autotools. https://bugzilla.gnome.org/show_bug.cgi?id=785414