Commit graph

22900 commits

Author SHA1 Message Date
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
Vasil Pupkin
811c261861 Update Belarusian translation 2023-08-25 22:28:29 +00:00
Danial Behzadi
5919b3ccb5 Update Persian translation 2023-08-25 21:57:48 +00:00
Ekaterine Papava
acbe482a30 Update Georgian translation 2023-08-25 19:40:07 +00:00
Baurzhan Muftakhidinov
cdfce72fcd Update Kazakh translation 2023-08-25 15:58:59 +00:00
Piotr Drąg
10dbbacc5c Update Polish translation 2023-08-25 17:57:51 +02:00
Piotr Drąg
c9d791018b Update POTFILES.in 2023-08-25 17:54:16 +02:00
Felipe Borges
9a116acfd7 Post-release version bump 2023-08-25 11:47:03 +02:00
Felipe Borges
c065cdda5a 45.rc 2023-08-25 11:39:43 +02:00
Michael Catanzaro
8e41fbead8 keyboard: write to mru-sources setting if it has never been set before
Fedora's anaconda wants to know the current input source separately from
the configured input sources. Installing the configured input sources in
the order they are configured is good, but not good enough because only
the currently-active input source at the time the LUKS passphrase is
entered can be used to decrypt the disk post-install, so anaconda needs
a way to know what the active input source is. Currently, there is no
way to find this. For example:

 * User has English (US) input source configured by default
 * User adds Czech input source
 * User reorders Czech input source to be first in the list

In this scenario, the Czech input source is first in the list, but
English is still the currently-active input source, and there's no way
to know this. Only the mru-sources setting can indicate the active input
source, but because the active input source has never been changed,
mru-sources still has its default value.

The key to fixing this is that if mru-sources holds its default value,
then the user has never changed input sources before, and the first
input source that is previously configured is therefore the most recently
used. So we can copy the previous value of the sources setting to
mru-sources, and then applications can trust that either (a) mru-sources
will indicate the current input source, or (b) the current input source
is the first configured input source if mru-sources is empty.

https://bugzilla.redhat.com/show_bug.cgi?id=2231085
2023-08-25 09:14:57 +00:00
Jordan Petridis
c3f4974bdf build: Require setxkbmap in tests/keyboard
It's used directly in tests/keyboard/test-keyboard-shortcuts.c
2023-08-25 09:13:26 +00:00
Alice Mikhaylenko
5436dc024f printers: Make adaptive 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
79fe6067ee wacom: Ellipsize the test button 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
a24e177e3f mouse: Ellipsize the test button 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
25a866d8c6 network: Ellipsize the save/cancel buttons 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
7127c4373d display: Ellipsize the apply/cancel buttons 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
13b27714c5 removable-media: Ellipsize app chooser buttons 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
f145e1497a mouse: Make adaptive 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
ec8a2c8b6d split-row: Add :compact property
Allow to make split rows vertical.
2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
6a76a8d246 applications: Make it fit on narrow widths
While it fits with text scale factor 1, it doesn't with 1.25 or
translations.
2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
1967c1d731 color: Make it fit on narrow widths
- Ellipsize buttons
- Remove unnecessary margins
- Stop making buttons homogeneous
2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
4e75534b2e Port sidebar widget to AdwNavigationView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
909c1fc51b display: Reduce the preview width 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
4680f362f3 Port to AdwNavigationSplitView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
d7fe5e0c15 tests: Remove header widget panel test 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
0e98183540 user-accounts: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
f82515ca17 user-accounts: Fix account type row sensitivity 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
dbfaa5cbfa sound: Port dialogs to AdwWindow and AdwToolbarView
Consistently handle Esc to close as well.
2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
e56374e2ed sound: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
5a3fd40bc8 network: Stop leaking the hotspot dialog 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
f461053753 network: Port Wi-Fi panel 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
b21991d002 wwan: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
67022edc28 mouse: Stop leaking the test window 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
7ceb1834ae mouse: Port test dialog to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
0aa15fb286 mouse: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
b91859c4b3 sharing: Port dialogs to AdwWindow and AdwToolbarView
Normalize the fingerprint dialog: use a header bar, have esc-to-close, stop
leaking it
2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
a96b5306a0 sharing: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
0da63843c9 search: Port to AdwToolbarView 2023-08-25 08:00:43 +00:00
Alice Mikhaylenko
59a46ee7f9 removable-media: Port the dialog to AdwWindow 2023-08-25 08:00:43 +00:00