Ryujinx/src/Ryujinx.Ava/UI/Helpers
SamusAranX 531da8a1c0
Changed LastPlayed field from string to nullable DateTime (#4861)
* Changed LastPlayed field from string to nullable DateTime

Added ApplicationData.LastPlayedString property
Added NullableDateTimeConverter for the DateTime->string conversion in Avalonia

* Added migration from string-based last_played to DateTime-based last_played_utc

* Updated comment style

* Added MarkupExtension to NullableDateTimeConverter and changed its usage

Cleaned up leftover usings

* Missed one comment
2023-05-12 01:56:37 +02:00
..
ApplicationOpenedEventArgs.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
BitmapArrayValueConverter.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ButtonKeyAssigner.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ContentDialogHelper.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Glyph.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
GlyphValueConverter.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
HotKeyControl.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
KeyValueConverter.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
LoggerAdapter.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
MiniCommand.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
NotificationHelper.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
NullableDateTimeConverter.cs Changed LastPlayed field from string to nullable DateTime (#4861) 2023-05-12 01:56:37 +02:00
OffscreenTextBox.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
UserErrorDialog.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
UserResult.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Win32NativeInterop.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00