Commit graph

18926 commits

Author SHA1 Message Date
Florentina Mușat
9923036aab Update Romanian translation 2019-08-05 13:49:10 +00:00
Jordi Mas
d7d8e549ba Update Catalan translation 2019-08-05 06:33:23 +02:00
Jordi Mas
50eee34151 Update Catalan translation 2019-08-03 21:15:46 +02:00
Jor Teron
3886b13821 Update Karbi translation 2019-08-02 07:10:10 +00:00
Benjamin Berg
ca684c2a7c display: Update night light scale to new blackbody calculation
g-s-d was changed to use a better black body temperature calculation.
This strongly affects the effect of the color temperature (the default
is changed from 4000K to 2700K). Update the scale to represent a similar
range to default even if the distribution on the scale is quite
different.
2019-07-30 10:47:36 +02:00
Daniel Mustieles
24ea7a562c Updated Spanish translation 2019-07-30 09:38:56 +02:00
Fabio Tomat
04661f10f1 Update Friulian translation 2019-07-28 07:38:40 +00:00
Kukuh Syafaat
13f08df6d1 Update Indonesian translation 2019-07-26 11:29:56 +00:00
Mohammed Sadiq
12e1565129 region-panel: Reduce the width of popover
So that it fits into 360px.  UI wise, the margin at end is almost
always larger than start (due to text wraping).  So reducing end
margin may also let the popover content feel more center aligned.
2019-07-26 01:32:10 +00:00
Mohammed Sadiq
53ba6dcd2e search: Make search locations dialog adaptive 2019-07-26 01:21:27 +00:00
Mohammed Sadiq
ed6ddf162a notifications-dialog: Make dialog adaptive 2019-07-26 01:13:20 +00:00
Jor Teron
6df43c5b4f Update Karbi translation 2019-07-25 10:39:53 +00:00
Asier Sarasua Garmendia
24e93e9b35 Update Basque translation 2019-07-25 06:50:39 +00:00
Jordi Mas
8c8c94f2ba Update Catalan translation 2019-07-24 21:36:31 +02:00
Daniel Mustieles
1b09a87229 Updated Spanish translation 2019-07-24 10:46:51 +02:00
Mohammed Sadiq
faf305772c sharing: Allow dialogs to have smaller width
Reduce margins on either side, and allow the texts to be
wrapped early, so that it works well on smaller screens
2019-07-23 06:54:50 +05:30
Adrien Plazas
f80f1d63fd info: Make the Removable Media panel adaptive
Wrap or ellipsize the labels to allow the panel to fit in narrower
windows.
2019-07-22 21:34:56 +00:00
Allan Day
4bfb32a578 background: clarify remove background button
The button doesn't delete the original file - it just removes
the image from the selection. "Remove" is therefore a better word
than "Delete", and the destructive action style isn't appropriate.

Fixes #578
2019-07-22 21:25:29 +00:00
Carlos Garnacho
cb9beaa34a
network: Rename section header
The "Bluetooth" section is actually a catchall section for all
device types we don't know much specifically (Includes, but not
limited to Bluetooth).

Rename/relabel it to something more comprehensive.

Closes https://gitlab.gnome.org/GNOME/gnome-control-center/issues/488
2019-07-22 17:53:22 -03:00
Mohammed Sadiq
d697d96020 universal-access: Use HdyColumn to center align panel
and avoid the GtkBox hack
2019-07-22 20:44:04 +00:00
Georges Basile Stavracas Neto
8643876965 docs: Fix markdown formatting 2019-07-22 20:23:19 +00:00
Fabio Tomat
28632022fe Update Friulian translation 2019-07-20 16:35:43 +00:00
Asier Sarasua Garmendia
556b1a40aa Update Basque translation 2019-07-20 07:31:49 +00:00
Benjamin Berg
345a819f84 display: Add guards for NULL display configuration
This may happen under some conditions. Possibly due to a race condition
(i.e. we did not receive any configuration from mutter yet) or also if
we are not running on GNOME.

Add guards for NULL configuration. This configuration is never
applicable and mostly clears the UI.

Fixes: #604
2019-07-20 02:23:53 +00:00
Benjamin Berg
561ac849d7 display: Add failure returns into CcDisplayConfig
This guards against accidental use of NULL pointers so that the panel
will hopefully not crash if new bugs like this are introduced.
2019-07-20 02:23:53 +00:00
Mohammed Sadiq
e1cd43cb48 background: Get Preview aspect ratio from primary monitor
Get the aspect ratio from Primary monitor, and allow the preview
to have smaller size, so that it works well on smaller screens
2019-07-20 02:22:03 +00:00
Christian Kirbach
197d261df3 Update German translation
(cherry picked from commit 3067ef1c67)
2019-07-19 23:13:52 +00:00
Goran Vidović
557560a709 Update Croatian translation 2019-07-19 21:32:05 +00:00
Jordi Mas
3a695edea8 Update Catalan translation 2019-07-19 18:15:53 +02:00
Allan Day
eb8263454f region: Use correct icon for the drag handle
There's a dedicated icon for drag handles - we should make use of
it. Also, change the color of the handle so it looks like it is
part of the row.

Fixes #590
2019-07-16 22:34:26 +00:00
Felipe Borges
4f099e33c5 shell: Add global CSS stylesheet 2019-07-16 22:34:26 +00:00
Benjamin Berg
3721f9ed4a display: Update ShowMonitorLabels DBus call
The function has been changed in gnome-shell to be called ShowMonitorLabels
again (rather than ShowMonitorLabels2). Update g-c-c accordingly.

See https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/491
2019-07-15 09:21:23 +00:00
Mohammed Sadiq
38897a751b universal-access: Free zoom options dialog right
Use gtk_widget_destroy() instead of g_clear_object().
Otherwise, it results in segfault on dispose()
2019-07-15 04:40:42 +00:00
Jonathan Kang
90af5b87f9 network: Fix mtu label not requesting enough space
Remove the size group where mtu label belongs, so that it can request
enough space when it becomes visible. Since the size group is removed,
filler widget is no longer useful. Remove it as well.
2019-07-15 03:35:59 +00:00
Benjamin Berg
6ed523959d display: Show scale row unconditionally
The only functional change in this commit is the reval of the if that is
checking for cloning mode.
2019-07-15 03:14:24 +00:00
Benjamin Berg
5aac1e93f2 display: Check scale is valid for all monitors when mirroring 2019-07-15 03:14:24 +00:00
Benjamin Berg
9e4c6e89a0 display: Use the new API to determine whether a scale is valid 2019-07-15 03:14:23 +00:00
Marco Trevisan (Treviño)
9ef001b3b1 display-config: Add size constraints and (global) scaled mode checks
Make possible to set scaled size constraints per configuration, and add a method
to verify if the current mode at scale is allowed for such config.

This allows to perform such check also in case we have global scaling enabled,
as in such case we must verify that all the selected current modes are supported
by the given scale.

Fixes GNOME/mutter#407
2019-07-15 03:14:23 +00:00
Markus Theil
04f3264c6a network/eap-method-ttls: add domain match
As it is often not sufficient to only check against
a set of known CA certificates, add a domain suffix
check for Wi-Fi connections.

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2019-07-15 15:02:32 +12:00
Robert Ancell
a57a85a1db sharing: Fix warning when disabling sharing
The warning is:
(gnome-control-center:29760): Gtk-CRITICAL **: 11:45:48.076: gtk_widget_is_visible: assertion 'GTK_IS_WIDGET (widget)' failed

This is due to the code trying to disable switches that only exist if support
for that feature is available.
2019-07-15 14:38:52 +12:00
Stefano Facchini
b47ada9b76 sharing: Fix master switch
Since the switches for media, personal file, and screen sharing are in the header bar of the
respective dialogs, they are not visible when we click on the master switch. This caused the
check in OFF_IF_VISIBLE to always fail.

Fix it by checking if the corresponding button in the main list box is visible, instead.

Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/240
2019-07-15 00:05:23 +00:00
Jor Teron
5a5a501912 Add Karbi translation 2019-07-14 18:51:10 +00:00
Milo Casagrande
75c4ca900c Update Italian translation
(cherry picked from commit e7a8837160)
2019-07-11 07:06:02 +00:00
Efstathios Iosifidis
ce0817845d Update Greek translation 2019-07-08 19:22:23 +00:00
Kukuh Syafaat
3184b469c1 Update Indonesian translation 2019-07-08 08:38:39 +00:00
Piotr Drąg
ec179bb463 Update Polish translation 2019-07-06 18:28:40 +02:00
Rafael Fontenelle
67a762d00d Update Brazilian Portuguese translation 2019-07-04 12:27:51 +00:00
Michael Catanzaro
a22da99aaf Replace unsafe setlocale() use with uselocale()
setlocale() is not threadsafe except when used only to query the locale
without changing it. Let's use uselocale() instead, which changes the
locale only on the calling thread. Much better.
2019-07-03 17:15:33 -05:00
Daniel Mustieles
cb75ca664b Updated Spanish translation 2019-07-02 11:57:06 +02:00
Jordi Mas
47ac33e738 Update Catalan translation 2019-07-01 08:48:06 +02:00