Commit Graph

41 Commits

Author SHA1 Message Date
temacdonald
205dcdf2c7 Fixed SteamGame.ToString()
Also removed some unusued code from ShortcutForm.
2020-05-02 14:51:28 +12:00
temacdonald
25abab0246 Fixed low-res icons and running shortcuts
The icons were way too low res due to the use
of the built-in windows fileextracticon which only
extracts the 32x32 icon. This was making the list
of games look pretty bad. Fixed it now so it extracts
the PNG where possible. Also adjusted the extraction
so that the files are all extracted when the Shortcut form
is loaded.
    Also fixed the commandline options that result in
a Steam game being run, so that they now work. Also
fixed up the names of the extracted icons and made the
suggested naming of the shortcut more reliable and
less likely to include usable characters.
2020-05-01 22:30:27 +12:00
temacdonald
ae1a759be4 [WIP] Changing Icon lib libraries
The current Icon Library is old and I haven't been
using it properly :). I need to use something different
and the IconExtractor library is still being updated
whereas the IconLib.Unofficial isn't any longer.
2020-04-29 22:29:43 +12:00
temacdonald
04c93e283a Fixed commandline so shortcuts would work
Had to adjust both the order and structure of the command
line so that the shortcuts would work, and wouldn't make
people crazy! And adjusted the shortcut creator to make sure
it generated correct shortcuts. Still a lot of edge cases sitting
in there so need some good testing.
    Also disabled the CreateShortcut option, as it doesn't really
work with the future combined list of multiple game library
families.
    So the main command line options now are:
- SwitchProfile permanent ... = swaps to a new display profile
- SwitchProfile exe ... = temp swaps to profile and runs an exe
- SwitchProfile steam ... = temp swaps to profile and runs a steam game
- SwitchProfile uplay ... = temp swaps to profile and runs a uplay game
- EditProfile ... = goes straight to the edit display profile screen
- <none>   = starts up the graphical UI.
2020-04-28 22:38:43 +12:00
temacdonald
322fbcb305 Fix shortcutform to start on game Library option
The form was starting on the temporary executable
option, and thats not what people will use. So made it
start on the Game Launcher option instead.
2020-04-27 22:59:45 +12:00
temacdonald
8f41b94427 [WIP] Massive redevelopment to alter shortcut form
Added in a binary VDF reader to find and figure out all
of the Game Icons, Exe locations, Names, Ids and
Install Dirs all from the local file syste,m. It makes the
shortcuts populate within 1 second, rather than the
60 seconds it was taking beforehand. Users should
love the newfound responsiveness.
2020-04-27 22:55:44 +12:00
temacdonald
a9bb295d1f Renamed app to HeliosPlus namespace and more
Renamed app to HeliosPlus namespace so that the updated
changes don't interfere with HeliosDisplayManagement if
that is also installed. The fact that I've changed so much of
the app means that my changes would be unlikely to be
accepted by Soroush, so I'm best to release this work in a
similar way to other projects like Notepad++, by keeping
the same root name, and adding a plus.
    I've also changed the Shortcut form to put all the games
in a single list to reduce the number of clicks a user has to
do in order for them to create a shortcut. I have begun to
prepare the form so that it will support multiple game
libraries, but now I am at a point that I need to fix the Steam
and Uplay game detection mechanisms so that they report
the correct information for the lv_games list view.
2020-04-23 20:16:16 +12:00
temacdonald
413525f9a1 [WIP] Modified shortcut generation and Uplay skeleton
The programme compiles with the commandline changes
and the changes to the shortcut form, including aligning
the shortcut generation with the new command line.
   The Uplay skeleton has been disabled for now as I'm
concentrating on getting the commandline args working
and fixing the annoying errors in the way the MainForm
and the ShortcutForm work. Probably have a couple more
days work to fix that.
2020-04-22 23:46:31 +12:00
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
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
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
74f05d7917 New version 2019-01-05 14:13:03 +03:30
s_falahati
c9e4d24ac1 New major release 2018-10-25 16:27:32 +03:30
s_falahati
d2386853fc WindowsDisplayAPI updated to the latest version 2018-10-25 16:26:00 +03:30
s_falahati
360e2bc1fc New release 2018-10-24 03:22:28 +03:30
s_falahati
e273f0a6fe New version released 2018-10-24 03:09:25 +03:30
s_falahati
cec6cb92a3 Cached steam game information is now saved as an indented json file 2018-10-24 03:07:31 +03:30
s_falahati
458a073ed5 Edit page now contains a short description of the stage we are in 2018-10-24 03:06:55 +03:30
s_falahati
fda8596d2c Version added to the main window 2018-10-24 03:05:36 +03:30
s_falahati
4adc67c6f5 Each profile now has a unique identification string 2018-10-24 03:04:49 +03:30
s_falahati
6606d98f76 New release 2018-10-20 04:11:57 +03:30
s_falahati
be26cad428 Packages updated 2018-10-20 04:11:50 +03:30
s_falahati
c5bc1e3d26 Cleanup + Enforcing styling 2018-10-20 03:57:25 +03:30
s_falahati
5f9a007e95 Countdown screen no longer opens full screen in debug mode 2018-10-20 03:51:49 +03:30
s_falahati
58fa54c995 Fixing a problem with Steam's new TLS policy 2018-10-20 03:50:53 +03:30
s_falahati
6ed1e5d7d8 All Enums mirrored on the Shared assembly 2018-10-20 03:49:30 +03:30
s_falahati
f3b3e5ed89 Libraries updated + XmlSerializer replaced by JsonConvert 2018-10-20 03:46:32 +03:30
s_falahati
4c3301f364 NuGet packages updated 2018-09-11 13:30:55 +04:30
s_falahati
2ab56b0c2f Cleanup 2017-08-10 18:51:45 +04:30
s_falahati
a7bfa03ee5 Setup project updated to InstallShield 2016 2017-08-10 18:51:13 +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
d38bc01125 Shortcut creator now checks if the IconCache directory is created 2017-08-10 18:41:38 +04:30
s_falahati
7087bc8695 Minor Cleanup 2017-08-07 21:08:48 +04:30
s_falahati
50f1fe9cde ListView now shows only name of the profiles 2017-08-07 21:06:40 +04:30
s_falahati
16edeef156 Group names moved to Language.resx 2017-08-07 21:06:22 +04:30
s_falahati
d8f27f0834 Minor cleanup 2017-08-07 20:56:57 +04:30
s_falahati
c30c30f638 Fixed editing of the profile in the list view 2017-08-07 20:56:12 +04:30
s_falahati
dd45011a06 Add project files. 2017-08-06 10:45:17 +04:30