- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 11 2022
Pushed new branch to rMITK MITK: feature/T29228-MITKExtensionDoc.
Deleted branch from rMITK MITK: release/T29226-2022-Week-28.
Pushed new branch to rMITK MITK: release/T29226-2022-Week-28.
Jul 8 2022
Jun 29 2022
Jun 28 2022
Jun 27 2022
The Label Suggestions JSON file format mentioned above to specify a list of suggested names and optional colors for new labels is as follows:
The first version of the file format used in T29159 is as follows:
Done in T29159.
The feature is ready for demonstration.
Jun 15 2022
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.
Deleted branch from rMITK MITK: bugfix/T28285-Windows-UTF-8.
Jun 9 2022
Pushed new branch to rMITK MITK: feature/T29159-SegmentationTasks.
Jun 8 2022
Deleted branch from rMITK MITK: bugfix/T29082-FixXMLLogging.
Pushed new branch to rMITK MITK: bugfix/T29082-FixXMLLogging.
Jun 7 2022
Deleted branch from rMITK MITK: bugfix/T28274-volumerendering-multiple-timesteps.
Deleted branch from rMITK MITK: feature/T28230-ResampleImageToReference.
Deleted branch from rMITK MITK: T28230-ResampleImageToReference.
Deleted branch from rMITK MITK: bugfix/T28455-rt-struct-3d-visibility.
Deleted branch from rMITK MITK: feature/T28354-cmake_faq.
Deleted branch from rMITK MITK: feature/T28406-PatchForTestingLiveWireBehavior.
Deleted branch from rMITK MITK: bugfix/T27701-PluginGenerator.
Deleted branch from rMITK MITK: bugfix/T28737-RemovePicSupport.
Deleted branch from rMITK MITK: bugfix/T28833-FixGeometryOfLabelMaskImages.
Jun 5 2022
Pushed new branch to rMITK MITK: feature/T29208-JSONForModernC++.
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.
Deleted branch from rMITK MITK: feature/T29158-CustomLabelSuggestions.
Deleted branch from rMITK MITK: feature/T29158-OptionallyAskForLabelNamesAndColors.
Jun 1 2022
May 31 2022
I finished this task in feature/T29158-CustomLabelSuggestions. After a mental break I will go through the code and double-check for any business logic bugs or edge cases but I am confident. Will create a Diff later or tomorrow morning.
May 30 2022
In T29158#238958, @floca wrote:
- We should use the same format for the label preset file and this custom labels file. Everything else would be inefficient.