Jakub Steiner
e3395b1dc3
sounds: EQ sounds
...
- few EQ and timing adjustments to the sounds
See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/264
2022-08-11 12:20:23 +00:00
Felipe Borges
878171bd7c
sound: Update sound alerts
...
Old sound alerts set by users will be migrated to the "click"
sound alert.
Fixes #264
2022-08-11 12:20:23 +00:00
Yuri Chornoivan
cc8014f54b
Update Ukrainian translation
2022-08-11 05:53:49 +00:00
Danial Behzadi
7b9bc5e23d
Update Persian translation
2022-08-10 20:55:38 +00:00
Danial Behzadi
ef2dada3be
Update Persian translation
2022-08-10 19:52:53 +00:00
Georges Basile Stavracas Neto
0aed0c5ecd
applications: Tweak screenshot description
...
As per design feedback, tweak the screenshot description text to
"Take pictures of the screen at any time."
2022-08-10 16:50:41 -03:00
Kate Hsuan
82b6e2c7bb
firmware-security: Tweak panel style
...
Fix the spacing issues of several widgets, including the status icon,
label, and subtitle in a expander row.
Fixes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1999
Signed-off-by: Kate Hsuan <hpa@redhat.com>
2022-08-10 16:31:26 -03:00
Yuri Chornoivan
817f9da208
Update Ukrainian translation
2022-08-10 19:15:08 +00:00
Georges Basile Stavracas Neto
17b018a9fb
applications: Add support for the screenshot permission
...
Add support for managing the screenshot permission, used by apps
who request non-interactive screenshots from the portal.
See also https://github.com/flatpak/xdg-desktop-portal/pull/851
2022-08-10 19:03:15 +00:00
Boyuan Yang
04f9784b5c
Update Chinese (China) translation
2022-08-10 15:15:10 +00:00
Jordi Mas
5b251eab69
Update Catalan translation
2022-08-10 13:52:39 +02:00
Kate Hsuan
57fb0e28ae
panels: firmware-security: Fix incorrect secure boot icon
...
If Secure boot is enabled, secure_boot_icon should be channel-secure-symbolic.
Fixes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1998
Signed-off-by: Kate Hsuan <hpa@redhat.com>
2022-08-10 11:47:52 +08:00
Yosef Or Boczko
39d05db0e5
Update Hebrew translation
2022-08-09 17:27:18 +00:00
Yuri Chornoivan
f395ff3e71
Update Ukrainian translation
2022-08-09 17:07:45 +00:00
Danial Behzadi
56ee5e1b00
Update Persian translation
2022-08-09 09:12:54 +00:00
Hugo Carvalho
24435c7212
Update Portuguese translation
2022-08-08 22:45:44 +00:00
Georges Basile Stavracas Neto
6fd7164837
Revert "applications: Add support for the screenshot permission"
...
This reverts commit 49486dba68
.
2022-08-08 17:24:42 -03:00
Aurimas Černius
17fd8f3a5c
Updated Lithuanian translation
2022-08-08 23:20:38 +03:00
Georges Basile Stavracas Neto
78434394b2
applications: Add missing end period to Storage row
2022-08-08 19:32:20 +00:00
Georges Basile Stavracas Neto
94b591ac42
applications: Fix header capitalization of background row
2022-08-08 19:32:20 +00:00
Georges Basile Stavracas Neto
49486dba68
applications: Add support for the screenshot permission
...
Add support for managing the screenshot permission, used by apps
who request non-interactive screenshots from the portal.
See also https://github.com/flatpak/xdg-desktop-portal/pull/851
2022-08-08 19:32:20 +00:00
Daniel Mustieles
e3209ca2fa
Updated Spanish translation
2022-08-08 12:44:33 +02:00
Asier Sarasua Garmendia
5edf8fdc56
Update Basque translation
2022-08-07 09:33:51 +00:00
Hugo Carvalho
a233c68bf9
Update Portuguese translation
2022-08-06 23:07:14 +00:00
Danial Behzadi
d88e24dcd2
Update Persian translation
2022-08-06 22:50:42 +00:00
Quentin PAGÈS
a958cb13c7
Update Occitan translation
2022-08-06 17:05:56 +00:00
Aleksandr Melman
04e6ebc2d3
Update Russian translation
2022-08-06 14:42:29 +00:00
Alexander Shopov
646e71c761
Update Bulgarian translation
2022-08-05 08:57:38 +00:00
Alexander Shopov
df73711e36
Update Bulgarian translation
2022-08-05 08:48:58 +00:00
Yuri Chornoivan
fae29f0f8d
Update Ukrainian translation
2022-08-05 06:56:10 +00:00
Kate Hsuan
784f83eb44
panels: firmware-security: new panel UX design implementation
...
The new UX implementation includes
1. Showing the security level using a number.
2. Showing descriptions of events and HSI checking items.
3. Change the style of the security level number.
4. Add the status icon and label for each HSI checking item.
Signed-off-by: Kate Hsuan <hpa@redhat.com>
2022-08-04 19:46:28 +00:00
Felipe Borges
c2145cacf4
user-accounts: Use "title" styling for login history dialog header
...
See https://docs.gtk.org/gtk4/class.HeaderBar.html#gtkheaderbar-as-gtkbuildable
Fixes #1958
2022-08-03 11:16:26 +00:00
Hendrik Müller
48497080b3
wifi: Fix bug in Known Wi-Fi Networks dialog
...
The "Forget" button would only update it's sensitivity after the first
select and deselect, when selecting and deselecting rows in the
"Known Wi-Fi Networks" dialog.
When selecting the first row, it would go from disabled to enabled.
Then deselecting that row would cause the button to go from enabled to
disabled.
Selecting any rows after that would no longer update the sensitivity and
make the dialog essentially useless.
The issue was, that the signals "add" and "remove" where being
expected to be emitted when the connection list updates its rows.
However, neither CcWifiConnectionList nor GtkListBox emit these signals.
The fix was, to emit these two signals at the appropriate locations.
The signals have also been renamed to "add-row" and "remove-row" to
make their purpose more clear.
Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1824
2022-08-03 11:05:16 +00:00
Mpho Jele
dea4ce1d48
user-accounts: Remove status icons from password entries
...
Adding the 'error' css class to icons visually indicates that
there's an issue with the input. This is the same purpose served
by the status icons. Another reason to remove the status icons
is that with the error class added to entries the entries dim
except for the status icons.
2022-08-03 09:58:41 +00:00
Mpho Jele
33a445f12e
user-accounts: Make password dialog use libadwaita password entries
2022-08-03 09:58:41 +00:00
Hugo Carvalho
68760a06a9
Update Portuguese translation
2022-08-03 09:56:59 +00:00
Felipe Borges
c381c633af
user-accounts: Show "automatic login" option when locked
...
It should be made insensitive when the panel is locked, and sensitive
when locked.
We only hide this row for non-local users, where this setting doesn't
make much sense.
Fixes #1944
2022-08-03 09:39:59 +00:00
Hugo Carvalho
3b8f43647d
Update Portuguese translation
2022-08-03 09:27:07 +00:00
Hendrik Müller
c44ee6fa80
wifi: Add padding to Known Wi-Fi Networks dialog
...
The "Known Wi-Fi Networks" dialog is missing some padding to really
make it look polished.
By switching from a normal dialog to an AdwPreferencesWindow, we can
take advantage of libadwaita's automatic padding.
This will make sure the dialog is more in line with the rest of the
GNOME ecosystem.
Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1956
2022-08-03 09:18:39 +00:00
Fran Dieguez
5cfc7175b1
Update Galician translation
2022-08-03 06:02:06 +00:00
Asier Sarasua Garmendia
e94e959e1d
Update Basque translation
2022-08-02 17:40:44 +00:00
Yuri Chornoivan
e89c36c05e
Update Ukrainian translation
2022-08-02 11:35:29 +00:00
Luming Zh
3adb3ef3f2
Update Chinese (China) translation
2022-08-01 21:19:51 +00:00
Dirk Su
83278d2724
panels: wwan: Add WWAN 5G connection support
2022-08-01 20:06:51 +00:00
Richard Hughes
e0d599bb40
firmware-security: Do not show the 'Processor Supported' attribute
...
This is really just saying "the HSI tests make sense" and is not really
useful to show in the UI.
2022-08-01 19:53:15 +00:00
Aurimas Černius
3452fdf788
Updated Lithuanian translation
2022-08-01 22:52:40 +03:00
Aleksandr Melman
e987c076de
Update Russian translation
2022-08-01 13:13:12 +00:00
Fran Dieguez
3c7974f8a1
Update Galician translation
2022-08-01 07:02:04 +00:00
Quentin PAGÈS
776006a75f
Update Occitan translation
2022-07-30 18:33:34 +00:00
Zurab Kargareteli
d992d7547e
Update Georgian translation
2022-07-30 14:28:51 +00:00