-
Notifications
You must be signed in to change notification settings - Fork 4
Refactor main window #262
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
Merged
Merged
Refactor main window #262
Changes from 11 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a988942
refactor main_menu.py into a module with multiple files
gbeane 97b474e
fix import in __main__.py
gbeane 38f1ef6
cleanup some imports and comments
gbeane 1dc1171
cleanup some imports
gbeane 20815e0
rename some methods
gbeane c4b0637
remove empty __all__ from __init__.py
gbeane 08b6558
fix a few menu related bugs
gbeane c63cc57
Apply suggestion from @Copilot
gbeane 34bf9f8
Revert "fix a few menu related bugs"
gbeane 65d5a12
prevent currentIndexChanged from firing when widow size selection ele…
gbeane 6e83be5
fix some bugs and change how the ProcessPoolExecutor is managed (no l…
gbeane ae0e583
Update src/jabs/ui/main_window/menu_handlers.py
gbeane 6831f59
Update src/jabs/ui/main_window/main_window.py
gbeane 87c49b4
Update src/jabs/ui/main_window/menu_handlers.py
gbeane b57680c
add update checker to JABS menu
gbeane e84dea5
change menu text
gbeane a40840d
add docs/drafts/ to gitignore
gbeane 3ee7697
readme edit
gbeane 42b2784
add DOCS_README.md file
gbeane a2ebf85
edit docstring
gbeane e63191c
change import
gbeane c732013
remove extra comments from init file
gbeane 6ab0ca4
shortening menu documentation
gbeane 4ae43b9
shortening menu documentation
gbeane bb9eeb5
edit some comments
gbeane 79a66c3
fix unpickleable warm up function
gbeane ba3ee4f
run update check in a separate thread to hang the UI
gbeane 20d8ca3
remove unused method in Project
gbeane File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| from .scripts import main | ||
| from .scripts.gui_entrypoint import main | ||
|
|
||
| if __name__ == "__main__": | ||
| main() |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1 @@ | ||
| """jabs scripts module""" | ||
|
|
||
| __all__ = [] |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.