summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAge
* build: Look for snapd-glib-2Jeremy Bicha2023-06-13
| | | Gbp-Pq: Name build-Look-for-snapd-glib-2.patch
* Post-release version bumpFelipe Borges2023-03-17
|
* Post-release version bumpRobert Ancell2023-02-13
|
* Fix version number for 43.4 releaseRobert Ancell2023-02-13
|
* Post-release version bumpFelipe Borges2022-12-23
|
* Post-release version bumpGeorges Basile Stavracas Neto2022-10-17
|
* Post-release version bumpGeorges Basile Stavracas Neto2022-09-15
|
* 43.0Georges Basile Stavracas Neto2022-09-15
|
* Prepare 43.rcMichael Catanzaro2022-09-03
|
* build: Use GNOME module post_install()Matt Turner2022-08-24
|
* build: Bump libadwaita dependency to 1.2.alphaFelipe Borges2022-07-26
|
* Post-release version bumpGeorges Basile Stavracas Neto2022-07-09
|
* Update GLib dependency to 2.70Amy2022-06-10
| | | | | | To support commit 9de5b003, the minimum GLib dependency level must be updated to 2.70 as that release introduced g_pattern_spec_match_string. This patch updates the GLib minimum required level in accordance.
* info-overview: add build option to control distributor logoMichael Catanzaro2022-05-10
| | | | | | | | | | | Currently, we display a 256x256 version of the OS icon from /etc/os-release. This is too big for my taste, and it's also not sufficient for distros that want to display a logo that is not an icon. For instance, because we no longer display the operating system name immediately beneath the logo, it may be desirable to use a logo variant that includes text. This patch adds a meson build option that distributions can use to override the logo, and a second build option to specify a different logo for use in dark mode.
* Post-branching version bumpGeorges Basile Stavracas Neto2022-04-26
| | | | Mainline is open for business again
* Post-release version bumpGeorges Basile Stavracas Neto2022-04-26
|
* 42.1Georges Basile Stavracas Neto2022-04-26
|
* tests: Port tests to GTK4Georges Basile Stavracas Neto2022-03-07
| | | | | Port the tests, especially the interactive ones, to GTK4, and libadwaita.
* Post-release version bumpGeorges Basile Stavracas Neto2022-03-07
|
* 42.rcGeorges Basile Stavracas Neto2022-03-07
|
* sharing/remote-desktop: Initialize username/password if not setJonas Ådahl2022-02-26
| | | | | | If no password or username was set (not even an empty one), initialize them to something, specifically the username of the user of the session, and a auto generated password.
* sharing: Generate RDP TLS certificates when missingJonas Ådahl2022-02-26
| | | | | This also hooks up the certificate verification dialog to the configured TLS certificate.
* build: Check run_command() return valueBastien Nocera2022-02-24
| | | | | | | | As recommended by newer versions of meson: WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300
* 42.betaGeorges Basile Stavracas Neto2022-02-15
|
* background: Use AdwPreferences{Page,Group}Christopher Davis2022-01-31
| | | | | | Now that AdwPreferencesGroup has support for header suffixes, we can cut out a lot of widgetry by using it and AdwPreferencesPage directly.
* bluetooth: Use the new Bluetooth UI libraryBastien Nocera2022-01-19
| | | | | | Which only exports the Settings widget and nothing else. See https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/merge_requests/103
* build: Bump g-s-d req for new GSettings keyBastien Nocera2022-01-10
| | | | | | | | | Commit 1144db552e55a5f68bfdc9f2ec673d15cf5fd3dc added new UI which required a GSettings key that's only available in more recent versions of gnome-settings-daemon. Require the first stable version which included this key. Closes: #1450
* build: Fix Bluetooth panel buildBastien Nocera2022-01-05
| | | | | API version got bumped, see: https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/merge_requests/92
* build: Bump required gsettings-desktop-schemas versionBastien Nocera2022-01-05
| | | | For the colour scheme option.
* network: Port to GTK4Georges Basile Stavracas Neto2021-12-14
| | | | | | | | | | | | | | Boy this was hard. To ease the pain of porting wireless-security to GTK4, add a new WsFileChooserButton class that mimics the behavior of a button that triggers a filechooser, as per the migration guide suggests. There were lots of GtkGrids, so the diff is particularly horrendous. Sorry. This needs serious testing before landing.
* [WIP] color: Port to GTK4Georges Basile Stavracas Neto2021-12-14
| | | | | This is very rough still. The calibration code is entirely untested.
* background: Port to GTK4Georges Basile Stavracas Neto2021-12-14
| | | | | CcBackgroundPreview required some layout changes, but overall a pretty easy port.
* bluetooth: Port to GTK4Georges Basile Stavracas Neto2021-12-14
| | | | This needs libgnome-bluetooth-2.0, which was recently merged.
* common: Port to GTK4Georges Basile Stavracas Neto2021-12-14
| | | | | | | | | | This is only the bare minimum to make everything under panels/common build. Since these widgets are used by the main window, port them first. CcTimeEntry was particularly hard to port. That's because GtkEntry is a final class now. Overall, though, I'm happy with how it turned out to be - much cleaner, less code, more obvious.
* Drop Cheese dependencyGeorges Basile Stavracas Neto2021-12-14
| | | | | | Cheese is not ready for GTK4, and probably won't ever be, so just drop the dependency. We'll reimplement webcam support using PipeWire later.
* Switch to GTK4 & libadwaitaGeorges Basile Stavracas Neto2021-12-14
| | | | Nothing builds now.
* Disable all panels and testsGeorges Basile Stavracas Neto2021-12-14
| | | | | | We'll start the transition by disabling all panels and tests, so that we can go through them one by one, which should make the review process significantly less painful.
* build: Check for polkit supplementary filesBastien Nocera2021-10-20
| | | | | | | | | Which are shipped in newer versions of polkit, as well as backported in older versions of Ubuntu, rather than hardcoding a newer version of polkit and expecting newcomers to know to downgrade the version requirement. Fixes: 9ebcd17236a54daa0927a22d973d0309dfb4c8df
* Revert "build: Bump build-dependency on polkit"Bastien Nocera2021-10-20
| | | | This reverts commit 9ebcd17236a54daa0927a22d973d0309dfb4c8df.
* Post-release version bumpGeorges Basile Stavracas Neto2021-09-17
|
* Post-release version bumpGeorges Basile Stavracas Neto2021-09-05
|
* display: deprecation fixNishal Kulkarni2021-08-15
| | | | | | Change g_memdup to g_memdup2 in display. https://discourse.gnome.org/t/port-your-module-from-g-memdup-to-g-memdup2-now/5538
* Post-release version bumpGeorges Basile Stavracas Neto2021-08-13
|
* wwan: Add new panel for modem managementMohammed Sadiq2021-08-13
| | | | | | | | | | | The panel supports 2G/3G/4G GSM/LTE modems. CDMA2000 Modems are not supported. If a supported modem is present, the panel will be shown and the modem will be handled, else, network-panel shall manage the modem as it did in the past. If more than one modem with data enabled is present, the user is allowed to set priority of one SIM over the other (the priority is for SIM, not modem). Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/issues/132
* Post-release version bumpGeorges Basile Stavracas Neto2021-07-29
|
* Switch to g_get_os_info to read os_releaseEric2021-06-15
| | | | | | | | | As described in #1346, GLib 2.64 includes a g_get_os_info() function, providing access to keys from /etc/os-release. This commit replaces calls to gnome-control-center's custom parser (in panels/common/cc-os-release.c) with calls to this new function, and deletes the custom parser code. Closes #1346
* build: Depend on gsettings-desktop-schemas 40Marco Trevisan (Treviño)2021-06-07
| | | | | g-c-c requires now org.gnome.desktop.peripherals schemas that have been added on schemas 40.alpha, so let's depend on that.
* Bump libhandy to 1.2.0Ian Douglas Scott2021-05-07
|
* Post-branching version bumpGeorges Basile Stavracas Neto2021-04-13
| | | | The GNOME 41 merge window is open now.
* Post-release version bumpGeorges Basile Stavracas Neto2021-03-20
|