Kukuh Syafaat
00b69e09ab
Update Indonesian translation
2022-02-10 02:49:05 +00:00
Alexander Mikhaylenko
eca4c0a370
background-paintable: Clip light wallpapers as well
...
Turns out drawing the whole light wallpaper and then half of the dark
wallpaper on top of it is leading to a case of
https://gitlab.gnome.org/GNOME/gtk/-/issues/3840
Draw half of each instead, so they don't overlap.
2022-02-10 05:11:30 +05:00
Marek Černocký
acbb8092a8
Updated Czech translation
2022-02-09 21:38:45 +01:00
Yosef Or Boczko
8f9e2bcf52
Update Hebrew translation
2022-02-09 20:30:16 +00:00
Felipe Borges
26cc82c754
user-accounts: Always populate other users list
...
We were not re-populating the list when switching panels.
Related #1631
2022-02-09 15:04:32 +00:00
Yuri Chornoivan
9f2d7c25b8
Update Ukrainian translation
2022-02-09 14:54:08 +00:00
Christopher Davis
770da3788a
notifications: Remove redundant haligns
2022-02-09 14:33:17 +00:00
Christopher Davis
a8bc1a222e
notifications: Make dialog resizeable, adjust default size
...
We can't use flat headerbars here because we need to
be able to scroll the dialog at smaller sizes. We
also need for the dialog to be able to reach smaller
sizes.
2022-02-09 14:33:17 +00:00
Christopher Davis
17d3a297ae
notifications: Handle keynav-failed
on app list
...
Fixes keyboard navigation with arrow keys
2022-02-09 14:33:17 +00:00
Christopher Davis
2f00725af8
notifications: Remove options_listbox
...
Since CcListRow is now an AdwActionRow subclass,
we don't need to have a custom listbox for the top
group.
2022-02-09 14:33:17 +00:00
Alexander Mikhaylenko
24311b6ebd
background-chooser: Remove a leftover binding
...
GtkWidget:text-direction doesn't exist. That's why we connect to the
::direction-changed signal instead, and this property binding was
just a leftover from c5792cfb00
.
2022-02-09 14:23:29 +00:00
Alessandro Bono
5ecc569014
flatpak: Don't rename desktop file
...
No more needed since commit acd59aec65
.
2022-02-09 14:06:35 +00:00
Christopher Davis
0e2531f500
search: Activate results row switch on click
2022-02-09 13:53:17 +00:00
Christopher Davis
e14847b73f
search: Search group fixups
...
* Set the right accessibility relations, as
AdwPreferencesGroup does not manage it
for custom listboxes
* Handle `keynav-failed` for proper behavior with arrow keys
* Set `selection-mode` to none
2022-02-09 13:53:17 +00:00
Christopher Davis
b4e74d58be
search: Use AdwActionRow for locations dialog rows
...
Gives us consistent styling without needing to set
margins, as well as simple row activation.
2022-02-09 13:53:17 +00:00
Christopher Davis
ddb979abfd
search: Use AdwPreferences{Window,Page,Group} for location dialog
...
Gives us more modern styling for the search locations
window.
2022-02-09 13:53:17 +00:00
Felipe Borges
0bf91ed4d6
user-accounts: Fix crash while cancelling user rename
...
Fixes #1632
2022-02-09 10:51:45 +01:00
Kukuh Syafaat
b75daf84c1
Update Indonesian translation
2022-02-09 02:45:09 +00:00
Fran Dieguez
380235d983
Update Galician translation
2022-02-08 22:02:13 +00:00
Yuri Chornoivan
5338d6c4bb
Update Ukrainian translation
2022-02-08 20:44:23 +00:00
Georges Basile Stavracas Neto
59e3c32825
users: Set the activatable-widget property of various rows
...
It makes it slightly more convenient to interact with them,
since they become activatable.
2022-02-08 11:10:37 -03:00
Georges Basile Stavracas Neto
55072f54db
users: Hide enterprise group in new users dialog
...
Otherwise we get a strange shadow at the bottom.
2022-02-08 11:05:51 -03:00
Georges Basile Stavracas Neto
998db79732
users: Cleanup and modernize CcLoginHistoryDialog
...
- Remove all 'can-focus' properties, rely on GTK defaults
- Use AdwPreferencesPage internally
- Make dialog resizable
- Set 'icon-name' in header buttons instead of a GtkImage
2022-02-08 10:53:55 -03:00
Felipe Borges
7f8e90a966
user-accounts: Port to gtk4/libadwaita implementing the new design
...
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/raw/master/users/users.png
2022-02-08 13:29:56 +00:00
Hugo Carvalho
961c013f0a
Update Portuguese translation
2022-02-08 12:33:28 +00:00
Boyuan Yang
65b2e655fb
Update Chinese (China) translation
2022-02-07 21:11:18 +00:00
Boyuan Yang
1a1c936aa4
Update Chinese (China) translation
2022-02-07 20:40:16 +00:00
Yosef Or Boczko
fe97726bac
Update Hebrew translation
2022-02-07 18:40:21 +00:00
Aleksandr Melman
1be997f0ec
Update Russian translation
2022-02-07 18:32:53 +00:00
Matej Urbančič
c731a21f63
Update Slovenian translation
2022-02-07 18:23:04 +00:00
Yosef Or Boczko
3f08458094
Update Hebrew translation
2022-02-07 17:28:17 +00:00
Daniel Mustieles
a1dd24135d
Updated Spanish translation
2022-02-07 13:51:40 +01:00
Yuri Chornoivan
d0a557cf34
Update Ukrainian translation
2022-02-07 12:47:48 +00:00
Alexander Mikhaylenko
ca5bdd07de
background: Refine background chooser layout
...
Make thumbnails smaller, add margin on the sides.
2022-02-07 10:50:10 +00:00
Alexander Mikhaylenko
c5792cfb00
background: Support dark wallpapers
2022-02-07 10:50:10 +00:00
Alexander Mikhaylenko
303cc2176e
background-preview: Add a missing break
2022-02-07 10:50:10 +00:00
Alexander Mikhaylenko
1e2069e748
background: Don't expand the background list
...
It looks weird when there are few wallpapers.
2022-02-07 10:50:10 +00:00
Georges Basile Stavracas Neto
85199430cb
region: Fix format chooser leaflet page
...
We need to go back to region_box, not region_list.
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
c591ab3f77
common: Slightly increase default width of CcLanguageChooser
...
So it doesn't cut the title label in Portuguese.
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
eaa62700f6
region: Various small improvements to CcFormatChooser
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
6f2875e467
region: Replace "Login Screen" toggle button by section
...
Rework the panel to have 2 groups: the user's language and
format; and the login screen's language and format. Remove
the now unused bottom label explainig the login screen.
Special-casing of single user systems is still present.
Related: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
53b31dd753
region: Merge language and formats into a single group
...
As per mockups. We'll be adding another pair for the login
screen soon.
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
6ed208221f
region: Switch formats row to AdwActionRow
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
ae93012543
region: Switch language row to AdwActionRow
2022-02-07 07:03:42 -03:00
Georges Basile Stavracas Neto
01e7544827
region: Move logout message to an infobar
...
As per mockups. Also adjust the wording of the info bar label.
2022-02-07 07:03:37 -03:00
Georges Basile Stavracas Neto
72742f9580
region: Switch to AdwPreferencesPage and AdwPreferencesGroup
...
This cleans up all the manual label shenanigans we've been
doing.
2022-02-07 07:01:30 -03:00
Fran Dieguez
97a1e8a3c1
Update Galician translation
2022-02-07 06:29:08 +00:00
Hugo Carvalho
83a0eea6cc
Update Portuguese translation
2022-02-06 22:29:18 +00:00
Aurimas Černius
28f82fe516
Updated Lithuanian translation
2022-02-06 16:58:57 +02:00
Leônidas Araújo
1b66da8645
Update Brazilian Portuguese translation
2022-02-06 13:49:04 +00:00