Commit graph

22788 commits

Author SHA1 Message Date
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
Changwoo Ryu
434bcb9d32 Update Korean translation 2023-09-08 08:48:54 +00:00
Mohammed Sadiq
6f9e1bfec0 user-accounts: Allow new password insert iff the old one is right
Since the error message label provided at the bottom only says that
the newly provided password is weak, it can be consfusing for the
users as they might not understand why they can't press 'Accept'
button.  This could be especially true for color blind people.

Fix it by allowing modification of new password entry only if the old
provided password is correctly entered.
2023-09-08 08:40:32 +00:00
Bruce Cowan
70a00ec56c Update British English translation 2023-09-06 11:10:43 +00:00
A S Alam
c005fb6b11 Update Punjabi translation 2023-09-05 13:13:52 +00:00
Davide Ferracin
f57e15cc2e Update Italian translation 2023-09-05 11:38:47 +00:00
Felipe Borges
202d2710ec info-overview: Allow system details label to expand multiple lines
Since the dialog is responsive, rather than ellipsizing we can
actually fit in more information.

Fixes #2633
2023-09-04 11:52:26 +02:00
Nathan Follens
c34b25caa2 Update Dutch translation 2023-09-04 08:17:33 +00:00
Daniel Mustieles
e68d0a5e08 Update Spanish translation 2023-09-04 07:15:28 +00:00
Piotr Drąg
0fcea4bdb5 Update Polish translation 2023-09-02 15:29:31 +02:00
Emin Tufan Çetin
4c165cdf54 Update Turkish translation 2023-09-02 11:56:06 +00:00
Felipe Borges
4522098556 Use g_printerr to message that we only support GNOME environments
Instea of g_messages that only gets shown when debug messages are
enabled.

Fixes #2532
2023-09-01 09:56:21 +00:00
Alan Mortensen
39670a13ca Update Danish translation 2023-09-01 06:34:20 +00:00
Aurimas Černius
7847f70490 Update Lithuanian translation 2023-08-31 20:04:25 +00:00
Daniel Rusek
55c425df8c Update Czech translation 2023-08-31 19:12:00 +00:00
Felipe Borges
21dfe16df6 shell: Drop two leftover/unused variables
These were made useless by commit 754536cc97
2023-08-30 10:52:37 +02:00
Nelson Benítez León
2b3c157c07 shell: fix panel centering on CcPanelList
the calculation to center the panel row
was failing when the panel list was not
scrolled to the top.

Fix it by taking the distance from the
row to the CcPanelList, instead of the
GtkScrolledWindow that contains it.

Part of issue #2506
2023-08-30 08:49:12 +00:00
Nelson Benítez León
3f3409cbc1 shell: restrict panel centering to specific cases
commit 02302c9b08 implemented vertical centering of
the panel being activated, but we should restrict
that to only happen when the activation is from the
Search view or from the set_active_panel_from_id()
CcShell iface, which covers the case of panel activated
from commandline parameter or from other panels, but
does not include activating panels manually by mouse
or keyboard which is the problematic case explained
in issue #2506

Closes #2506
2023-08-30 08:49:12 +00:00
Michael Catanzaro
be535df39b Don't warn about failure to apply changes on inactive device
If the NMDevice is not active (i.e. if we are editing a connection that
is not active) then don't warn when failing to reapply changes to the
device. That's expected and not something we should warn about.

We could perhaps not even try, but the device could become inactive
between the time of our check and this error, so better ignore the error
regardless.
2023-08-30 08:44:55 +00:00
Michael Catanzaro
60b4956c05 network: don't try to update device if it doesn't exist
All of the following code assumes that self->device is valid, so we need
to skip over it. It's confusing, but this is a multipurpose dialog and
self->device is optional when creating the dialog. E.g. when modifying
VPN configuration, we update just the configuration, not an NMDevice.
2023-08-30 08:44:55 +00:00
Michael Catanzaro
3f6737dbf7 network: fix criticals when updating connection
If the operation is cancelled (because the dialog was closed, because
the Apply button was pressed), then trying to make further use of the
source_object is a use after free, which is bad. At first I tried to fix
this by simply avoiding the use after free when the operation is
canceled, but then I realized it is ridiculous to always try committing
connection changes when closing the dialog, then immediately cancel the
operation by destroying the dialog.

So instead I've decided to not pass the cancellable along to these
operations, and instead ref the dialog to keep it alive until the
operations complete. Instead, let's just hide the window.

This commit also removes an inaccurate comment /* Leave the editor open
*/ placed right before the call to the function that hides the editor.
There's no need to leave the editor open when updating the device fails.
The connection properties at least are still saved.

Fixes #2618
2023-08-30 08:44:55 +00:00
Kukuh Syafaat
b81f927bea Update Indonesian translation 2023-08-30 07:06:54 +00:00
Philipp Kiemle
6b564eab05 Update German translation 2023-08-29 17:53:11 +00:00
Jonas Dreßler
0af051e8fe bluetooth: Remove a leftover debug message
This g_message() slipped in when implementing commit 769142784c, remove
it.
2023-08-29 18:09:30 +02:00
Boyuan Yang
a02f66d3e6 Update Chinese (China) translation 2023-08-29 15:00:55 +00:00
Hendrik Müller
8f6ef3a6ef wifi: Hide QR Code button for unsupported security
QR codes for Wi-Fi networks can only be generated for Wi-Fi networks
that have one of these security settings:
- no security
- WEP security
- WPA security

This is why the button to show these QR codes should only be visible
if the Wi-Fi network in question has one of these security settings.
2023-08-29 14:30:06 +02:00
Michael Catanzaro
2030ec9327 keyboard: fix error in previous commit
I used the wrong value here.

This should have been caught by an unused variable warning, but
gnome-control-center has so many build warnings that nobody will ever
notice a new one....
2023-08-28 16:41:43 -05:00
Vasil Pupkin
74f494ed63 Update Belarusian translation 2023-08-28 18:30:01 +00:00
Jürgen Benvenuti
a747ed77d2 Update German translation 2023-08-28 15:13:24 +00:00
Danial Behzadi
403083519a Update Persian translation 2023-08-28 09:39:49 +00:00
Daniel Mustieles
7772439b8d Updated Spanish translation 2023-08-28 11:27:30 +02:00
Fran Dieguez
75586379bd Update Galician translation 2023-08-28 08:22:35 +00:00
Alice Mikhaylenko
2077958140 applications: Activate the first row if uncollapsing with no selected row
This way we don't end up with "No apps".
2023-08-28 08:19:45 +00:00
Alice Mikhaylenko
1006f85223 window: Null check panel before embedding its sidebar widget 2023-08-28 08:19:45 +00:00
Alice Mikhaylenko
e7b65cbe83 network: Fix a non-translatable string 2023-08-28 08:11:41 +00:00
Fran Dieguez
728ec27346 Update Galician translation 2023-08-27 21:26:37 +00:00
Fran Dieguez
cfd3bbdd50 Update Galician translation 2023-08-27 19:28:14 +00:00
Luming Zh
2bfaa4d5c9 Update Chinese (China) translation 2023-08-27 13:40:58 +00:00
Nathan Follens
98dd93f940 Update Dutch translation
(cherry picked from commit 85fea38c3d)
2023-08-27 12:08:55 +00:00
Asier Sarasua Garmendia
0cd39d713c Update Basque translation 2023-08-27 07:34:45 +00:00
Jiri Grönroos
2fd8fdf6fe Update Finnish translation 2023-08-26 18:49:15 +00:00
Sabri Ünal
8740a655de Update Turkish translation 2023-08-26 18:33:15 +00:00
Yosef Or Boczko
3d93dd7b9e Update Hebrew translation 2023-08-26 17:57:22 +00:00
Yuri Chornoivan
9c36e9759d Update Ukrainian translation 2023-08-26 17:45:52 +00:00
Artur S0
b4e5912daf Update Russian translation 2023-08-26 15:56:08 +00:00
Quentin PAGÈS
ab1283c3cd Update Occitan translation 2023-08-26 13:14:41 +00:00