Commit Graph

7 Commits

Author SHA1 Message Date
Terry MacDonald
c10e000559 Add logger to DisplayProfileForm 2021-09-09 09:23:28 +12:00
Terry MacDonald
1966412162 Mostly working Equality part 3
Equality works until we return from a surround profile to a non-surround profile. At this point the displays are reordered by windows, and the windows display configus don't match any more. Addtionally, it looks as though we need a 0.5 second pause between applying the configuration, and reading the new config. There appears to be a difference between HDR before we changed to the surround proile and after we've returned, and that's not a good thing!
2021-09-08 11:00:00 +12:00
Terry MacDonald
f8e9eecf81 Removed derived ProfileItem classes
The derived ProfilteItem classes were an unnecessary distraction and wasted time I could be spending on other things. This set of changes are the first part of removing those derived classes and moving to a single ProfilItem class again, but with different configuration slots within it. Makes equality comparison SO MUCH EASIER!
2021-09-07 21:26:42 +12:00
Terry MacDonald
ed729a7282 Updated DisplayProfileForm and ShortcutForm 2021-08-31 12:05:42 +12:00
Terry MacDonald
838ebff43b 2nd parse of the display profile form 2021-08-30 12:36:34 +12:00
Terry MacDonald
e6e8a4f3c5 Save changes 2021-08-27 20:58:06 +12:00
Terry MacDonald
293ca14730 Moved RunProfile to ProfileRepository
It makes WAY more sense here.
2021-08-27 17:53:32 +12:00