I see. The only implication however is that one is able to scroll through the slices while placing a planar figure while placing control points on different slices is prevented, so I would say this is more like a feature than a bug, as one can look up neighboring slices during placement to support the decision where to exactly place points.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 28 2020
Pushed new branch bugfix/T27908-UpdateMultilabelSegmentationDoc.
As the devs of CDash prefer to stay dead silent about this feature both in the issue linked above and on the mailing list, I think we can make an educated guess that it is not implemented.
Oct 26 2020
Deleted branch bugfix/T27914-AbsoluteMITKExtensionDirs.
Pushed new branch bugfix/T27914-AbsoluteMITKExtensionDirs.
Deleted branch release/T27910-2020-Week-43.
Oct 23 2020
Pushed new branch release/T27910-2020-Week-43.
Slashes are now replaced by underscores.
Deleted branch bugfix/T27902-ReplaceSlashesInInstallerName.
Pushed new branch bugfix/T27902-ReplaceSlashesInInstallerName.
Deleted branch bugfix/T27851-FixLabelSetPresetsAndMakeThemMoreAccessible.
Deleted branch feature/T27789-ClippingPlanePlugin.
Pushed new branch feature/T27789-ClippingPlanePlugin.
Oct 20 2020
Also, in the zip folder for example, we suddenly have nested folders: MITK-snapshots/2020-09-25-123-gabcdefab-windows-x86_64.
Deleted branch bugfix/T27900-TypoInReference.
Pushed new branch bugfix/T27900-TypoInReference.
Oct 19 2020
Agree, but we should definitely package Python instead of relying on system python in any case as there are more strings attached. Even between minor Python updates there are imcompatibilities especially when SWIG is involved. Also we rely on certain Python packages like numpy or SimpleITK. So the plan is:
I guess this is not specific to Fedora (not even to Linux) as we do not yet package python into the installer as far as I know. As this task is a bit moe vorbose than T26258: MITK and python only works with the specific python version the installer was created with, I will close the other one as duplicate.
Oct 16 2020
- I renamed the context menu entries to Load/Save LabelSet Preset
- I made these actions also available as tool buttons in the Multilabel Segmentation View
- I fixed quite a few bugs in the loading mechanism
- Existing label properties are now overridden by a preset
- Layers/labels in other layers work now
- The state of the Multilabel Segmentation View is now updated after a preset was loaded
Pushed new branch bugfix/T27851-FixLabelSetPresetsAndMakeThemMoreAccessible.
Oct 15 2020
Deleted branch hotfix/T27887-fix-packaging-with-system-qt.
The functionality is already in a separate class LabelSetIOHelper so it is not restricted to DataManager actions per se. The code in these actions is of pretty bad quality, though. The first step will be to clean up these actions. I will also rename the actions in the context menu to Load LabelSet Preset and Save LabelSet Preset to make them more distinguishable. Then I will look into the view to see if the functionality is already there somewhere or if we must add it. I also already noticed that while the preset files contain information about layers as well, only the labels of the first layer are loaded.
Thanks for reporting. The whole method seems to be dubious. The lines of code you mentioned are plain wrong, the loop should start with k=1 and the data type of numPixelsInDataset should be more appropriate.
Oct 14 2020
Deleted branch feature/T27879-MITK_BUILD_NAME_SUFFIX.
Pushed new branch feature/T27879-MITK_BUILD_NAME_SUFFIX.
Oct 13 2020
Any details?
Deleted branch bugfix/T26897-RemoveCustomFindGitModule.
Should be fixed now.
In T26897#212304, @kalali wrote:I wonder how this is related to our findings from December last year.
Pushed new branch bugfix/T26897-RemoveCustomFindGitModule.
I noticed a few things that may be related or not but we should clean them anyway:
Deleted branch feature/T27852-CDashAddOptionToCleanDirs.
You can add the following options to your configuration script:
Pushed new branch feature/T27852-CDashAddOptionToCleanDirs.
Oct 12 2020
May be completely unrelated but who knows: https://cmake.org/pipermail/cmake-developers/2015-November/027082.html