Page MenuHomePhabricator
Feed Advanced Search

Aug 8 2018

hentsch created T25238: Console invisible on two monitors.
Aug 8 2018, 3:31 PM · MITK (2018-04)
kislinsk added a parent task for T25228: MatchPoint algorithms not found on macOS: T25191: v2018.04-beta.
Aug 8 2018, 10:31 AM · MITK (2018-04)
kislinsk added a subtask for T25191: v2018.04-beta: T25228: MatchPoint algorithms not found on macOS.
Aug 8 2018, 10:31 AM · MITK (2018-04)
kislinsk updated the task description for T25228: MatchPoint algorithms not found on macOS.
Aug 8 2018, 10:31 AM · MITK (2018-04)
kislinsk triaged T25228: MatchPoint algorithms not found on macOS as High priority.
Aug 8 2018, 10:28 AM · MITK (2018-04)

Aug 7 2018

kislinsk added a comment to T25191: v2018.04-beta.
  • MatchPoint algorithms are not detected on macOS, even though the search path is correct. Works on Windows and Linux.
Aug 7 2018, 1:34 PM · MITK (2018-04)
kislinsk added a comment to T25191: v2018.04-beta.

Replaced install() in CMake/mitkFunctionCreateMatchPointDeployedAlgorithm.cmake with MITK_INSTALL() macro as the algorithms were deployed to the wrong destination on macOS.

Aug 7 2018, 1:26 PM · MITK (2018-04)

Aug 6 2018

nolden updated subscribers of T25193: Enable DCMQI in ReleaseConfiguration.
Aug 6 2018, 4:51 PM · MITK (2018-04)
nolden created T25193: Enable DCMQI in ReleaseConfiguration.
Aug 6 2018, 4:50 PM · MITK (2018-04)
kislinsk updated the task description for T25191: v2018.04-beta.
Aug 6 2018, 4:17 PM · MITK (2018-04)
nolden assigned T23343: Dicom editor can not load dicom segmentation objects to metzger.

I would have (minor) concerns with directly merging it. The comments raised for the last commit.

Aug 6 2018, 4:15 PM · MICO (Demo MICCAI 2018), MITK (2018-04)
kislinsk closed T24609: v2018.04-alpha as Resolved.
Aug 6 2018, 4:06 PM · MITK (2018-04)
kislinsk added a comment to T25191: v2018.04-beta.

Pushed new branch T25191-v2018.04-beta.

Aug 6 2018, 4:01 PM · MITK (2018-04)
kislinsk moved T25191: v2018.04-beta from Backlog to Release management on the MITK (2018-04) board.
Aug 6 2018, 4:00 PM · MITK (2018-04)
kislinsk triaged T25191: v2018.04-beta as Wishlist priority.
Aug 6 2018, 4:00 PM · MITK (2018-04)
kislinsk moved T25186: Set version information from Blocking v2018.04 to Backlog on the MITK (2018-04) board.
Aug 6 2018, 3:58 PM · MITK (2018-04)
kislinsk closed T24727: Installer on macOS doesn't work as Resolved.
Aug 6 2018, 3:51 PM · MITK (2018-04)
kislinsk closed T24727: Installer on macOS doesn't work, a subtask of T24756: Creating macOS installer fails, as Resolved.
Aug 6 2018, 3:51 PM · MITK (2018-04)
kislinsk added a comment to T24727: Installer on macOS doesn't work.

Pushed new branch T24727-FixMacOSInstaller.

Aug 6 2018, 3:50 PM · MITK (2018-04)
kislinsk closed T25183: Fix remaining install issues as Resolved.
Aug 6 2018, 11:10 AM · MITK (2018-04)
kislinsk updated the task description for T25183: Fix remaining install issues.
Aug 6 2018, 11:10 AM · MITK (2018-04)
kislinsk triaged T25186: Set version information as Wishlist priority.
Aug 6 2018, 10:47 AM · MITK (2018-04)
kislinsk updated the task description for T25183: Fix remaining install issues.
Aug 6 2018, 10:47 AM · MITK (2018-04)

Aug 3 2018

kislinsk updated the task description for T25183: Fix remaining install issues.
Aug 3 2018, 4:10 PM · MITK (2018-04)
kislinsk updated the task description for T25183: Fix remaining install issues.
Aug 3 2018, 3:43 PM · MITK (2018-04)
kislinsk reopened T25183: Fix remaining install issues as "Open".
Aug 3 2018, 3:40 PM · MITK (2018-04)
kislinsk closed T25183: Fix remaining install issues as Resolved.
Aug 3 2018, 3:21 PM · MITK (2018-04)
kislinsk added a comment to T25183: Fix remaining install issues.

Pushed new branch T25183-FixRemainingInstallIssues.

Aug 3 2018, 12:01 PM · MITK (2018-04)
kislinsk renamed T25183: Fix remaining install issues from FIx remaining install issues to Fix remaining install issues.
Aug 3 2018, 11:46 AM · MITK (2018-04)
kislinsk claimed T25183: Fix remaining install issues.
Aug 3 2018, 11:46 AM · MITK (2018-04)
kislinsk moved T25183: Fix remaining install issues from Backlog to Blocking v2018.04 on the MITK (2018-04) board.
Aug 3 2018, 11:46 AM · MITK (2018-04)
kislinsk triaged T25183: Fix remaining install issues as High priority.
Aug 3 2018, 11:45 AM · MITK (2018-04)
kislinsk closed T24628: DCMQI build fails on ubuntu as Resolved.
Aug 3 2018, 11:44 AM · MITK (2018-04)

Jul 30 2018

kislinsk added a comment to T24727: Installer on macOS doesn't work.

I have written a script that fixes the issue mentioned above and the installed MitkWorkbench does work now!! We have to decide how we handle this situation. Personally I'm pretty sick of all this macOS quirks for now and would vote for modifying the script so that it can be run from our install script at the right place.

Jul 30 2018, 11:57 AM · MITK (2018-04)

Jul 27 2018

kislinsk added a comment to T24727: Installer on macOS doesn't work.

Yes, that's definitely an issue. However, even fixing QtWebEngineProcess wouldn't be enough as each and every Qt framework contains these paths relative to @executable_path. We should go for @rpath.

Jul 27 2018, 10:19 AM · MITK (2018-04)
kislinsk added a comment to T24727: Installer on macOS doesn't work.

Uh, maybe the path @executable_path/../Frameworks/QtWebEngineCore.framework/Versions/5/QtWebEngineCore isn't correct because it should (?) be relative to QtWebEngineProcess instead of MitkWorkbench.

Jul 27 2018, 9:38 AM · MITK (2018-04)

Jul 26 2018

floca edited projects for T25098: Mapper (partially?) do not handle images correctly if they are out of time bound, added: MITK (2018-04); removed MITK.

Not sure if this is somthing we should fix befor the now release?

Jul 26 2018, 9:23 PM · MITK (v2024.06)
kislinsk added a comment to T24727: Installer on macOS doesn't work.
dyld: loaded: /Users/kislinsk/MITK-sb-release-Qt-5.10.1/MITK-build/_CPack_Packages/Darwin/DragNDrop/MITK-2016.11.99_rae4040-mac64/MitkWorkbench.app/Contents/Frameworks/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess
dyld: Library not loaded: @executable_path/../Frameworks/QtWebEngineCore.framework/Versions/5/QtWebEngineCore
  Referenced from: /Users/kislinsk/MITK-sb-release-Qt-5.10.1/MITK-build/_CPack_Packages/Darwin/DragNDrop/MITK-2016.11.99_rae4040-mac64/MitkWorkbench.app/Contents/Frameworks/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess
  Reason: image not found
Jul 26 2018, 2:35 PM · MITK (2018-04)
kislinsk added a comment to T24727: Installer on macOS doesn't work.

Okay, I think I got a step further. I added the USE_SOURCE_PERMISSIONS parameter to the MITK_INSTALL() macro for the QtWebEngineCore.framework/Helpers directory. The QtWebEngineProcess application, located in a subdirectory, is now recognized as executable by fixup_bundle() and fixed up. Still, using the method above there is the following message although the QtWebEngineCore file is at the correct location:

Jul 26 2018, 2:35 PM · MITK (2018-04)
nolden added a comment to T24628: DCMQI build fails on ubuntu.

Pushed new branch T24628-dcm-toolkit-update.

Jul 26 2018, 11:28 AM · MITK (2018-04)
kislinsk closed T24786: Test MITK v2018.04 with Ubuntu 18.04 as Resolved.
Jul 26 2018, 9:45 AM · MITK (2018-04)

Jul 25 2018

kalali added a comment to T25042: How to handle update informations in heterogeneous time geometries and out of bound situations .

What should happen now, assuming that the second image has a higher layer and is visible? Currently the topmost node that will be retrieved will be the second image (Heart). Is this correct, since time step 3 lies between 0 and 103 ms? If so, then why do we experience a workbench crash?

Because your are still thinking in time steps (of the world time geometry) instead if thinking in time points and asking what would be the appropriate time step of this image (in its time geometry of the image) at the given time point.
So correct would be:

auto globalStep = render->GetTimeStep(); //[globalStep == 3];
auto globalTimePoint = worldTimeGeometry()->TimeStepToTimePoint(globalStep ); //[globalTimePoint == 3]
auto currentStep = image->GetTimeGeometry()->TimePointToTimeStep(globalTimePoint ); //[currentStep == 0]

Now we use currentStep (0) and tada no crash and the correct volume associated with the global time point.

Yes, I meant time point. So using the time stepper and setting it to step 3 we'll get the time point 3. This time point lies between 0 and 103 of the second image so we "round" to the next smaller time step (in TimePointToTimeStep with if (timePoint < *pos)), which will give us time point 0 => time step 0.

Jul 25 2018, 3:14 PM · MITK
floca added a comment to T25042: How to handle update informations in heterogeneous time geometries and out of bound situations .
Jul 25 2018, 3:02 PM · MITK
kalali added a comment to T25042: How to handle update informations in heterogeneous time geometries and out of bound situations .

I'm currently trying to understand the problem to possibly fix the bug together with the T24173.
I loaded two datasets:

  • LinearModel_4D_arbitrary_time_geometry.nrrd from MITK-Data\3D+t-ITKIO-TestData and
  • the image from MITK-Data\3D+t-Heart
Jul 25 2018, 2:37 PM · MITK

Jul 21 2018

floca edited projects for T25105: UpdateStatusBar duplicates business logic, added: MITK (2018-04); removed MITK.

This should be fixed in conjunction with T25042: How to handle update informations in heterogeneous time geometries and out of bound situations and T24767: Workbench crashes when loading two 3D+t images with different number of time steps, because an unfixed UpdateStatusBar in the DisplayInteractor could also cause crashes like in T24767.

Jul 21 2018, 7:43 PM · MITK (v2022.10)

Jul 20 2018

neher added a comment to T24472: Add python based views.

Pushed new branch T24472-PythonViews5.

Jul 20 2018, 10:38 AM · MITK (2018-04)

Jul 19 2018

floca created T25098: Mapper (partially?) do not handle images correctly if they are out of time bound.
Jul 19 2018, 5:38 PM · MITK (v2024.06)
floca updated the task description for T25042: How to handle update informations in heterogeneous time geometries and out of bound situations .
Jul 19 2018, 5:24 PM · MITK
floca removed a project from T25042: How to handle update informations in heterogeneous time geometries and out of bound situations : Request for Discussion.

We have discussed it.

Jul 19 2018, 5:24 PM · MITK
floca removed a project from T25043: Remove pixel informations from the statusbar and put it into views: Request for Discussion.

We have discussed that task. It was agreed that the statusbar is not the right place to put this information. It was also agreed that the feature (showing the value of the current position) should not be skipped and is used in many applications.

Jul 19 2018, 5:17 PM · Cleared, MITK
neher added a comment to T24472: Add python based views.

Pushed new branch T24472-PythonViews4.

Jul 19 2018, 4:31 PM · MITK (2018-04)

Jul 18 2018

neher added a comment to T24472: Add python based views.

Pushed new branch T24472-PathonViews3.

Jul 18 2018, 11:11 AM · MITK (2018-04)

Jul 16 2018

neher added a comment to T24472: Add python based views.

Pushed new branch T24472-PythonViews2.

Jul 16 2018, 4:45 PM · MITK (2018-04)
neher added a revision to T24472: Add python based views: Restricted Differential Revision.
Jul 16 2018, 9:06 AM · MITK (2018-04)

Jul 13 2018

floca closed T25052: Wrong cout in DICOMITKSeriesGDCMReader as Resolved by committing rMITK1ee28a72b2f9: Fixed T25052.
Jul 13 2018, 11:00 AM · MITK (2018-04)
floca added a comment to T25052: Wrong cout in DICOMITKSeriesGDCMReader.

Pushed new branch T25052-Wrong_COUT_in_DICOM_reader.

Jul 13 2018, 10:57 AM · MITK (2018-04)
floca triaged T25052: Wrong cout in DICOMITKSeriesGDCMReader as Low priority.
Jul 13 2018, 10:55 AM · MITK (2018-04)

Jul 11 2018

neher added a comment to T24472: Add python based views.

Pushed new branch T24472-CatchPythonErrors.

Jul 11 2018, 5:05 PM · MITK (2018-04)

Jul 10 2018

floca updated the task description for T25043: Remove pixel informations from the statusbar and put it into views.
Jul 10 2018, 3:54 PM · Cleared, MITK
floca created T25043: Remove pixel informations from the statusbar and put it into views.
Jul 10 2018, 3:52 PM · Cleared, MITK
floca created T25042: How to handle update informations in heterogeneous time geometries and out of bound situations .
Jul 10 2018, 3:48 PM · MITK
neher added a revision to T24472: Add python based views: Restricted Differential Revision.
Jul 10 2018, 1:03 PM · MITK (2018-04)

Jul 6 2018

neher added a comment to T24472: Add python based views.

Pushed new branch T24472-DiffPython.

Jul 6 2018, 6:02 PM · MITK (2018-04)

Jun 27 2018

nolden created T24993: DICOM Plugin doesn't build.
Jun 27 2018, 12:52 PM · MITK (2018-04)

Jun 26 2018

nolden added a comment to T24628: DCMQI build fails on ubuntu.

And another thing: update requires clean builds of DCMQI and DCMTK, so continuous clients will probably fail

Jun 26 2018, 7:02 PM · MITK (2018-04)
nolden added a revision to T24628: DCMQI build fails on ubuntu: Restricted Differential Revision.
Jun 26 2018, 7:01 PM · MITK (2018-04)
nolden added a comment to T24628: DCMQI build fails on ubuntu.

Ok, I updated my fork to use the latest DCMQI with our modifications as well as a new jsoncpp version which solves the compilation issues. As a side effect, we have to update DCMTK, but I think it should be worth it before the release.

Jun 26 2018, 6:56 PM · MITK (2018-04)

Jun 25 2018

kislinsk closed T24968: Make Qt 5.10.1 minimum required version as Resolved.
Jun 25 2018, 11:22 AM · MITK (2018-04)
floca closed T24886: MITK workbench freezes due to infinite loop in QmitkSliderLevelWindowWidget::paintEvent as Resolved.

The accute problem is fixed. But the LevelWindow and widget need some treat and refactoring (see also T24962).

Jun 25 2018, 11:18 AM · MITK (2018-04)
floca added a comment to T24609: v2018.04-alpha.

Also merged fixed for T24886: MITK workbench freezes due to infinite loop in QmitkSliderLevelWindowWidget::paintEvent

Jun 25 2018, 11:14 AM · MITK (2018-04)
floca closed T24942: MatchPoint mapping plugin must correct reference origin if sub/super scaling is activated as Resolved by committing rMITK9a1844e453ac: Fixed T24942.
Jun 25 2018, 11:11 AM · MITK (2018-04)
floca added a comment to T24942: MatchPoint mapping plugin must correct reference origin if sub/super scaling is activated.

Pushed new branch T24942-MatchPoint_mapping_must_currect_origin.

Jun 25 2018, 11:09 AM · MITK (2018-04)
kislinsk added a comment to T24968: Make Qt 5.10.1 minimum required version.

Pushed new branch T24968-MakeQt5.10.1MinimumRequiredVersion.

Jun 25 2018, 11:09 AM · MITK (2018-04)
floca claimed T24942: MatchPoint mapping plugin must correct reference origin if sub/super scaling is activated.
Jun 25 2018, 11:03 AM · MITK (2018-04)
kislinsk triaged T24968: Make Qt 5.10.1 minimum required version as Normal priority.
Jun 25 2018, 11:01 AM · MITK (2018-04)
floca added a revision to T24886: MITK workbench freezes due to infinite loop in QmitkSliderLevelWindowWidget::paintEvent: Restricted Differential Revision.
Jun 25 2018, 10:32 AM · MITK (2018-04)
floca renamed T24886: MITK workbench freezes due to infinite loop in QmitkSliderLevelWindowWidget::paintEvent from MITK workbench freezes due to infinit loop in QmitkSliderLevelWindowWidget::paintEvent to MITK workbench freezes due to infinite loop in QmitkSliderLevelWindowWidget::paintEvent.
Jun 25 2018, 10:03 AM · MITK (2018-04)

Jun 22 2018

eisenman added a comment to T24754: Volume Visualization crashes with some CT images.

We found out that volume visualization works as expected when following the described steps:

  • Close rendering display
  • Open MITK-Data/3D+t-Heart (rendering display is opened automatically)
  • Switch on volume visualization
  • No crash :)
Jun 22 2018, 8:55 PM · Restricted Project, MITK
eisenman updated subscribers of T24754: Volume Visualization crashes with some CT images.
Jun 22 2018, 8:55 PM · Restricted Project, MITK
nolden added a revision to T24609: v2018.04-alpha: Restricted Differential Revision.
Jun 22 2018, 4:01 PM · MITK (2018-04)
nolden added a revision to T24609: v2018.04-alpha: Restricted Differential Revision.
Jun 22 2018, 3:16 PM · MITK (2018-04)
kislinsk added a comment to T24957: Fix MitkDICOMReaderServices dependency of MitkDicomRTIO.

Should be fixed in the alpha branch now.

Jun 22 2018, 1:28 PM · MITK (2018-04)
kislinsk closed T24957: Fix MitkDICOMReaderServices dependency of MitkDicomRTIO as Resolved.
Jun 22 2018, 1:26 PM · MITK (2018-04)
kislinsk added a comment to T24957: Fix MitkDICOMReaderServices dependency of MitkDicomRTIO.

Pushed new branch T24957-MitkDICOMReaderServices.

Jun 22 2018, 1:25 PM · MITK (2018-04)
kislinsk triaged T24957: Fix MitkDICOMReaderServices dependency of MitkDicomRTIO as High priority.
Jun 22 2018, 1:24 PM · MITK (2018-04)
nolden edited projects for T23040: PluginGenerator doesn't work, added: MITK (2018-04); removed MITK.

I have seen the fixes deactivating QNetwork in 1881c497af3e4b810d131a2c05bb819e485bf4e7 . However this also removed the
-n option command line option to disable networking. This option is used by the plugin generator tests. I could remove it there, but @kislinsk I think we should discuss the general strategy.

Jun 22 2018, 10:16 AM · MITK
nolden triaged T24951: mitkGIFVolumetricDensityStatisticsTest fails randomly as High priority.
Jun 22 2018, 10:03 AM · MITK (2018-04)
nolden claimed T24948: MITK doesn't build with gcc 8.
Jun 22 2018, 9:34 AM · MITK (2018-04)
nolden created T24948: MITK doesn't build with gcc 8.
Jun 22 2018, 9:13 AM · MITK (2018-04)
neher closed T24643: Diffusion DICOM import crashes as Resolved.
Jun 22 2018, 8:36 AM · MITK (2018-04)

Jun 21 2018

floca created T24942: MatchPoint mapping plugin must correct reference origin if sub/super scaling is activated.
Jun 21 2018, 11:33 AM · MITK (2018-04)

Jun 19 2018

kislinsk added a comment to T24786: Test MITK v2018.04 with Ubuntu 18.04.

This is a follow-up error when Doxygen wasn't found for building the documentation. Without doxygen, the BLUEBERRY_USE_QT_HELP is disabled. So everything's fine.

Jun 19 2018, 10:38 PM · MITK (2018-04)
franza added a comment to T24786: Test MITK v2018.04 with Ubuntu 18.04.

Just tested the branch T24609-v2018.04-alpha with Ubuntu 18.04 / Qt 5.9.5 / gcc 7.3.0 and it compiles without errors in default configuration. I can also start the workbench.

Jun 19 2018, 6:14 PM · MITK (2018-04)
kislinsk added a comment to T24727: Installer on macOS doesn't work.

I did an export DYLD_PRINT_LIBRARIES=1 and started both the installed version and the built version of MITK and this is suspicious:

Jun 19 2018, 2:36 PM · MITK (2018-04)
kislinsk updated subscribers of T24628: DCMQI build fails on ubuntu.

I talked to @metzger. Apparently we use a fork of DCMQI by @nolden. So we can go the fast way for now and patch it there. Even without coding it should be possible to hand in the patch above via the web UI and it probably can be merged by a click on a button in the web UI, too.

Jun 19 2018, 11:34 AM · MITK (2018-04)
kislinsk added a comment to T24727: Installer on macOS doesn't work.

The problem was that I didn't reset the _install_DESTINATION variable at the end of mitkInstallRules.cmake and hence following calls to the macro assumed the last set destination as default destination. In this case, the provisioning files was installed into Frameworks/QtWebEngineCore.framework instead of the Contents/MacOS directory.

Jun 19 2018, 11:08 AM · MITK (2018-04)

Jun 18 2018

kislinsk added a comment to T24727: Installer on macOS doesn't work.

Wow, seems like most of the issues is resolved by manually copying the MitkWorkbench.provisioning.install file to the installer directory as MitkWorkbench.provisioning. We must check why this file isn't installed anymore (macOS-specific? CMake 3.11?).

Jun 18 2018, 3:59 PM · MITK (2018-04)

Jun 15 2018

neher closed T24671: Diffusion release branch as Resolved.
Jun 15 2018, 10:42 AM · MITK (2018-04)
neher closed T24698: Diffusion style sheet adaptations as Resolved.
Jun 15 2018, 10:41 AM · MITK (2018-04)

Jun 14 2018

kislinsk added a revision to T24886: MITK workbench freezes due to infinite loop in QmitkSliderLevelWindowWidget::paintEvent: Restricted Differential Revision.
Jun 14 2018, 3:38 PM · MITK (2018-04)