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
Andy Holmes
b0776a2ecd
online-accounts: define a GType macro for account rows
2024-02-18 01:01:37 +00:00
Brage Fuglseth
4b02b641b4
Update Norwegian Bokmål translation
2024-02-17 21:38:38 +00:00
Daniel Rusek
323a7f2062
Update Czech translation
2024-02-17 13:48:21 +00:00
Danial Behzadi
3a7c4ec75c
Update Persian translation
2024-02-17 12:41:49 +00:00
Yaron Shahrabani
dd1bf891b4
Update Hebrew translation
2024-02-16 22:28:04 +00:00
Yuri Chornoivan
4924bb199d
Update Ukrainian translation
2024-02-16 18:32:33 +00:00
Ekaterine Papava
792600dbed
Update Georgian translation
2024-02-16 11:13:34 +00:00
Felipe Borges
8956546380
apps: Add translator comments to the "Search" permission row
...
Fixes #2903
2024-02-16 10:08:51 +00:00
Felipe Borges
1bb5158a44
apps: Reuse "Search" row strings in the "no_search" row
...
When a Search Provider can be toggled, we show an AdwSwitchRow but
when it can't (disabled) we show a normal row with the "Disable"
suffix. This way we end up with two rows that are very similar and
have the same title and subtitle.
Let's bind the title and subtitles of the "no_search" row to the
"search" row as they are always expected to be identical.
See #2903
2024-02-16 10:08:51 +00:00
Felipe Borges
f54558d58e
wifi: Add translator comment to "Saved Networks" dialog
2024-02-16 09:50:20 +00:00
shruti2522
e289a8b3b6
wifi: pluralize string using ngettext
2024-02-16 09:50:20 +00:00
Matthijs Velsink
71f8f31d92
background: Refactor boolean logic in CcBackgroundItem
...
Fix some overcomplicated logic.
2024-02-16 09:37:14 +00:00