-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New systray. Goodbye QT QWidget. Mass reduce dependency. #852
Conversation
ef9b3ca
to
e4b1958
Compare
Update SystrayMacOS.mm
Could you please add a function to save the last color/effect selection to reopen automatically when HyperHDR autostarts? |
there would be a conflict with the options available in the effects tab |
Important bug: capture grabber not work, please check it again, thank you ! (I tested it on windows 10) |
@DonaldTrump-2020 Do you mean the DirectX grabber, not the USB grabber? Yes, I've noticed it myself now too. A very strange side effect of these changes ;) It is already fixed on the master branch and is currently being built. The appearance of the menu has also changed now after being scaled to the system settings. |
Dropping QWidget with a lot of dependencies, which will make the application even more independent from the system heavy GUI and reduce unnecessary resource ballast.
HyperHDR will start always as minimal QCoreApplication.
HyperHDR systray will therefore require a complete rewrite. The ability to select instances for effects will be added.
Progress:
Implements #846