Khaled Hosny
810c6da50f
Update Arabic translation
...
(cherry picked from commit 48d2a49d0a
)
2018-03-25 18:02:37 +02:00
Jeremy Bicha
5ac87d3f18
appdata: Add UserDocs & HighContrast kudos
...
https://github.com/GNOME/gnome-software/blob/master/doc/kudos.md
Closes https://gitlab.gnome.org/GNOME/gnome-control-center/merge_requests/14
2018-03-24 20:17:16 +00:00
Georges Basile Stavracas Neto
8d2ce803e9
git: Remove libgd from .gitmodules
...
Fixes #24
2018-03-23 10:46:52 -03:00
Justin van Steijn
d9cbcedd45
Update Dutch translation
...
(cherry picked from commit 4e9cdc2234
)
2018-03-21 20:34:46 +00:00
Matej Urbančič
c54b27f1cb
Added Slovenian translation
2018-03-20 21:57:45 +01:00
Rasmus Thomsen
f957ce1776
user-accounts: fix building without cheese
...
https://gitlab.gnome.org/GNOME/gnome-control-center/merge_requests/10
2018-03-20 17:24:04 +01:00
Dušan Kazik
d1cea2a3d9
Update Slovak translation
...
(cherry picked from commit 4d87ce1cd3
)
2018-03-16 21:57:24 +00:00
Georges Basile Stavracas Neto
a1bace4683
build: Drop libgd
...
Settings does not use libgd.
2018-03-16 15:55:10 -03:00
Georges Basile Stavracas Neto
9a611e0d69
keyboard: Remove deprecated gdk_error_trap_push|pop calls
...
Instead, implement custom error push and pop functions that mimic
what GDK used to do, but using only non-deprecated functions.
2018-03-16 14:56:28 -03:00
Georges Basile Stavracas Neto
0269f6e5b2
keyboard: Trivial update to code style
...
This fixed many code style issues in wm-common, and add
a few g_autofree when possible.
2018-03-16 14:39:31 -03:00
Georges Basile Stavracas Neto
aba1647bea
keyboard: Silence initialization warning
...
This field is always initialized properly before being
used, so let's not initialize it when declaring.
2018-03-16 14:19:43 -03:00
Georges Basile Stavracas Neto
ee66dc5f3f
keyboard: Turn gchar** into GStrv and use g_auto
2018-03-16 14:18:45 -03:00
Georges Basile Stavracas Neto
4496b60c73
keyboard: Make unused public function static
...
It is not used outside wm-common.c, so let's not export
it as a public function.
2018-03-16 14:14:41 -03:00
Georges Basile Stavracas Neto
2416b4278d
keyboard: Remove unused include
2018-03-16 14:14:11 -03:00
Georges Basile Stavracas Neto
1643674a24
bluetooth: Replace GtkAlignment by halign and valign properties
...
This removes the last deprecation warning in the Bluetooth panel.
2018-03-16 13:51:25 -03:00
Georges Basile Stavracas Neto
deba2b419b
build: Bump libnm >= 1.10
...
For the next stable release, we'll require libnm >= 1.10. This
version bump will happen now, at the beginning of the cycle, to
give distros plenty of time to update.
2018-03-16 13:06:27 -03:00
Georges Basile Stavracas Neto
5659271ec3
build: Drop remaining libnm-glib usage
...
This library is deprecated for a long time now, and Fedora Rawhide
removed the package. Since our CI is based on Rawhide, it began
to fail.
In the end, the usage was just legacy code that doesn't exist anymore,
so it's pretty safe to just plain drop it.
2018-03-16 13:03:04 -03:00
Georges Basile Stavracas Neto
86f67d7f5e
ci: Remove NetworkManager-glib from dependencies
...
Fedora Rawhide doesn't have it anymore.
2018-03-16 11:56:35 -03:00
Mohammed Sadiq
f6b3afb9d2
display: Increase popover margins to match mockup
...
https://bugzilla.gnome.org/show_bug.cgi?id=793165
2018-03-16 02:32:55 -03:00
Georges Basile Stavracas Neto
cf163ef0df
universal-access: Use transient-for display
...
This prevents us from triggering a warning.
2018-03-16 02:07:17 -03:00
Georges Basile Stavracas Neto
a5b766f7f0
universal-access: Move widget setup code to constructed()
...
This is in preparation for using the transient-for window to
retrieve the GdkMonitor.
2018-03-16 02:06:28 -03:00
Georges Basile Stavracas Neto
6cd9461807
universal-access: Turn ZoomOptions into a template class
...
This commit turns the ZoomOptions into a template class that
subclasses GtkDialog.
This is also a follow-up from commit c82deede1
where we started
using the non-deprecated GdkMonitor API.
2018-03-16 02:01:38 -03:00
Mario Sanchez Prada
ca9228bb59
display: Early return in monitor_labeler_show() if no outputs are available
...
The GVariant constructed here would be useless otherwise, since there are
no outputs to show the labels for. Besides, calling g_variant_builder_close
in this scenario would hit an assertion and the program would crash.
https://gitlab.gnome.org/GNOME/gnome-control-center/issues/12
2018-03-14 23:27:44 +00:00
Benjamin Berg
729db87249
network: Remove dead code trying to use NMConnection as NMActiveConnection
...
These code paths could never be hit as an NMConnection cannot be an
NMVpnConnection which is a descendant of NMActiveConnection.
https://bugzilla.gnome.org/show_bug.cgi?id=794171
2018-03-12 17:29:53 +01:00
Benjamin Berg
72ef675a36
network: Fix warning about missing cast to GtkWidget*
...
https://bugzilla.gnome.org/show_bug.cgi?id=794171
2018-03-12 16:15:19 +01:00
Benjamin Berg
3117e2dc4a
network: Remove nagging code which removed from libnma
...
This has been removed long ago and there are only stubs left for g-c-c.
See also:
- https://bugzilla.gnome.org/show_bug.cgi?id=706964
- https://git.gnome.org/browse/network-manager-applet/commit/?id=e21d598896ccd2c52850f52d21fe1d5aaa4e5410
https://bugzilla.gnome.org/show_bug.cgi?id=794171
2018-03-12 16:14:47 +01:00
Bastien Nocera
4663ba2fac
network: Fix crash opening "Hidden network" dialogue
...
Both the Network panel and libnma expect UI resources in the
same location, which will cause problems when the Network panel loads
its own version that doesn't quite match up to the code used in libnma.
This fixes a crash when nma_wifi_dialog_new_for_hidden() is called and
libnma expects a domain widget to be present, which it isn't in our
version of the UI files.
https://bugzilla.gnome.org/show_bug.cgi?id=785099
2018-03-12 14:39:10 +01:00
Bastien Nocera
7289e21ef1
network: Fix crash due to object name clashes in NM and g-c-c
...
1. open Wi-Fi Settings
2. Menu -> Known Wi-fi Networks
3. Click settings of some Wi-Fi network listed there.
4. Press escape twice to close all the dialogs
5. Menu -> Connect to Hidden network..,
Fix crashes when some object type names (WirelessSecurity and
EAPMethod in this case) are duplicated across the Network
panel and libnma.
Fixes a regression in commit 0470c04
https://bugzilla.gnome.org/show_bug.cgi?id=785099
2018-03-12 14:27:18 +01:00
Anders Jonsson
4c997468ad
Update Swedish translation
...
(cherry picked from commit d6a67d6acc
)
2018-03-11 20:19:28 +00:00
Daniel Șerbănescu
e8c93821a1
Update Romanian translation
2018-03-11 08:32:58 +00:00
Ask Hjorth Larsen
4587f8b22b
Updated Danish translation
2018-03-08 12:52:01 +01:00
Daniel Șerbănescu
135896eb6e
Update Romanian translation
2018-03-07 19:33:25 +00:00
Georges Basile Stavracas Neto
c82deede1c
universal-access: Port to GdkMonitor API
...
This removes the last deprecation warning of the Universal
Access panel by porting the GdkScreen API usage to the
GdkMonitor API.
2018-03-07 12:10:22 -03:00
Georges Basile Stavracas Neto
cec979ae0c
universal-access: Replace GtkHScale
...
Following the previous commit, this one replaces GtkHScale
by GtkScale. No GtkVScale was found in Universal Access
panel (or any other panel).
2018-03-07 11:56:26 -03:00
Georges Basile Stavracas Neto
86413dc6d5
universal-access: Replace GtkHBox and GtkVBox
...
We can simply use a GtkBox and set the orientation property.
Since this property defaults to 'horizontal', we actually
only need to set it when replacing GtkVBox.
2018-03-07 11:50:07 -03:00
Georges Basile Stavracas Neto
9e8a4729f0
color: Remove deprecated functions and silence compiler warnings
...
The color calibration code called on GdkScreen API, an API that is
now mostly deprecated in favour of GdkDisplay and GdkMonitor.
This commit updates that, and also removes a compiler warning about
different enum types.
2018-03-07 11:08:43 -03:00
A S Alam
3be75fe9df
Update Punjabi translation
2018-03-07 12:32:18 +00:00
Milo Casagrande
4d62da5f72
Update Italian translation
...
(cherry picked from commit bbe8f0c5e3
)
2018-03-07 09:05:24 +00:00
Georges Basile Stavracas Neto
e59fdcdf1c
window: Replace deprecated function
...
gdk_keymap_get_default() is deprecated in favor of
gdk_keymap_get_for_display(), so let's just use that.
2018-03-06 22:55:01 -03:00
Georges Basile Stavracas Neto
63ceb2305a
fixup! application: Initialize action using a GActionEntry table
2018-03-06 22:48:06 -03:00
Georges Basile Stavracas Neto
c5f97d8a56
panel-loader: Update code style
...
Use g_auto and remove an unecessary line break.
2018-03-06 22:38:56 -03:00
Georges Basile Stavracas Neto
b5f7875be4
application: Initialize action using a GActionEntry table
...
Instead of manually instanciating each action.
2018-03-06 22:35:06 -03:00
Georges Basile Stavracas Neto
de5d1a2417
application: Use modern g_autoptr practices
...
This saves us some lines of code, and modernizes the
codebase a little bit.
2018-03-06 22:27:14 -03:00
Georges Basile Stavracas Neto
23fadca422
user-accounts: Force symlink creation
...
So that we can run Settings more than once in GNOME Builder.
Without the -f flag, ln errs out after these symlinks are
created, and Builder refuses to run after that.
2018-03-06 22:02:58 -03:00
Georges Basile Stavracas Neto
e776111bc0
build: Fix post-install script indentation
...
Python best practices say that indentation should be a
multiple of 4.
2018-03-06 22:02:14 -03:00
Ask Hjorth Larsen
733184cc21
Updated Danish translation
2018-03-07 00:05:44 +01:00
Georges Basile Stavracas Neto
e80ccf29d4
Bump 3.29.0 release
...
The master branch is now open to new features, and big
changesets.
2018-03-05 23:40:35 -03:00
Georges Basile Stavracas Neto
0100f4959f
3.27.92
...
Signed-off-by: Georges Basile Stavracas Neto <gbsneto@gnome.org>
2018-03-05 23:25:34 -03:00
Debarshi Ray
3dc4b6b324
build: Compile the GSettings schema after installation
...
Fallout from 10738d68c6
https://gitlab.gnome.org/GNOME/gnome-control-center/issues/8
2018-03-05 18:22:54 +01:00
Andrea Azzarone
3aa89a836a
online-accounts: Restore the "add" command
...
This reverts parts of commit 5a04e40fef
that don't use goa_provider_set_preseed_data.
https://bugzilla.gnome.org/show_bug.cgi?id=794012
2018-03-05 17:48:26 +01:00