Commit graph

18926 commits

Author SHA1 Message Date
Daniel Șerbănescu
8dd1fab75a Update Romanian translation 2019-08-26 16:03:25 +00:00
Anders Jonsson
1c1c66d0f5 Update Swedish translation 2019-08-26 14:21:29 +00:00
Piotr Drąg
f719217181 Update Polish translation 2019-08-26 16:15:23 +02:00
Ondrej Holy
1f71ae6046 user-accounts: Check username validity over usermod
Username policies differ across the distributions. See the discussion on:
https://gitlab.gnome.org/GNOME/gnome-control-center/merge_requests/359

It is not possible to hard-code some rules here without the need for
downstream modifications. Let's check the validity of usernames dynamically
over "usermod" to prevent this.

Just be careful that this is based on undocumented usermod behavior, which
may change in the future.
2019-08-26 16:26:45 +03:00
Robert Ancell
14b9f65ba4 search: Remove global variable that could get leaked
Tracker GSettings were previously stored in a global variable. This
seems to have been done to avoid difficulty passing the settings via
callbacks. Global variables are easy to leak and make mistakes with.

Update the code to have better callback handling so the variable can
be stored inside the object.
2019-08-26 11:57:53 +00:00
Ryuta Fujii
a2a02ec478 Update Japanese translation 2019-08-26 11:43:31 +00:00
Ryuta Fujii
b5bb7e03e1 Update Japanese translation 2019-08-26 11:41:47 +00:00
Fran Dieguez
74975166d0 Update Galician translation 2019-08-25 17:03:27 +00:00
Ryuta Fujii
6a7ce38a91 Update Japanese translation 2019-08-25 13:26:17 +00:00
Ryuta Fujii
7cf2eb1608 Update Japanese translation 2019-08-25 13:18:23 +00:00
Robert Ancell
9d612ff1c7 sound: Fix volume sliders regression
GVC added additional checks that break where we were using a NULL value instead
of a GvcMixerControl. Solution is to pass this object where appropriate.

(gnome-control-center:833): Gvc-CRITICAL **: 11:09:33.818: gvc_mixer_control_get_vol_max_norm: assertion 'GVC_IS_MIXER_CONTROL (control)' failed

Fixes #636
2019-08-25 09:51:31 +00:00
Ting-Wei Lan
299647f970 build: Include generated sources in declared dependencies
Sometimes ninja decides to compile tests/interactive-panels/main.c,
which requires shell/resources.h, before shell/resources.h is generated.

The fix is to use 'sources' argument of declare_dependency to properly
declare the dependency on generated headers.

A fix for tests/datetime and panels/datetime is also included in the
commit to fix a similar problem.

Closes https://gitlab.gnome.org/GNOME/gnome-control-center/merge_requests/472
2019-08-25 09:42:22 +00:00
Benjamin Berg
6d16bf7337 display: Increase the trough size using a different method
Increasing the trough size by setting the min-height caused issue when
the scale was being fine-tuned. Changing the padding seems to have a
similar effect without triggering any such issue (with Adwaita).

Fixes #335
2019-08-25 09:16:46 +00:00
Balázs Úr
c10e80cd80 Update Hungarian translation 2019-08-24 18:27:02 +00:00
Piotr Drąg
f619840817 Update Polish translation 2019-08-23 17:11:52 +02:00
Danial Behzadi
083dcc220a Update Persian translation 2019-08-21 11:32:01 +00:00
Jordi Mas
ac7a54d63c Update Catalan translation 2019-08-21 11:38:10 +02:00
Robert Ancell
c3d3358130 info: Fix leak when /etc/os-release not found
There is a missing return statement, this was broken in 331f0d1
2019-08-21 17:27:55 +12:00
Daniel Mustieles
4a8dada667 Updated Spanish translation 2019-08-20 12:41:57 +02:00
Tim Sabsch
f63d3a343a Update German translation 2019-08-19 21:57:25 +00:00
Aurimas Černius
1ae7425e63 Updated Lithuanian translation 2019-08-18 21:53:31 +03:00
Jordi Mas
515d681031 Update Catalan translation 2019-08-18 07:14:20 +02:00
Jiri Grönroos
5258504ea9 Update Finnish translation 2019-08-17 13:12:50 +00:00
Kukuh Syafaat
f22dbb2437 Update Indonesian translation 2019-08-16 08:33:19 +00:00
Jordi Mas
2797fea358 Update Catalan translation 2019-08-16 09:19:28 +02:00
Sveinn í Felli
633708b110 Update Icelandic translation
(cherry picked from commit dfe08f9723)
2019-08-16 06:00:28 +00:00
Asier Sarasua Garmendia
306f88a2ac Update Basque translation 2019-08-14 14:29:27 +00:00
Anders Jonsson
3080d50d92 Update Swedish translation 2019-08-13 17:04:27 +00:00
Robert Ancell
a760707291 universal-access: Fix compile warning
Introduced in 38897a751b
2019-08-13 10:40:59 +12:00
Benjamin Berg
fa873a04eb user: Support devices with more than 5 enroll steps
We are currently adding support for Synaptics devices that require 8
steps. Add another row for images which brings us to up to 10
supportable steps for now.
2019-08-12 22:27:07 +00:00
Sveinn í Felli
bc30c82be6 Update Icelandic translation
(cherry picked from commit 3a5d597e2b)
2019-08-12 17:06:23 +00:00
Daniel Șerbănescu
3c35033a7a Update Romanian translation 2019-08-12 08:07:26 +00:00
Georges Basile Stavracas Neto
11aa40387b
3.33.90 2019-08-08 22:43:24 -03:00
Georges Basile Stavracas Neto
597dc3d8ac
project: Disable datetime test 2019-08-08 22:43:23 -03:00
Georges Basile Stavracas Neto
f7389d2f6b
project: Fix wrong version in NEWS 2019-08-08 22:36:36 -03:00
Mohammed Sadiq
cef992e717 network: Don’t add proxy device if NM isn’t running 2019-08-08 22:53:47 +00:00
Carlos Garnacho
f57a117cc1 common: Update to gdk/x11 API
We use gdk_error_trap*() in this little piece of remaining x11
code. Update to gdk_x11_display_error_trap*() found more recent
gtk.
2019-08-08 15:18:07 +00:00
Carlos Garnacho
7e6301d449 common: Remove unused X11/XI1/XI2 API
Those went unused over time. Time to clean those up.
2019-08-08 15:18:07 +00: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
Carlos Garnacho
9e5ccbd748 common: Drop update-from-gsd usage
Those files are no longer existent in gnome-settings-daemon, so
this module is free to do as it pleases with them, there doesn't
need to exist any synchronization anymore.
2019-08-08 15:18:07 +00:00
Piotr Drąg
1d0ad6ea0b Update POTFILES.in 2019-08-06 19:02:55 +02:00
Felipe Borges
31e34cfe2e search: Add description label to Search Locations Dialog 2019-08-06 11:59:41 +00:00
Felipe Borges
041a3e92f1 search: Do not allow selecting rows
There is no functionality involving selecting a row here.
2019-08-06 11:59:41 +00:00
Felipe Borges
3f4f43f020 search: Add instructions label
Fixes #454
2019-08-06 11:59:41 +00:00
Felipe Borges
c38d0ed4a0 search: Place "Move" button in each row
This is based on the mockups available at
https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/search/search.png

Fixes #591
2019-08-06 11:59:41 +00:00
Felipe Borges
c173424c11 search: Move "Search Locations" button to top bar
Fixes #591
2019-08-06 11:59:41 +00:00
Felipe Borges
db39bd159f search: Make rows reordable with drag and drop
Fixes #589
2019-08-06 11:59:41 +00:00
Felipe Borges
d39cf39fd4 search: Move row into its own object (CcSearchPanelRow)
This decouples the user interface parts from the control logic,
making it easy for designers to tweak the look & feel of the rows.
Besides, it makes it easier to introduce Drag & Drop capabilities.
2019-08-06 11:59:41 +00:00
Felipe Borges
14b9289791 search: Move GtkListBox to .ui file 2019-08-06 11:59:41 +00:00
Anders Jonsson
7f8ac9dbd0 Update Swedish translation 2019-08-05 16:25:59 +00:00