summaryrefslogtreecommitdiff
path: root/subprojects
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.
* meson: Add GTK as a subprojectChristopher Davis2023-02-141-0/+3
| | | | | We need a release that contains https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5442. Currently no distro ships GTK 4.9.3.
* 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
* Switch to GTK4 & libadwaitaGeorges Basile Stavracas Neto2021-12-142-0/+3
| | | | Nothing builds now.
* Bump libhandy to 1.2.0Ian Douglas Scott2021-05-071-0/+0
|
* subprojects: Update libhandybenzea/fix-ciBenjamin Berg2020-12-111-0/+0
| | | | | This pulls in a fix for a warning, required for the CI to work on Fedora rawhide images with a new GCC.
* 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
* Bump libhandy to 1.0.0Adrien Plazas2020-09-141-0/+0
| | | | Let's use a stable version.
* Bump libhandy to 0.90.0Adrien Plazas2020-08-181-0/+0
| | | | The API is now stable.
* meson: Replace libhandy-0.0 by libhandy-1Adrien Plazas2020-07-201-0/+0
| | | | Depend on libhandy 0.84.0, and migrate to the GNOME repo.
* project: Update subprojectsGeorges Basile Stavracas Neto2019-06-162-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".
* meson: Bump libhandy to 0.0.9Adrien Plazas2019-03-111-0/+0
|
* user-accounts: Fix memory corruption in the avatar popupAndrea Azzarone2019-03-041-0/+0
| | | | | | | Use g_object_set_data_full and g_steal_pointer to ensure the validity of the "filename" association. Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/399
* subprojects: Bump libhandy to fix i18nAdrien Plazas2019-03-011-0/+0
|
* meson: Bump libhandy to 0.0.8Adrien Plazas2019-02-181-0/+0
| | | | This fixes the RTL direction support of HdyLeaflet.
* sound: Update gvc to latest versionRobert Ancell2019-02-071-0/+0
| | | | This fixes compile warnings
* Bump libhandy to a commit fixing its static installationAdrien Plazas2019-02-051-0/+0
| | | | | | | The other commits shouldn't affect the application in any way, so it's safe to bump, especially as it's needed only by the submodule. Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/issues/350.
* meson: Bump libhandy to 0.0.7Adrien Plazas2019-01-181-0/+0
| | | | This will allow us to build it as a static library.
* build: Add libhandy-0.0 dependencyAdrien Plazas2018-11-261-0/+0
| | | | | | | This is needed to access widgets to make the shell adaptive. This also adds libhandy as a submodule and will make use of that version if it isn't available otherwise.
* build: Drop libgdGeorges Basile Stavracas Neto2018-03-161-0/+0
| | | | Settings does not use libgd.
* 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-172-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-172-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