| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The change was added in feeee1c. For now we will handle the old and the new API
until this can be built.
|
| |
|
|
|
|
|
|
| |
We require the .its files, which were added in Polkit 0.114.
Fixes #491
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The issues initially reported in #343 have been fixed in Meson, and
git tag --contains 5f00c3020073962edbeb2f3f709c27acdb09fd74 in the
Meson code base tells me that the earliest releast to include this
is 0.51.0.
Fedora 30 already shipped 0.51.2 and a few GNOME modules (such as
GNOME Builder) are already using newer versions.
https://github.com/mesonbuild/meson/commit/5f00c302
Closes #343
|
|
|
|
|
|
| |
We use the autoptr support which was added in version 232
Fixes #490
|
|
|
|
| |
We are already using g_clear_handle_id, which requires GLib 2.56
|
| |
|
| |
|
|
|
|
|
| |
This is a simplification of code that used to be in
gnome-session-check-accelerated.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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:
https://github.com/apple/cups/blob/2c030c7a06e0c2b8227c7e85f5c58dfb339731d0/cups/http.c#L412
https://github.com/apple/cups/blob/2c030c7a06e0c2b8227c7e85f5c58dfb339731d0/cups/http.c#L477
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Let the 3.35 development cycle begin!
|
|
|
|
| |
Urgent release
|
| |
|
| |
|
|
|
|
|
|
| |
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 (?).
|
|
|
|
|
| |
Seeing as that's the version that added the
nm_device_wifi_get_last_scan() we use.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This fixes the RTL direction support of HdyLeaflet.
|
| |
|
| |
|
|
|
|
| |
This will allow us to build it as a static library.
|
| |
|
| |
|
|
|
|
| |
This is necessary for the wacom output setting changes.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Let's branch now and allow some UI changes land.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
An attempt to make the root folder slightly less
cluttered and more organized. No functional changes
whatsoever.
|
|
|
|
|
|
| |
I probably have OCD. Seeing these files
with this poor alignment gives me physical
pain.
|