Commit Graph

61 Commits

Author SHA1 Message Date
e71b5bcb29 [WIP] Refactor to use CommandLineUtils and change Shortcut Form
Changed to use natemcmaster's CommandLineUtils library to provide
flexbility for command structure, and enable the use of custom
validators which allow us to make sure that the command line options
provided are accurate. This removes the need for all the individual
exceptions being thrown across the main application.
    Also started the modification of the CreateShortcut Form to make
it easier to use and more self explanatory.
    And finally started the integration of Uplay into the application so
that users can use Uplay as well as Steam to select their games.
2020-04-19 17:37:29 +12:00
34337a0255 [WIP] Testing new CommandLineParser version 2020-04-16 22:49:11 +12:00
6bfb3edfba [WIP] Added basic Uplay files based on Steam
This is a basic copy and rename of the Steam files within the app.
Will be developing the Uplay discovery functionality over the
following weeks.
2020-04-14 22:20:41 +12:00
c061c5c32c Converted back to CommandlineParser
Converted back to CommandLineParser as there is better ability to
format the Help Text for error messages generated by additional checks
we're now performing after the commandline options have already been
parsed.
2020-04-14 22:18:52 +12:00
476d6bfcb5 Added ability to use profile name
Added ability to use profile name within speech
marks instead of profile ID if the user wants. Added
initial set of checks to warn the user when the
command line options are in an incompatible
state (wrong options used together).
2020-04-13 22:10:35 +12:00
38c6302c8a Converted to .Net4.8 and System.CommandLine.DragonFruit
Migrated to the latest .Net Framework (v4.8) and changed to
System.CommandLine.DragonFruit for the parameter processing
as CommandLineParser completely altered their required
programme structure which meant something had to change.
Figured using Microsoft's own poduct would be best.
2020-04-13 15:47:38 +12:00
22b24746df PayPal donation link removed temporarily 2019-04-17 05:49:48 +04:30
5d2dda9441 Update README.md 2019-01-25 01:41:32 +03:30
c4a1d4f541 Update issue templates 2019-01-18 18:20:08 +03:30
ef1d6acc58 Readme updated and now contains badges 2019-01-18 18:03:24 +03:30
b4230b44a8 Readme file updated 2019-01-17 21:02:10 +03:30
e6e7c2a065 ShellExtension COM servers now have a static Class Id between releases 2019-01-17 20:45:43 +03:30
d8c1ef6ea5 Added a pretty donation button 2019-01-11 02:27:27 +03:30
b7264e4179 Create README.md 2019-01-05 14:16:32 +03:30
74f05d7917 New version 2019-01-05 14:13:03 +03:30
da9d806a8b Surround detection improved 2019-01-05 14:00:46 +03:30
e43ff5e87d Classes required to retrieve and apply Windows TaskBar settings added to the project 2018-11-10 05:05:59 +03:30
edae122656 Now cleans installed components from registry before installation 2018-10-25 17:28:02 +03:30
c9e4d24ac1 New major release 2018-10-25 16:27:32 +03:30
34a30caec6 Now searches for SurroundTopology only on currently active paths 2018-10-25 16:27:24 +03:30
d2386853fc WindowsDisplayAPI updated to the latest version 2018-10-25 16:26:00 +03:30
360e2bc1fc New release 2018-10-24 03:22:28 +03:30
043ba13206 Solved a problem with duplicate profile ids when a profile is cloned 2018-10-24 03:22:18 +03:30
e273f0a6fe New version released 2018-10-24 03:09:25 +03:30
b0ad282535 SharpShell updated to the latest version 2018-10-24 03:09:04 +03:30
f12292ebb0 Unnecessarily icons removed from context menu 2018-10-24 03:08:35 +03:30
cec6cb92a3 Cached steam game information is now saved as an indented json file 2018-10-24 03:07:31 +03:30
458a073ed5 Edit page now contains a short description of the stage we are in 2018-10-24 03:06:55 +03:30
fda8596d2c Version added to the main window 2018-10-24 03:05:36 +03:30
4adc67c6f5 Each profile now has a unique identification string 2018-10-24 03:04:49 +03:30
6606d98f76 New release 2018-10-20 04:11:57 +03:30
be26cad428 Packages updated 2018-10-20 04:11:50 +03:30
c5bc1e3d26 Cleanup + Enforcing styling 2018-10-20 03:57:25 +03:30
8add4e916f Setup project fixed to solve uninstallation problem 2018-10-20 03:54:19 +03:30
04f1449409 Fixing a crash when applying a profile with missing monitors 2018-10-20 03:53:43 +03:30
c6de48b178 Now refreshes the list of profiles when ShelExtension's context menu is opening 2018-10-20 03:52:48 +03:30
5f9a007e95 Countdown screen no longer opens full screen in debug mode 2018-10-20 03:51:49 +03:30
58fa54c995 Fixing a problem with Steam's new TLS policy 2018-10-20 03:50:53 +03:30
ef5cb71dc5 Hopefully fixing the problem regarding NVidia Surround's display recognition 2018-10-20 03:50:18 +03:30
6ed1e5d7d8 All Enums mirrored on the Shared assembly 2018-10-20 03:49:30 +03:30
4e45b80f12 Multiple problems with equality operators fixed 2018-10-20 03:47:32 +03:30
f3b3e5ed89 Libraries updated + XmlSerializer replaced by JsonConvert 2018-10-20 03:46:32 +03:30
9b1291f44f Cleanup 2018-10-20 03:38:30 +03:30
477b04e5ed Reporting project added 2018-09-11 13:31:44 +04:30
4c3301f364 NuGet packages updated 2018-09-11 13:30:55 +04:30
2ab56b0c2f Cleanup 2017-08-10 18:51:45 +04:30
a7bfa03ee5 Setup project updated to InstallShield 2016 2017-08-10 18:51:13 +04:30
f3e50b5491 Program now shows a notify icon while waiting for a program or a Steam game 2017-08-10 18:42:44 +04:30
d38bc01125 Shortcut creator now checks if the IconCache directory is created 2017-08-10 18:41:38 +04:30
a2688af245 MenuItem 'Edit' removed from the ShellExtension 2017-08-10 18:40:52 +04:30