Commit graph

22833 commits

Author SHA1 Message Date
Asier Sarasua Garmendia
b3ee8e02fb Update Basque translation
(cherry picked from commit 43ca1672c8)
2023-09-21 17:28:29 +00:00
Alexandre Franke
93c2bf94d4 Update French translation 2023-09-21 15:15:39 +00:00
Boyuan Yang
3d88c8b0d4 Update Chinese (China) translation 2023-09-21 14:33:48 +00:00
Fran Dieguez
f053409cad Update Galician translation
(cherry picked from commit d0668ffcde)
2023-09-21 10:22:33 +00:00
Anders Jonsson
767a2586ca Update Swedish translation
(cherry picked from commit 009b2fc1be)
2023-09-21 08:27:39 +00:00
Jordi Mas
4adb0a47fd Update Catalan translation 2023-09-19 20:18:39 +02:00
Baurzhan Muftakhidinov
7d7e79740c Update Kazakh translation 2023-09-19 16:30:22 +00:00
Yuri Chornoivan
09476a2bf8 Update Ukrainian translation 2023-09-19 16:25:11 +00:00
Boyuan Yang
b6c0d5da46 Update Chinese (China) translation 2023-09-19 14:51:23 +00:00
Emin Tufan Çetin
28f4d84ff3 Update Turkish translation 2023-09-19 14:42:08 +00:00
Nathan Follens
4545107ab2 Update Dutch translation 2023-09-19 12:34:34 +00:00
Nishal Kulkarni
ccf7c8a565 removable-media: UI changes
Make removable media UI conform with other panels.
Based off of initial mockups given in #1096
2023-09-19 11:13:41 +00:00
Nishal Kulkarni
20eda27bb9 applications: Move default app and removable media
Currently setting's panel list is over-populated. We can fix this by
moving some of the settings inside other panels as sub-panels.

Created a new row in applications panel for removable media and
default apps. On selecting the row we show the respective settings
which is same as before.

Removed default app and removable media from sidebar

Closes: #1092 #1096
Related to: #1090
2023-09-19 11:13:41 +00:00
Nishal Kulkarni
b592bd9d4e cc-removable-media-panel: Add convenience function
As a part of moving removable media panel under applications, we create
a function `cc_removable_media_panel_new` which return a GtkWidget
that can be added to GtkStack inside applications panel.
2023-09-19 11:13:41 +00:00
Nishal Kulkarni
f5c3797996 cc-applications-panel: Update to new layout
These changes make applications panel adhere to the new mockups.
Sidebar is removed instead applications can be searched directly in the
main panel.
2023-09-19 11:13:41 +00:00
Felipe Borges
bb835aac9e power: Make battery level percentage string translatable
This allows for local translation teams to change the presentation
format of the battery level percentage string accounting for local
guidelines and standards for displaying percentage values.

See https://en.wikipedia.org/wiki/Percent_sign#Correct_style for
more information.

Fixes #2637
2023-09-19 09:32:03 +00:00
Felipe Borges
5ec953b89c power: Use ISO-31-0 as default standard for showing batter charge percentage
This is the battery charge percentage. Showing number without a space
between the percent sign is the English style.

The ISO-31-0 standard prescribes a space between the number and the
percent sign.

See #2637
2023-09-19 09:32:03 +00:00
Ismael
694bb9844a universal-access: Add default values to zoom settings 2023-09-19 09:31:15 +00:00
Andika Triwidada
7f97822ee5 Update Indonesian translation 2023-09-19 06:42:29 +00:00
Yuri Chornoivan
1edd57b83d Update Ukrainian translation 2023-09-18 19:56:40 +00:00
Jiri Grönroos
b395578c62 Update Finnish translation 2023-09-18 17:54:22 +00:00
Yosef Or Boczko
f560964d3c Update Hebrew translation 2023-09-18 17:52:17 +00:00
Ekaterine Papava
ef3816c2ce Update Georgian translation 2023-09-18 15:06:42 +00:00
Alexandre Franke
e8a08f0fd7 data: fix label string 2023-09-18 13:00:43 +02:00
Sabri Ünal
0343b062af data: add missing wireguard-peer.ui to POTFILES.in
This patch adds missing wireguard-peer.ui in POTFILES.in
2023-09-18 10:17:48 +00:00
zhuyaliang
af3a11b445 info-overview: Add more types of processor support 2023-09-18 09:09:32 +00:00
Sabri Ünal
6a4a70f6a6 data: mark translatable strings yes
Marking translatable strings as 'yes' is a convenient practice
across the GNOME project. Follow the common practice.
2023-09-18 00:31:24 +03:00
Baurzhan Muftakhidinov
8f41ac90c0 Update Kazakh translation 2023-09-17 04:25:56 +00:00
Rūdolfs Mazurs
c67fa1137a Update Latvian translation 2023-09-16 21:19:27 +00:00
Artur S0
4a1d377bf9 Update Russian translation 2023-09-16 09:03:45 +00:00
Felipe Borges
36fc5f2d97 Post-release version bump 2023-09-15 12:51:17 +02:00
Felipe Borges
e4d0d5abf9 45.0 2023-09-15 12:05:03 +02:00
Felipe Borges
d0d5606e46 search: Fix crash when selecting fodler with a File dialog
Fixes #2645
2023-09-15 08:55:58 +00:00
Alexandre Franke
874d11c9c8 Update French translation 2023-09-14 21:08:02 +00:00
Matej Urbančič
53e801b834 Update Slovenian translation 2023-09-14 17:53:25 +00:00
Matej Urbančič
92fbd232ef Update Slovenian translation 2023-09-13 16:46:30 +00:00
Fran Dieguez
8c8c0cb32d Update Galician translation 2023-09-13 07:15:53 +00:00
Matej Urbančič
7dfcf21274 Update Slovenian translation 2023-09-12 21:45:01 +00:00
Mara Lasker
ddbd410943 online-accounts: Add line-breaks to log messages
!1331 (merged) introduced a custom logger as a workaround for
a not ideal design choice, but the workaround is using g_printerr,
which is not adding linebreaks, so the logs were unreadable.

This doesn't fix the whole architecture of this part, but simply
adds a line-break so that at least the logs can be read by humans.
2023-09-12 11:01:38 +00:00
Markus Göllnitz
8bf601b6d5 universal-access: only store current icon them if not HighContrast activated
The panel tries to keep track of the icon theme in use
when HighContrast isn't. For that, it stores in
self->old_icon_theme. That is, however, always updated
when org.gnome.desktop.interface is touched, regardless
of whether HighContrast is already turned on.

Thus, it makes sense to check whether HighContrast is
selected in org.gnome.desktop.a11y.interface, and only
store the old_icon_theme under the condition
high-contrast wasn't selected.

fixes #2640

Signed-off-by: Markus Göllnitz <camelcasenick@bewares.it>
2023-09-12 11:01:02 +00:00
velsinki
026cefdaaf info-overview: Unselect system details label
As discussed in #2636, the value label for the CcInfoEntry was made
selectable in order for screen readers to work. However, this selects
the first label by default when opening the system details.

This is caused by gtk#4377, for which gnome-software found a workaround.
The same workaround is adapted here to unselect the label after
presenting the system details window.
2023-09-11 22:54:13 +00:00
Balázs Úr
48501fa51a Update Hungarian translation 2023-09-11 22:16:06 +00:00
Rafael Fontenelle
384bb2f0e4 Update Brazilian Portuguese translation 2023-09-11 14:30:40 +00:00
Quentin PAGÈS
5fd6c7fc1e Update Occitan translation 2023-09-11 12:12:18 +00:00
Anders Jonsson
767e5abacf Update Swedish translation 2023-09-10 11:26:44 +00:00
Bogi Napoleon Wennerström
5712a91e0a Update Faroese translation
(cherry picked from commit e74db619d1)
2023-09-09 09:58:54 +00:00
Jordi Mas
4ab0a02fca Update Catalan translation 2023-09-09 04:35:43 +02:00
Felipe Borges
48d9256a3c keyboard: Add debug message when launching keyboard previewer
See
https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1892
2023-09-08 10:58:59 +02:00
Carlos Garnacho
bb8c08221c keyboard: Call "tecla" previewer through full path
Make the binary called be either the one found at build time,
or the one installed as a subproject, instead of relying on
PATH to find the executable.
2023-09-08 10:58:59 +02:00
Carlos Garnacho
59ee519e6b build: Build tecla as a subproject if not found
Keep this as a temporary measure until the new dependency finds
its way across all distributions.
2023-09-08 10:58:59 +02:00