-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add separate callback to update progressbar * Black formatting * Make watchdog useful The app was still not thread safe because the dialog was closed from a thread which was the likely cause of the crashing. Still needs more testing to validate this solution * Prevent opening preferences while importing * Formatting changes & regrouping of methods - Rearranged methods into groups based on public or private and their usage. No functional changes, just reorganizing for convenience. - Renamed import_callback -> finish_import. - Renamed __watchdog -> monitor_import If you don't like it, this can be reverted. * Black formatting * Cleanup for review * Fix attempt 2 & remove public/private comments Readded watchdog in its original form. Removed comments for public or private methods. Comments for import actions/gui are still there
- Loading branch information
1 parent
8a02097
commit 8199a81
Showing
1 changed file
with
98 additions
and
88 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