-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add profil switch into systray. Move systray manager in a wrapper. Add signal to soft link systray/profilemanager/base-ui. Add security on Fullclassname during save process. This allow to extract only the setting of specific class name. Add a security on send data profile. Filter only running class to not setup class with a mistmatch class name Profile manager clean code. Fix bug on connection. fixed the default format of file. Unregister the callback on the closure. Fix the event on loading page Temporary fix the refresh issue. Call the processMatchedReply to simulate we received an answer. Enable the DFU. Move the profile config in res. Added profiles to gitignore Add the effects statistics UI. fix effects range, and first value. rename file ui Add realtime effect monitoring Adding advanced_tweak. add the tweak speed panel. add effect visualize. remove simulate button, and upgrade on button. adding legends to graph. remove the timer. fix layout and add rps as min value. Adding panel encoder tune in axis. Add multi-axis. reduce speedscaler range to fit in 16b. Fix the last UI update. Fix the parameter renamed. Fix all the instance and class member. Clean python code. FIx the main module python code style. Rename de system_ui in profile_ui. Regroup profile manager in one module and rewords. update creator First launchable project. Fix profile manager UI. Remove reference circular between UI and systray. Move the log in the errors dlg and manage move. Add the last log message in status bar. Fix the base_ui typo. Fix the graph dark theme display. Fix the crash on encoder change. Fix the encoder_tuning issue with dark theme. Split the clear button on 2 sub button. Migrate to a .ui foor status bar. Add None and Flash profiles. Add except on serial. Split the encoder settings in 2 differents UI.
- Loading branch information
1 parent
73820ed
commit 17684bc
Showing
48 changed files
with
5,337 additions
and
1,503 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[flake8] | ||
max-line-length = 160 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
__pycache__/* | ||
.vscode/* | ||
.vscode/* | ||
.qt_for_python/* | ||
profiles.json |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[MASTER] | ||
|
||
extension-pkg-allow-list=PyQt6 |
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
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
Oops, something went wrong.