Commit graph

21500 commits

Author SHA1 Message Date
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
Danial Behzadi
15f389563c Update Persian translation 2022-07-30 14:17:16 +00:00
Yuri Chornoivan
8587718491 Update Ukrainian translation 2022-07-30 11:02:21 +00:00
Jordi Mas
f53147acc2 Update Catalan translation 2022-07-30 11:59:29 +02:00
Jordi Mas
f5a295ff74 Update Catalan translation 2022-07-30 10:12:16 +02:00
Piotr Drąg
df653e3129 Update POTFILES.in 2022-07-29 16:25:16 +02:00
Jordi Mas
f04e363bdc Update Catalan translation 2022-07-29 14:46:04 +02:00
Kate Hsuan
68ca4e5a3f Show a description for each event
Show the HSI event description to improve the UX and match the new mockups.

Fixes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1938

Signed-off-by: Kate Hsuan <hpa@redhat.com>
Signed-off-by: Richard Hughes <richard@hughsie.com>
2022-07-29 07:35:30 +01:00
Marco Trevisan (Treviño)
72863a8f56 screen: Add Screen Privacy section to show Privacy screen toggle
The privacy screen toggle is visible only when there's a monitor that
supports it and it's modifiable only when there's not hardware lock.

Fixes: #909
2022-07-28 22:47:14 +00:00
Marco Trevisan (Treviño)
2f6d086c6f display-config: Parse privacy screen property and expose it per monitor
Each monitor can have a privacy screen property, so read it and expose
so that it can be at upper levels.
2022-07-28 22:47:14 +00:00
Marco Trevisan (Treviño)
b327301951 Panels: Rename lock panel into screen panel
This was designed some time ago [1] but never actually implemented, so:
 - Change the screen lock section to "screen"
 - Move the screen section up, so it's next to the other types of
   hardware
 - Added a Screen lock section in there

[1] https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/909#note_737827
2022-07-28 22:47:14 +00:00
Nart Tlisha
4e06f21e14 Update Abkhazian translation 2022-07-28 19:06:45 +00:00
Kukuh Syafaat
d9235f3fb5 Update Indonesian translation 2022-07-28 07:17:07 +00:00
Bartłomiej Piotrowski
1720d39c83 Update (or drop) the Docker image used by Flatpak job
The gnome-runtime-images have been recently migrated to Quay. This is already reflected in the template.

Please note this MR has been created semi-automatically. If it doesn't make sense, feel free to close it.
2022-07-27 12:43:42 +02:00
Felipe Borges
ec2c3d477d sharing: Use AdwEntryRow for remote-desktop setup
See #1930
2022-07-26 20:11:56 +00:00
Felipe Borges
24f4c66dd5 build: Bump libadwaita dependency to 1.2.alpha 2022-07-26 20:11:56 +00:00
Hugo Carvalho
60f9dafb65 Update Portuguese translation 2022-07-26 17:26:18 +00:00
Nart Tlisha
51c5111687 Add Abkhazian translation 2022-07-25 14:34:58 +00:00
Aleksandr Melman
5bf2ff0d93 Update Russian translation 2022-07-25 13:22:45 +00:00
Mpho Jele
272b73795d user-accounts: Make back button switch to current user or panels list
When the window AdwLeaflet is folded the back button should either
switch to the panels list if the selected user is the current user
or switch to the current user if the selected user is from the
"other users" list
2022-07-24 15:29:46 +00:00
Mpho Jele
311268c4f7 user-accounts: Show the back button when window leaflet folds
Currently the back button is only shown when viewing a user from the
"other users" list.
These changes show the back button when the window AdwLeaflet is
folded or when the selected is from the "other users" list but never
when the window is not folded and the selected user is the current
user.

Fixes: #1719
2022-07-24 15:29:46 +00:00
Lukáš Tyrychtr
cf99eb4529 user-accounts: Set a11y label for login history dialog title
This was originally https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1402
2022-07-24 09:36:51 -05:00
Zurab Kargareteli
3f83ec7f7b Update Georgian translation 2022-07-24 05:21:02 +00:00
A S Alam
de25df57bd Update Punjabi translation 2022-07-23 18:02:03 +00:00
Emin Tufan Çetin
2c09603854 Update Turkish translation 2022-07-22 15:13:44 +00:00
Emin Tufan Çetin
ff50996181 Update Turkish translation 2022-07-22 15:02:32 +00:00
Zurab Kargareteli
b17568d14c Update Georgian translation 2022-07-22 13:43:18 +00:00
Danial Behzadi
bda6b466ff Update Persian translation 2022-07-22 12:03:30 +00:00
Yuri Chornoivan
952bb43c58 Update Ukrainian translation 2022-07-22 06:47:00 +00:00
Georges Basile Stavracas Neto
caa9b59f41 online-accounts: Mark run_goa_helper_sync as NULL-terminated
Spotted while porting GNOME Initial Setup [1]

[1]
https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/134
2022-07-21 16:54:25 -03:00
Kate Hsuan
1e53da4720 panels: firmware-security: Reduce the length of description
The descriptions of secure boot status were made simpler to improve the
user friendly.

Link: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1937
Signed-off-by: Kate Hsuan <hpa@redhat.com>
2022-07-21 22:50:06 +08:00
Richard Hughes
e11929e0c1 firmware-security: Hide the panel when using a VM
Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1972
2022-07-21 13:21:12 +01:00