Commit Graph

11 Commits

Author SHA1 Message Date
Kévin Commaille d13b03a85e
misc: Put UI files next to the corresponding Rust files 2023-05-21 23:38:58 +02:00
Kévin Commaille b15c5f0c8b
session: Reorganize submodules between model and view 2023-05-21 17:09:17 +02:00
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
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
Renamed from src/session/sidebar/account_switcher/avatar_with_selection.rs (Browse further)