Commit Graph

27 Commits

Author SHA1 Message Date
temacdonald
cc42c05bd7 Created new Main Form to separate main tasks
It seemed to me that it would make more sense to
separate tht two main tasks completely and have them
independent from each other in the program. So I
created a new MainForm that opens up either a
'Setup Display Profiles' or 'Setup Game Shortcuts'
window depending on what the user clicks.
    The idea is that Display Profile setup only happens
when the app is first installed, and after that it's just
the game shortcut that gets updated.
    Also created a first attempt at a new HeliosPlus Icon.
2020-05-03 20:39:35 +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
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
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
da9d806a8b Surround detection improved 2019-01-05 14:00:46 +03:30
s_falahati
e43ff5e87d Classes required to retrieve and apply Windows TaskBar settings added to the project 2018-11-10 05:05:59 +03:30
s_falahati
c9e4d24ac1 New major release 2018-10-25 16:27:32 +03:30
s_falahati
34a30caec6 Now searches for SurroundTopology only on currently active paths 2018-10-25 16:27:24 +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
043ba13206 Solved a problem with duplicate profile ids when a profile is cloned 2018-10-24 03:22:18 +03:30
s_falahati
e273f0a6fe New version released 2018-10-24 03:09:25 +03:30
s_falahati
4adc67c6f5 Each profile now has a unique identification string 2018-10-24 03:04:49 +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
04f1449409 Fixing a crash when applying a profile with missing monitors 2018-10-20 03:53:43 +03:30
s_falahati
ef5cb71dc5 Hopefully fixing the problem regarding NVidia Surround's display recognition 2018-10-20 03:50:18 +03:30
s_falahati
6ed1e5d7d8 All Enums mirrored on the Shared assembly 2018-10-20 03:49:30 +03:30
s_falahati
4e45b80f12 Multiple problems with equality operators fixed 2018-10-20 03:47:32 +03:30
s_falahati
f3b3e5ed89 Libraries updated + XmlSerializer replaced by JsonConvert 2018-10-20 03:46:32 +03:30
s_falahati
9b1291f44f Cleanup 2018-10-20 03:38:30 +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
dd45011a06 Add project files. 2017-08-06 10:45:17 +04:30