-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Migrate to py qt6 #66
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4adf3e7
to
86244b6
Compare
Closed
* Added LiveSplit Integration Single Source of truth for version number * Fixed freeze on close by using killable QThreads and an os.kill signal Also added the icon to the build command Co-authored-by: KaDiWa4 <kalle.wachsmuth@gmail.com>
This reverts commit 7fa3609.
* Fixed numpad hotkeys - Differentiate between numpad and regular numbers - Differentiate between numpad actions and regular actions - Differentiate between numpad actions and numpad numbers - Differentiate dot, numpad dot (or decimal), and delete - Delete and numapd delete won't be cross-compatible if localized in non-english - Used hooks and simplified code * Fix loading settings with incomplete hotkey configuration * Added Build requirements * Actually send the right event for numpad keys using pyautogui Co-authored-by: KaDiWa4 <kalle.wachsmuth@gmail.com>
* Treeshold, pause and mask can be detected in file without app config Remove remaining of the check box Prevent default value to be override Author: Moliman <ostp22@outlook.com> * Autodetect parameters: - Get masked from transparency - Remove masked flag - Changed "custom" threshold and pause time to "default threshold and pause time * Added basic config files Including vscode IDE configs * Added Build requirements * Fix libraries version Co-authored-by: Moliman <ostp22@outlook.com> Co-authored-by: KaDiWa4 <kalle.wachsmuth@gmail.com> Co-authored-by: Austin <37423484+Toufool@users.noreply.github.com>
9fd875b
to
0025d13
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Continuation of #65 (closes #63)