Page MenuHomePhabricator
Feed Advanced Search

May 24 2017

kislinsk added a project to T22829: Pull request 195: Qml rendering modifications: MITK.
May 24 2017, 1:20 PM · MITK, Pull Request
goch added a comment to T22573: Bad rotation zone for images with small spacing.

Thanks for the contribution.

May 24 2017, 1:17 PM · Auto-closed, Pull Request, MITK
goch closed T22810: Add a tolerance parameter to SurfaceToImageFilter as Resolved.

Thanks for the contribution.

May 24 2017, 1:17 PM · Pull Request, MITK
kislinsk claimed T22829: Pull request 195: Qml rendering modifications.
May 24 2017, 1:17 PM · MITK, Pull Request

May 23 2017

goch added a comment to T19683: "Show only selected node" changes the visibility of crosshair.

I am hesitant to integrate this pull request. I can understand the concern regarding invisible planes and agree that that should be solved. However just making all helper objects visible by default overshoots that target in my opinion.

May 23 2017, 5:04 PM · Bugzilla, Pull Request, MITK
goyette added a comment to T22811: No notification on ColorProperty change.

Haha, oups, as you can see, I didn't actually remember what I did :)

May 23 2017, 4:12 PM · Pull Request, MITK
goch reopened T22811: No notification on ColorProperty change as "Open".

Erm, I was mostly looking at the pull request you linked and that one just adds an unneeded line in

void mitk::LookupTableProperty::SetValue(const ValueType &value)
May 23 2017, 4:05 PM · Pull Request, MITK
goch added a revision to T22573: Bad rotation zone for images with small spacing: Restricted Differential Revision.
May 23 2017, 3:59 PM · Auto-closed, Pull Request, MITK
goyette added a comment to T22811: No notification on ColorProperty change.

I agree that there's a Modified() in LookupTableProperty but the bug is related to ColorProperty. You know your code base much more than me so maybe these properties are super related and I'm not aware of it but... why is LookupTableProperty relevant?

May 23 2017, 3:47 PM · Pull Request, MITK
goyette added a comment to T22870: Crash on segmentation threshold [0, 1[.

Hum, looking at it right now, I agree that it looks random :) I know that I tried doing the simple way (like goch's snippet) in the "logical" places but it wasn't working. I don't remember why though so I'll try again and keep you updated.

May 23 2017, 3:38 PM · Pull Request, MITK
goch closed T22820: Make more method const in FiberBundle as Resolved.

Seems to build and test fine. Thanks for the contribution.

May 23 2017, 11:20 AM · Pull Request, MITK
goch closed T22843: Icons are never found in contextMenuAction extension point as Resolved.

Seems to build and test fine. Thanks for the contribution.

May 23 2017, 11:19 AM · Pull Request, MITK
kislinsk added a comment to T22870: Crash on segmentation threshold [0, 1[.

I'm with Caspar here. This is a typical floating point precision issue which would preferably be resolved by using something like std::min() and std::max() when assigning lower/upper values.

May 23 2017, 8:11 AM · Pull Request, MITK

May 22 2017

goch added a comment to T22843: Icons are never found in contextMenuAction extension point.

Pushed new branch T22843-external-context-menu-icons.

May 22 2017, 5:50 PM · Pull Request, MITK
goch triaged T22870: Crash on segmentation threshold [0, 1[ as Normal priority.

The fix seems very random to me. Instead of just dividing the lower threshold by two , would it not be better to catch and correct the error at the place mentioned above?

May 22 2017, 5:18 PM · Pull Request, MITK
goch added a revision to T22810: Add a tolerance parameter to SurfaceToImageFilter: Restricted Differential Revision.
May 22 2017, 5:04 PM · Pull Request, MITK
goch added a comment to T22810: Add a tolerance parameter to SurfaceToImageFilter.

Pushed new branch T22810-Add-tolerance-to-surfacetoimagefilter.

May 22 2017, 5:00 PM · Pull Request, MITK
goch closed T22811: No notification on ColorProperty change as Invalid.

This should not be necessary, as there already is a Modified that is called:

May 22 2017, 4:48 PM · Pull Request, MITK
goch added a comment to T22820: Make more method const in FiberBundle.

Pushed new branch T22820-const-getters-for-fiber-bundles.

May 22 2017, 4:40 PM · Pull Request, MITK

May 18 2017

goyette added a project to T22870: Crash on segmentation threshold [0, 1[: Pull Request.

PR: https://github.com/MITK/MITK/pull/198

May 18 2017, 9:06 PM · Pull Request, MITK

May 15 2017

norajitr added a comment to T22254: Render windows show *not* the corresponding orientation after reinit with permuted axes.

Thanks for the hint. It turned out in the end that the default cubic interpolation simply messed with labels on the rotated view planes...

May 15 2017, 2:38 PM · Pull Request, MITK (2016-11)
kislinsk added a subtask for T22572: Migrate plugins from deprecated org.mitk.gui.qt.common.legacy dependency to org.mitk.gui.qt.common: T22847: 'OnSelectionChanged' of 'Single'Segmentation plugin does not work anymore.
May 15 2017, 1:36 PM · Pull Request, MITK

May 12 2017

goyette created T22843: Icons are never found in contextMenuAction extension point.
May 12 2017, 9:22 PM · Pull Request, MITK
espak added a comment to T22254: Render windows show *not* the corresponding orientation after reinit with permuted axes.

Maybe the rotation matrix is not set for the clipping plane? Just guessing...

May 12 2017, 12:52 PM · Pull Request, MITK (2016-11)
norajitr added a comment to T22254: Render windows show *not* the corresponding orientation after reinit with permuted axes.

Thanks for the clarification, that explains the rotation of course. We are having problems with some other tools (e.g. with the clipping plane plugin) that came up just in these cases with (permuted) non-unity matrices. Apparently, that is then unrelated with these fixes.

May 12 2017, 12:46 PM · Pull Request, MITK (2016-11)
espak added a comment to T22254: Render windows show *not* the corresponding orientation after reinit with permuted axes.

What do you think is wrong? It looks correct to me.

May 12 2017, 12:29 PM · Pull Request, MITK (2016-11)
norajitr reopened T22254: Render windows show *not* the corresponding orientation after reinit with permuted axes as "Open".

In some cases, the fix leads to unexpected results (see attached). That is, re-init / global re-inits cause image rotations.@Miklos, maybe you have an idea where to start fixing this issue?

May 12 2017, 11:35 AM · Pull Request, MITK (2016-11)

May 11 2017

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

Finally, a new, improved and shinny PR: https://github.com/MITK/MITK/pull/196

May 11 2017, 7:45 PM · MITK, Pull Request

May 10 2017

maleike created T22829: Pull request 195: Qml rendering modifications.
May 10 2017, 9:57 AM · MITK, Pull Request

May 9 2017

goyette added a project to T19683: "Show only selected node" changes the visibility of crosshair: Pull Request.
May 9 2017, 6:13 PM · Bugzilla, Pull Request, MITK
kislinsk updated subscribers of T22820: Make more method const in FiberBundle.
May 9 2017, 8:07 AM · Pull Request, MITK

May 8 2017

goyette created T22820: Make more method const in FiberBundle.
May 8 2017, 6:56 PM · Pull Request, MITK

May 5 2017

goyette created T22811: No notification on ColorProperty change.
May 5 2017, 8:03 PM · Pull Request, MITK
goyette created T22810: Add a tolerance parameter to SurfaceToImageFilter.
May 5 2017, 7:21 PM · Pull Request, MITK

May 3 2017

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

It took me a while but I tested a little more and:

  • Forget my PR, it's not good enough. It was a wonderful fix for OS X (the menus are unusable without my fix) but it doesn't fix the next point
  • There are visual glitches on Windows too. (Probably linux too), let me explain.
May 3 2017, 7:15 PM · MITK, Pull Request

May 2 2017

kislinsk assigned T22591: Error compiling Mitk 2016-11 : Error on SimpleITK installation phase (patch provided) to floca.
May 2 2017, 5:04 PM · Restricted Project, Pull Request, MITK

Apr 28 2017

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

Quickfixed Segmentation plugin. Need to investigate further.

Apr 28 2017, 3:32 PM · Pull Request, MITK
kislinsk added a comment to T22572: Migrate plugins from deprecated org.mitk.gui.qt.common.legacy dependency to org.mitk.gui.qt.common.

Pushed new branch T22572-Fixes.

Apr 28 2017, 10:16 AM · Pull Request, MITK

Apr 27 2017

espak added a comment to T22774: crash because unlimited undo history.

I updated the PR because the limit was applied only in one of the undo models. (The verbose undo model overrode the function in which the superclass applied the limit.)

Apr 27 2017, 4:42 PM · Pull Request, MITK
kislinsk added a project to T22774: crash because unlimited undo history: Pull Request.

Thank you! 👍

Apr 27 2017, 12:11 PM · Pull Request, MITK
kislinsk triaged T22699: Crash in MultiLabelSegmentation Plugin as Normal priority.

Something for the Bug Squashing Party tomorrow, thank you! 👍

Apr 27 2017, 11:24 AM · Pull Request, MITK
kislinsk triaged T22573: Bad rotation zone for images with small spacing as Normal priority.
Apr 27 2017, 11:11 AM · Auto-closed, Pull Request, MITK

Apr 10 2017

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

For reference the pull request:
https://github.com/MITK/MITK/pull/187

Apr 10 2017, 5:07 PM · Pull Request, MITK

Mar 17 2017

kislinsk added a comment to T22603: Cannot use external Eigen library with Mitk 2016-03 (patch provided).

Pushed new branch T22603-EigenIncludeDirFix.

Mar 17 2017, 4:13 PM · Pull Request, MITK
kislinsk closed T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view as Resolved.

Okay, thank you! We keep that in mind.

Mar 17 2017, 11:10 AM · Pull Request, MITK
kislinsk added a comment to T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.

Pushed new branch T22602-UmlautsInDataManager.

Mar 17 2017, 11:09 AM · Pull Request, MITK
maleike added a comment to T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.

I think my pull request does not worsen the current state but slightly improves on name editing in Data Manager. So it could be integrated regardless of further encoding cleanups.

Mar 17 2017, 10:51 AM · Pull Request, MITK
kislinsk updated subscribers of T22591: Error compiling Mitk 2016-11 : Error on SimpleITK installation phase (patch provided).
Mar 17 2017, 10:45 AM · Restricted Project, Pull Request, MITK
kislinsk closed T22603: Cannot use external Eigen library with Mitk 2016-03 (patch provided) as Resolved.

Thank you @aurelien! 👍

Mar 17 2017, 10:43 AM · Pull Request, MITK
kislinsk added a comment to T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.

@maleike What's the status. Should we merge the PR for now or wait for more fixes?

Mar 17 2017, 10:29 AM · Pull Request, MITK
kislinsk closed T22610: Distinguish between missing help pages and missing help context #185 as Resolved.

👍

Mar 17 2017, 10:26 AM · Pull Request, MITK
kislinsk added a comment to T22610: Distinguish between missing help pages and missing help context #185.

Pushed new branch T22610-DitinguishBetweenMissingHelpPagesAndMissingHelpContext.

Mar 17 2017, 10:24 AM · Pull Request, MITK

Mar 10 2017

kislinsk updated subscribers of T22572: Migrate plugins from deprecated org.mitk.gui.qt.common.legacy dependency to org.mitk.gui.qt.common.

@neher

T22572-no-common-legacy
Mar 10 2017, 10:32 AM · Pull Request, MITK

Mar 9 2017

maleike updated the task description for T22610: Distinguish between missing help pages and missing help context #185.
Mar 9 2017, 6:04 PM · Pull Request, MITK
maleike created T22610: Distinguish between missing help pages and missing help context #185.
Mar 9 2017, 6:03 PM · Pull Request, MITK
kislinsk closed T22607: Export MimeType's swap() and stream output. as Resolved.

👍

Mar 9 2017, 12:32 PM · MITK, Pull Request
maleike added a comment to T22607: Export MimeType's swap() and stream output..

@maleike Did you add your Email address associated with the commit to your Email addresses here on Phabricator?

Mar 9 2017, 11:53 AM · MITK, Pull Request
kislinsk added a comment to T22607: Export MimeType's swap() and stream output..

@maleike Did you add your Email address associated with the commit to your Email addresses here on Phabricator?

Mar 9 2017, 11:44 AM · MITK, Pull Request
kislinsk added a revision to T22607: Export MimeType's swap() and stream output.: Restricted Differential Revision.
Mar 9 2017, 11:40 AM · MITK, Pull Request
maleike added a comment to T19825: SegFault when activating MitkIGTTrackingToolbox plugin while having registered a custom stl reader.

added and signed off pull request iwegner:bug-19825-SegFault_in_IGTTrackingToolbox_pluigin

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

Mar 9 2017, 11:37 AM · Pull Request, Bugzilla, MITK
kislinsk claimed T22607: Export MimeType's swap() and stream output..
Mar 9 2017, 11:36 AM · MITK, Pull Request
maleike created T22607: Export MimeType's swap() and stream output..
Mar 9 2017, 11:29 AM · MITK, Pull Request

Mar 8 2017

maleike added a comment to T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.

Ohhhh, now I also discovered the cloud symbol :-) I havn't yet made the connection between "cloud" and "storage", still attached to disks obviously :-)

Mar 8 2017, 9:18 AM · Pull Request, MITK

Mar 7 2017

kislinsk added a comment to T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.

@maleike Regarding attachments, simply drag & drop them into the comment text box. 💡

Mar 7 2017, 8:36 PM · Pull Request, MITK
maleike added a comment to T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.

I spent quite some time now on understanding what is happening. Attached to this task are my detailed notes (see two comments further down).
The overall situation is complicated, so I need to meditate on it for some time before any further changes. Discussions are welcome.

Mar 7 2017, 6:03 PM · Pull Request, MITK
kislinsk added a comment to T22572: Migrate plugins from deprecated org.mitk.gui.qt.common.legacy dependency to org.mitk.gui.qt.common.

Seems to be related to the migration towards ILifeCycleAwarePart views, as the old Activated/Deactivated stuff apparently doesn't match to the new mechanism. For example, the interactions don't work because the selection is explicitly cleared in the Deactivated() method when clicking into the editor. I fixed the QmitkPointSetInteractionView so far. Needs to be tested manually, though, as it's always a strange feeling when simply deleting code and it still seems to work (again).

Mar 7 2017, 2:39 PM · Pull Request, MITK
kislinsk added a comment to T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.

@maleike Did you try to use QString::toLatin1() instead of QString::toStdString()? AFAIK this is used rather often in MITK.

Mar 7 2017, 12:59 PM · Pull Request, MITK
goch added a comment to T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.

@maleike I think the current policy could be best described as "free for all"
However I am fully in favor of using a consistent conversion and policy and am open for suggestions. UTF 8 as internal string encoding seems reasonable to me and should harmonize reasonably well with Qt.
The most trouble would probably be the interplay with other, especially file system related, toolkits.
itksys is a problem you already encountered. I believe boost filesystem is currently not used anywhere, Poco might be another issue. I believe tinyxml supports UTF8 as well.

Mar 7 2017, 11:54 AM · Pull Request, MITK
maleike added a comment to T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.
In T22602#96049, @goch wrote:

However as modern systems tend to support unicode filenames as well we might even want to consider changing the behaviour in QmitkIOUtil

Mar 7 2017, 11:35 AM · Pull Request, MITK
goch added a comment to T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.

I do not see an issue with it. EncodeName is really the wrong function to use at this point, as it was designed for encoding file names into platform/locale specific 8 bit.

Mar 7 2017, 10:51 AM · Pull Request, MITK
maleike added a comment to T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.

Wait a little, there's more to this, I'll probably add to the first commit!

Mar 7 2017, 10:36 AM · Pull Request, MITK
kislinsk triaged T22591: Error compiling Mitk 2016-11 : Error on SimpleITK installation phase (patch provided) as Normal priority.
Mar 7 2017, 10:32 AM · Restricted Project, Pull Request, MITK
kislinsk added a project to T22591: Error compiling Mitk 2016-11 : Error on SimpleITK installation phase (patch provided): Pull Request.
Mar 7 2017, 10:32 AM · Restricted Project, Pull Request, MITK
kislinsk added a project to T22603: Cannot use external Eigen library with Mitk 2016-03 (patch provided): Pull Request.
Mar 7 2017, 10:29 AM · Pull Request, MITK
maleike added a comment to T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.

I just fixed the original description, the encodeName() originates from a commit by @zelzer, not @floca (the commit I originally cited just reused the pattern in multiple other lines)

Mar 7 2017, 10:23 AM · Pull Request, MITK
kislinsk triaged T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view as Normal priority.

@goch As you put some effort in these things as far as I know, is there something against the PR?

Mar 7 2017, 10:15 AM · Pull Request, MITK
maleike updated the task description for T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.
Mar 7 2017, 10:04 AM · Pull Request, MITK

Mar 6 2017

maleike created T22602: Cannot use special characters (umlauts, accents) in Data Manager's tree view.
Mar 6 2017, 7:06 PM · Pull Request, MITK

Mar 3 2017

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

Hi, cool PR! 👍
Only had a very straight forward merge conflict and a forgotten migration from std::vector<mitk::DataNode*> to QList<mitk::DataNode::Pointer>. However, the interactions doesn't work anymore. For example, neither segmentation, clipping plane, nor point set work. I start to investigate what's going on, or what isn't.

Mar 3 2017, 2:31 PM · Pull Request, MITK
kislinsk added a comment to T22572: Migrate plugins from deprecated org.mitk.gui.qt.common.legacy dependency to org.mitk.gui.qt.common.

Pushed new branch T22572-no-common-legacy.

Mar 3 2017, 2:27 PM · Pull Request, MITK
kislinsk triaged T22572: Migrate plugins from deprecated org.mitk.gui.qt.common.legacy dependency to org.mitk.gui.qt.common as Normal priority.
Mar 3 2017, 1:31 PM · Pull Request, MITK
kislinsk claimed T22572: Migrate plugins from deprecated org.mitk.gui.qt.common.legacy dependency to org.mitk.gui.qt.common.
Mar 3 2017, 1:31 PM · Pull Request, MITK

Feb 28 2017

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

Well it depends on the details but it is possible that if a public method doesn't make no sense anymore, a strategy could be to mark that method as deprecated in the class declaration and making a no-op out of it in the class definition. The more interesting question is if code from other clients would still work as they expect or if they would need to follow a migration guide.

Feb 28 2017, 11:48 PM · MITK, Pull Request
goyette added a comment to T22065: QmitkRenderWindowMenu disappears or flickers on OS X.

Haha, ok, you're right, I don't want to do that. I don't know much about the deprecation process, so here's one question. Lets say my code is ok, the bug is fixed, but I deleted one public method somewhere because it made no sense anymore and it's incompatible with what I did. Are you telling me I must keep the old implementation along my new implementation for the next version(s)? The old implementation is buggy; it would make no sense to keep it.

Feb 28 2017, 6:08 PM · MITK, Pull Request

Feb 27 2017

goch closed T19360: Compatibility with old scene files broken (Surface line width redefined from int to float) as Resolved.
Feb 27 2017, 5:30 PM · Pull Request, Bugzilla, MITK
kislinsk added a comment to T22065: QmitkRenderWindowMenu disappears or flickers on OS X.

The thing is, if you change public interface, you must go through the deprecation process. And you don't want to do this. 😄 Especially if it is simply a cosmetic change. Thanks for looking into it again.

Feb 27 2017, 3:55 PM · MITK, Pull Request
goyette added a comment to T22065: QmitkRenderWindowMenu disappears or flickers on OS X.

Yes, I changed the public interface. I understand that you don't want to change it because some people might be using it, but all changes are related to the RenderWindowMenu. I doubt anyone outside of MITK is using this class.

Feb 27 2017, 3:33 PM · MITK, Pull Request
kislinsk added a project to T22573: Bad rotation zone for images with small spacing: Pull Request.
Feb 27 2017, 10:48 AM · Auto-closed, Pull Request, MITK
kislinsk added a comment to T22065: QmitkRenderWindowMenu disappears or flickers on OS X.

It's hard to understand what you actually did to fix the issue as you touched large portions of the code. It also seems like you changed the public interface? Please describe the bug precisely and why the QSplitter is causing the trouble and what's needed to fix the issue. Also, please simplify your commit to the bare minimum necessary to fix the issue, as otherwise it is too confusing to review, thank you. :-)

Feb 27 2017, 10:37 AM · MITK, Pull Request
kislinsk closed T22494: Region growing becomes unusable after several usages as Resolved.
Feb 27 2017, 10:22 AM · Pull Request, MITK
kislinsk closed T22464: Stuck in crosshair rotation as Resolved.

Thank you, @goyette. 👍

Feb 27 2017, 9:49 AM · Pull Request, MITK
kislinsk added a comment to T22464: Stuck in crosshair rotation.

Pushed new branch T22464-CrosshairRotation.

Feb 27 2017, 9:48 AM · Pull Request, MITK
kislinsk claimed T22464: Stuck in crosshair rotation.
Feb 27 2017, 9:43 AM · Pull Request, MITK
franza lowered the priority of T19559: Adding the possibility to only record valid NavigationData in the NavigationDataRecorder from Low to Wishlist.
Feb 27 2017, 9:30 AM · MITK, Pull Request, Bugzilla
franza lowered the priority of T19825: SegFault when activating MitkIGTTrackingToolbox plugin while having registered a custom stl reader from Low to Wishlist.
Feb 27 2017, 9:30 AM · Pull Request, Bugzilla, MITK
franza raised the priority of T19559: Adding the possibility to only record valid NavigationData in the NavigationDataRecorder from Wishlist to Low.
Feb 27 2017, 9:29 AM · MITK, Pull Request, Bugzilla
kislinsk raised the priority of T22464: Stuck in crosshair rotation from Low to Normal.
Feb 27 2017, 7:47 AM · Pull Request, MITK

Feb 24 2017

kislinsk added a project to T22572: Migrate plugins from deprecated org.mitk.gui.qt.common.legacy dependency to org.mitk.gui.qt.common: Pull Request.
Feb 24 2017, 9:59 PM · Pull Request, MITK
maleike added a comment to T19360: Compatibility with old scene files broken (Surface line width redefined from int to float).

Feb 24 2017, 6:07 PM · Pull Request, Bugzilla, MITK
goch added a revision to T19360: Compatibility with old scene files broken (Surface line width redefined from int to float): Restricted Differential Revision.
Feb 24 2017, 6:05 PM · Pull Request, Bugzilla, MITK