- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 18 2021
Pushed new branch bugfix/T28164-CopyrightDate.
Thanks for looking into this issue as well. :-) I think 1e-5 is okay. We/you already introduced NODE_PREDICATE_GEOMETRY_DEFAULT_CHECK_PRECISION not long ago since we had similar issues and 1e-5 should still be conservative enough for the purpose of geometries.
Jan 15 2021
I understand. :-) Just wanted to give you more options to think about as it is probably only a temporal solution. Sooner or later (currently read "later"), our minimum version requirements won't match again with the OS-provided Qt version. So we cannot run away from it forever I guess. :D
Jan 14 2021
As it already works (?) and we will stay at least another year with Qt 5 we can do this. But in general, do you know of the new Qt Installer Framework with command-line interface? It's much easier now to install Qt with a single command and there are a few possibilities to provide credentials if that's an issue. See here for examples: https://phabricator.mitk.org/T27960#214043
Deleted branch feature/T28155-MakeQtLogMessagesOptional.
Pushed new branch feature/T28155-MakeQtLogMessagesOptional.
Jan 13 2021
Since we need to patch VTK anyway, I took the opportunity to upgrade from VTK 9.0.0 to 9.0.1.
Deleted branch bugfix/T28151-FixVTKOnMacOSXCode12.
Pushed new branch bugfix/T28151-FixVTKOnMacOSXCode12.
Jan 11 2021
Deleted branch bugfix/T27717-FixMacOSInstallerOpenApp.
Pushed new branch bugfix/T27717-FixMacOSInstallerOpenApp.
It works when any argument is passed to the workbench via the open command, e.g., open MitkWorkbench.app --args --BlueBerry.newInstance. My first guess that the additions in rMITKf54a83e2 cannot handle 0 arguments when the implicit -psn argument is sneaked into argv by macOS.
Was removed in rMITK66bb0d67 and forgotten to get restored in rMITK02a46548.
Deleted branch bugfix/T28137-FixMissingContextMenuEntries.
Pushed new branch bugfix/T28137-FixMissingContextMenuEntries.
Thanks @kalali, nice find and hint. A sneaky line is missing in DataManager's plugin.xml: <extension-point id="contextMenuActions" name="Context menu actions"/>.
Dec 21 2020
Deleted branch release/T28126-2020-Week-52.
Pushed new branch release/T28126-2020-Week-52.
Dec 18 2020
Deleted branch bugfix/T26237-ImprovePerformance.
Dec 17 2020
Dec 12 2020
Deleted branch bugfix/T28101-CMake3.19.
Pushed new branch bugfix/T28101-CMake3.19.
Will be fixed very soon in CMake 3.19.2: https://gitlab.kitware.com/cmake/cmake/-/issues/21529
Dec 11 2020
Dec 8 2020
If this is now a crash but wasn't before, the TinyXML-2 migration is also a good candidate.
edit: Oh, was already authored in August. Sorry for the noise.
Dec 7 2020
Deleted branch bugfix/T28081-ShortcutsInWindowsInstallers.
Pushed new branch bugfix/T28081-ShortcutsInWindowsInstallers.
Deleted branch bugfix/T28080-RedistPackagingAndNSISGenerator.
Pushed new branch bugfix/T28080-RedistPackagingAndNSISGenerator.
At least for XNAT this was recently resolved in T26449: XNAT connection failes due to missing OpenSSL connections.
Dec 6 2020
Before:
Pushed new branch bugfix/T26237-ImprovePerformance.
A profiling session revealed that a substantial amount of time during interaction with the 2d widgets is spent by the ITK object factory in the context of mitk::BaseGeometry when creating new instances of itk::BoundingBox, itk::VectorContainer, and itk::ScalableAffineTransform.
Dec 4 2020
It will be automatically listed in the changelog table regardless of the task status. :)
Maybe I should leave this task open until we came up with a minimum prototype...
Isn't (1) a requirement anyways? Let me just look it up in the Qt documentation...
Deleted branch bugfix/T28062-FixIsotropicWaveletsDep.
The actual issue seems to be network troubles so maybe a server is down or something similar. Should resolve itself either now/today or the next days. Anyway, as we now made the dependency explicit, this task was not a complete waste of time. :-)