Commit graph

69 commits

Author SHA1 Message Date
Robert Ancell
214ce473b9 build: Bump minimum version of libgudev
We use the autoptr support which was added in version 232

Fixes #490
2019-12-17 03:18:30 +00:00
Robert Ancell
d01a81a140 build: Bump minimum version of GLib.
We are already using g_clear_handle_id, which requires GLib 2.56
2019-12-17 16:09:10 +13:00
Georges Basile Stavracas Neto
06745e064a 3.35.2 2019-11-25 11:57:43 -03:00
Bastien Nocera
2007a5b240 info: Use new helper to fetch GL/GLES renderers 2019-11-06 09:27:10 +13:00
Bastien Nocera
5f6d5b77ac info: Add helper to print the GL/GLES renderer
This is a simplification of code that used to be in
gnome-session-check-accelerated.
2019-11-06 09:27:10 +13:00
Felipe Borges
ad83235bf9 shell: Use a meson option to determine that we're in a sandbox 2019-10-14 20:25:39 +00:00
Mohammed Sadiq
c884b19b46 build: Allow disabling tests 2019-09-23 14:12:21 +00:00
Philip Chimento
389ee0dfe5 printers: Use CUPS httpConnect2() if available
In CUPS 1.7 httpConnect() and httpConnectEncrypt() were deprecated and
replaced with httpConnect2(). This checks if httpConnect2() is available
and if so, replaces the uses of the deprecated functions.

In the CUPS source code, httpConnect() and httpConnectEncrypt() are now
wrappers around httpConnect2(), so we make sure to use the same
arguments as in the CUPS source code so the two code paths are sure to
be identical:
2c030c7a06/cups/http.c (L412)
2c030c7a06/cups/http.c (L477)
2019-09-16 14:09:40 -07:00
Philip Chimento
96137369a5 build: Fix CUPS PPD deprecation warning
In https://bugzilla.gnome.org/show_bug.cgi?id=696766 it was decided to
build with _PPD_DEPRECATED defined, to suppress the warnings about the
deprecation of the CUPS PPD API, since there was no full replacement
yet. Unfortunately this didn't make it intact through the port to Meson,
so fix it here.
2019-09-16 14:09:40 -07:00
Georges Basile Stavracas Neto
34eb1fb73d Bump version to 3.35.0
Let the 3.35 development cycle begin!
2019-09-09 18:35:29 -03:00
Georges Basile Stavracas Neto
ea7b65a7ee 3.34.0.1
Urgent release
2019-09-09 12:37:32 -03:00
Georges Basile Stavracas Neto
d5ddbc06d8 3.34.0 2019-09-09 12:05:46 -03:00
Georges Basile Stavracas Neto
11aa40387b
3.33.90 2019-08-08 22:43:24 -03:00
Carlos Garnacho
3600cb5a40 common: Unite GsdDeviceManager
Drop the subtypes, and keep a single udev-based GsdDeviceManager,
which will work on both backends, and should work on all platforms
we care about (?).
2019-08-08 15:18:07 +00:00
Bastien Nocera
2ae206c7e2 build: Require NetworkManager 1.12
Seeing as that's the version that added the
nm_device_wifi_get_last_scan() we use.
2019-06-30 13:20:35 +00:00
Georges Basile Stavracas Neto
fb76a31c69
3.33.3 2019-06-19 12:56:32 -03:00
Georges Basile Stavracas Neto
6fb41e8080
project: Require meson 0.50.0 2019-06-19 12:40:23 -03:00
Benjamin Berg
936a66f4ca keyboard: Add microphone mute key
Add the required UI for users to change the newly mic-mute keybinding.

See also https://bugzilla.gnome.org/show_bug.cgi?id=793596

https://bugzilla.gnome.org/show_bug.cgi?id=793641
2019-05-27 20:48:35 +00:00
Georges Basile Stavracas Neto
5606637c5e
3.32.1 2019-03-29 11:36:46 -03:00
Georges Basile Stavracas Neto
4659780be6
3.32.0.1 2019-03-11 16:02:25 -03:00
Adrien Plazas
f827d3c948 meson: Bump libhandy to 0.0.9 2019-03-11 18:13:21 +00:00
Georges Basile Stavracas Neto
3e9d5c57f4
3.32.0 2019-03-11 11:43:55 -03:00
Georges Basile Stavracas Neto
ac054d3cec
3.31.92 2019-03-04 18:19:44 -03:00
Adrien Plazas
19e42fb051 meson: Bump libhandy to 0.0.8
This fixes the RTL direction support of HdyLeaflet.
2019-02-18 11:19:36 +00:00
Georges Basile Stavracas Neto
ed22dd28e9
3.31.90 2019-02-06 21:40:29 -02:00
Adrien Plazas
7fd4bbbf37 meson: Make libhandy subproject static 2019-01-18 15:31:35 +01:00
Adrien Plazas
ee0a2ed6c2 meson: Bump libhandy to 0.0.7
This will allow us to build it as a static library.
2019-01-18 15:31:12 +01:00
Georges Basile Stavracas Neto
f6c6830aaa
3.31.4 2019-01-09 01:58:12 -02:00
Georges Basile Stavracas Neto
87b13dd209
meson: Bump minimum meson version 2019-01-09 01:48:21 -02:00
Carlos Garnacho
b7f601344b build: Depend on gsettings-desktop-schemas >= 3.31.0
This is necessary for the wacom output setting changes.
2018-12-11 13:25:50 +01:00
Jeremy Bicha
3d686de41c power: stop using deprecated up_client_get_devices
and bump required upower version to 0.99.8 which
introduced up_client_get_devices2

This is a follow-up from
https://gitlab.gnome.org/GNOME/gnome-control-center/merge_requests/82
2018-12-07 14:55:43 +00:00
Adrien Plazas
af58f4c6ed build: Add libhandy-0.0 dependency
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.
2018-11-26 15:36:34 +01:00
Bastien Nocera
cad5f982c9 thunderbolt: Fix compile-time warning
The Thunderbolt panel warns about explicit_bzero() not being available
but never checked for it.

gnome-control-center/panels/thunderbolt/bolt-str.c: In function ‘bolt_erase_n’:
gnome-control-center/panels/thunderbolt/bolt-str.c:33:4: warning: #warning no explicit bzero, using fallback [-Wcpp]
   #warning no explicit bzero, using fallback
    ^~~~~~~

Closes: #286
2018-11-21 14:25:14 +01:00
Georges Basile Stavracas Neto
fb45df29a3
3.31.2 2018-11-12 23:43:14 -02:00
Carlos Garnacho
697789083d build: Drop all references to clutter-gtk
It's currently just added whenever cheese is enabled, however that should
be already an indirect dependency. There is no need for it to explicitly
to be explicitly linked here.

And same goes for CI Docker files, the dependency will be indirectly
installed through cheese anyway.
2018-11-07 23:02:10 +00:00
Carlos Garnacho
d51336c2c2 wacom: Port calibrator UI to GTK+
Same dog, different collar. The UI has been ported 1:1 to GTK+, using
GtkBuilder, CSS and event controllers fairly reduced the amount of code
needed for this.

It also allows us to stop initializing clutter-gtk across the several
executables.
2018-11-07 23:02:10 +00:00
Georges Basile Stavracas Neto
78495e03dc Bump version to 3.31.0
Let's branch now and allow some UI changes land.
2018-09-07 22:52:55 -03:00
Georges Basile Stavracas Neto
d05b901a1d 3.30.0 2018-09-03 12:20:08 -03:00
Georges Basile Stavracas Neto
10af7e20bd 3.29.92 2018-08-27 21:42:03 -03:00
Georges Basile Stavracas Neto
dd968d2fbb 3.29.90 2018-07-31 13:45:22 -03:00
Georges Basile Stavracas Neto
65b90d5951 3.29.4 2018-07-16 21:32:05 -03:00
Georges Basile Stavracas Neto
cf61ee5812 3.29.2 2018-05-25 17:37:18 -03:00
Georges Basile Stavracas Neto
50094b45a6 window: Warn about development builds
With this commit, a message dialog pops up whenever a
development build runs. This is meant to actually annoy,
so that we're always reminded that things may not work
as expected.

Since the dialog can be dismissed with a single button
press, it is not the end of the world. But people still
should be aware that Settings is ~not~ meant to run with
Flatpak, and that this is a development tool only.
2018-05-14 18:24:03 -03:00
Georges Basile Stavracas Neto
e2a18bec49 project: Move build files to build-aux
An attempt to make the root folder slightly less
cluttered and more organized. No functional changes
whatsoever.
2018-05-14 13:37:41 -03:00
Georges Basile Stavracas Neto
af0186aaf9 project: Update meson files
I probably have OCD. Seeing these files
with this poor alignment gives me physical
pain.
2018-05-03 00:45:29 -03:00
Benjamin Berg
f655e46ce7 tests/network: Add basic testing of network panel
This adds tests for the network panel based on the test service found in
NetworkManager. Another possible solution may be to use the one from
dbusmock, however NetworkManager already has readily available code to
write tests in C which makes checking the widget hierarchy easier.
2018-05-02 22:29:33 +00:00
Georges Basile Stavracas Neto
9214a966de trivial: Improve meson file
This commit only improves the style of the main Meson
file, and makes the output message a bit more friendlier.
2018-04-17 12:20:12 -03:00
Benjamin Berg
d2d4980ce8 Move panel/common tests into new tests subdirectory 2018-04-17 15:26:59 +02:00
Iñigo Martínez
37a6b940cb build: Fix USER_DIR_MODE value in config.h
meson defines `USER_DIR_MODE` with a raw octal value to be used as
the default permissions when creating the user's configuration
directory.

However, meson does not support raw octal values[0], so the define
misses the initial `0` value. Due to this, the directory is created
with wrong permissions.

This has been changed to use the octal value as a string in meson,
so the definition has the proper value.

Fixes #49

[0] https://github.com/mesonbuild/meson/issues/2047
2018-04-17 00:24:36 +00:00
Christian Kellner
47f241b10c thunderbolt: new panel for device management
Thunderbolt devices need to be approved before they can be used.
This is done via the boltd system daemon and gnome-shell. The new
panel enables the user to manage thunderbolt devices, i.e.:

 - forget devices that have previously been authorized
 - authorize currently unauthorize devices

Additionally authorization of devices an be temporarily disabled
to ensure no evil device will gain access to the computers
resources.

File starting with "bolt-" are copied from bolt's source tree
and currently correspond to the bolt upstream commit with the id
f22b1cd6104bdc2b33a95d9896b50f29a141b8d8
They can be updated from bolt via the update-from-bolt.sh script.
2018-04-13 15:08:16 +02:00