Page MenuHomePhabricator
Feed Advanced Search

Dec 19 2016

nocnokneo committed rMITK59e58261a840: Patch Eigen to fix build failure when Ninja generator is used (authored by nocnokneo).
Patch Eigen to fix build failure when Ninja generator is used
Dec 19 2016, 10:35 AM

Nov 18 2016

nocnokneo committed rMITK4142204f5d72: Add NavigationDataSliceVisualization filter to IGT module (authored by nocnokneo).
Add NavigationDataSliceVisualization filter to IGT module
Nov 18 2016, 10:37 AM

Aug 2 2016

nocnokneo added projects to T19789: Superbuild fails building Eigen when using Ninja generator: MITK, Bugzilla.
Aug 2 2016, 10:24 AM · MITK (2016-11), Bugzilla
nocnokneo added a comment to T19789: Superbuild fails building Eigen when using Ninja generator.

Pull request: https://github.com/MITK/MITK/pull/132

Aug 2 2016, 10:24 AM · MITK (2016-11), Bugzilla
nocnokneo added a comment to T19104: Integrate Coverity Scan static analysis into superbuild and CDash scripts.

Pull request that implements the first half of this task (integrating Coverity into the superbuild):

Aug 2 2016, 10:20 AM · Pull Request, Bugzilla, MITK
nocnokneo added projects to T19104: Integrate Coverity Scan static analysis into superbuild and CDash scripts: MITK, Bugzilla.
Aug 2 2016, 10:20 AM · Pull Request, Bugzilla, MITK
nocnokneo added projects to T18394: Experimental QML support is not thread safe: MITK, Bugzilla.
Aug 2 2016, 10:16 AM · Bugzilla, MITK
nocnokneo added a comment to T18394: Experimental QML support is not thread safe.

Work-in-progress changes that are dependent on 18393:

Aug 2 2016, 10:16 AM · Bugzilla, MITK
nocnokneo added a comment to T18393: Experimental QML support is inflexible and inefficient.

I'm not working on it, but I know there are several stakeholders who are very much still interested in it.

Aug 2 2016, 10:16 AM · Bugzilla, MITK
nocnokneo added a comment to T18393: Experimental QML support is inflexible and inefficient.

I have a work-in-progress solution here that addresses this issue by rendering VTK to an OpenGL Framebuffer Object (FBO) and sharing that FBO with Qt Quick using QQuickFramebufferObject:

Aug 2 2016, 10:16 AM · Bugzilla, MITK
nocnokneo added projects to T18393: Experimental QML support is inflexible and inefficient: MITK, Bugzilla.
Aug 2 2016, 10:16 AM · Bugzilla, MITK
nocnokneo added a comment to T18393: Experimental QML support is inflexible and inefficient.

One additional note: Run applications with environment variable QML_BAD_GUI_RENDER_LOOP=1 in order to use single-threaded Qt Quick rendering so that you don't need to worry about the thread safety problems, which is a separate issue (T18394)

Aug 2 2016, 10:16 AM · Bugzilla, MITK
nocnokneo added a comment to T18119: Project-set value for MODULES_PACKAGE_DEPENDS_DIRS gets clobbered by MITKConfig.cmake.

Pull request: https://github.com/MITK/MITK/pull/88

Aug 2 2016, 10:14 AM · MITK (2014-10), Bugzilla
nocnokneo added projects to T18119: Project-set value for MODULES_PACKAGE_DEPENDS_DIRS gets clobbered by MITKConfig.cmake: MITK, Bugzilla.
Aug 2 2016, 10:14 AM · MITK (2014-10), Bugzilla
nocnokneo added a comment to T18113: Small code improvements.

Can I add a few small patches into this bug?

Aug 2 2016, 10:14 AM · MITK (2015-03), Bugzilla
nocnokneo added a comment to T18113: Small code improvements.

Thanks, Sascha!

Aug 2 2016, 10:14 AM · MITK (2015-03), Bugzilla
nocnokneo added a comment to T18099: Force any unit test with VTK memory leaks to fail.

Sounds good! The CMake generator expressions are a good idea if they'll work here.

Aug 2 2016, 10:14 AM · Bugzilla, MITK
nocnokneo added a comment to T18099: Force any unit test with VTK memory leaks to fail.

Pull request: https://github.com/MITK/MITK/pull/87

Aug 2 2016, 10:14 AM · Bugzilla, MITK
nocnokneo added projects to T18096: Unit tests in SurfaceInterpolation module leak VTK objects: MITK, Bugzilla.
Aug 2 2016, 10:14 AM · Auto-closed, Bugzilla, MITK
nocnokneo added projects to T18099: Force any unit test with VTK memory leaks to fail: MITK, Bugzilla.
Aug 2 2016, 10:14 AM · Bugzilla, MITK
nocnokneo added projects to T18095: Unit tests in PlanarFigure module leak VTK objects: MITK, Bugzilla.
Aug 2 2016, 10:14 AM · Auto-closed, Bugzilla, MITK
nocnokneo added projects to T18098: Unit test in Segmentation module leaks VTK objects: MITK, Bugzilla.
Aug 2 2016, 10:14 AM · Auto-closed, Bugzilla, MITK
nocnokneo added projects to T18097: Unit tests in DiffusionImaging module leak VTK objects: MITK, Bugzilla.
Aug 2 2016, 10:14 AM · Auto-closed, Bugzilla, MITK
nocnokneo added projects to T18091: SlicedGeometry3D contains many unnecessary dynamic_casts: MITK, Bugzilla.
Aug 2 2016, 10:14 AM · Bugzilla, MITK
nocnokneo added a comment to T18091: SlicedGeometry3D contains many unnecessary dynamic_casts.

Pull request: https://github.com/MITK/MITK/pull/85

Aug 2 2016, 10:14 AM · Bugzilla, MITK
nocnokneo added projects to T18080: Logic for enforcing a minimum window size in mitkRenderWindow is incorrect: MITK, Bugzilla.
Aug 2 2016, 10:14 AM · Auto-closed, MITK, Bugzilla
nocnokneo added projects to T18079: Qt5 build fails due to use of deprecated Geometry2DDataMapper2D in QmlMitkRenderWindowItem: MITK, Bugzilla.
Aug 2 2016, 10:14 AM · Bugzilla, MITK
nocnokneo added a comment to T18079: Qt5 build fails due to use of deprecated Geometry2DDataMapper2D in QmlMitkRenderWindowItem.

Pull request: https://github.com/MITK/MITK/pull/79

Aug 2 2016, 10:14 AM · Bugzilla, MITK
nocnokneo added a comment to T17864: Make Movie Maker work on Linux and Mac.

Hi Matt, You shouldn't have to do another pull request. In fact, you can (and even should) interactively rebase your topic branch, squashing micro-commits as you see necessary to get a nice set of logical commits ready to be merged into master. Looking forward to getting this enhancement in MITK master...

Aug 2 2016, 10:13 AM · Bugzilla, MITK
nocnokneo added a comment to T17816: Build is broken when using Qt5 with OpenViewCore and QmlItems.

Thanks! With that explanation it all makes sense. I was coming from the perspective making the Qt build configuration work the same regardless of Qt4 or Qt5 (using QT_QMAKE_EXECUTABLE), but you're right that it doesn't make sense. And anyway, at some point (probably in the distant future?) MITK will drop Qt4 support and only the (better) Qt5 configuration will be needed.

Aug 2 2016, 10:12 AM · MITK (2014-10), Bugzilla
nocnokneo added a comment to T17816: Build is broken when using Qt5 with OpenViewCore and QmlItems.

No problem. Thanks for merging and finishing the work! I have a couple questions:

Aug 2 2016, 10:12 AM · MITK (2014-10), Bugzilla
nocnokneo added a comment to T17816: Build is broken when using Qt5 with OpenViewCore and QmlItems.

Never mind about the cmake 2.8.12 dependency - I understand now.

Aug 2 2016, 10:12 AM · MITK (2014-10), Bugzilla
nocnokneo added projects to T17816: Build is broken when using Qt5 with OpenViewCore and QmlItems: MITK, Bugzilla.
Aug 2 2016, 10:12 AM · MITK (2014-10), Bugzilla
nocnokneo added a comment to T17815: SurfaceGLMapper2D does not use renderer-specific property for all properties.

GitHub pull request: https://github.com/MITK/MITK/pull/62

Aug 2 2016, 10:12 AM · MITK (2014-06), Bugzilla
nocnokneo added projects to T17815: SurfaceGLMapper2D does not use renderer-specific property for all properties: MITK, Bugzilla.
Aug 2 2016, 10:12 AM · MITK (2014-06), Bugzilla
nocnokneo added a comment to T17816: Build is broken when using Qt5 with OpenViewCore and QmlItems.

GitHub pull request: https://github.com/MITK/MITK/pull/63

Aug 2 2016, 10:12 AM · MITK (2014-10), Bugzilla
nocnokneo added projects to T17772: Stepper getter methods should be const: MITK, Bugzilla.
Aug 2 2016, 10:12 AM · Bugzilla, MITK
nocnokneo added a comment to T17772: Stepper getter methods should be const.

GitHub pull request:
https://github.com/MITK/MITK/pull/60

Aug 2 2016, 10:12 AM · Bugzilla, MITK
nocnokneo added a comment to T17727: Add support for renderer specific property predicate.

Github pull request:
https://github.com/MITK/MITK/pull/55

Aug 2 2016, 10:12 AM · Bugzilla, MITK
nocnokneo added projects to T17727: Add support for renderer specific property predicate: MITK, Bugzilla.
Aug 2 2016, 10:12 AM · Bugzilla, MITK
nocnokneo added a comment to T17721: NavigationDataToNavigationDataFilter should only set Modified() when it actually creates a new output.

Github pull request:
https://github.com/MITK/MITK/pull/54

Aug 2 2016, 10:12 AM · Bugzilla, MITK
nocnokneo added projects to T17721: NavigationDataToNavigationDataFilter should only set Modified() when it actually creates a new output: MITK, Bugzilla.
Aug 2 2016, 10:12 AM · Bugzilla, MITK
nocnokneo added projects to T17641: ImageVtkMapper2D does not use renderer-specific property for all properties: MITK, Bugzilla.
Aug 2 2016, 10:12 AM · Bugzilla, MITK
nocnokneo added a comment to T17641: ImageVtkMapper2D does not use renderer-specific property for all properties.

Github pull request:

Aug 2 2016, 10:12 AM · Bugzilla, MITK
nocnokneo added projects to T17581: us::AutoLoadModulesFromPath Prints logging messages before main(): MITK, Bugzilla.
Aug 2 2016, 10:11 AM · MITK (2015-03), Bugzilla
nocnokneo added projects to T17549: mitk::RenderWindowBase::GetRenderer method should be const: MITK, Bugzilla.
Aug 2 2016, 10:11 AM · Bugzilla, MITK
nocnokneo added a comment to T17529: Upgrade qtsingleapplication to get Qt5 support.

Great, thanks for merging! I'll make sure to re-enable the MITK pre-commit hook that I had meant to just temporarily disable.

Aug 2 2016, 10:11 AM · Bugzilla, MITK
nocnokneo added a comment to T17529: Upgrade qtsingleapplication to get Qt5 support.

Github pull request: https://github.com/MITK/MITK/pull/49

Aug 2 2016, 10:11 AM · Bugzilla, MITK
nocnokneo added a comment to T17529: Upgrade qtsingleapplication to get Qt5 support.

Just checking on status of this bug. Have there been any issues getting the pull request merged? I'm hoping the upgrade is transparent for all Qt4-based code.

Aug 2 2016, 10:11 AM · Bugzilla, MITK
nocnokneo added a comment to T17529: Upgrade qtsingleapplication to get Qt5 support.

I've tested with Qt5, but not Qt4. I can test with Qt4, but I figured it would be easier for you since that's your standard development environment (I think?).

Aug 2 2016, 10:11 AM · Bugzilla, MITK
nocnokneo added a comment to T17529: Upgrade qtsingleapplication to get Qt5 support.

Is that patch something general enough to be contributed to qtsolutions?

Aug 2 2016, 10:11 AM · Bugzilla, MITK
nocnokneo added projects to T17529: Upgrade qtsingleapplication to get Qt5 support: MITK, Bugzilla.
Aug 2 2016, 10:11 AM · Bugzilla, MITK
nocnokneo added a comment to T16765: Waiting for review: PlaneGeometryDataMapper2D unnecessarily requires a common parent node for each PlaneGeometryData.

Hi Stephan,

Aug 2 2016, 10:09 AM · MITK (2016-03), Bugzilla
nocnokneo added a comment to T16765: Waiting for review: PlaneGeometryDataMapper2D unnecessarily requires a common parent node for each PlaneGeometryData.

Uhoh... sounds like a problem since this code is used by nearly every MITK-based application that exists today (But also all the more reason to make sure it gets a thorough review before merging into master)

Aug 2 2016, 10:09 AM · MITK (2016-03), Bugzilla
nocnokneo added a comment to T16765: Waiting for review: PlaneGeometryDataMapper2D unnecessarily requires a common parent node for each PlaneGeometryData.

Thanks for reviewing, Michael. Is there someone else who needs to review and approve the changes to get this merged into master?

Aug 2 2016, 10:09 AM · MITK (2016-03), Bugzilla
nocnokneo added a comment to T16765: Waiting for review: PlaneGeometryDataMapper2D unnecessarily requires a common parent node for each PlaneGeometryData.

I looked into the why question. It seems the reason for the parent node is because the mapper that renders the PlaneGeometryData nodes as crosshairs needs a fast way to know about the other PlaneGeometryData nodes in the scene in order to paint the crosshair lines with a gap at the point where the planes intersect with each other.

Aug 2 2016, 10:09 AM · MITK (2016-03), Bugzilla
nocnokneo added a comment to T16765: Waiting for review: PlaneGeometryDataMapper2D unnecessarily requires a common parent node for each PlaneGeometryData.

Well, some mechanism for knowing about other visible PlaneGeometryData nodes is needed. Perhaps Daniel Maleike wasn't aware of this when he made a TODO note in the QmlMitkFourRenderWindowWidget.cpp about this issue, but I still think there is a more flexible solution that doesn't sacrifice performance.

Aug 2 2016, 10:09 AM · MITK (2016-03), Bugzilla
nocnokneo added a comment to T16765: Waiting for review: PlaneGeometryDataMapper2D unnecessarily requires a common parent node for each PlaneGeometryData.

Here's a pull request that implements a very simple mechanism for knowing about other visible PlaneGeometryData nodes.

Aug 2 2016, 10:09 AM · MITK (2016-03), Bugzilla
nocnokneo added projects to T16765: Waiting for review: PlaneGeometryDataMapper2D unnecessarily requires a common parent node for each PlaneGeometryData: MITK, Bugzilla.
Aug 2 2016, 10:09 AM · MITK (2016-03), Bugzilla
nocnokneo added a comment to T16674: Fix memory leaks in MITK Core.

FYI - Just updated pull request 83

Aug 2 2016, 10:09 AM · Bugzilla, MITK
nocnokneo added a comment to T16674: Fix memory leaks in MITK Core.

Pull request for leak fixes in ImageReadAccessor:
https://github.com/MITK/MITK/pull/80

Aug 2 2016, 10:09 AM · Bugzilla, MITK
nocnokneo added a comment to T16674: Fix memory leaks in MITK Core.

Fix memory leak in mitkImageVtkMapper2DLevelWindow unit test:
https://github.com/MITK/MITK/pull/84

Aug 2 2016, 10:09 AM · Bugzilla, MITK
nocnokneo added a comment to T16674: Fix memory leaks in MITK Core.

Another leak fix:
https://github.com/MITK/MITK/pull/82

Aug 2 2016, 10:09 AM · Bugzilla, MITK
nocnokneo added a comment to T16674: Fix memory leaks in MITK Core.

Fix for memory leak in VtkPropRenderer::Initialize2DvtkCamera:
https://github.com/MITK/MITK/pull/83

Aug 2 2016, 10:09 AM · Bugzilla, MITK
nocnokneo added a comment to T16674: Fix memory leaks in MITK Core.

Pull request for several leaks found while running unit tests against a build of VTK with VTK_DEBUG_LEAKS enabled:
https://github.com/MITK/MITK/pull/81

Aug 2 2016, 10:09 AM · Bugzilla, MITK
nocnokneo added projects to T16386: MITK-ProjectTemplate: Incorrect predicate testing if git needs to be found early: MITK, Bugzilla.
Aug 2 2016, 10:08 AM · Bugzilla, MITK
nocnokneo added projects to T16066: SliceNavigationController: Avoid crash when m_CreatedWorldGeometry is NULL: MITK, Bugzilla.
Aug 2 2016, 10:07 AM · Bugzilla, MITK
nocnokneo added a comment to T16066: SliceNavigationController: Avoid crash when m_CreatedWorldGeometry is NULL.

Pull request: https://github.com/MITK/MITK/pull/32

Aug 2 2016, 10:07 AM · Bugzilla, MITK
nocnokneo added projects to T16065: NavigationData timestamps are inaccurate: MITK, Bugzilla.
Aug 2 2016, 10:07 AM · Bugzilla, MITK
nocnokneo added a comment to T16060: Infinite loop in mitk::NavigationDataEvaluationFilter::CreateMembersForAllInputs.

Sounds good. I'll watch for T15963 to be closed/merged.

Aug 2 2016, 10:07 AM · Bugzilla, MITK
nocnokneo added a comment to T16060: Infinite loop in mitk::NavigationDataEvaluationFilter::CreateMembersForAllInputs.

Pull request: https://github.com/MITK/MITK/pull/31

Aug 2 2016, 10:07 AM · Bugzilla, MITK
nocnokneo added a comment to T16060: Infinite loop in mitk::NavigationDataEvaluationFilter::CreateMembersForAllInputs.

New remote branch pushed: bug-16060-InfiniteLoopInNavigationDataEvaluationFilter

Aug 2 2016, 10:07 AM · Bugzilla, MITK
nocnokneo added projects to T16060: Infinite loop in mitk::NavigationDataEvaluationFilter::CreateMembersForAllInputs: MITK, Bugzilla.
Aug 2 2016, 10:07 AM · Bugzilla, MITK
nocnokneo added a comment to T16027: mitk::NavigationData::PrintSelf does not print Orientation.

New remote branch pushed: bug-16027-NavigationData-PrintSelf-missing-Orientation

Aug 2 2016, 10:06 AM · MITK (2013-12), Bugzilla
nocnokneo added projects to T16028: COMP: Several BaseRenderer* parameters in mitk::DataNode are not const-correct: MITK, Bugzilla.
Aug 2 2016, 10:06 AM · Bugzilla, MITK
nocnokneo added a comment to T16028: COMP: Several BaseRenderer* parameters in mitk::DataNode are not const-correct.

Pull request: https://github.com/MITK/MITK/pull/30

Aug 2 2016, 10:06 AM · Bugzilla, MITK
nocnokneo added projects to T16027: mitk::NavigationData::PrintSelf does not print Orientation: MITK, Bugzilla.
Aug 2 2016, 10:06 AM · MITK (2013-12), Bugzilla
nocnokneo added a comment to T16027: mitk::NavigationData::PrintSelf does not print Orientation.

Pull request: https://github.com/MITK/MITK/pull/29

Aug 2 2016, 10:06 AM · MITK (2013-12), Bugzilla
nocnokneo added a comment to T16028: COMP: Several BaseRenderer* parameters in mitk::DataNode are not const-correct.

The previous pull request had not been rebased against master for a
while so it was missing a fix for a new DataNode method that has the
same const-correctness problem on the renderer parameter.

Aug 2 2016, 10:06 AM · Bugzilla, MITK
nocnokneo added projects to T15912: QmitkTransferFunctionWidget lacks renderer-specific transfer function ability: MITK, Bugzilla.
Aug 2 2016, 10:06 AM · Bugzilla, MITK
nocnokneo added a comment to T15912: QmitkTransferFunctionWidget lacks renderer-specific transfer function ability.

Pull request: https://github.com/MITK/MITK/pull/27

Aug 2 2016, 10:06 AM · Bugzilla, MITK
nocnokneo added a comment to T15913: Transfer function widgets do not display all digits of the selected point.

Pull request: https://github.com/MITK/MITK/pull/28

Aug 2 2016, 10:06 AM · Bugzilla, MITK
nocnokneo added projects to T15913: Transfer function widgets do not display all digits of the selected point: MITK, Bugzilla.
Aug 2 2016, 10:06 AM · Bugzilla, MITK
nocnokneo added projects to T15911: mitk::SerialCommunication is missing standard baud rates greater than 115200: MITK, Bugzilla.
Aug 2 2016, 10:06 AM · MITK (2013-12), Bugzilla
nocnokneo added a comment to T15911: mitk::SerialCommunication is missing standard baud rates greater than 115200.

New remote branch pushed: bug-15911-AddMissingBaudRates

Aug 2 2016, 10:06 AM · MITK (2013-12), Bugzilla
nocnokneo added a comment to T15911: mitk::SerialCommunication is missing standard baud rates greater than 115200.

Pull request: https://github.com/MITK/MITK/pull/26

Aug 2 2016, 10:06 AM · MITK (2013-12), Bugzilla
nocnokneo added projects to T15905: Unnecessary null pointer check in QmitkSliceWidget::GetDataStorage: MITK, Bugzilla.
Aug 2 2016, 10:06 AM · MITK (2013-09), Bugzilla
nocnokneo added a comment to T15905: Unnecessary null pointer check in QmitkSliceWidget::GetDataStorage.

Actually, I'm just going to split things up properly - there's not that much.

Aug 2 2016, 10:06 AM · MITK (2013-09), Bugzilla
nocnokneo added projects to T15906: NavigationDataTransformFilter: Add ability to precomose the user-supplied transform: MITK, Bugzilla.
Aug 2 2016, 10:06 AM · MITK (2013-12), Bugzilla
nocnokneo added a comment to T15905: Unnecessary null pointer check in QmitkSliceWidget::GetDataStorage.

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

Aug 2 2016, 10:06 AM · MITK (2013-09), Bugzilla
nocnokneo added a comment to T15906: NavigationDataTransformFilter: Add ability to precomose the user-supplied transform.

New remote branch pushed: bug-15906-NavigationDataTransformFilterAddPrecomose

Aug 2 2016, 10:06 AM · MITK (2013-12), Bugzilla
nocnokneo added a comment to T15906: NavigationDataTransformFilter: Add ability to precomose the user-supplied transform.

Pull request: https://github.com/MITK/MITK/pull/25

Aug 2 2016, 10:06 AM · MITK (2013-12), Bugzilla
nocnokneo added a comment to T15894: COMP: Unused Node predicate in Geometry2DDataVtkMapper3D.

Github pull request: https://github.com/MITK/MITK/pull/21

Aug 2 2016, 10:06 AM · Bugzilla, MITK
nocnokneo added a comment to T15895: NavigationDataObjectVisualizationFilter: If one input is bad, all subsequent outputs fail.

Pull request: https://github.com/MITK/MITK/pull/22

Aug 2 2016, 10:06 AM · MITK (2013-12), Bugzilla
nocnokneo added a comment to T15899: Need status of assignee: ImageVtkMapper2D ignores opacity part of TransferFunctionProperty.

Pull request: https://github.com/MITK/MITK/pull/23

Aug 2 2016, 10:06 AM · Bugzilla, MITK
nocnokneo added a comment to T15895: NavigationDataObjectVisualizationFilter: If one input is bad, all subsequent outputs fail.

New remote branch pushed: bug-15895-NavigationDataObjectVisualizationFilter-fixes

Aug 2 2016, 10:06 AM · MITK (2013-12), Bugzilla
nocnokneo added projects to T15899: Need status of assignee: ImageVtkMapper2D ignores opacity part of TransferFunctionProperty: MITK, Bugzilla.
Aug 2 2016, 10:06 AM · Bugzilla, MITK
nocnokneo added projects to T15895: NavigationDataObjectVisualizationFilter: If one input is bad, all subsequent outputs fail: MITK, Bugzilla.
Aug 2 2016, 10:06 AM · MITK (2013-12), Bugzilla
nocnokneo added projects to T15892: SlicedGeometry3D does not reorient slices about correct center: MITK, Bugzilla.
Aug 2 2016, 10:06 AM · Bugzilla, MITK
nocnokneo added projects to T15894: COMP: Unused Node predicate in Geometry2DDataVtkMapper3D: MITK, Bugzilla.
Aug 2 2016, 10:06 AM · Bugzilla, MITK