Jor Teron
5532301ce7
Update Karbi translation
2020-01-31 09:17:42 +00:00
Daniel Mustieles
d0d0f0b0fa
Updated Spanish translation
2020-01-30 15:00:29 +01:00
Felipe Borges
8a1c6f696e
user-accounts: Rename "Last Login" entry to "Account Activity"
...
According to the mockups at
https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/users/users.png
Other than renaming the label, we prepend "Last login" to the
date-time string.
Fixes #771
2020-01-30 08:04:09 +00:00
Felipe Borges
6db4d9e933
user-account: Add border around user image button
...
According to the mockups at
https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/users/users.png
Fixes #771
2020-01-30 08:04:09 +00:00
Felipe Borges
05313d35e2
user-accounts: UI style improvements
...
According to the mockups at
https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/users/users.png
Fixes #771
2020-01-30 08:04:09 +00:00
Felipe Borges
43b41cb1fa
user-accounts: Make the full_name_entry and editable widget
...
According to the mockups at
https://gitlab.gnome.org/Teams/Design/settings-mockups/blob/master/users/users.png
Fixes #771
2020-01-30 08:04:09 +00:00
Dušan Kazik
389f2f29f9
Update Slovak translation
2020-01-30 06:14:20 +00:00
Philip Withnall
6284162a1d
user-accounts: Fix use of an uninitialised variable in the carousel
...
`dest_x` is not set if `gtk_widget_translate_coordinates()` fails, which
it can do before the widget is realised.
This fixes a valgrind warning, but doesn’t change any user-visible
behaviour as far as I can tell.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-01-29 17:43:24 +00:00
Stas Solovey
a7524dcf92
Update Russian translation
2020-01-29 16:39:11 +00:00
Dušan Kazik
2805ca0056
Update Slovak translation
2020-01-29 13:25:42 +00:00
Kukuh Syafaat
149f5fbb90
Update Indonesian translation
2020-01-29 09:31:05 +00:00
Rafael Fontenelle
6a64bda71c
Update Brazilian Portuguese translation
2020-01-28 21:40:08 +00:00
Robert Ancell
4fe973022a
printers: Simplify function
2020-01-28 14:46:53 +00:00
Robert Ancell
c0cd99d2a8
printers: Convert jobs dialog to use GtkTemplate
2020-01-28 14:46:53 +00:00
Robert Ancell
d03da03ee9
printers: Set transient window externally to dialog code
2020-01-28 14:46:53 +00:00
Daniel Mustieles
5a79c5190e
Updated Spanish translation
2020-01-28 15:46:13 +01:00
David Bauer
da0c45f2ab
ce-connection-row: add SAE support
2020-01-27 23:11:30 +00:00
David Bauer
97f6c8f53c
ce-page-details: add SAE support
2020-01-27 23:11:30 +00:00
David Bauer
2e79c53194
ce-page-security: add SAE support
2020-01-27 23:11:30 +00:00
Mohammed Sadiq
68c4023f06
power: Hide power button when chassis is handset
...
Just like tablets, handset power key is often handled differently
2020-01-27 21:20:29 +00:00
Allan Day
90e0774a19
notifications: Change switch label to Do Not Disturb
...
!97 added a do not disturb switch to GNOME Shell. This works by
changing the org.gnome.desktop.notifications.show-banners setting.
The switch that controls this setting in the control center should
therefore use the same Do Not Disturb label as the switch in the
shell.
2020-01-27 17:58:17 +00:00
Umarzuki Bin Mochlis Moktar
c59f9b3aac
Update Malay translation
2020-01-27 12:30:28 +00:00
Dušan Kazik
11fbdf5141
Update Slovak translation
2020-01-27 08:27:32 +00:00
Fabio Tomat
8d3d834534
Update Friulian translation
2020-01-26 19:03:34 +00:00
Jiri Grönroos
32b2594b2a
Update Finnish translation
2020-01-26 18:04:19 +00:00
Rafael Fontenelle
40fee90977
Update Brazilian Portuguese translation
2020-01-24 10:35:42 +00:00
Yi-Jyun Pan
fc13178ff0
Update Chinese (Taiwan) translation
2020-01-23 07:38:25 +00:00
Ondrej Holy
7f010f3138
users: Show username hint immediately
...
Changes made by GNOME/gnome-control-center!359 caused that the username
hint ("This will be used to name your home folder and can’t be changed.")
is not shown immediately after opening the "Add User" dialog. This change
was unwanted. Let's show the hint immediately after opening the dialog as
it was before.
2020-01-22 10:55:13 +01:00
Robert Ancell
181a496a4e
printers: Return a GPtrArray instead of GList
...
This makes the memory able to be managed with g_autoptr.
This fixes a memory leak where the job list was leaked if the operation was cancelled.
2020-01-21 23:12:14 +00:00
Robert Ancell
baed38e31c
background: Fix CI build breaking on gnome-desktop API change
...
The change was added in feeee1c
. For now we will handle the old and the new API
until this can be built.
2020-01-22 12:01:22 +13:00
Robert Ancell
70f8f74765
background: Move gnome-desktop-thumbnail.h includes
...
Remove one that wasn't needed, add in two in files that don't include it.
2020-01-22 11:40:42 +13:00
Robert Ancell
179eac628c
background: Remove unused include
2020-01-22 11:40:39 +13:00
Dušan Kazik
bbc5697a0e
Update Slovak translation
2020-01-19 12:20:35 +00:00
Javier Jardón
feeee1c744
Adapt to new gnome-desktop API changes
2020-01-16 13:55:40 +00:00
Dušan Kazik
b79eab92b5
Update Slovak translation
2020-01-16 12:38:27 +00:00
Ondrej Holy
7611e07e3f
user-accounts: Prevent usage of uninitialized value
...
gtk_widget_translate_coordinates() doesn't have to always set the
dest_x argument. Let's initialize the argument before use to prevent
usage of uninitialized value, which also prevents "Conditional jump
or move depends on uninitialised value(s)" messages from valgrind.
2020-01-13 16:20:01 +00:00
Philip Withnall
8052466726
user-accounts: Fix a leak on destruction of CcCarousel
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-01-13 11:50:40 +00:00
Sofyan Sugianto
7be1db6bcc
Update Indonesian translation
2020-01-13 05:48:29 +00:00
Carmen Bianca BAKKER
4bd66307b4
Update Esperanto translation
2020-01-11 10:41:10 +00:00
Jordi Mas
4f42a9ed53
Update Catalan translation
2020-01-10 22:45:17 +01:00
Mike Gorse
901ef8b0ff
Thunderbolt: make BoltError enum a typedef
...
Fixes error when compiled with -fno-common
2020-01-09 21:34:12 +00:00
Jordi Mas
e86996311d
Update Catalan translation
2020-01-08 21:18:20 +01:00
Daniel Mustieles
aa528f4fe0
Updated Spanish translation
2020-01-08 17:06:17 +01:00
Philip Withnall
ef21229a5b
network: Tweak wording of metered data checkbox in connection dialog
...
Make it clearer in two ways:
• Explicitly mention ‘metered data’, as that’s a commonly used phrase.
• Explicitly mention automatic software updates as being disabled on
metered connections, to make the implications of this checkbox a
little clearer.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Helps: https://gitlab.gnome.org/GNOME/gnome-software/merge_requests/339
2020-01-08 15:46:22 +00:00
Asier Sarasua Garmendia
e996d9a8ce
Update Basque translation
2020-01-08 09:51:18 +00:00
Robert Ancell
cc4478d4f8
sound: Add missing subwoofer icons
...
These were accidentally dropped in the migration from the old panel to the new one.
Fixes #825
2020-01-07 20:49:12 +00:00
Daniel Mustieles
35abc4a191
Updated Spanish translation
2020-01-07 12:51:11 +01:00
Mohammed Sadiq
eb4fe4fc42
region: Implement new design for ‘Formats’ dialog
...
https://gitlab.gnome.org/GNOME/gnome-control-center/issues/635
2020-01-07 14:53:23 +13:00
Piotr Drąg
60ba4d402a
Update POTFILES.in
2020-01-06 19:05:01 +01:00
Robert Ancell
96b1052bcd
network: Remove markup from translatable strings
2020-01-06 16:57:43 +00:00