Skip to content
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

Autostart image #71

Closed
wants to merge 8 commits into from
Closed

Autostart image #71

wants to merge 8 commits into from

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Sep 30, 2021

Based on PyQt6 code (#66).
Reimplementing the functionality directly from @kadiwa4 's #50, but without the class change.
The creation of a SplitImage class for split, start and reset images is great to reduce ton of code complexity, and duplication. But I've kept the changes to this PR minimal.

This code can definitely be simplified, but I would like to do that in a separate PR, with all changes merged, because of all the incoming conflicts.

Closes #69

Avasam and others added 4 commits November 9, 2021 20:47
* 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>
* 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>
@Avasam Avasam changed the base branch from master to dev November 10, 2021 02:35
@Avasam Avasam force-pushed the autostart-image branch 2 times, most recently from d336e8c to f763e73 Compare November 10, 2021 04:14
Cleaner PyQt6 widgets placements

Co-authored-by: KaDiWa4 <kalle.wachsmuth@gmail.com>
@Avasam Avasam changed the base branch from dev to dev2 November 10, 2021 04:23
@Avasam Avasam closed this Nov 22, 2021
@Avasam Avasam deleted the autostart-image branch November 27, 2021 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Autostart
2 participants