~vcs-imports/gnome-control-center/+git/gnome-control-center:release-46.alpha.1

Last commit made on 2024-01-12
Get this branch:
git clone -b release-46.alpha.1 https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Recent commits

a1163bc... by Felipe Borges <email address hidden>

46.alpha.1

34a42e6... by Felipe Borges <email address hidden>

po: Fix typo in POTFILES.in

9c2793d... by Felipe Borges <email address hidden>

46.alpha

4062329... by Automeris naranja <email address hidden>

users: Use AdwSwitchRow in the remove user dialog

Also, add a mnemonic.

298437d... by Boyuan Yang

Update Chinese (China) translation

d006295... by Julian Sparber

user: Ensure that the user avatar is regenerated when needed

If a user uses a a generated avatar we need to regenerated it every time
the full name changes.

7b0df41... by Julian Sparber

user: Add remove button to user avatar

ab74160... by Julian Sparber

user: Store source of user avatar inside PNG

We can store whether we generated the user avatar inside the PNG
itself. Unfortunately this won't work for old installations but in future
we can use the metadata introduced by this commit.

a732b6a... by Julian Sparber

user: Use AdwAvatar to generate default user icon

This drops the old code used to generated the fallback and changes
`GdkPixbuf` to `GdkTexture` where it's possible or needed.

Fixes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1663

d1542fd... by Julian Sparber

user: Remove recent used list of avatar

Recent used list of avatars form the popover wasn't populated with any avatars
other then the generated one, so it's only used to remove a set avatar.
In a future commit a remove button is added therefore this section will lose
all of it's purpose.