Page MenuHomePhabricator
Feed All Stories

Thu, Sep 7

s434n removed a project from T30192: [MxN] UI elements not visible on Mac: Request for Discussion.
Thu, Sep 7, 9:57 AM · MITK (v2023.10)
s434n moved T30192: [MxN] UI elements not visible on Mac from Backlog to MITK Meeting on the Request for Discussion board.
Thu, Sep 7, 9:14 AM · MITK (v2023.10)
s434n added a project to T30192: [MxN] UI elements not visible on Mac: Request for Discussion.
Thu, Sep 7, 9:14 AM · MITK (v2023.10)

Wed, Sep 6

kompan committed rMITKccfdc487f4c0: Add model constraints checker in case no default constraints are set. (authored by kompan).
Add model constraints checker in case no default constraints are set.
Wed, Sep 6, 11:00 AM
kompan committed rMITK267628a28f92: Add model constraints checker in case no dafault contraints are set. (authored by kompan).
Add model constraints checker in case no dafault contraints are set.
Wed, Sep 6, 11:00 AM

Aug 31 2023

a178n added a comment to T29652: [Preferences] Cannot open SAM preference page after tool activation.

After suspecting whether python process using std::async would be causing the issue, like below:

m_Future = std::async(std::launch::async, &mitk::SegmentAnythingPythonService::start_python_daemon, this);

I tried starting python process using basic std::thread like shown below:

std::thread([&](){mitk::SegmentAnythingPythonService::start_python_daemon();}).detach();

there is no change in behavior.
The issue root cause still eludes me.

Aug 31 2023, 2:45 PM · MITK (v2023.10)
s434n triaged T30192: [MxN] UI elements not visible on Mac as High priority.
Aug 31 2023, 2:31 PM · MITK (v2023.10)

Aug 29 2023

s434n added a comment to T28491: [Segmentation] Slice interpolation 'confirm for all slices' sometimes crahes.

I tested this again with the current version of MITK (develop branch) and can see no problems. Interpolation works without problems on my laptop (Windows 10, 32GB RAM)

Aug 29 2023, 4:07 PM · MITK (v2023.10)

Aug 24 2023

s434n committed rMITK013da8c575c1: remove unused/outdated QmitkFFmpegWriter import (authored by s434n).
remove unused/outdated QmitkFFmpegWriter import
Aug 24 2023, 4:30 PM
s434n committed rMITK77eaee663ab1: Decouple TimeNavigation from SliceNavigationController (authored by s434n).
Decouple TimeNavigation from SliceNavigationController
Aug 24 2023, 4:30 PM
s434n committed rMITKf9cb09180c85: Use concrete variable type and const (authored by kalali).
Use concrete variable type and const
Aug 24 2023, 4:30 PM
s434n committed rMITKc8c7a75725c3: Update the time nc before the slice nc (authored by kalali).
Update the time nc before the slice nc
Aug 24 2023, 4:30 PM
s434n committed rMITK40b57ea76624: adapt new SNC occurences introduced since merging and fix remaining bugs (authored by s434n).
adapt new SNC occurences introduced since merging and fix remaining bugs
Aug 24 2023, 4:30 PM
s434n committed rMITK0dab5fe5f1ac: Refactor class to work with the new TimeNavigationController (authored by kalali).
Refactor class to work with the new TimeNavigationController
Aug 24 2023, 4:30 PM
s434n committed rMITK80bda9107823: Refactor class to work with the new TimeNavigationController (authored by kalali).
Refactor class to work with the new TimeNavigationController
Aug 24 2023, 4:30 PM
s434n committed rMITKf314ae99a2f5: Remove TimeNavigationController parameter / member (authored by kalali).
Remove TimeNavigationController parameter / member
Aug 24 2023, 4:30 PM
s434n committed rMITKfcd58f5173b5: Remove unnecessary controller / controller-connections (authored by kalali).
Remove unnecessary controller / controller-connections
Aug 24 2023, 4:30 PM
s434n committed rMITK5c3b7c799bf3: Refactor class to work with the new TimeNavigationController (authored by kalali).
Refactor class to work with the new TimeNavigationController
Aug 24 2023, 4:30 PM
s434n committed rMITKd58b817f6178: Replace SliceNavigationController with TimeNavigationController (authored by kalali).
Replace SliceNavigationController with TimeNavigationController
Aug 24 2023, 4:30 PM
s434n committed rMITKfe90eadd9150: Refactor class to work with the new TimeNavigationController (authored by kalali).
Refactor class to work with the new TimeNavigationController
Aug 24 2023, 4:30 PM
s434n committed rMITKcc1dda7884d6: Replace the SliceNavigationController inside the RenderingManager (authored by kalali).
Replace the SliceNavigationController inside the RenderingManager
Aug 24 2023, 4:30 PM
s434n committed rMITK0fd0318820f2: Modify BaseController to only hold a single stepper (authored by kalali).
Modify BaseController to only hold a single stepper
Aug 24 2023, 4:30 PM
s434n committed rMITK79829b658496: Modify the SliceNavigationController to remove time-related data (authored by kalali).
Modify the SliceNavigationController to remove time-related data
Aug 24 2023, 4:30 PM
s434n committed rMITKed8c3c8ee4a8: Remove unnecessary / unused functions / variable (authored by kalali).
Remove unnecessary / unused functions / variable
Aug 24 2023, 4:30 PM
s434n committed rMITK742c0a0f3e7e: Add TimeNavigationController (authored by kalali).
Add TimeNavigationController
Aug 24 2023, 4:29 PM

Aug 23 2023

kompan committed rMDe1c386aa8f47: Add JSON files for unit tests of exponential saturation model. (authored by kompan).
Add JSON files for unit tests of exponential saturation model.
Aug 23 2023, 7:25 AM

Aug 21 2023

kompan committed rMITK03ce52d72b6c: Manually add content of D646. (authored by kompan).
Manually add content of D646.
Aug 21 2023, 10:21 AM
kompan committed rMITK1d0d458f7bf2: Simplify ternary operator in ComputeSignalFromParameters. (authored by kompan).
Simplify ternary operator in ComputeSignalFromParameters.
Aug 21 2023, 10:21 AM
kompan committed rMITK0ffc66e2bb66: Remove MitkTestingHelper module from CMakeLists. (authored by kompan).
Remove MitkTestingHelper module from CMakeLists.
Aug 21 2023, 10:21 AM
kompan committed rMITK6b0baab7416c: Add Two Tissue Compartment FDG Model (PET) unit tests. (authored by kompan).
Add Two Tissue Compartment FDG Model (PET) unit tests.
Aug 21 2023, 10:21 AM
kompan committed rMITKa8ec0eb02813: Replace if-else-statement by ternary operator. (authored by kompan).
Replace if-else-statement by ternary operator.
Aug 21 2023, 10:21 AM
kompan committed rMITKadb006373482: Add unit tests for Two Tissue Comparment Model (PET). (authored by kompan).
Add unit tests for Two Tissue Comparment Model (PET).
Aug 21 2023, 10:21 AM
kompan committed rMITKc61f6712e210: Add Extended One Tissue Compartment Model (PET) unit tests. (authored by kompan).
Add Extended One Tissue Compartment Model (PET) unit tests.
Aug 21 2023, 10:21 AM
kompan committed rMITK65001a5cc2e7: Remove commented out code in Two Tissue Compartment Model. (authored by kompan).
Remove commented out code in Two Tissue Compartment Model.
Aug 21 2023, 10:21 AM
kompan committed rMITKb52cf4c42b9c: Add One Tissue Compartment Model (PET) unit tests. (authored by kompan).
Add One Tissue Compartment Model (PET) unit tests.
Aug 21 2023, 10:21 AM
kompan committed rMITK669ae0f24d16: Manually add content of D646. (authored by kompan).
Manually add content of D646.
Aug 21 2023, 10:21 AM

Aug 17 2023

kislinsk added a comment to T30186: PixelDumper view in MITK release.

As far as I understand the plugin's purpose it is basically an export of an image as CSV file? And the request is to add it to MITK instead of eMITK? Is there some additional functionality involved or could we just add it as another MIME type for images instead of a dedicated plugin?

Aug 17 2023, 9:16 PM · MITK

Aug 16 2023

kislinsk closed T30176: [Segmentation Task List] Improve task selection for long task lists as Resolved.
Aug 16 2023, 1:17 PM · MITK
kislinsk closed T30177: Add command-line app for converting contours like RTSTRUCT to masks as Resolved.
Aug 16 2023, 1:17 PM · MITK
kislinsk added a comment to T30177: Add command-line app for converting contours like RTSTRUCT to masks.

Deleted branch from rMITK MITK: feature/T30177-ContourModelSetToSegmentationApp.

Aug 16 2023, 1:17 PM · MITK
kislinsk committed rMITK3bc0b8d26171: Add ContourModelSetToImage command-line app (authored by kislinsk).
Add ContourModelSetToImage command-line app
Aug 16 2023, 1:17 PM
kislinsk committed rMITKb4402515969c: Add options for label pixel type and painting pixel value (authored by kislinsk).
Add options for label pixel type and painting pixel value
Aug 16 2023, 1:17 PM
kislinsk committed rMITK2811bc9d2476: Improve ContoursToImage command-line app (authored by kislinsk).
Improve ContoursToImage command-line app
Aug 16 2023, 1:17 PM
kislinsk committed rMITKa68787e50b06: Improve function names (authored by kislinsk).
Improve function names
Aug 16 2023, 1:17 PM
kislinsk committed rMITK574e1c240c78: Reduce unnecessary image copies (authored by kislinsk).
Reduce unnecessary image copies
Aug 16 2023, 1:17 PM
kislinsk committed rMITK9809a154d92d: Handle unknown output format (authored by kislinsk).
Handle unknown output format
Aug 16 2023, 1:17 PM
kislinsk committed rMITK0b48e640e3b3: Add segmentation app(s) to WorkbenchRelease config (authored by kislinsk).
Add segmentation app(s) to WorkbenchRelease config
Aug 16 2023, 1:17 PM
kislinsk committed rMITKeb2946f86234: Merge branch 'feature/T30177-ContourModelSetToSegmentationApp' into develop (authored by kislinsk).
Merge branch 'feature/T30177-ContourModelSetToSegmentationApp' into develop
Aug 16 2023, 1:16 PM
kislinsk added a comment to T30176: [Segmentation Task List] Improve task selection for long task lists.

Deleted branch from rMITK MITK: feature/T30176-FindTask.

Aug 16 2023, 9:30 AM · MITK
kislinsk committed rMITKb2bce4897cbd: Remove include duplicate (authored by kislinsk).
Remove include duplicate
Aug 16 2023, 9:30 AM
kislinsk committed rMITK77bcb83705ed: Add icon for find actions (authored by kislinsk).
Add icon for find actions
Aug 16 2023, 9:30 AM
kislinsk committed rMITK3b7e78f56fac: Add basic dialog for finding segmentation tasks (authored by kislinsk).
Add basic dialog for finding segmentation tasks
Aug 16 2023, 9:30 AM
kislinsk committed rMITK7ff18b4ad1b8: Add tool button for finding tasks (authored by kislinsk).
Add tool button for finding tasks
Aug 16 2023, 9:30 AM
kislinsk committed rMITK5fdaf96e55bf: Set tabstop order and label buddies (authored by kislinsk).
Set tabstop order and label buddies
Aug 16 2023, 9:30 AM
kislinsk committed rMITK0a64cf1b3e8e: Only load found task if it is not the active task already (authored by kislinsk).
Only load found task if it is not the active task already
Aug 16 2023, 9:30 AM
kislinsk committed rMITK217d4ea27ca6: Use enum for column identification (authored by kislinsk).
Use enum for column identification
Aug 16 2023, 9:30 AM
kislinsk committed rMITK5f2c58dd0f89: Hide dialog's "What's this?" button (authored by kislinsk).
Hide dialog's "What's this?" button
Aug 16 2023, 9:30 AM
kislinsk committed rMITKfed87c6fbbd4: Add task filtering (authored by kislinsk).
Add task filtering
Aug 16 2023, 9:30 AM
kislinsk committed rMITK32754559ec5b: Persist dialog geometry and column widths (authored by kislinsk).
Persist dialog geometry and column widths
Aug 16 2023, 9:30 AM
kislinsk committed rMITK559da5ef6110: Fix comparisons of integers of different signs (authored by kislinsk).
Fix comparisons of integers of different signs
Aug 16 2023, 9:30 AM
kislinsk committed rMITK20c6e43b1e5b: Extend user guide (authored by kislinsk).
Extend user guide
Aug 16 2023, 9:30 AM
kislinsk committed rMITKc98ae6b71841: Merge branch 'feature/T30176-FindTask' into develop (authored by kislinsk).
Merge branch 'feature/T30176-FindTask' into develop
Aug 16 2023, 9:30 AM

Aug 12 2023

floca updated the task description for T30186: PixelDumper view in MITK release.
Aug 12 2023, 5:09 PM · MITK
floca triaged T30186: PixelDumper view in MITK release as Normal priority.
Aug 12 2023, 5:04 PM · MITK
floca closed T26368: [ModelFitInspector] Performance if multiple bookmark points are added as Wontfix.

After we have moved to Qt6, we then have QtCharts to our disposal and migrate to that.

Aug 12 2023, 3:19 PM · Restricted Project, Restricted Project, MITK
floca closed T26368: [ModelFitInspector] Performance if multiple bookmark points are added, a subtask of T25832: Migrate ModelFit inspector plugin to MitkChart, as Wontfix.
Aug 12 2023, 3:19 PM · Restricted Project, Restricted Project, MITK
floca closed T26367: [ModelFitInspector] Remove bookmark doesn't work, a subtask of T25832: Migrate ModelFit inspector plugin to MitkChart, as Wontfix.
Aug 12 2023, 3:17 PM · Restricted Project, Restricted Project, MITK
floca closed T26367: [ModelFitInspector] Remove bookmark doesn't work as Wontfix.

After we have moved to Qt6, we then have QtCharts to our disposal and migrate to that.

Aug 12 2023, 3:17 PM · Restricted Project, Restricted Project, MITK
floca closed T26366: [ModelFitInspector] Fixed scaling doesn't work yet as Wontfix.

After we have moved to Qt6, we then have QtCharts to our disposal and migrate to that.

Aug 12 2023, 3:17 PM · Restricted Project, Restricted Project, MITK
floca closed T26366: [ModelFitInspector] Fixed scaling doesn't work yet, a subtask of T25832: Migrate ModelFit inspector plugin to MitkChart, as Wontfix.
Aug 12 2023, 3:17 PM · Restricted Project, Restricted Project, MITK
floca added a comment to T25832: Migrate ModelFit inspector plugin to MitkChart.

Should be done after(!) we have moved to Qt6 as we then have QtCharts to our disposal and migrate to that.

Aug 12 2023, 3:15 PM · Restricted Project, Restricted Project, MITK
floca closed T27306: [statistics] Errors caused in MitkChart when using histogram and intensity profile widgets. as Wontfix.

After we have moved to Qt6, we then have QtCharts to our disposal and migrate to that.

Aug 12 2023, 3:14 PM · MITK (v2023.10)
floca added a comment to T27285: [Image Statistics] QmitkChart widget should support ID or allow control over labels.

Should be done after(!) we have moved to Qt6 as we then have QtCharts to our disposal and migrate to that.

Aug 12 2023, 3:12 PM · MITK (v2023.10)
floca added a parent task for T29406: Make MITK compatible with Qt 6: T26473: Optimize QmitkChartWidget interface.
Aug 12 2023, 3:11 PM · MITK (v2023.10)
floca added a subtask for T26473: Optimize QmitkChartWidget interface: T29406: Make MITK compatible with Qt 6.
Aug 12 2023, 3:11 PM · MITK
floca added a comment to T26473: Optimize QmitkChartWidget interface.

Should be done after(!) we have moved to Qt6 as we then have QtCharts to our disposal and migrate to that.

Aug 12 2023, 3:11 PM · MITK
floca added a comment to T27284: [Image Statistic] Histogram is only supported with one image and <=1 ROI.

Should be done after(!) we have moved to Qt6 as we then have QtCharts to our disposal and migrate to that.

Aug 12 2023, 3:10 PM · MITK (v2023.10)

Aug 11 2023

a178n closed T29560: TotalSegmentator Label naming scheme, a subtask of T29437: [SEG] Add TotalSegmentator, as Resolved.
Aug 11 2023, 2:55 PM · MITK
a178n closed T29560: TotalSegmentator Label naming scheme as Resolved.
Aug 11 2023, 2:55 PM · MITK (v2023.10)
a178n committed rMITKfb7dfa8e93d7: Add regex for totalsegmentator label name parsing (authored by a178n).
Add regex for totalsegmentator label name parsing
Aug 11 2023, 2:55 PM
a178n committed rMITKce2d44ed17aa: Fix totalsegmentator label name parsing (authored by a178n).
Fix totalsegmentator label name parsing
Aug 11 2023, 2:55 PM
eisenman moved T30185: Fix typos in bootstrap variables from In Progress to Done on the challengeR board.
Aug 11 2023, 10:46 AM · challengeR
eisenman committed rCHALLENGER290da626fa7a: Merge branch 'feature/T30185-FixTyposInBootstrapVariables' into develop (authored by eisenman).
Merge branch 'feature/T30185-FixTyposInBootstrapVariables' into develop
Aug 11 2023, 10:41 AM
eisenman committed rCHALLENGERb4e33e1b1849: Fix typos in bootstrap variables (authored by eisenman).
Fix typos in bootstrap variables
Aug 11 2023, 10:39 AM
eisenman renamed T30185: Fix typos in bootstrap variables from Fix typo in bootstrap variables to Fix typos in bootstrap variables.
Aug 11 2023, 10:38 AM · challengeR
eisenman moved T30185: Fix typos in bootstrap variables from Backlog to In Progress on the challengeR board.
Aug 11 2023, 10:16 AM · challengeR
eisenman created T30185: Fix typos in bootstrap variables.
Aug 11 2023, 10:14 AM · challengeR

Aug 10 2023

eisenman closed T29361: [external] Seed does not have an effect on bootstrap samples as Resolved.

I introduced the doRNG package to ensure reproducibility on Windows.

Aug 10 2023, 4:21 PM · challengeR
eisenman committed rCHALLENGER8ff1d38e4bab: Merge tag 'v1.0.5' into develop (authored by eisenman).
Merge tag 'v1.0.5' into develop
Aug 10 2023, 4:18 PM
eisenman committed rCHALLENGERbeb3b6752ce0: Merge branch 'hotfix/T29361-EnsureReproducibilityWithParallelBootstrapping' (authored by eisenman).
Merge branch 'hotfix/T29361-EnsureReproducibilityWithParallelBootstrapping'
Aug 10 2023, 4:18 PM
eisenman committed rCHALLENGER578547d62c7b: Bump version number (authored by eisenman).
Bump version number
Aug 10 2023, 4:14 PM
eisenman committed rCHALLENGER422fb99ab49a: Introduce doRNG package to ensure reproducibility on Windows (authored by eisenman).
Introduce doRNG package to ensure reproducibility on Windows
Aug 10 2023, 4:05 PM

Aug 9 2023

a178n added a revision to T29560: TotalSegmentator Label naming scheme: Unknown Object (Differential Revision).
Aug 9 2023, 6:34 PM · MITK (v2023.10)
a178n added a comment to T29560: TotalSegmentator Label naming scheme.

Pushed new branch to rMITK MITK: feature/T29560-totalseg-label-update.

Aug 9 2023, 5:23 PM · MITK (v2023.10)
a178n placed T29437: [SEG] Add TotalSegmentator up for grabs.
Aug 9 2023, 5:22 PM · MITK
s434n triaged T30184: [MxN] Turning on data synchronizing hides segmentation of non-visible nodes as Normal priority.
Aug 9 2023, 5:10 PM · MITK (v2023.10)
s434n removed a project from T30181: Add option for a "mean" line profile in statistics view: Request for Discussion.
Aug 9 2023, 12:14 PM · Restricted Project, MITK
s434n merged task T29630: Command-line app for voxelizing contour sets / RTSTRUCTs in MITK into T30177: Add command-line app for converting contours like RTSTRUCT to masks.
Aug 9 2023, 11:52 AM · Request for Discussion, MITK
s434n merged T29630: Command-line app for voxelizing contour sets / RTSTRUCTs in MITK into T30177: Add command-line app for converting contours like RTSTRUCT to masks.
Aug 9 2023, 11:52 AM · MITK
s434n removed a project from T29454: Clarify the versions/editions we publish as installer: Request for Discussion.

We want to have:

  • a slick minimum Workbench version
  • a fuller / bigger version. Exact contents and name still need to be compiled (e.g. Perfusion, Fitting, ...)
Aug 9 2023, 11:46 AM · MITK