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
Marek Kasik
5663a8189c
Printers: Fix closing of Jobs dialog
...
When user presses Esc key on Jobs dialog when there
is a job which needs authentication then the dialog
is not closed. This commit fixes this issue.
2018-03-05 17:02:44 +01:00
Marek Kasik
1225766e1f
Printers: Don't focus non-realized widgets
...
This commit removes focusing of widgets in authentication dialog
which could happen when user traverses Jobs dialog via Tab key
if there are some jobs which need authentication.
Lets rely on standard focus chain.
2018-03-05 17:02:41 +01:00
Stas Solovey
52e3bfaed2
Update Russian translation
2018-03-05 15:54:23 +00:00
Benjamin Berg
1d72a0b350
power: Fix crash when panel is closed quickly
...
Fix a use-after-free while creating the dbus proxy for
org.gnome.SettingsDaemon.Power.Keyboard. This fix is identical to the
previous fix for the screen proxy.
https://bugzilla.gnome.org/show_bug.cgi?id=794089
2018-03-05 16:47:52 +01:00
Jordi Mas
9066ce5525
Update Catalan translation
2018-03-04 14:53:52 +01:00
Rūdolfs Mazurs
bb3fa9d932
Update Latvian translation
2018-03-04 12:24:04 +00:00
Jordi Mas
f8c6742bcb
Update Catalan translation
2018-03-03 09:31:49 +01:00
Ondrej Holy
2ef0e2aa89
user-accounts: Remove unused cell renderer
...
With the carousel, the custom user image cell renderer is no more needed.
2018-03-02 08:21:09 +00:00
Ondrej Holy
93f8920ae5
user-accounts: Do not show legacy face images
...
Legacy face images should not be shown in avatar chooser, so let's filter
all symlinks to the legacy files out.
Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/5
2018-03-02 08:59:49 +01:00
Ondrej Holy
6e4d75eaaf
user-accounts: Add back legacy image faces
...
Commit ffe5aac8
introduced new set of face images and removed the old
ones. Consequently, generic avatar is shown for people after update.
Add back legacy images, so people won't lose their current images on
update. Add them into the subfolder and create symlinks for them,
so it can be simply filtered out from the chooser widget, because just
the new images should be shown.
https://gitlab.gnome.org/GNOME/gnome-control-center/issues/5
2018-03-02 08:59:49 +01:00
Ondrej Holy
ff0ec34161
user-accounts: Rename new face images which conflicts with old ones
...
We want to add back legacy images, so let's rename the new ones to not
be in a conflict. This unfortunately can cause another breakage for
people which uses development versions, but we can't do much about it.
https://gitlab.gnome.org/GNOME/gnome-control-center/issues/5
2018-03-02 08:59:49 +01:00
Ondrej Holy
7bc7aa6e59
user-accounts: Use GIO API for face images handling
...
GFile is needed for face widgets anyway, so let's use GFileEnumerator
for dir listing instead of POSIX API.
https://gitlab.gnome.org/GNOME/gnome-control-center/issues/5
2018-03-02 08:59:49 +01:00
Georges Basile Stavracas Neto
b127cb0301
ci: Introduce CI
2018-03-01 17:14:21 -03:00
Alexandre Franke
ba4621fa91
Update French translation
2018-03-01 19:21:15 +00:00
GNOME Translation Robot
eafddbd236
Update Dutch translation
2018-03-01 18:41:10 +00:00
Georges Basile Stavracas Neto
d3c3b106cb
Revert "ci: Introduce CI"
...
This reverts commit 0a2faf014c
.
2018-03-01 15:36:32 -03:00
Georges Basile Stavracas Neto
0a2faf014c
ci: Introduce CI
2018-03-01 14:01:22 -03:00
Will Cooke
817a065e50
network: Use monospace font for wi-fi hotspot password
...
https://bugzilla.gnome.org/show_bug.cgi?id=785413
2018-03-01 11:22:38 -05:00
Georges Basile Stavracas Neto
8dfa19a2e6
doap: Add myself as maintainer
...
Mwahaha.
2018-03-01 12:42:31 -03:00
Kukuh Syafaat
8a1971c76e
Update Indonesian translation
2018-03-01 09:46:26 +00:00
Aurimas Černius
ac8fc65534
Updated Lithuanian translation
2018-02-28 23:31:28 +02:00
Marek Cernocky
35ce5b4e41
Updated Czech translation
2018-02-28 09:31:35 +01:00
Marek Kasik
873c2c6839
Printers: Add commandline action "show-jobs"
...
Add action "show-jobs" to printers panel which
gets printer name as a parameter and shows user
jobs dialog.
Syntax for trigerring this action looks like:
"gnome-control-center printers show-jobs my-local-printer".
https://bugzilla.gnome.org/show_bug.cgi?id=758170
2018-02-26 14:33:30 +01:00
Marek Kasik
91328078fe
Printers: Fix GVariant handling
...
Some const strings taken from GVariants were used
after their GVariants were unreffed.
https://bugzilla.gnome.org/show_bug.cgi?id=758170
2018-02-26 14:33:27 +01:00
Jeremy Bicha
2aceafe0e0
Remove accidentally committed patch file
2018-02-26 08:22:53 -05:00
Jeremy Bicha
b5e0656f19
build: clean up obsolete icon rename handling
2018-02-26 08:20:54 -05:00
Jeremy Bicha
edf3bfe790
Merge branch 'fix-app-icon-install' into 'master'
...
build: Fix app icon install
See merge request GNOME/gnome-control-center!3
2018-02-26 13:10:59 +00:00
GNOME Translation Robot
893d0955a5
Update Scottish Gaelic translation
...
(cherry picked from commit 75b48092a1
)
2018-02-26 12:44:22 +00:00