Commit Graph

12 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 675e39c6fb login: Add SessionVerification as a step of logging in 2023-05-14 13:59:12 +00:00
Kévin Commaille 925af0ec43 login: Use temporary client for logging in
Avoids having to clean up when we need to reset it.
2023-05-14 13:59:12 +00:00
Kévin Commaille 1c1a52080e login: Split logic for each page
And move "Next" button to each page instead of in the header bar.
2023-05-13 08:54:15 +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 96237c5271 chore: Fix clippy warnings
Triggered by the `uninlined_format_args` lint in nightly
2023-01-07 14:30:41 +00: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 0487df15ab login: Split in pages and cleanup 2022-10-11 13:33:41 +00:00