Commit graph

18826 commits

Author SHA1 Message Date
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
Kukuh Syafaat
31f3c6b028 Update Indonesian translation 2019-08-29 07:16:59 +00:00
Ask Hjorth Larsen
ae46f3c42a Updated Danish translation 2019-08-29 02:13:27 +02:00
Enrico Nicoletto
1da734e7da Update Brazilian Portuguese translation 2019-08-28 19:33:11 +00:00
Daniel Mustieles
2af4160b00 Updated Spanish translation 2019-08-28 12:55:15 +02:00
Fabio Tomat
bb1937ba60 Update Friulian translation 2019-08-28 06:59:26 +00:00
Danial Behzadi
dbafac3863 Update Persian translation 2019-08-27 22:15:56 +00:00
Sabri Ünal
bebac96137 Update Turkish translation 2019-08-27 21:09:34 +00:00
Benjamin Berg
4e800cc558 display: Consider monitors in landscape mode for minimum size
Some devices have panels with a native resolution in portrait mode. In
these cases the monitor will likely be used in landscape mode.

Accept the modes as if they are landscape rather than portrait. A
further improvement would be to restrict the orientation setting.

Fixes #639
2019-08-27 13:43:29 +00:00
Robert Ancell
fe932a4cea info: Only connect web related mime types when setting default browser
The previous code would make that browser the default handler for all mime types
it supported. This meant Firefox would become the handler for PNG and JPEG images.

Fixes #473
2019-08-27 13:33:45 +00:00
Mohammed Sadiq
661df1b683 window: Disable selection when panel list is folded
When the panel list is folded, either the panel items list or the
panel itself is shown, not both.  And when the list is shown it
doesn’t mean anything for an item to be marked as selected.
2019-08-27 13:26:21 +00:00
Ryuta Fujii
c6d5df7d27 Update Japanese translation 2019-08-27 12:01:40 +00:00
Ryuta Fujii
aa662629ff Update Japanese translation 2019-08-27 11:41:41 +00:00
Zander Brown
731a76f67d Update British English translation 2019-08-26 21:34:03 +00:00