DisplayMagician/HeliosPlus/UIForms
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
..
ApplyingProfileForm.cs Fixed incorrectly displaying progressBar 2020-10-08 22:03:02 +13:00
ApplyingProfileForm.Designer.cs Fixed incorrectly displaying progressBar 2020-10-08 22:03:02 +13:00
ApplyingProfileForm.resx [WIP] DisplayUI works but needs error handling 2020-10-05 00:18:22 +13:00
DisplayProfileForm.cs Fixed shortcut editing and icon updates 2020-10-20 21:22:07 +13:00
DisplayProfileForm.Designer.cs Fixed profile selection colour highlighting 2020-10-11 17:16:06 +13:00
DisplayProfileForm.resx Fixed profile selection colour highlighting 2020-10-11 17:16:06 +13:00
MainForm.cs [WIP] Created SteamLibrary class to handle library 2020-07-21 23:40:33 +12:00
MainForm.Designer.cs Updated Shortcut saving to work with the library 2020-07-21 19:50:41 +12:00
MainForm.resx Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
ProfileAdaptor.cs Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
ShortcutAdaptor.cs Made Icons as reliable as possible 2020-10-19 22:58:23 +13:00
ShortcutForm.cs Fixed shortcut editing and icon updates 2020-10-20 21:22:07 +13:00
ShortcutForm.Designer.cs Start programs details saved and loaded 2020-10-11 20:14:22 +13:00
ShortcutForm.resx Fixed profile selection colour highlighting 2020-10-11 17:16:06 +13:00
ShortcutLibraryForm.cs Fixed shortcut editing and icon updates 2020-10-20 21:22:07 +13:00
ShortcutLibraryForm.Designer.cs Shortcut save button works on load 2020-10-11 17:26:11 +13:00
ShortcutLibraryForm.resx Shortcut save button works on load 2020-10-11 17:26:11 +13:00