Page MenuHomePhabricator
Feed Advanced Search

Mar 10 2021

kislinsk closed T25316: ThemeIcon() of QmitkStyleManager and berryQtStyleManager does not work with eager plugins as Wontfix.

Hi there! 🙂

Mar 10 2021, 9:01 AM · MITK
kislinsk closed T25097: ItkImageIOTest: Missing tests for reading nrrd data with time geometry as Wontfix.

Hi there! 🙂

Mar 10 2021, 9:01 AM · MITK (v2024.06), Cleared, Restricted Project
kislinsk closed T25177: Use the new data node context menu for data storage inspectors, a subtask of T25056: Refactor data manager context menu, as Wontfix.
Mar 10 2021, 9:01 AM · MITK (v2024.06), Noteworthy
kislinsk closed T25042: How to handle update informations in heterogeneous time geometries and out of bound situations as Wontfix.

Hi there! 🙂

Mar 10 2021, 9:01 AM · MITK
kislinsk closed T25574: Remove ImageStatisticsCalculator::SetSecondaryMask as Wontfix.

Hi there! 🙂

Mar 10 2021, 9:01 AM · Auto-closed, Restricted Project, MITK
kislinsk closed T25574: Remove ImageStatisticsCalculator::SetSecondaryMask, a subtask of T25512: Restructure image statistics calculator, as Wontfix.
Mar 10 2021, 9:01 AM · MITK
kislinsk closed T25416: How to create a new MITK Plugin - start confusing as Wontfix.

Hi there! 🙂

Mar 10 2021, 9:01 AM · Auto-closed, MITK
kislinsk closed T25421: Documentation build fails on Ubuntu 18.04 and 16.04 (different errors) as Wontfix.

Hi there! 🙂

Mar 10 2021, 9:01 AM · Auto-closed, MITK
kislinsk closed T25676: Add new icons to the tutorial as Wontfix.

Hi there! 🙂

Mar 10 2021, 9:01 AM · Auto-closed, MITK
kislinsk closed T25790: MaskGenerator should be abstract class as Wontfix.

Hi there! 🙂

Mar 10 2021, 9:01 AM · Auto-closed, MITK
kislinsk closed T25742: Python wrapping might find inconsistent versions for lib and interpreter as Wontfix.

Hi there! 🙂

Mar 10 2021, 9:01 AM · Auto-closed, MITK
kislinsk closed T25584: Workbench randomly crashes when applying colormaps as Wontfix.

Hi there! 🙂

Mar 10 2021, 9:01 AM · Auto-closed, Restricted Project, MITK
kislinsk closed T25811: Add unit test for AccessTwoImagesFixedDimensionByItk_n macro as Wontfix.

Hi there! 🙂

Mar 10 2021, 9:01 AM · Auto-closed, MITK
kislinsk closed T25898: [imageStatisticsCalculator] Statistics of Masked images are computed inefficiently, a subtask of T25512: Restructure image statistics calculator, as Wontfix.
Mar 10 2021, 9:01 AM · MITK
kislinsk closed T25898: [imageStatisticsCalculator] Statistics of Masked images are computed inefficiently as Wontfix.

Hi there! 🙂

Mar 10 2021, 9:01 AM · Auto-closed, MITK
kislinsk closed T25974: add SetChartTypeForAllDataAndReload functionality as Wontfix.

Hi there! 🙂

Mar 10 2021, 9:01 AM · Auto-closed, MITK
kislinsk closed T25974: add SetChartTypeForAllDataAndReload functionality, a subtask of T25683: Chart Example Plugin, as Wontfix.
Mar 10 2021, 9:01 AM · MITK

Mar 9 2021

kislinsk edited the content of Development.
Mar 9 2021, 10:08 PM · MITK

Mar 8 2021

kislinsk edited the content of 2020 Week 25 (Late June).
Mar 8 2021, 9:20 AM

Mar 2 2021

kislinsk closed T28341: Crashes when using plugin with documentation opened (in MatchPoint,Modelfit,..) as Resolved.
Mar 2 2021, 11:12 PM · MITK
kislinsk committed rMITKbc70fcca1f66: Make use of GetRenderWindowPart() more robust (authored by kislinsk).
Make use of GetRenderWindowPart() more robust
Mar 2 2021, 11:12 PM
kislinsk committed rMITK288ecbcf8528: Make use of GetRenderWindowPart() more robust (authored by kislinsk).
Make use of GetRenderWindowPart() more robust
Mar 2 2021, 11:12 PM
kislinsk lowered the priority of T27196: Rewrite packaging of MITK from High to Normal.
Mar 2 2021, 11:10 AM · MITK (v2024.06), Cleared
kislinsk closed T23249: Ensure openSSL availability for MITK installers using XNAT plugin or other REST services, a subtask of T27196: Rewrite packaging of MITK, as Resolved.
Mar 2 2021, 11:10 AM · MITK (v2024.06), Cleared
kislinsk closed T23249: Ensure openSSL availability for MITK installers using XNAT plugin or other REST services, a subtask of T23301: XNAT improvements, as Resolved.
Mar 2 2021, 11:10 AM · Auto-closed, MITK
kislinsk closed T23249: Ensure openSSL availability for MITK installers using XNAT plugin or other REST services as Resolved.
Mar 2 2021, 11:10 AM · Restricted Project, CSI-HD, MITK
kislinsk added a revision to T28341: Crashes when using plugin with documentation opened (in MatchPoint,Modelfit,..): Unknown Object (Differential Revision).
Mar 2 2021, 10:57 AM · MITK
kislinsk added a comment to T28341: Crashes when using plugin with documentation opened (in MatchPoint,Modelfit,..).

I will go through the source tree and as a rule of thumb I will just add nullptr checks if the render window part is only used for rendering updates and add the OPEN strategy if more is done with the reference and there is not already a nullptr check.

Mar 2 2021, 8:49 AM · MITK
kislinsk claimed T28341: Crashes when using plugin with documentation opened (in MatchPoint,Modelfit,..).
Mar 2 2021, 8:45 AM · MITK

Mar 1 2021

kislinsk renamed T28341: Crashes when using plugin with documentation opened (in MatchPoint,Modelfit,..) from [Docu] Crashes when using plugin with documentation opened (in MatchPoint,Modelfit,..) to Crashes when using plugin with documentation opened (in MatchPoint,Modelfit,..).
Mar 1 2021, 8:57 PM · MITK
kislinsk added a comment to T28341: Crashes when using plugin with documentation opened (in MatchPoint,Modelfit,..).

I tested it in debug mode and the fix is pretty simple. The crashes occurs in lines like GetRenderWindowPart()->RequestUpdate() when GetRenderWindowPart() returns a nullptr. I guess there are quite a few unchecked lines like this in MITK.

Mar 1 2021, 8:57 PM · MITK
kislinsk added a comment to T28341: Crashes when using plugin with documentation opened (in MatchPoint,Modelfit,..).

When I reproduced the issue with MatchPoint, it didn't happen when the documentation was in the background (i.e. the documentation is not the active editor). I guess this is a good starting point for debugging.

Mar 1 2021, 3:16 PM · MITK
kislinsk edited the content of Code Guarantees.
Mar 1 2021, 10:39 AM
kislinsk edited the content of Code Guarantees.
Mar 1 2021, 10:29 AM
kislinsk renamed Code Guarantees from Code guarantees to Code Guarantees.
Mar 1 2021, 10:19 AM
kislinsk published a new version of Git Branching Model.
Mar 1 2021, 9:43 AM · MITK

Feb 24 2021

kislinsk moved T26399: Workbench crash on simple tree model update from MITK Meeting to Backlog on the Request for Discussion board.
Feb 24 2021, 11:26 AM · MITK, Request for Discussion
kislinsk lowered the priority of T26959: [Segmentation] Newly created LabelSet segmentation is not displayed as "outline binary" from Normal to Low.

We are going to rewrite the 2-d LabelSetImage mapper and write a 3-d LabelSetImage mapper this year, where this will be addressed. We should at least clean up the duality of the contour properties (binary vs. labelset.contour). We should probably allow to show the contour without any filling and we should clean up the coupling between contours and active label.

Feb 24 2021, 11:18 AM · MITK (v2024.06), Checklist, Request for Discussion

Feb 23 2021

kislinsk merged task T28327: Upgrading ITK version 4.13.3 to latest version of ITK 5.1.2 into T27437: Migrate MITK to use ITK 5.x .
Feb 23 2021, 10:59 AM · MITK
kislinsk merged T28327: Upgrading ITK version 4.13.3 to latest version of ITK 5.1.2 into T27437: Migrate MITK to use ITK 5.x .
Feb 23 2021, 10:59 AM · MITK-ProjectTemplate, MITK (v2022.04)

Feb 19 2021

kislinsk added a comment to T28282: Workbench does not start when building with Qt 5.15 on Linux.

I didn't really look into this but it reminds me of something I stumbled over a few weeks ago. There's a bug in C++ 14 regex regarding temporary strings: https://cplusplus.github.io/LWG/issue2329

Feb 19 2021, 9:40 AM · MITK

Feb 18 2021

kislinsk closed T28314: Text not showed in Python console using Theme Light as Wontfix.

Thanks for reporting. We recently rewrote the Python integration in MITK. Its status is at ~80% and it will get merged as soon as we figured out the packaging for Python in MITK (branch feature/T27923-python-dev). The QtPython module was removed as we do not longer depend on CTK/PythonQt for the Python integration.

Feb 18 2021, 9:42 PM · MITK
kislinsk triaged T28311: MitkFlowBench Naming Issue as Normal priority.
Feb 18 2021, 9:36 PM · Auto-closed, MITK
kislinsk triaged T28282: Workbench does not start when building with Qt 5.15 on Linux as High priority.
Feb 18 2021, 9:35 PM · MITK
kislinsk triaged T28281: Review C++ warnings configuration as Normal priority.
Feb 18 2021, 9:33 PM · Auto-closed, Request for Discussion, MITK
kislinsk triaged T28279: [Interaction] Improve image cropper cross hair interaction as Normal priority.
Feb 18 2021, 9:33 PM · Auto-closed, MITK
kislinsk triaged T28232: Shapemodels as Wishlist priority.
Feb 18 2021, 9:32 PM · Auto-closed, Kaapana (internal), Request for Discussion, MITK
kislinsk closed T28302: MITK CI jobs for Kaapana as Resolved.
Feb 18 2021, 9:29 PM · CI, MITK
kislinsk added a comment to T28302: MITK CI jobs for Kaapana.

I gave @schererj and @gaoh rights to start the Kaapana MITK build jobs and to read the configurations: https://ci.mitk.org/job/MITK/job/Kaapana/

Feb 18 2021, 9:28 PM · CI, MITK
kislinsk added a member for MITK: s434n.
Feb 18 2021, 6:34 PM
kislinsk added a comment to T28302: MITK CI jobs for Kaapana.
Feb 18 2021, 2:34 PM · CI, MITK
kislinsk added a comment to T28302: MITK CI jobs for Kaapana.

Okay, nice. Last question: You currently have both a PhenotypingRelease and a ClassificationCmdApps configuration. The apps of the latter one are also included in the former configuration. Is it fine to just go for PhenotypingRelease then at the cost of a little larger tarball as also the workbench application is included? @schererj

Feb 18 2021, 2:33 PM · CI, MITK
kislinsk added a comment to T28302: MITK CI jobs for Kaapana.

Okay. Currently running the first test with the PhenotypingRelease configuration and tag set to v2021.02. So the file name will be automatically versioned and will appear at https://www.mitk.org/download/kaapana/phenotyping/ once the build succeeds.

Feb 18 2021, 11:53 AM · CI, MITK
kislinsk added a comment to T28302: MITK CI jobs for Kaapana.

To all: Do you want to version files or do you want to simply override existing old installers when generating new ones (which happens with custom set revisions descriptions as done in a few docker files above)?

Feb 18 2021, 11:40 AM · CI, MITK
kislinsk added a comment to T28302: MITK CI jobs for Kaapana.

I noticed that the only plugins enabled in the "MitkVolume" configuration are the segmentation plugins. Do you explicitly want to have this "slim" version or is the official WorkbenchRelease configuration more sufficient?

Feb 18 2021, 11:38 AM · CI, MITK

Feb 16 2021

kislinsk closed T28000: MITK v2021.02 as Resolved.

Nvidia AIAA WorkbenchRelease binaries are building or were already deployed.

Feb 16 2021, 10:02 PM · MITK-ProjectTemplate, MITK (v2021.02)

Feb 15 2021

kislinsk added a comment to T28000: MITK v2021.02.

Deleted branch from rMPT MITK-ProjectTemplate: release/T28000-v2021.02.

Feb 15 2021, 3:18 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk committed rMPTa6977910a7c0: Merge branch 'master' into develop (authored by kislinsk).
Merge branch 'master' into develop
Feb 15 2021, 3:18 PM
kislinsk committed rMPTaaf7bd9d1cdf: Migrate to MITK's new selection widget (authored by kislinsk).
Migrate to MITK's new selection widget
Feb 15 2021, 3:18 PM
kislinsk committed rMPTe3c0aee19f6e: Merge branch 'release/T28000-v2021.02' (authored by kislinsk).
Merge branch 'release/T28000-v2021.02'
Feb 15 2021, 3:17 PM
kislinsk added a comment to T28000: MITK v2021.02.

Pushed new branch to rMPT MITK-ProjectTemplate: release/T28000-v2021.02.

Feb 15 2021, 3:14 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a comment to T28000: MITK v2021.02.

Deleted branch from rMPT MITK-ProjectTemplate: release/T28000-v2021.01.

Feb 15 2021, 3:13 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a comment to T28000: MITK v2021.02.

Deleted branch from rMITK MITK: bugfix/T28000-BumpDevelVersion.

Feb 15 2021, 3:11 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk committed rMITK7984ffeed3be: Merge branch 'master' into develop (authored by kislinsk).
Merge branch 'master' into develop
Feb 15 2021, 3:11 PM
kislinsk committed rMITK02b8c091029b: Bump MITK development version (authored by kislinsk).
Bump MITK development version
Feb 15 2021, 3:11 PM
kislinsk committed rMITKb9f34b51cab7: Merge branch 'bugfix/T28000-BumpDevelVersion' into develop (authored by kislinsk).
Merge branch 'bugfix/T28000-BumpDevelVersion' into develop
Feb 15 2021, 3:10 PM
kislinsk added a comment to T28000: MITK v2021.02.

Pushed new branch to rMITK MITK: bugfix/T28000-BumpDevelVersion.

Feb 15 2021, 3:10 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a comment to T28000: MITK v2021.02.

Deleted branch from rMITK MITK: bugfix/T28000-BumpDevelVersion.

Feb 15 2021, 3:09 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a comment to T28000: MITK v2021.02.

Deleted branch from rMITK MITK: release/T28000-v2021.02.

Feb 15 2021, 3:07 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a comment to T28000: MITK v2021.02.

Pushed new branch to rMITK MITK: bugfix/T28000-BumpDevelVersion.

Feb 15 2021, 3:05 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk edited the content of Changelog.
Feb 15 2021, 1:59 PM · MITK
kislinsk committed rMITKa526048fa0c3: Make app shortcuts on Windows work with spaces in paths (authored by kislinsk).
Make app shortcuts on Windows work with spaces in paths
Feb 15 2021, 1:51 PM
kislinsk committed rMITKd8b6ae5746fc: Allow executing app shortcuts on Windows from other directories (authored by kislinsk).
Allow executing app shortcuts on Windows from other directories
Feb 15 2021, 1:51 PM
kislinsk committed rMITK5b9cf4986990: Bump MITK version (authored by kislinsk).
Bump MITK version
Feb 15 2021, 1:51 PM
kislinsk committed rMITKae79ba96d7e2: Set working directory of app shortcuts on Windows to current directory (authored by kislinsk).
Set working directory of app shortcuts on Windows to current directory
Feb 15 2021, 1:51 PM
kislinsk committed rMITK33ea274cbd50: Fix erasing labels in 4-d images (authored by kislinsk).
Fix erasing labels in 4-d images
Feb 15 2021, 1:51 PM
kislinsk committed rMITK24935707b963: v2021.02 (authored by kislinsk).
v2021.02
Feb 15 2021, 1:51 PM
kislinsk published a new version of MITK v2021.02.
Feb 15 2021, 1:46 PM

Feb 13 2021

kislinsk edited the content of Merging into master Branch.
Feb 13 2021, 9:13 PM
kislinsk edited the content of 2021 Week 06 (Early February).
Feb 13 2021, 9:12 PM
kislinsk edited the content of 2021 Week 04 (Very Late January).
Feb 13 2021, 9:11 PM
kislinsk edited the content of 2020 Week 52 (Late December).
Feb 13 2021, 9:10 PM
kislinsk edited the content of 2020 Week 47 (Mid November).
Feb 13 2021, 9:10 PM
kislinsk edited the content of 2020 Week 43 (Late October).
Feb 13 2021, 9:09 PM
kislinsk edited the content of 2020 Week 39 (Late September).
Feb 13 2021, 9:09 PM
kislinsk edited the content of 2020 Week 36 (Very Early September).
Feb 13 2021, 9:08 PM
kislinsk edited the content of 2020 Week 31 (Very Late July).
Feb 13 2021, 9:07 PM
kislinsk edited the content of 2020 Week 27 (Very Early July).
Feb 13 2021, 9:07 PM
kislinsk edited the content of 2020 Week 25 (Late June).
Feb 13 2021, 9:06 PM

Feb 12 2021

kislinsk edited the content of 2020 Week 39 (Late September).
Feb 12 2021, 9:27 AM

Feb 11 2021

kislinsk updated the task description for T28000: MITK v2021.02.
Feb 11 2021, 11:12 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a comment to T28000: MITK v2021.02.

Pushed new branch to rMITK MITK: release/T28000-v2021.02.

Feb 11 2021, 11:06 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk removed a member for MatchPoint: hentsch.
Feb 11 2021, 5:53 PM
kislinsk removed a member for MatchPoint: pruem.
Feb 11 2021, 5:53 PM
kislinsk removed a member for MatchPoint: mangsa.
Feb 11 2021, 5:53 PM
kislinsk removed a member for MatchPoint: debusc.
Feb 11 2021, 5:53 PM
kislinsk removed a member for MITK-MBI: greinerm.
Feb 11 2021, 5:51 PM
kislinsk removed a member for MITK-MBI: yoganath.
Feb 11 2021, 5:51 PM
kislinsk removed a member for MITK-MBI: makosch.
Feb 11 2021, 5:51 PM
kislinsk removed a member for MITK-MBI: sattler.
Feb 11 2021, 5:51 PM