Commit graph

10 commits

Author SHA1 Message Date
Kévin Commaille
840a53b0fb session: Rename Avatar to AvatarData
Avoid confusion with the Avatar in components and avoid to have
to rename it to AvatarItem.
2023-05-05 12:23:27 +00:00
Kévin Commaille
8035dca113
chore: Use let-else and early returns to reduce rightward drift 2023-03-07 07:29:36 +01:00
Christopher Davis
5db1d9f902
general: Update to the latest version of the gtk-rs stack 2023-03-07 07:14:51 +01:00
Kévin Commaille
7a98f79d97
misc: Only implement Default when required
Reduces boilerplate
2022-11-06 12:33:09 +01:00
Kévin Commaille
fff8839846
chore: Rename priv_ variables to imp
To be consistent with the method name.
2022-11-05 12:01:57 +01:00
Kévin Commaille
f71961a1b7
chore: Use ParamSpec builders
Use the description of the property to document getters and setters.
2022-11-05 11:57:15 +01:00
Kévin Commaille
fbc9b26d5c
chore: Update gtk and related dependencies 2022-11-05 11:40:26 +01:00
Kévin Commaille
825580cc41
misc: Don't init widgets that are TemplateChild 2022-09-28 18:14:02 +02:00
Julian Sparber
96d1cb3a69 chore: Update libadwaita 2022-08-03 12:31:39 +02:00
Julian Sparber
e069053cda session: Replace listview with listbox in AccountSwitcher
This reworks the entiere account switcher.

Fixes: https://gitlab.gnome.org/GNOME/fractal/-/issues/931
Fixes: https://gitlab.gnome.org/GNOME/fractal/-/issues/898
2022-04-19 20:04:51 +00:00