Commit graph

23036 commits

Author SHA1 Message Date
Automeris naranja
e39082fbc6 ua-seeing-page: Fix repeated mnemonics
"Screen Reader" and "Reduce Animation" rows
use the same mnemonic, which causes a
conflict when focusing them with the keyboard
2023-11-14 10:05:25 +00:00
Automeris naranja
a3e794a008 ua-typing-page: Add mnemonic to "Test Entry" row 2023-11-14 10:05:25 +00:00
Automeris naranja
f7b757044a ua-typing-page: Fix repeated mnemonics
"Screen Keyboard", "Sticky Keys", "Blink Speed" and
"Bounce Keys"  rows use the same mnemonic, which
causes a conflict when focusing them with the keyboard
2023-11-14 10:05:25 +00:00
Automeris naranja
d233aa4e8d ua-zoom-page: Add missing mnemonics
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
2023-11-14 10:05:25 +00:00
Automeris naranja
95204b3bdd users: Set .pill style to the "Remove User" button
Follow-up from https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1950
2023-11-13 23:05:28 -03:00
Lukáš Tyrychtr
92b0d54f11 sound: Fix accessibility issues for the mute button
This does the following:
* Replaces the a11y label by a tooltip
* Reflects what will happen when the button is pressed

Fixes #2750
2023-11-13 12:49:04 +00:00
Felipe Borges
fd4b45c84e wifi: Close "Saved Wi-Fi Networks" dialog when last item is removed
Otherwise we are left with an empty dialog again.

Fixes #2715
2023-11-13 10:58:50 +00:00
Felipe Borges
7e7cb4a2de wifi: Don't show "Saved Wi-Fi Networks" row when there's nothing to show
Fixes #2715
2023-11-13 10:58:50 +00:00
Automeris naranja
b0ef5ac831 datetime-page: Add missing mnemonics in the Date & Time dialog
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
2023-11-13 10:28:33 +00:00
Automeris naranja
99bf03a930 about-page: Add missing mnemonics
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
2023-11-13 10:28:33 +00:00
Automeris naranja
1d5045a5b8 remote-desktop-page: Add tooltip to copy buttons 2023-11-13 10:28:33 +00:00
Automeris naranja
bbf3e35c4b remote-desktop-page: Add missing mnemonics
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
2023-11-13 10:28:33 +00:00
Ondřej Pohořelský
7f104fb9c8 network: remove wpa-none from key_mgmt
Network Manager dropped `wpa-none` value from `key_mgmt` a while ago[0]
There is no need to test for this option anymore.

[0]c97e0ce30b
2023-11-13 10:02:31 +00:00
Automeris naranja
0a0a7bb881 cc-list-row: Add use-underline property 2023-11-13 09:55:36 +00:00
Automeris naranja
e01f49d11e net-proxy-page: Add use-underline property to the Network Proxy row
Otherwise the mnemonic won't work.
2023-11-13 09:52:29 +00:00
Automeris naranja
0a7dd110e1 multitasking: Use header capitalization in some workspace options
https://developer.gnome.org/hig/guidelines/writing-style.html
2023-11-13 09:51:38 +00:00
Automeris naranja
0190c3a89d power-profile-row: Remove periods from power profiles descriptions
"Text generally shouldn’t end with a period. This applies
to headings, descriptions, and includes text that is written
as a complete sentence".

https://developer.gnome.org/hig/guidelines/writing-style.html
2023-11-13 09:49:47 +00:00
Automeris naranja
0fb5767cb6 power-profile-row: Use "subtitle" style class for power profile descriptions
Doing this, the power profiles rows will look consistent
with other rows, such as the "Dynamic workspaces" and
"Fixed number of workspaces" from the Multitasking panel.

This also cleans the code a bit.
2023-11-13 09:49:47 +00:00
Automeris naranja
58774764d0 cc-panel-list: Use AdwStatusPage when showing "No Results Found" 2023-11-13 09:48:45 +00:00
Automeris naranja
2c1ee740d7 datetime-page: Add description to the "Week Numbers" option
See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2722#note_1912890

Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2722
2023-11-13 09:39:12 +00:00
Felipe Borges
91057652d4 system/remote-desktop: Initialize GCancellable and cancel it page dispose
Fixes #2733
2023-11-13 08:57:07 +00:00
Sabri Ünal
1182323e6d Update Turkish translation 2023-11-12 06:41:27 +00:00
Felipe Borges
bfe5dec52a user-accounts: Sync lock tooltip for the Avatar
We were adding the "Unlock" tooltip to the avatar widget but not
removing it when the panel was unlocked.

Fixes #2738
2023-11-10 11:09:27 +00:00
Jose Riha
73e7bad221 Update Slovak translation
(cherry picked from commit 295c5f7916)
2023-11-09 09:06:18 +00:00
velsinki
88a582cbed privacy: Fix crash from free bug in cc-camera-page
The GVariant constructor g_variant_new () gives a floating reference,
which will be sunk by the g_dbus_..._call () methods. Unless the
constructed GVariant is manually referenced, it should not be used in a
g_autoptr () setting. Otherwise a use-after-free might occur in the
async g_dbus_..._call () methods.

This problem occurs here, which is simply prevented by not having the
g_autoptr () declaration for the GVariant.

Fixes #2647
Fixes #2704
Fixes #2635
Fixes #2706
2023-11-08 14:08:38 +01:00
Peter Hutterer
2bfd36c362 wacom: Use the ExpressKey Remote name for the EKR
There's only one device like this that we support so we might as well
use its name as-is instead of a more confusing "External Pad device"
which isn't very descriptive unless you work with tablets and know what
a "pad" is in this context.

Anyone who owns this device will have bought it under the name
ExpressKey remote.

Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2044
2023-11-08 08:51:56 +00:00
Lukáš Tyrychtr
c6a6a6b859 network: Ensure we pick-up the latest numeric values for Wireguard settings
The SpinBox value returned by get_value and friends gets definitely
updated only when the control loses focus. That is unfortunately too late
for the validation machinery, so force the updates at the right time.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1983>
2023-11-07 09:10:38 +00:00
Maximiliano Sandoval R
ae33a67be0 power-panel: Modernize suspend dialog
We make the dialog adaptive. Unfortunately for it to be trully modern a
AdwComboRow should be used instead of a GtkComboBox.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2001>
2023-11-07 08:53:08 +00:00
Maximiliano Sandoval R
dca4e0201b power-panel: Use Header Capitalization
Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2001>
2023-11-07 08:53:08 +00:00
Maximiliano Sandoval R
9a15a48d50 sharing-panel: Modernize File Sharing dialog
Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1999>
2023-11-07 08:25:02 +00:00
Automeris naranja
d811b0d9de mouse: Add mnemonics to all widgets
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2004>
2023-11-06 17:46:25 +00:00
Automeris naranja
47ab556b57 cc-split-row: Add use-underline property
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2004>
2023-11-06 17:46:25 +00:00
Maximiliano Sandoval R
0ead2414d7 remote-desktop-page: Give pill style to button
Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2000>
2023-11-06 15:20:05 +00:00
Maximiliano Sandoval R
6ace6bb260 format-chooser: Close on escape
This was already implemented but it didn't work if the focus was on the
search entry since it comsumed the Escape input.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2002>
2023-11-06 14:32:49 +00:00
Maximiliano Sandoval R
76bf9b461b format-chooser: Add flat class to buttons in rows
Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2002>
2023-11-06 14:32:49 +00:00
Automeris naranja
a910730a76 screen: Add missing mnemonics
Add mnemonics to the following rows
- Restrict Viewing Angle
- Blank Screen Delay

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
2023-11-05 17:39:31 -03:00
Automeris naranja
21af56aa9c screen-page: Fix mnemonic of the "Lock Screen Notifications" row
It was using the letter L, which is also used by the
"Automatic Screen Lock" row.
2023-11-05 17:39:31 -03:00
Automeris naranja
46239939ed power: Add missing mnemonics
Add mnemonics to the following rows
- Dim Screen
- Automatic Screen Brightness
- Automatic Power Saver

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
2023-11-05 17:39:31 -03:00
Automeris naranja
01f5bd318a net-proxy-page: Add missing mnemonics
Add mnemonics to the following rows
- Network Proxy
- Configuration

...and to the following buttons:
- Cancel
- Save

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
2023-11-05 17:39:31 -03:00
Automeris naranja
da158ef042 network: Add mnemonic to the "Proxy" row
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
2023-11-05 17:39:31 -03:00
Automeris naranja
07d117c789 search-locations-dialog: Add missing mnemonic to the "Add Location" button
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
2023-11-05 17:39:30 -03:00
Automeris naranja
4471d4cec1 search: Add missing mnemonics
Add mnemonics to the following rows:
- App Search
- Search Locations

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
2023-11-05 17:38:22 -03:00
Automeris naranja
478229be35 region: Fix mnemonics from the "Login Screen" section
"Language" and "Formats" rows from the "Login Screen" section
have the same mnemonics of their counterparts from the "Your Account"
section. Use other letters for mnemonics to fix that.
2023-11-05 17:38:22 -03:00
Automeris naranja
921664ccdb region: Add mnemonic to the "Log Out" button from the AdwBanner
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
2023-11-05 17:38:20 -03:00
Automeris naranja
1a98d1d21f datetime: Add missing mnemonics
Add mnemonics to the following rows:
- Week Day
- Date
- Seconds
- Week Numbers

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
2023-11-05 17:35:20 -03:00
Ondřej Pohořelský
de23defe3c network: Wireguard hide Last used and Automatic connection
Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1996>
2023-11-05 08:59:11 +00:00
Ondřej Pohořelský
51b82c0719 network: vpn hide metered connection settings
NetworkManager does not support metered connection settings in the
context of VPN. This commit hides the setting on VPN details pages.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1996>
2023-11-05 08:59:11 +00:00
Ondřej Pohořelský
72246bceb1 network: hide Last used when creating new connection
Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1996>
2023-11-05 08:59:11 +00:00
Ondřej Pohořelský
88ce1f97b3 network: show details page when creating new connection
Resolves #2536

When creating new vpn/wired connection, the user doesn't have a choice
to change `Make available to other users` option. This commit adds it.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1996>
2023-11-05 08:59:11 +00:00
Automeris naranja
0b17fff10b network-wifi: Fix wrong a11y label of the "Connect to Hidden Network" row
This a11y label of this row is "Show Saved Networks", which is wrong.
2023-11-05 08:26:59 +00:00