DisplayMagician/HeliosPlus
Terry MacDonald a5d581fec8 Fixed shortcut editing and icon updates
The shortcut editing window was broken and was
not copying the information across properly to the
new shortcuts when the shortcut was edited. I have
now moved to actually replacing the shortcut when
the form updates it. So basically the ShortcutForm
loads the shortcut info from the ShortcutItem, then
when you save the form, it returns a new ShortcutItem.
The shortcut library then removes the old shortcut
(which removes the icons, and updates the file), then
it saves the new shortcut we just created (which saves
the icons and updates the save file). This was the easiest
way to make the shortcut modification process work.
2020-10-20 21:22:07 +13:00
..
GameLibraries Made Icons as reliable as possible 2020-10-19 22:58:23 +13:00
InterProcess Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
Properties Transitioned Profiles to using ProfileRepository 2020-06-14 16:20:52 +12:00
Resources [WIP] Created SteamLibrary class to handle library 2020-07-21 23:40:33 +12:00
UIForms Fixed shortcut editing and icon updates 2020-10-20 21:22:07 +13:00
App.config Renamed the directories to HeliosPlus 2020-05-15 23:25:14 +12:00
DisplayRepresentation.cs Renaming Viewports back to Paths 2020-10-07 20:08:36 +13:00
HeliosPlus.csproj Cleaned up Icon creation (mostly) 2020-10-19 21:50:42 +13:00
IconFromFile.cs Cleaned up Icon creation (mostly) 2020-10-19 21:50:42 +13:00
IconUtils.cs [WIP] Fixing Shortcut Bitmap 2020-06-07 20:48:45 +12:00
Program.cs Cleaned up Icon creation (mostly) 2020-10-19 21:50:42 +13:00
ProgressReporter.cs [WIP] Partial refactor of applying profile display UI 2020-10-04 23:01:03 +13:00
ShellIcon.cs Cleaned up Icon creation (mostly) 2020-10-19 21:50:42 +13:00
ShortcutItem.cs Fixed shortcut editing and icon updates 2020-10-20 21:22:07 +13:00
ShortcutRepository.cs Fixed shortcut editing and icon updates 2020-10-20 21:22:07 +13:00
Validators.cs [WIP] Created SteamLibrary class to handle library 2020-07-21 23:40:33 +12:00