Commit Graph

11 Commits

Author SHA1 Message Date
temacdonald
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
temacdonald
34337a0255 [WIP] Testing new CommandLineParser version 2020-04-16 22:49:11 +12:00
temacdonald
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
temacdonald
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
temacdonald
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
s_falahati
4adc67c6f5 Each profile now has a unique identification string 2018-10-24 03:04:49 +03:30
s_falahati
c5bc1e3d26 Cleanup + Enforcing styling 2018-10-20 03:57:25 +03:30
s_falahati
58fa54c995 Fixing a problem with Steam's new TLS policy 2018-10-20 03:50:53 +03:30
s_falahati
2ab56b0c2f Cleanup 2017-08-10 18:51:45 +04:30
s_falahati
f3e50b5491 Program now shows a notify icon while waiting for a program or a Steam game 2017-08-10 18:42:44 +04:30
s_falahati
dd45011a06 Add project files. 2017-08-06 10:45:17 +04:30