summaryrefslogtreecommitdiff
path: root/subprojects
Commit message (Collapse)AuthorAgeFilesLines
* 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