Commit graph

8 commits

Author SHA1 Message Date
Markus Ewald
7d98ba1e0d Made the TPageEnumeration a value type so the multi page view model can start out with 'null' and switch to the initial page after the main window loads 2026-04-28 10:09:28 +02:00
Markus Ewald
5175af250e Began porting my MultiPageViewModel from the Windows Forms library to the Avalonia library; updated copyright statement for the year 2026 2026-04-27 16:12:25 +02:00
Markus Ewald
eec1092e97 Added common file dialog service; upgraded to Avalonia 11.3.7 2025-10-22 15:50:14 +02:00
Markus Ewald
76a31e15f4 Removed backup async lazy-loading collection, the queueing variant in now proven; added ItemFetched event so users can run additional processing when items have been fetched from the dataabse; fixed message presenter, yes/no and ok/cancel messages are now centered and parented to the main window as well 2025-07-31 10:01:38 +02:00
Markus Ewald
d969811427 Incremented assembly version for new release with improved lazy-loading collection 2025-07-30 17:27:39 +02:00
Markus Ewald
4f24abf3bc Updated assembly version to 1.3.1 due to the namespace typo fix (actually, this is a breaking change, but this library currently has exactly 1 user - me) 2025-07-10 08:56:42 +02:00
Markus Ewald
b02433c1b2 Added Visual Studio Codium settings 2025-07-05 21:06:59 +02:00
Markus Ewald
225da0d7e9 Initial porting attempt of my WinForms MVVM library to Avalonia; added IWindowScope as a new reature because this library should support Microsoft's dependency injector 2025-07-05 21:06:55 +02:00