Commit graph

23550 commits

Author SHA1 Message Date
Ekaterine Papava
e211dd5b01 Update Georgian translation 2024-03-01 04:04:41 +00:00
Daniel Rusek
49b40c93a3 Update Czech translation 2024-03-01 00:44:38 +00:00
Danial Behzadi
a79f313a24 Update Persian translation 2024-02-29 19:57:17 +00:00
Yuri Chornoivan
333585769f Update Ukrainian translation 2024-02-29 18:28:29 +00:00
Automeris naranja
e261d51617 network: Use "secondary-label" property in the Proxy row
The Proxy row shows its value as subtitle, which is
inconsistent with other rows where the subtitle describes
the row title/what the row is.

Show the proxy value as a CcListRow secondary-label to fix
such issue.

Reference:
cfb7cae4a9
2024-02-29 13:53:34 +00:00
Automeris naranja
0aeb0b55a7 general: Add translator comments about the "Search" term
Clarify in which occasions this term should be
phrased as a verb or as a noun.

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2903
2024-02-29 13:48:20 +00:00
Automeris naranja
1978468396 general: Remove a11y label from some search entries
These search entries have placeholder texts,
which are also read by Orca. Therefore, using
an a11y label is redundant.

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2903
2024-02-29 13:48:20 +00:00
Andre Klapper
2a0827a754 Fix invalid markup in Vietnamese UI translation 2024-02-29 13:44:23 +01:00
Daniel Mustieles
b56f44a02e Updated Spanish translation 2024-02-29 12:41:27 +01:00
Automeris naranja
ec30d48a12 wacom: Port "Keep Aspect Ratio" row to AdwSwitchRow 2024-02-29 10:18:47 +00:00
Automeris naranja
bd93cd2292 search: Port "App Search" row to AdwSwitchRow 2024-02-29 10:18:47 +00:00
Automeris naranja
7dac08c29e cc-window: Minor cleanups/changes
- Remove a11y labels from buttons that
have tooltips, since Orca also reads tooltips
- Remove the .image-button style class, since
it's automatically added if a GtkMenuButton has
an icon[1]
- In property names that have more than 1 word,
use a hyphen minus symbol to separate the words
instead of an underscore

[1] https://docs.gtk.org/gtk4/class.MenuButton.html
2024-02-29 10:13:37 +00:00
Peter Hutterer
b45550770e wacom: Fix a memleak on error
In the case of an error we allocated the object but returned NULL
without freeing it.
2024-02-29 09:44:22 +00:00
Peter Hutterer
2aa192f8cf wacom: Change a boolean to the enum value it actually is
Happens to be a value of zero so FALSE works, but only because this is C
and nothing is true and everything is permitted.
2024-02-29 09:44:22 +00:00
Yaron Shahrabani
139fbcb2d6 Update Hebrew translation 2024-02-29 08:03:34 +00:00
Felipe Borges
a351b8b69c po: Add new enterprise login dialog files to POTFILES.in 2024-02-29 07:51:42 +00:00
Ondrej Holy
316cd92906 system, users: Handle hostname errors
Currently, the generic "Failed to log into domain" error is shown when
joining domain with invalid hostname. It is hard for user to guess what
is going on. Let's fail with "That hostname didn’t work" instead.

Related: https://gitlab.freedesktop.org/realmd/realmd/-/merge_requests/39
2024-02-29 07:51:42 +00:00
Ondrej Holy
c3e71abec0 system, users: Cancel previous cc_realm_manager_discover calls
Currently, the previous cc_realm_manager_discover calls are not cancelled
when validating domain field. This might lead to the situation when valid
domain might be mislabeled as invalid and vice versa. Let's simply cancel
the cancellable to avoid this situation.
2024-02-29 07:51:42 +00:00
Ondrej Holy
2a396add01 system, users: Fix parameter type for realm_join_as_owner callback
The `source_object` parameter for the callback functions called from
the `realm_join_as_user` and `real_join_as_admin` resp. `realm_join_as_owner`
functions is not `CC_REALM_OBJECT` type as one would expect, but
`CC_REALM_KERBEROS_MEMBERSHIP` type. Let's modify the code to ensure that
it is `CC_REALM_OBJECT` type.
2024-02-29 07:51:42 +00:00
Ondrej Holy
a372061f8a system, users: Finish the Enterprise Login dialog implementation
The implementation is based on the cc-add-user-dialog.c codes, but it is
not a pure copy&paste. It has to be changed to fit the skeleton and reflect
changes from the mockup. I've also tried to simplify the code where possible.
It also fixes some memory leaks.
2024-02-29 07:51:42 +00:00
Ondrej Holy
39171394db system, users: Fix coding style as per guidelines 2024-02-29 07:51:42 +00:00
Felipe Borges
4f482d9693 system, users: Add skeleton for the Enterprise Login dialog
Following the mockups at
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/blob/master/users/add-enterprise-login.png
2024-02-29 07:51:42 +00:00
Felipe Borges
4a9e63337d system, users: Add CcEntryFeedback
A simple widget to display feedback to user-accounts related entries.

This widget is to be used for when we need to show an icon next to
a feedback message such as the ones at
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/blob/master/users/add-enterprise-login.png
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/blob/master/users/add-user.png
2024-02-29 07:51:42 +00:00
Christian Kirbach
02ab59dbab Update German translation
(cherry picked from commit c2958255e0)
2024-02-27 22:50:02 +00:00
Felipe Borges
d2b40f8dee shell: Load subpages in the CcShellModel
Setting their visibility only as search results.
2024-02-27 16:04:00 +00:00
Felipe Borges
049ac874ff shell, panel-list, window: Propagate subpage info
When the row is a subpage it has a parent_id, which should be activated
instead of panel_id. So we construct a parameters GVariant so that
panels can handle it.
2024-02-27 16:04:00 +00:00
Felipe Borges
8ea7a87168 shell-model, panel-loader: Add CC_CATEGORY_SYSTEM
This is supposed to classify pages that belong in the System panel.
2024-02-27 16:04:00 +00:00
Felipe Borges
91f016b0c7 system: Re-add the System subpage desktop files
Additionally we add the X-Settings-SystemSettings category and
adjust the Exec keys to be "system $panel_name"
2024-02-27 16:04:00 +00:00
Automeris naranja
31927efeac wifi-connection-row: Minor tweaks
- Make all buttons as suffix widgets,
which makes unnecessary to wrap them in
a GtkBox that is set as a suffix widget

- Don't set a margin end to the Wi-Fi
icon[1]

- Remove halign from the buttons, because
it isn't necessary

- Remove halign from the buttons, as it
isn't necessary because halign works only
if hexpand is set to TRUE

- Add margin end to the spinner so it
doesn't appear misaligned with the other
widgets at the end of the row

[1] In latest mockups, the margin between
the Wi-Fi icon and network name is also
shorter: cfb7cae4a9
2024-02-26 16:02:23 +00:00
Automeris naranja
95f36e2d71 power: Remove row-activated callback for power profile rows
It isn't necessary anymore now that power profile
rows are AdwActionRows[1].

[1] f7b41b23f5
2024-02-26 15:56:41 +00:00
Automeris naranja
9b34a5092b printers: Don't use .image-button in the "Search" button
The .image-button style class is automatically
added if a GtkButton has an icon:
https://docs.gtk.org/gtk4/class.Button.html
2024-02-26 14:53:20 +00:00
Automeris naranja
d5ff5cf33e new-printer-dialog: Tweak the "Back" button
- Use the icon-name property of GtkButton
instead of embedding a GtkImage
- Replace the a11y label with a tooltip
2024-02-26 14:53:20 +00:00
Daniel Mustieles
6952da29d9 Updated Spanish translation 2024-02-26 14:10:14 +01:00
Felipe Borges
19f04f7605 ci: Rebuild container image with newer Fedora Rawhide 2024-02-26 13:21:09 +01:00
Jeremy Bícha
36602784c2 meson: Require gsettings-desktop-schemas >= 46.beta
for show-status-shapes
2024-02-26 13:21:09 +01:00
Andika Triwidada
259bc1b82e Update Indonesian translation 2024-02-26 05:49:40 +00:00
Claude Paroz
d0ef056e3f Update French translation 2024-02-25 21:24:49 +00:00
Aurimas Černius
9006bf8d01 Update Lithuanian translation 2024-02-25 20:44:10 +00:00
Rūdolfs Mazurs
e95836fd6c Update Latvian translation 2024-02-25 10:39:34 +00:00
Sabri Ünal
ac8988f94c Update Turkish translation 2024-02-25 08:11:20 +00:00
Asier Sarasua Garmendia
b6b3b482fe Update Basque translation 2024-02-25 06:41:57 +00:00
Baurzhan Muftakhidinov
876e70dd8c Update Kazakh translation 2024-02-25 04:35:33 +00:00
Luming Zh
d7dccec9c8 Update Chinese (China) translation 2024-02-24 16:10:28 +00:00
Baurzhan Muftakhidinov
18fa21d1c5 Update Kazakh translation 2024-02-24 14:42:14 +00:00
Brage Fuglseth
5bac95272b Update Norwegian Bokmål translation 2024-02-24 01:52:11 +00:00
Philip Goto
e13c4ce17d Update Dutch translation 2024-02-23 21:59:22 +00:00
Quentin PAGÈS
d8787221d2 Update Occitan translation 2024-02-23 19:41:41 +00:00
Bruce Cowan
c4729ef2a1 Update British English translation 2024-02-23 12:21:07 +00:00
Quentin PAGÈS
d398b532a0 Update Occitan translation 2024-02-22 19:23:53 +00:00
Fran Dieguez
cb1ba77bc3 Update Galician translation 2024-02-22 18:08:05 +00:00