Commit 3a07dfe
V2.1 improvements (#11)
* feat: Implement logging functionality in MHubRunnerWidget for better debugging and error tracking
* feat: Add log level selection UI components to MHubRunnerWidget
* feat: Persist log level selection in MHubRunnerWidget settings
* feat: enhance image update and removal processes
* feat: persist Docker and UDocker executable paths in settings
* feat: implement debouncing and asynchronous polling for model fetching
* feat: outsource setting screen and new setup screen
* refactor: remove udocker backend and stramline handling towards docker
NOTE: since udocker is a) significantly slower and b) wasn't widely used, I refactored the code focusing on Docker as single backend. This reduces the complexity (no multi-backend) and allowed to simplify and streamline the code and eventually leading to a more robust implementation. We can always re-evaluate the integration of multiple backends, adding udocker support and potential other alternatives. However, such an investment should be driven by a real use-case / need and not be soley experimental.
* feat: add icons for buttons and enhance UI with themed icons
* feat: enhance button icon functionality, disabled opacity and add new icons for disabled state
* feat: add license summary display and update logic for commercial use in model details
* feat: expand sections and utilize full height
* refactor: separate settings panel ui file and fix spacing when all main sections are collapsed
* fix: update CMakeLists to include all necessary Python resources and icons for MHubRunner
* feat: update settings dialog UI with MHub.ai information, move Docker setup button, set default width
* feat: add output file button with icons
* feat: add running icons and update run button label
* feat: add support for non-dicom files
- Modality selector is enabled for files not referenced in the DICOM store
- Before running, we convert the image into DICOM using Slicer's export functionality
NOTE: we skip adding the segmentations back into the DICOM store for non-dicom instances.
* fix: update README to correct section title
* Update MHubRunner/Resources/UI/MHubRunnerSettings.ui
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update MHubRunner/MHubRunner.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 6fb9ec0 commit 3a07dfe
29 files changed
Lines changed: 2261 additions & 1127 deletions
File tree
- MHubRunner
- Resources
- Icons
- UI
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
12 | 38 | | |
13 | 39 | | |
14 | 40 | | |
| |||
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
0 commit comments