Commit graph

18839 commits

Author SHA1 Message Date
Fran Dieguez
7697fc7f37 Update Galician translation 2019-09-20 17:17:24 +00:00
Марко Костић
d1be1cca47 Update Serbian translation 2019-09-20 14:20:59 +00:00
Mart Raudsepp
1fb8edb9c3 sound: Remove leftover canberra-gtk header inclusion
This may fail to build too, as we don't depend on canberra-gtk anymore,
and gsound only depends on canberra, not canberra-gtk.
2019-09-20 10:43:07 +02:00
Anders Jonsson
fe8a494f6c Update Swedish translation 2019-09-19 22:04:58 +00:00
Mohammed Sadiq
0b6697934b search: Fix crash on clicking 'Search Locations'
When creating a Page, the dialog variable wasn't set and thus
dereferencing a NULL in a later code resulting a crash.

This was introduced in 14b9f65ba4


(cherry picked from commit 2fb0ff250b)
2019-09-19 17:25:08 +00:00
Daniel Șerbănescu
e369c8c197 Update Romanian translation 2019-09-18 16:46:30 +00:00
Kjartan Maraas
d7c0a04ed3 Update Norwegian Bokmål translation 2019-09-18 13:37:34 +00:00
Daniel Mustieles
086c1b2727 Updated Spanish translation 2019-09-18 13:34:09 +02:00
Rafael Fontenelle
07ebd73893 Update Brazilian Portuguese translation 2019-09-18 09:29:25 +00:00
Milo Casagrande
a7de4e1c34 Update Italian translation 2019-09-18 06:13:12 +00:00
Philip Withnall
46f5c7f918 network: Add mnemonic for ‘Restrict background data usage’ checkbox
The other checkboxes on this page all have mnemonics. It seems unfair
for the background data usage one to be left out of the party.

Signed-off-by: Philip Withnall <withnall@endlessm.com>


(cherry picked from commit dadf2a4258)
2019-09-17 22:32:39 +00:00
Georges Basile Stavracas Neto
ca7634e4a3 network: fix Add Connection dialog
The Add Connection widgets from the connection
editor dialog weren't properly using the available
space, since they don't expand.

Fix that by making them expand and fill the available
space properly. It also avoids blank space by vertically
centering the list.



(cherry picked from commit 6e6e9952b4)
2019-09-17 22:22:12 +00:00
Damián Nohales
4b2724eb3b background: Allow load background file relative to XML file
(cherry picked from commit 70fb75eb27)
2019-09-17 22:10:27 +00:00
Philip Chimento
c2af930454 printers: Give printer name fewer characters in width
At the default window size, the printer name label is too wide and
collapses the UI into phone mode. (This is the only panel that shows up
in phone mode by default.) Giving the printer name fewer characters
avoids this.
2019-09-17 09:23:32 +02:00
Марко Костић
33b49951c0 Update Serbian translation 2019-09-13 19:58:07 +00:00
Philip Chimento
0f8e3f332c region: Fix crash in keyboard layout population
The previous code would crash if 'variants' was null and 'layouts' had
more than one element in it.


(cherry picked from commit 412472c16d)
2019-09-12 18:16:13 +00:00
Felipe Borges
70631e9b23 sharing: Set new shared folder visible as soon as it gets added
When adding a Shared Folder row to the listbox, we were not settings
it to visible. Causing it to be hidden until the next time the panel
gets populated.

Fixes #580


(cherry picked from commit 1b81221092)
2019-09-12 11:07:42 +00:00
Benjamin Berg
f6b665625f datetime: Allow changing the timezone when auto-update is prohibited
When the user disables the use of location services in the privacy
panel, then the timezone will never be updated automatically. Automatic
timezone may still be enabled though, so we need to allow the user to
change the timezone when location services are disabled or when
automatic timezone updating is disabled.


(cherry picked from commit 8d9affbd6a)
2019-09-12 11:07:09 +00:00
Marek Černocký
6b0a46f8af Updated Czech translation 2019-09-11 17:57:35 +02:00
Rafael Fontenelle
6c261d552e Update Brazilian Portuguese translation 2019-09-11 13:06:22 +00:00
Marek Černocký
1a7ed5f652 Updated Czech translation 2019-09-11 12:10:20 +02:00
Marek Černocký
d5fe1b639d Updated Czech translation 2019-09-11 11:46:24 +02:00
Marek Černocký
5c257a1a17 Updated Czech translation 2019-09-11 09:54:53 +02:00
Jonathan Kang
ef276fded1 network: disable the "Apply" button until a change has been made
Previously, when you open the connection editor dialog for each
connection, no matter whether you've made any changes or not, the
"Apply" button became sensetive, which is not what we expected.

Fix that by removing the unnecessary call to password_storage_changed()
while constructing the security tab.
2019-09-10 10:49:52 +12:00
Andrea Azzarone
b614a6c023 online-accounts: Don't segfault if get_all_providers_cb is called during init
Due to an API bug in GNOME Online Accounts, the asynchronous
goa_provider_get_all method doesn't accept a GCancellable argument. This makes
it difficult to cancel an ongoing call when the CcGoaPanel gets destroyed.

This was hacked around by taking a reference on the panel for the duration of
the call. Instead of cancelling a pending call on destruction, it would keep the
panel alive until the call was over.

The hack does not consider the case get_all_providers_cb is called while the
panel is still being initialized. E.g. this happen when create the panel passing
the paramenters "add <provider>" because the constuct properties are set just
after cc_goa_panel_init returns and because goa_provider_add_account will result
in a call to g_main_context_iterate (caused by gtk_dialog_run).

In order to work around this we can call goa_provider_get_all in _constructed()
after all construct properties have been set.

https://gitlab.gnome.org/GNOME/gnome-control-center/issues/401
2019-09-10 10:36:37 +12:00
Georges Basile Stavracas Neto
ea7b65a7ee 3.34.0.1
Urgent release
2019-09-09 12:37:32 -03:00
Iain Lane
ad39840066 sound: Pass a GvcMixerControl to the stream volume sliders
Since 9d612ff1c7 this is required,
otherwise we never set up the GtkAdjustment and so the scales don't
display any values or widget to make adjustments, meaning they can't be
used.

Also call `notify_volume_cb()` from `update_ranges()` to initialise the
adjustment, since when we set the mixer control we now might not have
set the value.

Closes #652
2019-09-09 15:23:32 +00:00
Georges Basile Stavracas Neto
d5ddbc06d8 3.34.0 2019-09-09 12:05:46 -03:00
Ryuta Fujii
e97205c8e3 Update Japanese translation 2019-09-09 12:40:43 +00:00
Ryuta Fujii
0357251f09 Update Japanese translation 2019-09-09 12:38:41 +00:00
Jiri Grönroos
6b9450be37 Update Finnish translation 2019-09-07 14:25:18 +00:00
Milo Casagrande
6f91642cde Update Italian translation 2019-09-06 08:39:46 +00:00
Efstathios Iosifidis
2e1252a191 Update Greek translation 2019-09-05 15:50:32 +00:00
Ask Hjorth Larsen
aec21bda3c Updated Danish translation 2019-09-04 22:35:54 +02:00
Marek Černocký
3414d49037 Updated Czech translation 2019-09-03 19:29:16 +02:00
Goran Vidović
63c8387104 Update Croatian translation 2019-09-03 14:00:45 +00:00
Changwoo Ryu
4103b79482 Update Korean translation 2019-09-02 05:02:41 +00:00
Daniel Rusek
81df785f57 Update Czech translation 2019-09-01 21:15:14 +00:00
Fran Dieguez
1d69480096 Update Galician translation 2019-09-01 21:06:08 +00:00
Aurimas Černius
2567a4ef9b Updated Lithuanian translation 2019-09-01 22:14:39 +03:00
A S Alam
93f71522ff Update Punjabi translation 2019-09-01 16:47:10 +00:00
Piotr Drąg
acac19fffb Update Polish translation 2019-09-01 16:13:41 +02:00
Balázs Úr
bb6189cf34 Update Hungarian translation 2019-09-01 05:29:30 +00:00
Claude Paroz
f7922fd76c Update French translation 2019-08-31 10:18:40 +00:00
Jordi Mas
628e30f7f4 Update Catalan translation 2019-08-31 09:05:13 +02:00
Tim Sabsch
4bc25d25da Update German translation 2019-08-30 19:15:13 +00:00
Tim Sabsch
4c3e904d01 Update German translation 2019-08-29 22:08:54 +00:00
Ryuta Fujii
331d0b8a32 Update Japanese translation 2019-08-29 11:04:08 +00:00
Ryuta Fujii
4bd394b62f Update Japanese translation 2019-08-29 10:53:43 +00:00
Pawan Chitrakar
60c5b19381 Update Nepali translation 2019-08-29 07:17:31 +00:00