Page MenuHomePhabricator
Feed Advanced Search

Oct 13 2022

kislinsk added a project to T29352: Segmentation Options Checklist - "Create Smoothed Polygon" Seems Not to Work: Cleared.

We think that people in the real world do not use the smoothing options at all and checking for their impact revealed that they seem to have no effect at all in most cases. We decided to remove the options from the preferences. In addition, there's a message in the terminal when no smoothed mesh could be created which is the case for some single-slice segmentations. It even suggests to try again without smoothing. However, this should probably be a more prominent feedback as message box for example.

Oct 13 2022, 10:08 AM · MITK (v2024.06), Cleared, Checklist
kislinsk added a comment to T29344: Image Rendering - No difference between "Jet" and "Jet Transparent".

We should double-check if there's really a bug as there's a good chance that it was just misunderstood how it works. Everything that's not covered by the level window is supposed to be transparent. We should probably improve the checklist to be more clear.

Oct 13 2022, 9:57 AM · Cleared, Checklist, MITK (v2022.10)
kislinsk added a project to T29357: [Segmentation] Tools can be activated without selected label: Checklist.
Oct 13 2022, 9:42 AM · Breaking Change, Checklist, MITK (v2022.10)
kislinsk triaged T29357: [Segmentation] Tools can be activated without selected label as Unbreak Now! priority.
Oct 13 2022, 9:25 AM · Breaking Change, Checklist, MITK (v2022.10)
kislinsk claimed T29353: [SEG] segmentation view ends up in invalid state if segmentations are loaded before images.
Oct 13 2022, 9:23 AM · Checklist, MITK (v2022.10)
kislinsk placed T29285: [Checklist] Revise Remeshing checklist up for grabs.
Oct 13 2022, 9:13 AM · MITK (v2023.04), Checklist

Oct 12 2022

kislinsk added a revision to T29338: "Rename Label" window improvements: Unknown Object (Differential Revision).
Oct 12 2022, 10:41 AM · MITK (v2022.10)
kislinsk added a comment to T29338: "Rename Label" window improvements.

One question. The current implementation has always standard suggestions and the custom suggestions are added. I am wondering it wouldn't be better if in case of custom suggestions are given, only the custom suggestions appear.
E.g. with the current logic we would be able to allow people define a study that only contain special custom suggestions and not the standard ones, would we?

Oct 12 2022, 10:21 AM · MITK (v2022.10)
kislinsk added a comment to T29338: "Rename Label" window improvements.

Pushed new branch to rMITK MITK: bugfix/T29338-RenameLabelWindowImprovements.

Oct 12 2022, 8:07 AM · MITK (v2022.10)
kislinsk changed the visibility for F2577570: Capture.JPG.
Oct 12 2022, 6:05 AM
kislinsk changed the visibility for F2577571: Capture2.JPG.
Oct 12 2022, 6:05 AM
kislinsk raised the priority of T29354: Double-clicking a label jumps to the label but not its centroid from Low to Normal.
Oct 12 2022, 6:04 AM · MITK (v2023.04)
kislinsk triaged T29354: Double-clicking a label jumps to the label but not its centroid as Low priority.
Oct 12 2022, 6:04 AM · MITK (v2023.04)

Oct 11 2022

kislinsk closed T29332: Welcome and help pages are not shown on Ubuntu 22.04 as Resolved.
Oct 11 2022, 9:22 PM · Checklist, MITK (v2022.10)
kislinsk added a comment to T29332: Welcome and help pages are not shown on Ubuntu 22.04.

Deleted branch from rMITK MITK: bugfix/T29332-QtWebEngineIssuesOnLinux.

Oct 11 2022, 9:22 PM · Checklist, MITK (v2022.10)
kislinsk committed rMITK8b08b19470a7: Fix in-app web pages on Ubuntu 22.04 (authored by kislinsk).
Fix in-app web pages on Ubuntu 22.04
Oct 11 2022, 9:21 PM
kislinsk committed rMITK310fc4812483: Merge branch 'bugfix/T29332-QtWebEngineIssuesOnLinux' into develop (authored by kislinsk).
Merge branch 'bugfix/T29332-QtWebEngineIssuesOnLinux' into develop
Oct 11 2022, 9:21 PM
kislinsk added a comment to T29332: Welcome and help pages are not shown on Ubuntu 22.04.

Pushed new branch to rMITK MITK: bugfix/T29332-QtWebEngineIssuesOnLinux.

Oct 11 2022, 9:20 PM · Checklist, MITK (v2022.10)
kislinsk moved T29332: Welcome and help pages are not shown on Ubuntu 22.04 from Segmentation to Cycle on the MITK (v2022.10) board.
Oct 11 2022, 4:27 PM · Checklist, MITK (v2022.10)

Oct 10 2022

kislinsk closed T29351: Segmentation Options - "Create Smoothed Polygon as Spite.
Oct 10 2022, 5:40 PM · MITK
kislinsk placed T29342: Workbench reports excessive RAM usage on MacOSX Monterey up for grabs.
Oct 10 2022, 3:54 PM · Checklist, MITK (v2022.10)
kislinsk renamed T29342: Workbench reports excessive RAM usage on MacOSX Monterey from Starting error message on MacOSX Monterey for MitkWorkbench to Workbench reports excessive RAM usage on MacOSX Monterey.
Oct 10 2022, 11:28 AM · Checklist, MITK (v2022.10)
kislinsk reopened T29342: Workbench reports excessive RAM usage on MacOSX Monterey as "Open".

The last part with the high physical memory however *is* an issue. I reopen and rename this task.

Oct 10 2022, 11:27 AM · Checklist, MITK (v2022.10)
kislinsk closed T29342: Workbench reports excessive RAM usage on MacOSX Monterey as Wontfix.

This is as expected, since we are not an officially proven developer by Apple.

Oct 10 2022, 11:26 AM · Checklist, MITK (v2022.10)
kislinsk added a comment to T29332: Welcome and help pages are not shown on Ubuntu 22.04.

We may even be able to do it in code, according to the Qt documentation: QTWEBENGINE_CHROMIUM_FLAGS can also be set using {qputenv} from within the application if called before QtWebEngineQuick::initialize().

Oct 10 2022, 11:16 AM · Checklist, MITK (v2022.10)
kislinsk added a comment to T29332: Welcome and help pages are not shown on Ubuntu 22.04.

QTWEBENGINE_DISABLE_SANDBOX=1 is equal to QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox". While trying to debug the issue, I noticed that the following workaround to have the WebEngine renderer and plugins in the same process as the browser works as well: QTWEBENGINE_CHROMIUM_FLAGS="--single-process". It is and sounds less scary compared to disabling the sandbox. As a fix, we could change our start shell scripts on Linux to set the environment variable for the call of the application.

Oct 10 2022, 11:00 AM · Checklist, MITK (v2022.10)
kislinsk closed T29339: Context help (F1) of View Navigator points to blank page as Resolved.
Oct 10 2022, 10:29 AM · Checklist, MITK (v2022.10)
kislinsk added a comment to T29339: Context help (F1) of View Navigator points to blank page.

Deleted branch from rMITK MITK: bugfix/T29339-F1ContextHelpViewNavigator.

Oct 10 2022, 10:29 AM · Checklist, MITK (v2022.10)
kislinsk committed rMITK21342d2dbdb5: Fix View Navigator plugin manual name (authored by kislinsk).
Fix View Navigator plugin manual name
Oct 10 2022, 10:28 AM
kislinsk committed rMITKbeb3e30c7702: Merge branch 'bugfix/T29339-F1ContextHelpViewNavigator' into develop (authored by kislinsk).
Merge branch 'bugfix/T29339-F1ContextHelpViewNavigator' into develop
Oct 10 2022, 10:28 AM
kislinsk renamed T29339: Context help (F1) of View Navigator points to blank page from Context help (F1) of View Navigator and all Help views are not opened (blank page) to Context help (F1) of View Navigator points to blank page.
Oct 10 2022, 10:28 AM · Checklist, MITK (v2022.10)
kislinsk added a comment to T29339: Context help (F1) of View Navigator points to blank page.

Pushed new branch to rMITK MITK: bugfix/T29339-F1ContextHelpViewNavigator.

Oct 10 2022, 10:05 AM · Checklist, MITK (v2022.10)
kislinsk triaged T29339: Context help (F1) of View Navigator points to blank page as Normal priority.
Oct 10 2022, 9:38 AM · Checklist, MITK (v2022.10)
kislinsk triaged T29338: "Rename Label" window improvements as Wishlist priority.
Oct 10 2022, 8:59 AM · MITK (v2022.10)
kislinsk claimed T29338: "Rename Label" window improvements.
Oct 10 2022, 8:59 AM · MITK (v2022.10)

Oct 8 2022

kislinsk closed T29334: Error on saving an MITK scene file with an empty surface, results in crash when loading the scene file again as Resolved.
Oct 8 2022, 12:53 AM · Checklist, MITK (v2022.10)
kislinsk added a comment to T29334: Error on saving an MITK scene file with an empty surface, results in crash when loading the scene file again.

Deleted branch from rMITK MITK: bugfix/T29334-ImproveSurfaceVtkWriterTest.

Oct 8 2022, 12:52 AM · Checklist, MITK (v2022.10)
kislinsk committed rMITKb7577dd1ffe0: Improve SurfaceVTKWriter test (authored by kislinsk).
Improve SurfaceVTKWriter test
Oct 8 2022, 12:38 AM
kislinsk committed rMITKd33e611bc4d8: Merge branch 'bugfix/T29334-ImproveSurfaceVtkWriterTest' into develop (authored by kislinsk).
Merge branch 'bugfix/T29334-ImproveSurfaceVtkWriterTest' into develop
Oct 8 2022, 12:38 AM
kislinsk added a comment to T29334: Error on saving an MITK scene file with an empty surface, results in crash when loading the scene file again.

Pushed new branch to rMITK MITK: bugfix/T29334-ImproveSurfaceVtkWriterTest.

Oct 8 2022, 12:38 AM · Checklist, MITK (v2022.10)
kislinsk reopened T29334: Error on saving an MITK scene file with an empty surface, results in crash when loading the scene file again as "Open".
Oct 8 2022, 12:37 AM · Checklist, MITK (v2022.10)

Oct 7 2022

kislinsk added a comment to T29334: Error on saving an MITK scene file with an empty surface, results in crash when loading the scene file again.

Deleted branch from rMITK MITK: bugfix/T29334-MakeSceneSavingAndLoadingMoreRobust.

Oct 7 2022, 6:20 PM · Checklist, MITK (v2022.10)
kislinsk committed rMITKa34e3aecf0e7: Fix typo (authored by kislinsk).
Fix typo
Oct 7 2022, 6:20 PM
kislinsk committed rMITKf0174b79a7d3: Treat an empty filename for data as error (authored by kislinsk).
Treat an empty filename for data as error
Oct 7 2022, 6:20 PM
kislinsk committed rMITKe5b9f644d75f: Recognize data tag with empty file attribute as error (authored by kislinsk).
Recognize data tag with empty file attribute as error
Oct 7 2022, 6:20 PM
kislinsk committed rMITK69f4a606cd49: Relax check for empty time steps (authored by kislinsk).
Relax check for empty time steps
Oct 7 2022, 6:20 PM
kislinsk committed rMITKa246dbac0379: Make Scene IO more robust regarding invalid data (authored by kislinsk).
Make Scene IO more robust regarding invalid data
Oct 7 2022, 6:20 PM
kislinsk closed T29334: Error on saving an MITK scene file with an empty surface, results in crash when loading the scene file again as Resolved by committing rMITKa246dbac0379: Make Scene IO more robust regarding invalid data.
Oct 7 2022, 6:20 PM · Checklist, MITK (v2022.10)
kislinsk updated the task description for T29334: Error on saving an MITK scene file with an empty surface, results in crash when loading the scene file again.
Oct 7 2022, 4:03 PM · Checklist, MITK (v2022.10)
kislinsk added a revision to T29334: Error on saving an MITK scene file with an empty surface, results in crash when loading the scene file again: Unknown Object (Differential Revision).
Oct 7 2022, 3:53 PM · Checklist, MITK (v2022.10)
kislinsk added a comment to T29334: Error on saving an MITK scene file with an empty surface, results in crash when loading the scene file again.

Pushed new branch to rMITK MITK: bugfix/T29334-MakeSceneSavingAndLoadingMoreRobust.

Oct 7 2022, 3:37 PM · Checklist, MITK (v2022.10)
kislinsk triaged T29334: Error on saving an MITK scene file with an empty surface, results in crash when loading the scene file again as Unbreak Now! priority.
Oct 7 2022, 11:26 AM · Checklist, MITK (v2022.10)
kislinsk triaged T29332: Welcome and help pages are not shown on Ubuntu 22.04 as Unbreak Now! priority.
Oct 7 2022, 10:56 AM · Checklist, MITK (v2022.10)

Oct 6 2022

kislinsk closed T29327: 2022 Week 40 (Very Early October) as Resolved.
Oct 6 2022, 6:50 AM · MITK (v2022.10)
kislinsk added a comment to T29327: 2022 Week 40 (Very Early October).

Deleted branch from rMITK MITK: release/T29327-2022-Week-40.

Oct 6 2022, 6:48 AM · MITK (v2022.10)
kislinsk committed rMITKe5f37b07c0b3: Merge branch 'master' into develop (authored by kislinsk).
Merge branch 'master' into develop
Oct 6 2022, 6:47 AM
kislinsk committed rMITK5647a864520b: 2022 Week 40 (Very Early October) (authored by kislinsk).
2022 Week 40 (Very Early October)
Oct 6 2022, 6:46 AM
kislinsk edited the content of Changelog.
Oct 6 2022, 6:41 AM · MITK
kislinsk edited the content of 2022 Week 40 (Very Early October).
Oct 6 2022, 6:40 AM
kislinsk edited the content of 2022 Week 36 (Early September).
Oct 6 2022, 5:58 AM
kislinsk edited the content of 2022 Week 36 (Early September).
Oct 6 2022, 5:47 AM
kislinsk added a comment to T29327: 2022 Week 40 (Very Early October).

Pushed new branch to rMITK MITK: release/T29327-2022-Week-40.

Oct 6 2022, 5:46 AM · MITK (v2022.10)
kislinsk triaged T29327: 2022 Week 40 (Very Early October) as Normal priority.
Oct 6 2022, 5:44 AM · MITK (v2022.10)
kislinsk created an object: 2022 Week 40 (Very Early October).
Oct 6 2022, 5:44 AM
kislinsk committed rMITK5526efb9500a: Optimization of the mxnmultiwidget (authored by kalali).
Optimization of the mxnmultiwidget
Oct 6 2022, 5:36 AM
kislinsk committed rMITKd9a873d36b18: Optimization of the mxnmultiwidget (authored by kalali).
Optimization of the mxnmultiwidget
Oct 6 2022, 5:36 AM
kislinsk committed rMITKa01053ad3faa: Render window specific geometry comparison (authored by kislinsk).
Render window specific geometry comparison
Oct 6 2022, 5:35 AM
kislinsk committed rMITK59c72d935751: Merge branch 'develop' into arcpatch-D722 (authored by kislinsk).
Merge branch 'develop' into arcpatch-D722
Oct 6 2022, 5:35 AM
kislinsk committed rMITK04d3355d13be: Render window specific geometry comparison (authored by kalali).
Render window specific geometry comparison
Oct 6 2022, 5:35 AM

Oct 5 2022

kislinsk added a comment to T28851: [SEG] Add ITK GrowCut as segmentation tool.

Squashed into develop branch with co-authorship of @j762e, @kalali, and @floca: rMITK3dd8c7b5be73: Add GrowCut segmentation tool

Oct 5 2022, 9:24 PM · MITK (v2022.10)
kislinsk committed rMITK3dd8c7b5be73: Add GrowCut segmentation tool (authored by kislinsk).
Add GrowCut segmentation tool
Oct 5 2022, 9:23 PM
kislinsk committed rMITKb49fdfa3e7ea: Add GrowCut segmentatio tool (authored by kislinsk).
Add GrowCut segmentatio tool
Oct 5 2022, 9:21 PM
kislinsk added a comment to T28851: [SEG] Add ITK GrowCut as segmentation tool.

Deleted branch from rMITK MITK: feature/T28851-AddITKGrowCutTool.

Oct 5 2022, 9:14 PM · MITK (v2022.10)
kislinsk closed T28851: [SEG] Add ITK GrowCut as segmentation tool, a subtask of T28479: [Segmentation] Rethink / reevaluate our existing segmentation tools / algorithms, as Resolved.
Oct 5 2022, 9:13 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk closed T28851: [SEG] Add ITK GrowCut as segmentation tool as Resolved.
Oct 5 2022, 9:13 PM · MITK (v2022.10)
kislinsk closed T28851: [SEG] Add ITK GrowCut as segmentation tool, a subtask of T29191: [SEG] New segmentation tool candidates, as Resolved.
Oct 5 2022, 9:13 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk committed rMITK6c3702914aea: T28851-AddITKGrowCutTool (release prep) (authored by kislinsk).
T28851-AddITKGrowCutTool (release prep)
Oct 5 2022, 9:12 PM

Oct 4 2022

kislinsk closed T29318: Polish segmentation tool icons and cursors as Resolved.
Oct 4 2022, 5:15 PM · MITK (v2022.10)
kislinsk added a comment to T29318: Polish segmentation tool icons and cursors.

Deleted branch from rMITK MITK: bugfix/T29318-DeleteObsoleteResources.

Oct 4 2022, 5:14 PM · MITK (v2022.10)
kislinsk committed rMITKa6f1facedcb4: Delete obsolete resources (authored by kislinsk).
Delete obsolete resources
Oct 4 2022, 5:14 PM
kislinsk committed rMITKf1cbd59fd1e3: Merge branch 'bugfix/T29318-DeleteObsoleteResources' into develop (authored by kislinsk).
Merge branch 'bugfix/T29318-DeleteObsoleteResources' into develop
Oct 4 2022, 5:14 PM
kislinsk added a comment to T29318: Polish segmentation tool icons and cursors.

Pushed new branch to rMITK MITK: bugfix/T29318-DeleteObsoleteResources.

Oct 4 2022, 5:13 PM · MITK (v2022.10)
kislinsk reopened T29318: Polish segmentation tool icons and cursors as "Open".
Oct 4 2022, 5:12 PM · MITK (v2022.10)
kislinsk closed T29318: Polish segmentation tool icons and cursors as Resolved.
Oct 4 2022, 5:09 PM · MITK (v2022.10)
kislinsk added a comment to T29318: Polish segmentation tool icons and cursors.

Deleted branch from rMITK MITK: bugfix/T29318-SegmentationToolIconsAndCursors.

Oct 4 2022, 5:08 PM · MITK (v2022.10)
kislinsk committed rMITKa75def7c9049: Improve templates for segmentation tool icons and cursors (authored by kislinsk).
Improve templates for segmentation tool icons and cursors
Oct 4 2022, 5:08 PM
kislinsk committed rMITK752c7855db19: Use SVG icons and cursors for segmentation tools (authored by kislinsk).
Use SVG icons and cursors for segmentation tools
Oct 4 2022, 5:08 PM
kislinsk committed rMITKe7d267f68790: Merge remote-tracking branch 'origin/develop' into bugfix/T29318… (authored by kislinsk).
Merge remote-tracking branch 'origin/develop' into bugfix/T29318…
Oct 4 2022, 5:08 PM
kislinsk committed rMITK4846fc735537: Improve icon and cursor for Close segmentation tool (authored by kislinsk).
Improve icon and cursor for Close segmentation tool
Oct 4 2022, 5:08 PM
kislinsk committed rMITK57d5e382d392: Set new resource file names (authored by kislinsk).
Set new resource file names
Oct 4 2022, 5:08 PM
kislinsk committed rMITK1f6ec651fa54: Merge branch 'bugfix/T29318-SegmentationToolIconsAndCursors' into develop (authored by kislinsk).
Merge branch 'bugfix/T29318-SegmentationToolIconsAndCursors' into develop
Oct 4 2022, 5:08 PM
kislinsk added a comment to T29318: Polish segmentation tool icons and cursors.

Pushed new branch to rMITK MITK: bugfix/T29318-SegmentationToolIconsAndCursors.

Oct 4 2022, 11:30 AM · MITK (v2022.10)
kislinsk triaged T29318: Polish segmentation tool icons and cursors as Normal priority.
Oct 4 2022, 11:26 AM · MITK (v2022.10)

Sep 28 2022

kislinsk added a comment to T29317: Clean up DICOM Browser plugin.

Here's the first batch of clean-up action. Needs to be continued!

Sep 28 2022, 9:40 AM · MITK (v2024.12)
kislinsk triaged T29317: Clean up DICOM Browser plugin as Normal priority.
Sep 28 2022, 9:37 AM · MITK (v2024.12)
kislinsk added a comment to T24398: Dicom plugin: Retrieve does not work.

Our side or also the CTK part.

Hm, lets put it as known issue and discuss its priority when we plan the spring release.

Sep 28 2022, 9:35 AM · MITK (v2024.12)

Sep 27 2022

kislinsk added a comment to T24398: Dicom plugin: Retrieve does not work.

I looked into the dicombrowser plugin and found out that the directory on Windows is something like %APPDATA%/../Local/Temp/TmpDicomFolder.************. However I didn't see pop up any files after retrieve.

Sep 27 2022, 10:56 AM · MITK (v2024.12)

Sep 23 2022

kislinsk moved T24398: Dicom plugin: Retrieve does not work from Backlog to MITK Meeting on the Request for Discussion board.
Sep 23 2022, 9:50 AM · MITK (v2024.12)
kislinsk added a project to T24398: Dicom plugin: Retrieve does not work: Request for Discussion.

I just tried to retrieve data from dicomserver.co.uk and I am able to query and kind of retrieve data. A repeated retrieve even tells me that existing files are overriden. At least that is what the console output tells me. But where are the retrieved images supposed to be stored? And shouldn't the retrieved images appear somewhere in the DICOM editor?

Sep 23 2022, 9:50 AM · MITK (v2024.12)

Sep 20 2022

kislinsk closed T29305: Fix GDCM Globals issue with many MITK binaries as Resolved.
Sep 20 2022, 2:23 AM · MITK (v2022.10)