Conversation
This commit updates code to improve error handling and status reporting. It introduces a SignalHandler class to coordinate between different Qt signals and slot connections. Additionally, all formatted tracebacks have been converted to strings and instances of the Thread class have been replaced by QRunnable instances for better compatibility with Qt. Several GUI elements have also been updated to provide more informative status messages and error reports.
…abel with blinking functionality. The color of the blinking light can be customized and the blink function can be called to toggle the label's state. This class will facilitate the creation of UI elements with more interactive features.
# Conflicts: # .pre-commit-config.yaml # CHANGELOG.md # dcspy/qt_gui.py # requirements_test.txt
# Conflicts: # src/dcspy/logitech.py # src/dcspy/qt_gui.py # src/dcspy/starter.py # src/dcspy/utils.py
|
# Conflicts: # CHANGELOG.md # src/dcspy/dcsbios.py # src/dcspy/qt_gui.py # src/dcspy/utils.py # tests/test_utils.py # uv.lock
for more information, see https://pre-commit.ci
# Conflicts: # src/dcspy/qt_gui.py # src/dcspy/starter.py
CodSpeed Performance ReportMerging #336 will degrade performances by 26.91%Comparing Summary
Benchmarks breakdown
|
(cherry picked from commit 9abab3b)
|
# Conflicts: # docs/requirements.txt # pyproject.toml # requirements_docs.txt # src/dcspy/logitech.py # src/dcspy/qt_gui.py # src/dcspy/starter.py # tests/test_utils.py # uml/classes.puml
This file contains hidden or 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
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.



Description
Start DCSpy client as QThread
Todo