ryubing-ryujinx/src/Ryujinx/UI/ViewModels
Judas Drekonym 471e7ed2e4
Add TitleID sort method (#553)
Adds an additional application list sorting method for the TitleID. A
bit of a niche choice for sorting but I think the TID is a relevant
enough piece of metadata that it should be there. (And I personally
would be using it)

- Using existing TitleId constant in ApplicationSort, implying this was
meant to be in the sorting options at some point?
- Reuses the "DlcManagerTableHeadingTitleIdLabel" locale for fulfilling
the need already, might be better to make a unique one for this in the
long run but this codebase is new to me so I wanted to make the changes
as unobtrusive as possible
- Using app.Id for the comparer seems to work fine, not sure if using
something else like IdString would be better?
2025-01-21 11:06:40 -06:00
..
Input misc: chore: lol this field was misspelled 2025-01-10 23:23:53 -06:00
AboutWindowViewModel.cs misc: chore: change ThemeManager ThemeChanged to a basic Action since both arguments are unused 2025-01-18 22:48:06 -06:00
AmiiboWindowViewModel.cs misc: move Models & Helpers into Common & Avalonia projects 2024-12-29 19:09:28 -06:00
AppListFavoriteComparable.cs misc: move Models & Helpers into Common & Avalonia projects 2024-12-29 19:09:28 -06:00
BaseModel.cs misc: Add CommunityToolkit.Mvvm for observable property generation; apply it to MainWindowViewModel for now. 2024-12-31 03:29:08 -06:00
DlcSelectViewModel.cs UI: Move DLC RomFS dumping under normal RomFS dumping. 2025-01-20 14:30:28 -06:00
DownloadableContentManagerViewModel.cs misc: some cleanups and fix compile warnings 2025-01-01 02:14:59 -06:00
MainWindowViewModel.cs Add TitleID sort method (#553) 2025-01-21 11:06:40 -06:00
ModManagerViewModel.cs misc: More Mvvm usage instead of writing out the observable properties 2024-12-31 21:11:57 -06:00
SettingsHacksViewModel.cs misc: More Mvvm usage instead of writing out the observable properties 2024-12-31 21:11:57 -06:00
SettingsViewModel.cs misc: Prevent value change logging when the value is changed to the same thing it was before the value change. 2024-12-31 22:23:08 -06:00
TitleUpdateViewModel.cs misc: More Mvvm usage instead of writing out the observable properties 2024-12-31 21:11:57 -06:00
UserFirmwareAvatarSelectorViewModel.cs misc: More Mvvm usage instead of writing out the observable properties 2024-12-31 21:11:57 -06:00
UserProfileImageSelectorViewModel.cs misc: More Mvvm usage instead of writing out the observable properties 2024-12-31 21:11:57 -06:00
UserProfileViewModel.cs Infra: Update Microsoft.IdentityModel.JsonWebTokens (#7070) 2024-08-04 18:56:27 +01:00
UserSaveManagerViewModel.cs misc: More Mvvm usage instead of writing out the observable properties 2024-12-31 21:11:57 -06:00
UserSelectorDialogViewModel.cs Add the player select applet. (#537) 2025-01-18 20:40:33 -06:00
XCITrimmerViewModel.cs misc: move Models & Helpers into Common & Avalonia projects 2024-12-29 19:09:28 -06:00