Commit graph

23550 commits

Author SHA1 Message Date
Matej Urbančič
d9c0c32827 Update Slovenian translation 2024-02-22 16:28:45 +00:00
Boyuan Yang
ab4e0b8ef6 Update Chinese (China) translation 2024-02-22 15:47:16 +00:00
Yuri Chornoivan
e056c9abc3 Update Ukrainian translation 2024-02-22 12:54:13 +00:00
Danial Behzadi
567cbe8a50 Update Persian translation 2024-02-22 11:46:56 +00:00
Daniel Rusek
d513cf05a8 Update Czech translation 2024-02-22 11:36:11 +00:00
Felipe Borges
c6496e7180 system: Update action-target names due to the latest changes
See commit bb242fc58c
2024-02-22 11:58:11 +01:00
Yaron Shahrabani
d1ed543664 Update Hebrew translation 2024-02-22 10:13:09 +00:00
Felipe Borges
9c94d55505 system: Rename subpage tags to their expected cmdline arguments 2024-02-22 09:57:01 +00:00
Felipe Borges
bb242fc58c system: Handle "gnome-control-center system subpage" cmdline arguments
This allows us to open subpages of the "System" panel. The arguments/
parameters are expected to match the panel's subpage tags (as in
AdwNavigationPage.tag).

With this, a future change could reintroduce desktop files for the
subpages, and just change the Exec line to accomodate the new format.
2024-02-22 09:57:01 +00:00
Automeris naranja
7eb88ce5ff notifications: Port app rows to CcListRow 2024-02-22 09:48:09 +00:00
Automeris naranja
f513406f40 sound: Port some rows to CcListRow
Port the following rows to CcListRow:

- Alert Sound
- Volume Levels
2024-02-22 09:48:09 +00:00
Automeris naranja
fed77a9511 datetime-page: Port some rows to CcListRow
Port the following rows to CcListRow:

- Date & Time
- Time Zone
2024-02-22 09:48:09 +00:00
Ekaterine Papava
cb72380290 Update Georgian translation 2024-02-22 03:46:13 +00:00
Vasil Pupkin
cb611abf2c Update Belarusian translation 2024-02-22 00:33:24 +00:00
Sabri Ünal
4e0c020188 Update Turkish translation 2024-02-21 17:25:35 +00:00
Quentin PAGÈS
1f845729d7 Update Occitan translation 2024-02-21 16:20:59 +00:00
Bharat
1856f1f7ca system, about: Add spacing between graphics rows
Graphics labels under system details did not have enough padding
between them similar to other labels in the panel

Add a default spacing of 10 to children rows of gtk_box that sets the
graphic rows dynamically to fix the issue

Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2916
2024-02-21 14:37:07 +00:00
Matthijs Velsink
1206bb477f ua-hearing-page: Add context to "Sound" string
Commit 90a131a2 (!2164) split off the translation of the sound panel
name "Sound". However, "Sound" might need a unique translation in
this case.

So, add a context string to allow for that.

Closes #2915
2024-02-21 14:47:30 +01:00
Automeris naranja
a02b47dadf night-light-page: Move page description to AdwPreferencesPage
The page description is inside an AdwPreferencesGroup,
which is wrong.
2024-02-21 08:34:38 +00:00
Yaron Shahrabani
d3ed43c87d Update Hebrew translation 2024-02-21 07:51:42 +00:00
Ekaterine Papava
70e92919df Update Georgian translation 2024-02-21 05:51:46 +00:00
Automeris naranja
af55df0194 network-wifi: Remove "activatable" property from some CcListRows
The CcListRow template already sets the row
as activatable[1].

[1] https://gitlab.gnome.org/GNOME/gnome-control-center/-/blob/gnome-45/panels/common/cc-list-row.ui?ref_type=heads#L4
2024-02-20 19:04:26 -03:00
Matej Urbančič
2ec169aa1f Update Slovenian translation 2024-02-20 20:04:22 +00:00
Chao-Hsiung Liao
3b22ae0da6 Update Chinese (Taiwan) translation 2024-02-20 15:27:43 +00:00
Yuri Chornoivan
a639099068 Update Ukrainian translation 2024-02-20 13:31:53 +00:00
Daniel Rusek
2c2fcedbab Update Czech translation 2024-02-20 11:12:08 +00:00
Automeris naranja
2b2af85ead power: Port "Automatic Suspend" row to CCListRow
This helps to clean the code a bit.
2024-02-20 10:05:15 +00:00
Felipe Borges
6a09703e6d system: Add "update-symbolic" icon to Software Update row
See https://gitlab.gnome.org/Teams/Design/settings-mockups/-/issues/67
2024-02-20 10:18:52 +01:00
Felipe Borges
ff3e2afb80 system: Move "Software Updates" row from About page to toplevel
See https://gitlab.gnome.org/Teams/Design/settings-mockups/-/issues/67
2024-02-20 10:18:52 +01:00
Andy Holmes
bf4be8c09e online-accounts: update strings to match GOA GNOME 46 design
Update the "Email" and "Calendars, Contacts, Files" to match the
GOA design for GNOME 46, as "E-mail" and "Calendar, Contacts and
Files", respectively.

See: Teams/Design/settings-mockups!68
2024-02-20 08:59:34 +00:00
Automeris naranja
5785f4cc7d power: Don't use GtkSizeGroup
This isn't being used in other panels; it also
increases the height of all rows when the
window is narrow, making the UI to look odd.

Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1674
2024-02-20 08:51:52 +00:00
Automeris naranja
3f7d6381da apps: Remove "activatable" property from "Default Apps" row
The CcListRow template already sets the row
as activatable[1].

[1] https://gitlab.gnome.org/GNOME/gnome-control-center/-/blob/gnome-45/panels/common/cc-list-row.ui?ref_type=heads#L4
2024-02-20 08:37:34 +00:00
Automeris naranja
c403408fc2 apps: Avoid deleting handlers by clicking on the rows
In the "File & Link Associations" dialog, a handler
can be removed by clicking on the entire row. However,
this can lead to an accidental handler remove; also,
this behavior isn't present in other rows (from other
panels) that have a remove button.
2024-02-20 08:36:38 +00:00
Automeris naranja
d997c6e0fa general: Remove "activatable" property from some CcListRows
The CcListRow template already sets the row
as activatable[1].

[1] https://gitlab.gnome.org/GNOME/gnome-control-center/-/blob/gnome-45/panels/common/cc-list-row.ui?ref_type=heads#L4
2024-02-20 07:32:37 +00:00
Automeris naranja
34fd45a16f about-page: Port "System Details" row to CcListRow 2024-02-20 06:34:09 +00:00
Ekaterine Papava
01ff6eb294 Update Georgian translation 2024-02-20 03:18:12 +00:00
Vasil Pupkin
810dba6c85 Update Belarusian translation 2024-02-19 23:55:45 +00:00
Yaron Shahrabani
5a6c5387b7 Update Hebrew translation 2024-02-19 21:21:00 +00:00
Yuri Chornoivan
34c608e69f Update Ukrainian translation 2024-02-19 19:48:15 +00:00
Daniel Rusek
ea110392e8 Update Czech translation 2024-02-19 18:48:25 +00:00
Automeris naranja
9546942372 online-account: Add arrows to all rows
Reference:
86315f32ad
2024-02-19 16:13:37 +00:00
Danial Behzadi
b86b88b2d1 Update Persian translation 2024-02-19 12:14:13 +00:00
Peter Hutterer
c348239e92 wacom: Pass the GsdDevice through to the calibrator
The calibrator gets a GdkDevice from the GtkGesture but that device is
the "Logical device for $TABLET", not the actual device. So all our
clicks are discarded as coming from the wrong device.

Fix this by passing the GsdDevice through and comparing against that.

Closes #1871
2024-02-19 12:47:09 +01:00
Peter Hutterer
430585eed0 wacom: Fix a few indentation/whitespace issues 2024-02-19 12:46:06 +01:00
Daniel Mustieles
241c8d3aad Update Spanish translation 2024-02-19 11:22:52 +00:00
Matej Urbančič
424d04fac0 Update Slovenian translation 2024-02-19 11:14:26 +00:00
Automeris naranja
376fda9726 apps: Prevent the sandbox_banner title from overlapping CCListRowInfoButton
The sandbox_banner title shows "<app_name> is
not sandboxed". However, if the app name is too
long, the banner text will overlap the
CCListRowInfoButton that is inside the banner.

To fix this, remove the app name from the banner
and only show "App is not sandboxed".

Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2846
2024-02-19 10:00:12 +00:00
Nathan Follens
f7fbc8ca65 Update Dutch translation 2024-02-18 21:14:20 +00:00
Sabri Ünal
30a52bc50a Update Turkish translation 2024-02-18 15:31:06 +00:00
Jordi Mas
aee182e567 Update Catalan translation 2024-02-18 08:47:14 +01:00