Commit graph

22163 commits

Author SHA1 Message Date
Markus Göllnitz
8b4fbef678 mouse panel: add navigate back button
The mouse panel currently does not show a button to navigate back,
but should do so if the window is folded.

fixes #2363

Signed-off-by: Markus Göllnitz <camelcasenick@bewares.it>
2023-03-01 13:58:19 +00:00
Vasil Pupkin
8f6ee22d70 Update Belarusian translation 2023-03-01 10:42:15 +00:00
Quentin PAGÈS
76f870bc3f Update Occitan translation 2023-02-28 21:15:53 +00:00
Felipe Borges
4e10ccb9ea mouse: Toggle visibility of Touchpad page based on device detection
Fixes #2355
2023-02-28 14:17:37 +00:00
Felipe Borges
5b4c9e16a8 mouse: Don't set arbitrary dimensions for mouse test window
As long as the picture's scrolled window can be larger than 440,
everything else should fit within the window's default size.

Fixes #2356
2023-02-28 14:16:49 +00:00
Matej Urbančič
0d00d7da89 Update Slovenian translation 2023-02-27 21:57:10 +00:00
Bastien Nocera
2417cd5e6e wifi: Handle open networks in QR code
Fix empty dialogue when the current Wi-Fi network is an open network.

Closes: #2372
2023-02-27 20:00:15 +00:00
Michael Catanzaro
c36e6375da build-aux: switch flatpak manifest to librest-1.0
librest-0.7 uses libsoup 2 and fails to build since it was removed from
the runtime. Even if it did build successfully, gnome-control-center
would crash at runtime because it links to libsoup 3 dependencies like
gnome-online-accounts. The solution is simple: use librest-1.0 instead.

Note that nobody is using this flatpak manifest. gnome-online-accounts
switched to libsoup 3 last release cycle. There is no way for this
manifest to have worked since that time because it builds the master
branch of gnome-online-accounts.

Fixes #2324
2023-02-27 18:00:06 +00:00
Alan Mortensen
29095b54f8 Update Danish translation 2023-02-26 14:48:43 +00:00
Asier Sarasua Garmendia
d9ea94f4f1 Update Basque translation 2023-02-26 08:15:40 +00:00
Asier Sarasua Garmendia
d6c69f8cae Update Basque translation 2023-02-26 07:19:33 +00:00
Hugo Carvalho
74b1a468af Update Portuguese translation 2023-02-25 20:53:27 +00:00
Hemish
7e5cb13f0a Update Hindi translation 2023-02-25 17:18:31 +00:00
Hendrik Müller
0a5f0d16e3 wifi: Allow QR code dialog to be closed by pressing ESC
Being able to close the QR code dialog by pressing the ESC
key would be a handy feature.

By switching from GtkWindow to GtkDialog, the QR code
dialog is closed when pressing ESC.

Closes #2357
2023-02-25 13:00:15 +00:00
Alexandre Franke
c24781fa0d Update French translation 2023-02-24 13:29:35 +00:00
Sabri Ünal
1a633c65ec Update Turkish translation 2023-02-22 11:58:02 +00:00
Jürgen Benvenuti
7b4b77cbc3 Update German translation 2023-02-21 18:44:00 +00:00
Lukáš Tyrychtr
1bfa4be664 info-overview: Actually don't show the firmware version row when in a VM
The previous logic was hiding the row when we were not under virtualization.
Fixes #2351
2023-02-21 10:04:27 +00:00
Nelson Benítez León
0cb4706b88 user-accounts: restore default cursor in CcCropArea dialog
The CcCropArea dialog fails to update cursor to 'default'
one when leaving the CcCropArea into the GtkHeaderBar.

Fix that by setting 'default' cursor in the "leave" event
of CcCropArea.

Closes #2359
2023-02-20 10:56:38 +00:00
Nelson Benítez León
d57e152f57 user-accounts: close CcAvatarChooser before showing GtkFileChooser
so that the first click on the FileChooser is not used to just
close the CcAvatarChooser dialog.

Close issue #2315
2023-02-20 09:04:19 +00:00
Nelson Benítez León
3fcf9aa7f1 user-accounts: disallow commas in real name
Because real name is stored in the GECOS field of
/etc/passwd, which is delimited by commas that
cannot be escaped, the user's full name must not
contain a comma. More info at:
https://gitlab.freedesktop.org/accountsservice/accountsservice/issues/83

Closes #888
2023-02-20 08:55:10 +00:00
Fran Dieguez
a9fbfdcf6f Update Galician translation 2023-02-19 23:31:51 +00:00
Aurimas Černius
e478060b90 Update Lithuanian translation 2023-02-19 19:12:41 +00:00
Sabri Ünal
99ce972849 Update Turkish translation 2023-02-19 04:46:06 +00:00
Nelson Benítez León
947bb48985 users-account: fix CcCropArea dialog transient parent
the transient parent for the dialog was wrongly set to
its own window, causing following g_critical message:
Gtk-CRITICAL **: gtk_window_set_transient_for: assertion 'parent == NULL || GTK_IS_WINDOW (parent)' failed
2023-02-18 22:20:35 -04:00
Yuri Chornoivan
4da6399a38 Update Ukrainian translation 2023-02-18 19:09:47 +00:00
Yosef Or Boczko
de2bc2541a Update Hebrew translation 2023-02-18 18:17:00 +00:00
Ekaterine Papava
f9572e2c20 Update Georgian translation 2023-02-18 15:34:30 +00:00
Piotr Drąg
0292f3a00e Update POTFILES.in 2023-02-18 13:28:23 +01:00
Sabri Ünal
70396cf150 Update Turkish translation 2023-02-18 09:52:46 +00:00
Asier Sarasua Garmendia
992b99969e Update Basque translation 2023-02-18 09:03:21 +00:00
Daniel Mustieles
47a7ecbf09 Update Spanish translation 2023-02-17 13:21:05 +00:00
Ray Strode
8a98497fb0 user-accounts: Don't access user before it's loaded
libaccountsservice documents that it is undefined to access an
ActUser object's properties before the 'is-loaded' property is
set to try.

Control-center unfortunately sometimes accesses objects that
aren't fully loaded, leading to log spew and memory corruption.

This commit fixes the problem by setting up a signal handler
to listen for the is-loaded notification when necessary.

Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2348
Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2349
2023-02-17 09:45:18 +00:00
Yaron Shahrabani
7ae5bf9186 Update Hebrew translation 2023-02-17 08:29:20 +00:00
Jakub Steiner
2e9e87ad40 mouse: Update mouse video assets
- slight adjustments to layout and sizing of individual elements
- based on discussions with Allan & Tobias
2023-02-17 02:09:50 +00:00
Felipe Borges
75e92da6d2 common: Use GtkPicture for CcSplitRow and CcIllustrationRow videos
So we can preserve the aspect-ratio.

Fixes #2345
2023-02-17 02:09:50 +00:00
Felipe Borges
573428d006 mouse: Update mouse video assets
as of https://gitlab.gnome.org/Teams/Design/settings-mockups/-/commit/ad52c2617
2023-02-17 02:09:50 +00:00
Lukáš Tyrychtr
62708fc44f Add the label with the current alert sound as a description for the row, so a screen reader reads it 2023-02-17 02:08:47 +00:00
Felipe Borges
6b4e8ca316 common: Pause CcSplitRow/CcIllustrated videos when pointer leaves
Fixes #2346
2023-02-17 00:48:51 +00:00
Jürgen Benvenuti
5e416ac492 Update German translation 2023-02-16 19:43:17 +00:00
Hugo Carvalho
44bf038939 Update Portuguese translation 2023-02-16 18:07:37 +00:00
Zdenek Dohnal
fb07b65cee printers: Use CUPS dest API for printing test page instead CUPS IPP API
The current usage of CUPS IPP API does not work for temporary queues, because the g-c-c sends the request without creating a local printer first, so the request is sent to non-existing printer.
If you use the destination from cupsGetNamedDest() for printing, CUPS library does the local printer creation internally and printing test page will work even for temporary queues.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2148481
2023-02-16 15:12:27 +00:00
Fran Dieguez
62f16de55d Update Galician translation 2023-02-16 12:06:17 +00:00
Yuri Chornoivan
ffb45219f7 Update Ukrainian translation 2023-02-15 15:02:19 +00:00
Fran Dieguez
54f355e7c2 Update Galician translation 2023-02-15 11:09:46 +00:00
Daniel Mustieles
d85cae3774 Update Spanish translation 2023-02-15 11:09:10 +00:00
Ekaterine Papava
a83ff4ac15 Update Georgian translation 2023-02-15 05:04:03 +00:00
Georges Basile Stavracas Neto
4df41ab8ea Post-release version bump 2023-02-14 22:12:51 -03:00
Georges Basile Stavracas Neto
e7acaa15de 44.beta 2023-02-14 22:09:21 -03:00
Georges Basile Stavracas Neto
b2363b6847 network: Improve QR code appearance
Replace the 'frame' style class with 'card'.
2023-02-14 19:52:47 -03:00