Bastien Nocera
fbf8886b91
shell: Refuse to run under unsupported desktops
...
Closes : #945
2023-02-10 13:16:19 +00:00
sunflowerskater
d08fe40bb6
applications-panel: Prevent "Link Files & Assoc." dialog to be shrunken to an unexpected size
...
Currently, this dialog doesn't have a minimum width and height.
It's possible to shrink it to an unexpected small size.
This commit adds a minimum width and height for this dialog.
2023-02-10 12:20:38 +00:00
sunflowerskater
40f3a2ae98
applications-panel: Set minimum width and height for the "Required Access" dialog
...
This dialog appears with a really small size, making elements almost invisible.
Also, it can be shrunken to an even smaller size.
This commit sets a minimum width and height for this dialog.
Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1826
2023-02-10 12:20:38 +00:00
Alessandro Bono
19d83d6839
keyboard: Rewrite layout intersection algorithm
...
The current layout intersection algorithm compares pointers to strings.
It assumes that `gnome_xkb_info_get_layouts_for_country()` and
`gnome_xkb_info_get_layouts_for_language()` will return two GList
containing pointers to the same strings. Looking at libgnome-desktop[1]
it seems like this is the case: given the same layout, the same pointer
to the layout id will be stored in both lists. However, this is an
implementation detail and we should not rely on that.
Rewrite the intersection algorithm in order to compare the strings. While
at it, use a more efficient algorithm: add all the items of the first list
to a set, then iterate over the second list and check if the item is in
the set. If this happens, remove the item from the set and add it to the
intersection list.
Probably the layout lists are not big enough to notice the difference, but
the complexity goes from O(N*M) to O(N+M).
[1] 3c8834af09/libgnome-desktop/gnome-xkb-info.c (L281)
2023-02-10 11:32:05 +00:00
Georges Basile Stavracas Neto
441ff16c5f
Revert "firmware-security: Rename "Security Events" to "Security Alerts""
...
This reverts commit 90d83fdfe5
2023-02-10 11:31:15 +00:00
Georges Basile Stavracas Neto
81866aeb29
Revert "firmware-security: Add a subtitle for the "Security Alerts" title"
...
This reverts commit dded489b81
2023-02-10 11:31:05 +00:00
Automeris naranja
dded489b81
firmware-security: Add a subtitle for the "Security Alerts" title
...
In the latest mockups there is a subtitle below the "Security Alerts" title:
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/blob/master/device-security/device-security-44.png
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2332
2023-02-10 11:18:02 +00:00
Automeris naranja
90d83fdfe5
firmware-security: Rename "Security Events" to "Security Alerts"
...
"Security Events" string was replaced by "Security Alerts" in latest mockups:
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/blob/master/device-security/device-security-44.png
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2332
2023-02-10 11:18:02 +00:00
Rafael Fontenelle
f44a60648d
Update Brazilian Portuguese translation
2023-02-10 01:54:04 +00:00
Sundeep Anand
b05990e024
keyboard: country matches should not be shown under a language name.
...
country_layouts are being appended to the layouts_with_locale which results in less relevant
layout groupings. for example, we if choose Hindi language which is an Indian language,
all Indian language layouts are shown within it - including Tamil, Bangla etc.
furthermore, language_layouts are also getting appended for countries where they may not
belong, for example, English (Ireland) is shown when we search India.
The layouts_with_locale table is filled as union however it yields better
search results if we change that to intersection.
Relates #2114
2023-02-09 14:12:27 +00:00
Jan Pokorný
705ff06d64
display: Add 32:9 to known aspect ratios
...
Resolution dropdown previously did not show an aspect ratio hint for
32:9 resolutions. This adds the 32:9 aspect ratio to recognized ones.
Fixes #2334
2023-02-09 14:08:46 +00:00
Andika Triwidada
6cd41f8f57
Update Indonesian translation
2023-02-09 11:32:32 +00:00
Fran Dieguez
5d95675941
Update Galician translation
2023-02-08 19:03:58 +00:00
Hugo Carvalho
fd5b3a68b2
Update Portuguese translation
2023-02-08 10:41:50 +00:00
Aryan Kaushik
8a4a80b7b2
network: Disable DNS entry if the automatic option is enabled
...
Fixes : #2243
2023-02-07 22:51:45 +00:00
Yosef Or Boczko
779b4afa55
Update Hebrew translation
2023-02-07 20:46:52 +00:00
Yosef Or Boczko
e58b62e947
Update Hebrew translation
2023-02-07 20:29:15 +00:00
Emin Tufan Çetin
e51413bf81
Update Turkish translation
2023-02-07 18:10:22 +00:00
Yuri Chornoivan
79ca6d1dee
Update Ukrainian translation
2023-02-07 15:10:05 +00:00
Allan Day
f3e64dd720
firmware: Tweak status strings
...
The descriptions for the levels of protection were very similar.
This makes them more distinct.
2023-02-07 13:39:06 +00:00
Ekaterine Papava
eb1c6024f1
Update Georgian translation
2023-02-07 11:51:06 +00:00
Alessandro Bono
c892b69b40
microphone: Move switch from the header bar to the panel
...
Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2198
2023-02-07 10:14:40 +00:00
Alessandro Bono
3c60eb9e76
microphone: Remove empty status page
...
We are going to move the main switch from the header bar to the panel.
There is no more need for an empty page.
Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2191
2023-02-07 10:14:40 +00:00
Alessandro Bono
f8b1934882
camera: Move switch from the header bar to the panel
...
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2198
2023-02-07 10:14:40 +00:00
Alessandro Bono
3f84e2d9b4
camera: Remove empty status page
...
We are going to move the main switch from the header bar to the panel.
There is no more need for an empty page.
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2191
2023-02-07 10:14:40 +00:00
Alessandro Bono
1f9e96a897
location: Move switch from the header bar to the panel
...
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2198
2023-02-07 10:14:40 +00:00
Alessandro Bono
5eac8cc1d1
location: Remove empty status page
...
We are going to move the main switch from the header bar to the panel.
There is no more need for an empty page.
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2191
2023-02-07 10:14:40 +00:00
Ekaterine Papava
4158df949e
Update Georgian translation
2023-02-07 08:56:08 +00:00
Sabri Ünal
dfe96dfe52
Update Turkish translation
2023-02-07 00:40:49 +00:00
Georges Basile Stavracas Neto
284ff9fa0d
network: Cosmetics
2023-02-06 10:38:43 -03:00
Gotam Gorabh
820a204853
wi-fi: updated stop hotspot dialog
...
This changes update the UI of current outdated stop hotspot dialog.
Using AdwMessageDialog instead of GtkMessageDialog to update it.
Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2291
2023-02-06 13:34:23 +00:00
Sabri Ünal
ae281bd6bb
Update Turkish translation
2023-02-06 09:19:06 +00:00
Yaron Shahrabani
63d625d361
Update Hebrew translation
2023-02-06 07:43:39 +00:00
Aurimas Černius
5ff29e76cf
Update Lithuanian translation
2023-02-05 21:09:29 +00:00
Fran Dieguez
0f123fe8fa
Update Galician translation
2023-02-05 20:49:43 +00:00
faultline
fee8351c67
network: Init editor when secrets are missing
...
When NetworkManager doesn't give us any secrets for a connection, the
connection editor still needs to be opened. This change ensures that
initialization of the editor completes even when there's an error when
fetching secrets.
Fixes #2329
2023-02-05 16:59:45 +00:00
Yosef Or Boczko
41953d37ba
Update Hebrew translation
2023-02-05 09:08:44 +00:00
Ekaterine Papava
4665c8a6b3
Update Georgian translation
2023-02-04 07:50:10 +00:00
Yuri Chornoivan
e77ffecf4e
Update Ukrainian translation
2023-02-03 19:33:20 +00:00
Alessandro Bono
b585371cb8
firmware-security: Update comment
...
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2196
2023-02-03 14:56:39 +00:00
Alessandro Bono
d886f6199e
diagnostics: Update comment
...
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2196
2023-02-03 14:56:39 +00:00
Alessandro Bono
5d28eff9de
usage: Update comment
...
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2196
2023-02-03 14:56:39 +00:00
Alessandro Bono
482a01f071
thunderbolt: Update comment
...
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2196
2023-02-03 14:56:39 +00:00
Alessandro Bono
96a4ab5787
microphone: Update comment
...
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2196
2023-02-03 14:56:39 +00:00
Alessandro Bono
fe7c8221ad
microphone: Update name
...
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2196
2023-02-03 14:56:39 +00:00
Alessandro Bono
0e21e855e8
camera: Update comment
...
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2196
2023-02-03 14:56:39 +00:00
Alessandro Bono
a1aeed9edb
camera: Update name
...
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2196
2023-02-03 14:56:39 +00:00
Alessandro Bono
ba14428330
location: Update comment
...
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2196
2023-02-03 14:56:39 +00:00
Alessandro Bono
891b8be198
screen: Update comment
...
Helps: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2196
2023-02-03 14:56:39 +00:00
Sabri Ünal
9f42bc8686
Update Turkish translation
2023-02-02 12:46:14 +00:00