I think this ultimately needs to these two tasks: T25105: UpdateStatusBar duplicates business logic and T19470: Cleanup DisplayInteractor with the goal to remove the UpdateStatusBar-function completely from the mentioned classes and handle the events correctly, e.g. inside the SliceNavigationController or similar. Not only would this remove the mentioned redundancy of the function but also take away the responsibility for updating from the mentioned classes and give it to a more related class.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Fri, Jul 1
Thu, Jun 30
This is probably caused by DisplayActionEventBroadcast (was DisplayInteractor before).
I've replaced the function used from Modules/Segmentation/Algorithms/itkContourExtractor2DImageFilter.h with a Unary Functor that uses itk only. The file is no longer useful. Maybe I'll delete it and close this if no one objects. The itk file with the same name will be superseded by the one provided by itk with the same name.
Wed, Jun 29
Fri, Jun 24
@j762e If you work in the task (which would be great ;), please claim it.
In newer versions of ITK the GrowCut.remote.cmake is added by default to Remote Modules (eg. https://github.com/InsightSoftwareConsortium/ITK/tree/master/Modules/Remote).
Our version of ITK (https://www.mitk.org/download/thirdparty/) doesn't include that yet.
c94224c7fe81 is a "workaround" to still add the Remote Module without changing the present version of ITK on our server and might be reverted in future.
Pushed new branch to rMITK MITK: feature/T28851-AddITKGrowCutTool.
Thu, Jun 23
Wed, Jun 15
In case the number is already serialized as floating point instead of an integer it is probably an i18n issue regarding the difference of the decimal point . and , in English and German locales. We had these issues quite often in the past and the solution to such issues is to enforce the neutral locale while serializing/deserializing on the streams. Just search for "imbue" in all of MITK's .cpp files for examples. There's also the LocaleSwitch class but I think I can remember that there's an issue with it. Still both solutions can be found many times in MITK.
Tue, Jun 14
Wed, Jun 8
There is a pull request with a fix of this bug: https://github.com/MITK/MITK/pull/258
Tue, Jun 7
Deleted branch from rMITK MITK: feature/T28230-ResampleImageToReference.
Deleted branch from rMITK MITK: T28230-ResampleImageToReference.
Deleted branch from rMITK MITK: feature/T28406-PatchForTestingLiveWireBehavior.
Deleted branch from rMITK MITK: bugfix/T27701-PluginGenerator.
Deleted branch from rMITK MITK: bugfix/T28833-FixGeometryOfLabelMaskImages.
Sun, Jun 5
I see,thank you for your prompt reply.
Jun 3 2022
Jun 2 2022
Thank you for the report. The Python plugin is labeled as experimental and is not used by us anymore since quite some time now. We don't recommend to use it anymore.
Deleted branch from rMITK MITK: bugfix/T29195-FixFlowBenchArgParsingAndIconLoading.
Pushed new branch to rMITK MITK: bugfix/T29195-FixFlowBenchArgParsingAndIconLoading.
I realized that this only happens for the second, third ... tab icon. Even if you change the order / number of tabs (and e.g. have the "Rendering tree" icon as the first icon tab) the first tab icon does not move. So I guess this is a Qt-issue and I would not deem this important enough, since this is barely visible and nondisruptive.
Jun 1 2022
May 31 2022
May 30 2022
May 29 2022
Resolved with T28285: DICOM with 'ä' in filename not readable on Windows.
May 27 2022
May 20 2022
May 19 2022
My changes related to this task were mainly to clear some classes and remove uncertainty (see T28617: Inconsistent view initialization in rendering manager).
As far as I see it some changes have been made in the subtask T28490: Segmentation plugin: "new" segmentation should not run reinit! and the respective D523: This was mainly concerned with NOT resetting the view / camera using a newly introduced parameter "resetCamera".
Deleted branch from rMITK MITK: T26958-MapToSource-in-level-window-preset-dialog.
Deleted branch from rMITK MITK: T27049-Measurement-view-with-single-node-selection-widget.
Deleted branch from rMITK MITK: T27183-Fix-segmentation-view.
May 18 2022
I would say some code in Modules\IGT\IO has to be adapted to fix this bug. Possibly the class mitk::NavigationDataRecorderDeprecated, if it is still in use.
Discussion result: yes makes sens.
May 17 2022
May 16 2022
May 13 2022
In general yes, the behavior is correct if needed, but in this case it was caused by an incorrect/missing time point mapping between image and mask.
What is here still open?
One difference that I saw: Two openssl-related files were added to the MITK-directory of the working version:
- libcrypto-1_1-x64.dll
- libssl-1_1-x64.dll
I met with Nikolas Stanczyk today and he showed me his working version of MITK, connecting to XNAT via the provided plugin. I also used my credentials and I was able to successfully login.
I copied his version to my laptop and here he was also able to login.
I just tested my credentials with this copy on my laptop and I was able to successfully login:
May 12 2022
Close this task. The successor for our current planned implementation is T28524.
Deleted branch from rMITK MITK: T25753-Refactor-selection-concept-classes.
Deleted branch from rMITK MITK: T27028-Add-selection-condition.
Deleted branch from rMITK MITK: T27002-DICOM-inspector-view-with-single-node-selection-widget.
Deleted branch from rMITK MITK: T26475-Remove-node-change-reaction.
Deleted branch from rMITK MITK: T26998-Properties-view-with-single-node-selection-widget.
Deleted branch from rMITK MITK: T24659-Implement-favorites-inspector.
Deleted branch from rMITK MITK: T24358-Remove-QmitkMouseModeSwitcher.
Deleted branch from rMITK MITK: T24357-Remove-MouseModeSwitcher.
Deleted branch from rMITK MITK: T26269-ChangeSelectionInStatisticsPlugin.
May 11 2022
Deleted branch from rMITK MITK: T27297-Add_tests_for_ImageStatisticsContainer.
Deleted branch from rMITK MITK: T27067-ImageCropperCorrect4D.