Pushed new branch to rMITK MITK: release/T29075-v2022.04.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 28 2022
It is not worth currently to spend much time on this so I fixed it as fast as possible by syncing the default colors instead of creating a single source of truth. This code location was barely touched in the past decade and I don't see why this would receive suddenly much more attention than that.
Deleted branch from rMITK MITK: bugfix/T28777-DefaultDecorationColors.
Pushed new branch to rMITK MITK: bugfix/T28777-DefaultDecorationColors.
Also, as reported by @s434n , the decoration colors in the Image Navigator only update after there was a render window update / click in one of the render windows.
Deleted branch from rMITK MITK: bugfix/T29072-VariousSegmentationViewFixes.
Pushed new branch to rMITK MITK: bugfix/T29072-VariousSegmentationViewFixes.
Deleted branch from rMITK MITK: bugfix/T29070-CreatePolygonModelCrashes.
Pushed new branch to rMITK MITK: bugfix/T29070-CreatePolygonModelCrashes.
Mar 25 2022
Mar 24 2022
Mar 23 2022
Deleted branch from rMITK MITK: release/T29046-2022-Week-12.
Is this task completely resolved?
Pushed new branch to rMITK MITK: release/T29046-2022-Week-12.
Mar 22 2022
Deleted branch from rMITK MITK: bugfix/T29045-OperationNothingToSeeHere.
Pushed new branch to rMITK MITK: bugfix/T29045-OperationNothingToSeeHere.
Deleted branch from rMITK MITK: feature/T29041-nnUnetIcon.
Pushed new branch to rMITK MITK: feature/T29041-nnUnetIcon.
Mar 20 2022
Tagged with Breaking Change, although the actual breaking change is the update to VTK 9.1 since the formulas in vtkCurvature changed.
Deleted branch from rMITK MITK: bugfix/T29040-FixUnitTests.
Mar 19 2022
Pushed new branch to rMITK MITK: bugfix/T29040-FixUnitTests.
Deleted branch from rMITK MITK: feature/T29038-GCC-11.
Mar 17 2022
After a few iterations, D612 seems to build on all clients (Windows still building, takes ages). Next step is to check why at least on Fedora the loader isn't able to load VTK libraries. Checking with LD_DEBUG=libs revealed that the search paths are missing the actual path ep/lib64 but instead look in /ep/lib64 and many strange relative paths like ep/lib64/../...
I would suggest to:
- Implement the preferences backend on module level as a micro service
- Keep the BlueBerry API as-is but use the new backend
At the current state the MitkWorkbench configuration should be probably buildable. As far as I understood, I had a bogus warning handled as error at 99% that I fixed with a warning exception in the top-level CMakeLists.txt, causing everything to rebuild. Since the build in my VM takes quite a while I call it a day. I already created D612 to have some feedback from the build clients available soon.
Pushed new branch to rMITK MITK: feature/T29038-GCC-11.