Marco Trevisan (Treviño)
c20ed729f7
mouse: Prevent infinite loop on settings changes
...
We may get an infinite loop on mouse panel startup, in fact the scroll
method changed event emits a gsettings change that also leads to a
notify::use-default emission that again tries to writes to settings,
leading to another change: infinitely.
Closes : #2405
2023-03-17 16:42:50 +00:00
Bruce Cowan
8853813a00
Update British English translation
...
(cherry picked from commit cc9e3486c5
)
2023-03-17 12:09:16 +00:00
Ekaterine Papava
892adbb173
Update Georgian translation
2023-03-16 20:31:23 +00:00
Martin
8eac439c84
Update Slovenian translation
2023-03-16 17:28:51 +00:00
Yosef Or Boczko
468f9f09c5
Update Hebrew translation
...
(cherry picked from commit ec54517d44
)
2023-03-16 16:46:18 +00:00
Piotr Drąg
73a04ec3b9
Update Polish translation
2023-03-16 17:36:03 +01:00
Guillaume Bernard
b8888b988b
Update French translation
2023-03-16 16:29:17 +00:00
Hugo Carvalho
b7a5206408
Update Portuguese translation
2023-03-16 13:39:52 +00:00
Danial Behzadi
88a0b5f1f9
Update Persian translation
2023-03-16 13:35:37 +00:00
MohammadSaleh Kamyab
bbfc12f907
Update Persian translation
2023-03-16 13:30:51 +00:00
Markus Göllnitz
98f7a40d24
multiple panels: show start title buttons in header bar
...
The start title buttons of the main window should be displayed if and
only if the end title buttons are. Only the left-most header bar should have
the start title button set and only right-most header bar the end title buttons.
Therefore, the title buttons property should be bound to the leaflet state:
When unfolded the start title buttons of the sidebar's header bar are
the only ones visible then, and not a second pair in the panel's header bar.
Likewise, in a folded state of the leaflet, the panel's header bar displays
all availble title buttons – start and end – as the panel is the only widget
displaying a header bar.
Signed-off-by: Markus Göllnitz <camelcasenick@bewares.it>
2023-03-16 13:18:37 +00:00
Jakub Steiner
a3c16f103b
sound: Make bass audible on low quality hardware
...
- add mid range frequencies to make the bassy sound more audible on sub par hardware,
because that's 85% of the hardware gnome runs on, sadly.
Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2268
2023-03-16 11:53:29 +00:00
Daniel
b95bda9205
Updated Spanish translation
2023-03-16 09:34:40 +01:00
Fran Dieguez
348ab3d820
Update Galician translation
2023-03-16 08:32:29 +00:00
Kukuh Syafaat
393cc01df3
Update Indonesian translation
2023-03-16 06:15:00 +00:00
Jürgen Benvenuti
2c0cda82e2
Update German translation
2023-03-15 21:39:17 +00:00
Anders Jonsson
50a5810bfe
Update Swedish translation
2023-03-15 19:52:29 +00:00
Martin
2aa421b289
Update Slovenian translation
2023-03-15 19:51:13 +00:00
Yuri Chornoivan
9b65b64332
Update Ukrainian translation
2023-03-15 18:31:55 +00:00
Aleksandr Melman
f355d8cbeb
Update Russian translation
2023-03-15 15:17:57 +00:00
Balázs Úr
234bbad0ee
Update Hungarian translation
2023-03-15 14:54:14 +00:00
Automeris naranja
65734339c2
wacom: Rename "Test Your Settings" button to "Test Settings"
...
The same change was made in the Mouse & Touchpad panel:
https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1486
2023-03-15 13:37:44 +00:00
Mohammed Sadiq
f0f1ee168f
common: hostname-entry: Update hostname only after apply is clicked
...
Since the entry already shows an apply button, update hostname only
after the apply button is clicked. It's not required to update
hostname after every character change.
2023-03-15 13:37:15 +00:00
Hari Rana
ff832004a8
search: Add tooltip
2023-03-15 13:28:59 +00:00
Automeris naranja
e17efcca82
usage: Fix confirmation dialog when clearing history
...
When clearing file history, a dialog appears saying that all files
will be permanently deleted. However, this isn't true. Only the recent
files list will be cleared and the files will remain intact.
Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2366
2023-03-15 13:25:20 +00:00
Kukuh Syafaat
8a829ccc12
Update Indonesian translation
2023-03-15 11:59:25 +00:00
Ekaterine Papava
ec1e01c1a4
Update Georgian translation
2023-03-15 05:09:20 +00:00
Hugo Carvalho
43e173bf94
Update Portuguese translation
2023-03-14 23:50:21 +00:00
Anders Jonsson
ff3001e152
Update Swedish translation
2023-03-14 23:43:59 +00:00
Balázs Úr
ccaae51d35
Update Hungarian translation
2023-03-14 23:14:01 +00:00
Jiri Grönroos
64e81d2a9e
Update Finnish translation
2023-03-14 21:15:31 +00:00
Aleksandr Melman
634b1845e2
Update Russian translation
2023-03-14 21:01:05 +00:00
Jake Dane
1ccade9481
notifications: Replace "Applications" with "Apps"
...
This is part of an initiative to use "app" instead of "applications",
see: https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/123
!1637 missed replacing one occurrence of "Applications" on the
notifications panel. This does that last replacement with "Apps".
2023-03-14 19:49:54 +00:00
Bastien Nocera
5755f0eec7
power: Label the main "battery" as UPS if that's what it is
...
Change the label from "Battery" to "UPS" if the upower DisplayDevice is
a UPS. This avoids confusions like:
https://www.reddit.com/r/gnome/comments/11aws0q/battery_indicator_for_desktop_computer_seems/
https://askubuntu.com/questions/1344733/why-does-ubuntu-show-battery-and-charge-info-when-it-is-a-desktop-with-no-batter
"
Why does GNOME display a battery percentage ("Fully Charged") when I'm
running a desktop computer without any battery?
"
followed by:
"
Ha! I figured it out[...]. I have my desktop plugged into a UPS
"
2023-03-14 19:19:51 +00:00
Bastien Nocera
16702a1b00
ci: Build own GTK version
...
So that the "Finalizing foo, but it still has children left" message is
not truncated. This commit will be reverted when GTK is new enough in
our image.
2023-03-14 19:42:59 +01:00
Bastien Nocera
4d2803dc4c
ci: Update CI image
...
Bump the version of the CI image to force a rebuild. This should bring
us a newer version of Mesa that would fix problems running GTK4 with
Xvfb as a display server:
libEGL fatal: did not find extension DRI_Mesa version 1
Closes : #2397
2023-03-14 18:05:09 +01:00
Martin
bcdc3651af
Update Slovenian translation
2023-03-14 09:16:39 +00:00
Jordi Mas
97616f1108
Update Catalan translation
2023-03-13 15:13:41 +01:00
Daniel
535081c3d4
Updated Spanish translation
2023-03-13 10:48:54 +01:00
Piotr Drąg
ca1195dc48
Update Polish translation
2023-03-12 19:28:51 +01:00
Asier Sarasua Garmendia
fcc6fda65e
Update Basque translation
2023-03-12 09:35:23 +00:00
Alan Mortensen
9b9286d46f
Update Danish translation
2023-03-11 14:59:09 +00:00
Anders Jonsson
1be0685560
Update Swedish translation
2023-03-11 14:11:41 +00:00
Matej Urbančič
3c3be3171b
Update Slovenian translation
2023-03-10 21:21:19 +00:00
Matej Urbančič
3a91f1dacd
Update Slovenian translation
2023-03-10 21:17:25 +00:00
Sabri Ünal
897e19b934
Update Turkish translation
2023-03-10 18:00:07 +00:00
Kukuh Syafaat
93aadef2e0
Update Indonesian translation
2023-03-09 03:24:58 +00:00
Balázs Úr
23ffe5dfe8
Update Hungarian translation
2023-03-08 08:06:22 +00:00
Vasil Pupkin
d703fed57c
Update Belarusian translation
2023-03-07 20:47:53 +00:00
Fran Dieguez
b92eb5270d
Update Galician translation
2023-03-06 21:29:48 +00:00