Pushed new branch to rMITK MITK: feature/T29158-CustomLabelSuggestions.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 30 2022
Pushed new branch to rMITK MITK: feature/T29158-OptionallyAskForLabelNamesAndColors.
May 29 2022
The current list of suggestions for label names is based on an XML format and the preset is loaded from an embedded XML file: https://github.com/MITK/MITK/blob/master/Modules/Core/resource/mitkAnatomicalStructureColorPresets.xml
{D655} addresses part 1 of the solution proposed above. To resolve this task completely the custom list for label name suggestions is missing, which will be tackled in another Diff.
Naming/coloring is still supported with a list of proposed label names while typing but it is not the default anymore. It is now triggered when renaming a label by right-clicking on it and choosing "Rename...". So, I propose that the solution here is split into two preferences: (1) Showing the naming dialog when creating a new label vs. assigning a default name and (2) custom list with a few options like mentioned above.
Resolved with T28285: DICOM with 'ä' in filename not readable on Windows.
May 27 2022
May 19 2022
Pushed new branch to rMITK MITK: bugfix/T28285-Windows-UTF-8.
May 16 2022
May 12 2022
May 5 2022
I was not able to react on these key events with event filters like it is done in the Data Manager as they seem to be swallowed by some other widget. Not gonna say it cannot be done but it seems like this task is tricky and potentially time consuming.
Posted in PR how to do it with alternative filters.
May 4 2022
Deleted branch from rMITK MITK: bugfix/T27136-FixWeakPointerUsage.
This was probably resolved with the transition of code-based preferences to .ui file based preferences.
May 3 2022
Pushed new branch to rMITK MITK: bugfix/T27136-FixWeakPointerUsage.