Page MenuHomePhabricator
Feed Advanced Search

Mar 6 2018

kislinsk closed T11113: MITK doesn't visualize normalized and thus very small meshes in the expected way. as Resolved.
Mar 6 2018, 1:11 PM · Pull Request, MITK, Bugzilla
kislinsk claimed T11113: MITK doesn't visualize normalized and thus very small meshes in the expected way..
Mar 6 2018, 12:15 PM · Pull Request, MITK, Bugzilla
kislinsk added a revision to T11113: MITK doesn't visualize normalized and thus very small meshes in the expected way.: Restricted Differential Revision.
Mar 6 2018, 12:13 PM · Pull Request, MITK, Bugzilla
kislinsk added a comment to T11113: MITK doesn't visualize normalized and thus very small meshes in the expected way..

Pushed new branch T11113-TinySliceGeometries.

Mar 6 2018, 11:51 AM · Pull Request, MITK, Bugzilla
kislinsk closed T22774: crash because unlimited undo history as Resolved.
Mar 6 2018, 11:40 AM · Pull Request, MITK
kislinsk added a revision to T22774: crash because unlimited undo history: Restricted Differential Revision.
Mar 6 2018, 11:25 AM · Pull Request, MITK
kislinsk added a comment to T22774: crash because unlimited undo history.

Pushed new branch T22774-UndoLimit.

Mar 6 2018, 11:22 AM · Pull Request, MITK

Dec 22 2017

kislinsk added a comment to T22065: QmitkRenderWindowMenu disappears or flickers on OS X.

T23990: Changing render window layout mess up Qt layout

Dec 22 2017, 4:53 PM · MITK, Pull Request
kislinsk triaged T23990: Changing render window layout mess up Qt layout as Low priority.
Dec 22 2017, 4:50 PM · Auto-closed, Pull Request, Restricted Project, MITK
goyette added a comment to T22065: QmitkRenderWindowMenu disappears or flickers on OS X.

Cool. The menus were impossible to use on OS X. However, I suggest that you reopen this issue. I tested master to check if the other problem that was explained in my 3-05-2017 post was solved. It affects all OSes. From my tests, it's still a problem. It might be considered minor but:

Dec 22 2017, 2:21 PM · MITK, Pull Request
goyette added a comment to T22870: Crash on segmentation threshold [0, 1[.

Hahaha, dammit, yes, I meant T22065. Not sure what happened :) I copied my post in the right issue. Thank you.

Dec 22 2017, 2:21 PM · Pull Request, MITK
goch added a comment to T22870: Crash on segmentation threshold [0, 1[.

@goyette I assume you meant to add this comment to T23248, T22929, T23985 or most likely T22065? I do not see a connection to this task?

Dec 22 2017, 9:41 AM · Pull Request, MITK

Dec 21 2017

goyette added a comment to T22870: Crash on segmentation threshold [0, 1[.

Cool. The menus were impossible to use on OS X. However, I suggest that you reopen this issue. I tested master to check if the other problem that was explained in my 3-05-2017 post was solved. It affects all OSes. From my tests, it's still a problem. It might be considered minor but:

  • it's still a bug
  • I already posted a solution 4 months ago, it might be useful to use it
Dec 21 2017, 9:34 PM · Pull Request, MITK
kislinsk closed T22065: QmitkRenderWindowMenu disappears or flickers on OS X as Resolved.

Most probably resolved by the overall fixing of the MITK rendering on macOS.

Dec 21 2017, 2:37 PM · MITK, Pull Request
kislinsk added a parent task for T22065: QmitkRenderWindowMenu disappears or flickers on OS X: T23985: [macOS] Make MITK compile and shine again.
Dec 21 2017, 2:36 PM · MITK, Pull Request

Dec 18 2017

kislinsk placed T22591: Error compiling Mitk 2016-11 : Error on SimpleITK installation phase (patch provided) up for grabs.
Dec 18 2017, 4:22 AM · Restricted Project, Pull Request, MITK

Nov 27 2017

kislinsk claimed T22591: Error compiling Mitk 2016-11 : Error on SimpleITK installation phase (patch provided).
Nov 27 2017, 1:58 PM · Restricted Project, Pull Request, MITK

Oct 16 2017

ac3957 added a comment to T22654: Extending the Segmentation plugin with a multi-region threshold-based tool.

Sure thing!

Oct 16 2017, 6:40 PM · Pull Request, MITK
goch added a comment to T22654: Extending the Segmentation plugin with a multi-region threshold-based tool.

I think you are right, that they are too specifically tailored to your use case to reasonably include in the as-is very general purpose segmentation plug-in. We might reconsider if we encounter those specfic use cases ourselves in the future and want an adapted segmentation for that. However we are grateful for you sharing your tool and making it available for others who might indeed have the same requirements.

Oct 16 2017, 11:28 AM · Pull Request, MITK

Oct 13 2017

ac3957 added a comment to T22654: Extending the Segmentation plugin with a multi-region threshold-based tool.
  1. The main advantages of Threshold Components is to allow placing multiple seed points, and adjusting the locations of the seed points during the process. The underlying algorithm is otherwise similar to Region Growing. I created a new tool because I didn't want to interfere with existing tools, but it is certainly feasible to add these features into the existing tool (if you think they would be useful).
  2. Pruning removes protuberances only of width 1 pixel. The rationale for pruning is that Morphological Opening, even at the smallest radius, ends up deleting much of my segmentations. Pruning cleans up the noise slightly without affecting the wanted regions. (I agree that the effect of Pruning is small - it is meant to be coupled with Thinning to skeletonize the object first, but that would be even more destructive.) There is much room for a middle-ground that is gentler than Opening and more forceful than Pruning.
Oct 13 2017, 12:30 AM · Pull Request, MITK

Oct 4 2017

goch added a comment to T22654: Extending the Segmentation plugin with a multi-region threshold-based tool.

I had a look at the new tools today. There was a compile error that I resolved and some issues:

Oct 4 2017, 3:18 PM · Pull Request, MITK
goch added a comment to T22654: Extending the Segmentation plugin with a multi-region threshold-based tool.

Pushed new branch T22654-threshold-components-tool.

Oct 4 2017, 3:12 PM · Pull Request, MITK

Sep 29 2017

goch closed T22699: Crash in MultiLabelSegmentation Plugin as Resolved.

Thanks for the contribution

Sep 29 2017, 2:38 PM · Pull Request, MITK
goch added a comment to T22699: Crash in MultiLabelSegmentation Plugin.

Pushed new branch T22699-multilabelsegmentation-preferences-crash.

Sep 29 2017, 2:36 PM · Pull Request, MITK
goch claimed T22699: Crash in MultiLabelSegmentation Plugin.
Sep 29 2017, 2:07 PM · Pull Request, MITK
goch closed T22870: Crash on segmentation threshold [0, 1[ as Resolved.

Thanks for the contribution.

Sep 29 2017, 9:58 AM · Pull Request, MITK
goch added a comment to T22870: Crash on segmentation threshold [0, 1[.

Pushed new branch T22870-fix-threshold-crash.

Sep 29 2017, 9:57 AM · Pull Request, MITK

Sep 18 2017

goch closed T23295: Pull request 211: Make gizmo track the mouse and highlight parts of the gizmo when under mouse as Resolved.

Seems reasonable. I am not too hot on the highlight color, but it is a definite improvement over no color at all.

Sep 18 2017, 5:53 PM · Pull Request, MITK
goch added a comment to T23295: Pull request 211: Make gizmo track the mouse and highlight parts of the gizmo when under mouse.

Pushed new branch T23295-gizmo-track-and-highlight.

Sep 18 2017, 5:51 PM · Pull Request, MITK
goch closed T23317: Pull request 212: Make Data Manager's color button work on multi-selections as Resolved.

Merged.
@maleike are my changes working for you?

Sep 18 2017, 4:38 PM · Pull Request, MITK
goch added a comment to T23317: Pull request 212: Make Data Manager's color button work on multi-selections.

Pushed new branch T23317-color-on-multi-selection.

Sep 18 2017, 4:35 PM · Pull Request, MITK
goch added a comment to T23317: Pull request 212: Make Data Manager's color button work on multi-selections.

Just a quick note:

QList<QAction *> QmitkNodeDescriptorManager::GetActions(const mitk::DataNode *_Node) const

will return all actions for all applicable descriptors, whereas

QList<QAction *> QmitkNodeDescriptorManager::GetActions(const QList<mitk::DataNode::Pointer> &_Nodes) const

will only return all actions for the last applicable descriptor.

Sep 18 2017, 1:43 PM · Pull Request, MITK
goch added a comment to T23317: Pull request 212: Make Data Manager's color button work on multi-selections.

Ok, the reason seems to be that

QmitkNodeDescriptor *QmitkNodeDescriptorManager::GetDescriptor(const mitk::DataNode *_Node) const

returns a "NoneBinaryImage" nodes descriptor instead of an "Image" node descriptor. When I add that descriptor to

void QmitkDataManagerView::CreateQtPartControl(QWidget* parent)

The color button appears.

Sep 18 2017, 1:16 PM · Pull Request, MITK

Sep 15 2017

goch added a comment to T23317: Pull request 212: Make Data Manager's color button work on multi-selections.

The changes seem reasonable for me, but the button does not appear if multiple Pic3Ds are loaded and selected, I am going to check out why.

Sep 15 2017, 3:15 PM · Pull Request, MITK
goch closed T23292: DataManager does not sort its custom context menu entries as Resolved.
Sep 15 2017, 10:51 AM · Pull Request, MITK

Sep 14 2017

maleike added a comment to T23292: DataManager does not sort its custom context menu entries.
In T23292#109426, @goch wrote:

There are still a couple of entries that will not be sorted, as they are specifically added by the datamanager itself.

after-menu.png (460×434 px, 21 KB)

But the suggested solution is better than the current way.

Sep 14 2017, 8:37 PM · Pull Request, MITK
goch added a comment to T23292: DataManager does not sort its custom context menu entries.

Pushed new branch T23292-enable-context-menu-sorting.

Sep 14 2017, 11:57 AM · Pull Request, MITK
goch added a comment to T23292: DataManager does not sort its custom context menu entries.

There are still a couple of entries that will not be sorted, as they are specifically added by the datamanager itself.

after-menu.png (460×434 px, 21 KB)

But the suggested solution is better than the current way.

Sep 14 2017, 11:37 AM · Pull Request, MITK
goch claimed T23292: DataManager does not sort its custom context menu entries.

This seems reasonable to me, although it might result in separating thematically similar actions, which might have been closer together when registered the previous way. In general that should probably not be a problem.

Sep 14 2017, 11:28 AM · Pull Request, MITK

Aug 31 2017

reicht updated subscribers of T22065: QmitkRenderWindowMenu disappears or flickers on OS X.
Aug 31 2017, 6:58 PM · MITK, Pull Request
goyette added a comment to T22065: QmitkRenderWindowMenu disappears or flickers on OS X.

I pushed 2 new commits because I received a bug report from one of my user who told me he sometimes had strange result in fullscreen. Since then, no problem on any OS so I think it's safe to look at this PR.

Aug 31 2017, 6:09 PM · MITK, Pull Request
goch added a comment to T11113: MITK doesn't visualize normalized and thus very small meshes in the expected way..

@maleike
I did not and it does. Gouraud and Phong result in a black object for me, Flat has the proper color.

Aug 31 2017, 5:33 PM · Pull Request, MITK, Bugzilla

Aug 30 2017

maleike added a comment to T11113: MITK doesn't visualize normalized and thus very small meshes in the expected way..
In T11113#108062, @goch wrote:

However the displayed surface remains solid black for me despite changes in the rendering properties

Aug 30 2017, 2:57 PM · Pull Request, MITK, Bugzilla
maleike created T23317: Pull request 212: Make Data Manager's color button work on multi-selections.
Aug 30 2017, 1:01 PM · Pull Request, MITK

Aug 28 2017

goch added a comment to T11113: MITK doesn't visualize normalized and thus very small meshes in the expected way..

I can confirm that Daniels fix will work on the current master and will show something in 3D. Also it will no longer crash when doing a reinit on the surface.

Aug 28 2017, 4:07 PM · Pull Request, MITK, Bugzilla

Aug 24 2017

maleike created T23295: Pull request 211: Make gizmo track the mouse and highlight parts of the gizmo when under mouse.
Aug 24 2017, 4:13 PM · Pull Request, MITK
maleike added a comment to T23292: DataManager does not sort its custom context menu entries.

Code/Pull request available here: https://github.com/MITK/MITK/pull/209

Aug 24 2017, 11:08 AM · Pull Request, MITK
maleike created T23292: DataManager does not sort its custom context menu entries.
Aug 24 2017, 10:38 AM · Pull Request, MITK

Aug 23 2017

maleike added a project to T11113: MITK doesn't visualize normalized and thus very small meshes in the expected way.: Pull Request.
Aug 23 2017, 9:19 AM · Pull Request, MITK, Bugzilla

Aug 10 2017

aurelien added a comment to T22591: Error compiling Mitk 2016-11 : Error on SimpleITK installation phase (patch provided).

@jernejf is suggest you to use WinMerge to apply the patch on your Mitk source tree.

Aug 10 2017, 10:52 AM · Restricted Project, Pull Request, MITK

Jul 25 2017

milano updated the task description for T23120: Add support for loading color from a serialized tool storage file.
Jul 25 2017, 2:40 AM · Auto-closed, Pull Request, MITK

Jul 17 2017

kislinsk closed T23086: Warning C4172 from boost treated as error in VS 2015 Release build as Resolved.

Thank you! 👍

Jul 17 2017, 10:32 AM · Pull Request, MITK
kislinsk added a comment to T23086: Warning C4172 from boost treated as error in VS 2015 Release build.

Pushed new branch T23086-BoostWarningC4172.

Jul 17 2017, 10:26 AM · Pull Request, MITK
kislinsk claimed T23086: Warning C4172 from boost treated as error in VS 2015 Release build.
Jul 17 2017, 10:23 AM · Pull Request, MITK
kislinsk triaged T23086: Warning C4172 from boost treated as error in VS 2015 Release build as Normal priority.
Jul 17 2017, 8:45 AM · Pull Request, MITK

Jul 15 2017

milano updated the task description for T23086: Warning C4172 from boost treated as error in VS 2015 Release build.
Jul 15 2017, 9:37 PM · Pull Request, MITK

Jul 14 2017

espak added a comment to T22572: Migrate plugins from deprecated org.mitk.gui.qt.common.legacy dependency to org.mitk.gui.qt.common.

I wanted to open new tasks for the individual plugins that need a similar fix as the segmentation plugin, so that we can track the progress.

Jul 14 2017, 3:43 PM · Pull Request, MITK

Jul 13 2017

neher added a comment to T23055: Debug build problem in itkStreamlineTrackingFilter.

Pushed new branch T23055-StdVectorInSetMacro.

Jul 13 2017, 10:11 AM · Pull Request, MITK

Jul 12 2017

milano added a comment to T23055: Debug build problem in itkStreamlineTrackingFilter.

Ok, I have created a new pull request:

Jul 12 2017, 4:04 PM · Pull Request, MITK
kislinsk added a comment to T23055: Debug build problem in itkStreamlineTrackingFilter.

Hi, please create a new pull request and open a new branch for it in your repo instead of working on your master branch. This is the most easy way for us to merge your contribution. Thank you!

Jul 12 2017, 3:11 PM · Pull Request, MITK
milano added a comment to T23055: Debug build problem in itkStreamlineTrackingFilter.

Hello Peter,

Jul 12 2017, 3:05 PM · Pull Request, MITK

Jul 11 2017

neher added a comment to T23055: Debug build problem in itkStreamlineTrackingFilter.

thank you for your contribution. Before merging your pull request we need you to sign off you commits: http://mitk.org/wiki/Sign_off_contribution

Jul 11 2017, 11:00 AM · Pull Request, MITK
kislinsk triaged T23055: Debug build problem in itkStreamlineTrackingFilter as Normal priority.

@neher
https://github.com/MITK/MITK/pull/205

Jul 11 2017, 10:40 AM · Pull Request, MITK

Jul 5 2017

kislinsk closed T22572: Migrate plugins from deprecated org.mitk.gui.qt.common.legacy dependency to org.mitk.gui.qt.common as Resolved.

I'm closing this one. The segmentation plugin was fixed by @kalali & friends. Other plugins that rely on IZombieViewPart should have the same error (QmitkFunctionality's activated/deactivated was mapped directly which does now different things), but we will open separate tasks for them.

Jul 5 2017, 8:58 AM · Pull Request, MITK
kislinsk closed T22254: Render windows show *not* the corresponding orientation after reinit with permuted axes as Resolved.
Jul 5 2017, 8:52 AM · Pull Request, MITK (2016-11)

Jul 3 2017

kislinsk updated the image for Pull Request from F37289: fa-tags-pink.png to F792360: profile.
Jul 3 2017, 12:49 PM

Jun 29 2017

franza closed T19825: SegFault when activating MitkIGTTrackingToolbox plugin while having registered a custom stl reader as Resolved.
Jun 29 2017, 9:15 AM · Pull Request, Bugzilla, MITK
franza closed T19559: Adding the possibility to only record valid NavigationData in the NavigationDataRecorder as Resolved.
Jun 29 2017, 9:15 AM · MITK, Pull Request, Bugzilla

Jun 26 2017

kalali closed T22847: 'OnSelectionChanged' of 'Single'Segmentation plugin does not work anymore, a subtask of T22572: Migrate plugins from deprecated org.mitk.gui.qt.common.legacy dependency to org.mitk.gui.qt.common, as Resolved.
Jun 26 2017, 3:15 PM · Pull Request, MITK

Jun 23 2017

espak added a comment to T22990: SlicedGeometry3D crash when volume is rotated by 45 degrees.

I sent a new PR and closed the previous one.

Jun 23 2017, 6:59 PM · Auto-closed, Pull Request, MITK
espak added a comment to T22990: SlicedGeometry3D crash when volume is rotated by 45 degrees.

I have to allow an epsilon difference for rounding error, but it is not enough, it still crashes when the volume is rotated around two world axes by 45 degrees. I get a matrix that I thought is invalid but it is not.

Jun 23 2017, 3:59 PM · Auto-closed, Pull Request, MITK
espak added a comment to T22990: SlicedGeometry3D crash when volume is rotated by 45 degrees.

Our tests failed. :-(

Jun 23 2017, 2:48 PM · Auto-closed, Pull Request, MITK
kislinsk closed T22971: Point selection does not disappear when moving the mouse away as Resolved.

Thanks! 👍

Jun 23 2017, 11:27 AM · Pull Request, MITK
kislinsk added a comment to T22971: Point selection does not disappear when moving the mouse away.

Pushed new branch T22971-MissingRenderWindowUpdate.

Jun 23 2017, 11:26 AM · Pull Request, MITK
eisenman added a comment to T19825: SegFault when activating MitkIGTTrackingToolbox plugin while having registered a custom stl reader.

Pushed new branch T19825-PullRequestIntegration.

Jun 23 2017, 11:22 AM · Pull Request, Bugzilla, MITK
eisenman claimed T19825: SegFault when activating MitkIGTTrackingToolbox plugin while having registered a custom stl reader.
Jun 23 2017, 11:17 AM · Pull Request, Bugzilla, MITK
eisenman claimed T19559: Adding the possibility to only record valid NavigationData in the NavigationDataRecorder.
Jun 23 2017, 11:17 AM · MITK, Pull Request, Bugzilla
eisenman moved T19825: SegFault when activating MitkIGTTrackingToolbox plugin while having registered a custom stl reader from Backlog to Bugsquashing - In Progress on the MITK board.
Jun 23 2017, 11:16 AM · Pull Request, Bugzilla, MITK
kislinsk triaged T22990: SlicedGeometry3D crash when volume is rotated by 45 degrees as Low priority.

What's the result? :)

Jun 23 2017, 10:59 AM · Auto-closed, Pull Request, MITK

Jun 22 2017

espak updated the task description for T22990: SlicedGeometry3D crash when volume is rotated by 45 degrees.
Jun 22 2017, 6:03 PM · Auto-closed, Pull Request, MITK
espak updated subscribers of T22990: SlicedGeometry3D crash when volume is rotated by 45 degrees.
Jun 22 2017, 5:59 PM · Auto-closed, Pull Request, MITK
espak added a comment to T22990: SlicedGeometry3D crash when volume is rotated by 45 degrees.

All the geometry tests of MITK pass on Linux, although probably there is not a test for this special case.

Jun 22 2017, 5:59 PM · Auto-closed, Pull Request, MITK
espak created T22990: SlicedGeometry3D crash when volume is rotated by 45 degrees.
Jun 22 2017, 5:43 PM · Auto-closed, Pull Request, MITK

Jun 16 2017

espak added a comment to T22971: Point selection does not disappear when moving the mouse away.

https://github.com/MITK/MITK/pull/201

Jun 16 2017, 6:22 PM · Pull Request, MITK
espak created T22971: Point selection does not disappear when moving the mouse away.
Jun 16 2017, 5:28 PM · Pull Request, MITK
kislinsk closed T22970: Correction to be able to retrieve ctk locations via berry::Platform as Resolved.
Jun 16 2017, 12:58 PM · Pull Request, MITK
kislinsk added a comment to T22970: Correction to be able to retrieve ctk locations via berry::Platform.

Pushed new branch T22970-RetrieveCTKLocationsViaBerryPlatform.

Jun 16 2017, 12:56 PM · Pull Request, MITK
kislinsk created T22970: Correction to be able to retrieve ctk locations via berry::Platform.
Jun 16 2017, 11:09 AM · Pull Request, MITK

Jun 9 2017

eisenman added a comment to T19559: Adding the possibility to only record valid NavigationData in the NavigationDataRecorder.

Pushed new branch T19559-PullRequestMasterIntegration.

Jun 9 2017, 4:35 PM · MITK, Pull Request, Bugzilla
eisenman added a comment to T19559: Adding the possibility to only record valid NavigationData in the NavigationDataRecorder.

Pushed new branch T19559-PullRequestIntegration.

Jun 9 2017, 2:50 PM · MITK, Pull Request, Bugzilla
onogur moved T19559: Adding the possibility to only record valid NavigationData in the NavigationDataRecorder from Backlog to Bugsquashing - In Progress on the MITK board.
Jun 9 2017, 11:09 AM · MITK, Pull Request, Bugzilla

Jun 4 2017

jernejf added a comment to T22591: Error compiling Mitk 2016-11 : Error on SimpleITK installation phase (patch provided).

Can someone just explain how to use this patch. I am fairly new to MITK and would be very thankful for an explanation!

Jun 4 2017, 1:27 PM · Restricted Project, Pull Request, MITK

May 30 2017

kislinsk triaged T22254: Render windows show *not* the corresponding orientation after reinit with permuted axes as Normal priority.
May 30 2017, 8:21 AM · Pull Request, MITK (2016-11)

May 24 2017

goyette added a comment to T22870: Crash on segmentation threshold [0, 1[.

A new PR: https://github.com/MITK/MITK/pull/199

May 24 2017, 9:55 PM · Pull Request, MITK
kislinsk added a comment to T19683: "Show only selected node" changes the visibility of crosshair.

+1

May 24 2017, 4:32 PM · Bugzilla, Pull Request, MITK
goyette closed T22811: No notification on ColorProperty change as Invalid.

You are totally right, this PR can't change anything because there's already a Modified() called just before. Furthermore, I can't even reproduce my own bug! My callbacks are now called as they should. I'm not sure what happened :| I'll convince myself that something related changed in MITK 2016.11 but I doubt it ^^

May 24 2017, 4:16 PM · Pull Request, MITK
goch added a comment to T19683: "Show only selected node" changes the visibility of crosshair.
  • Never modify node without BaseData.
May 24 2017, 4:11 PM · Bugzilla, Pull Request, MITK
kislinsk closed T22829: Pull request 195: Qml rendering modifications as Resolved.
May 24 2017, 3:57 PM · MITK, Pull Request
goyette added a comment to T19683: "Show only selected node" changes the visibility of crosshair.

I can't say I have the solution to that problem, but here's anyway what I would do:

  • Never modify node without BaseData.
  • If "Show helper objects" is checked: hide them too
  • otherwise, don't.
May 24 2017, 3:37 PM · Bugzilla, Pull Request, MITK
kislinsk added a comment to T22829: Pull request 195: Qml rendering modifications.

Pushed new branch T22829-Qml.

May 24 2017, 1:20 PM · MITK, Pull Request