Page MenuHomePhabricator
Feed All Stories

Jun 14 2019

kalali closed T26395: Overhaul multi widget layout selection widget as Resolved.
Jun 14 2019, 4:05 PM · MITK
kalali placed T25753: Some refactoring of the selection classes up for grabs.
Jun 14 2019, 4:02 PM · MITK
kalali placed T25804: [Selection concept] Set 'selected' property when using the new selection concept up for grabs.
Jun 14 2019, 4:02 PM · MITK (v2024.06), Request for Discussion
kalali placed T24771: [MITKDoc] Add a concept documentation for the data storage inspectors and the overhaul of the selection concept up for grabs.
Jun 14 2019, 4:02 PM · MITK (v2021.02)
kalali placed T23751: Introduction of new selection concept up for grabs.
Jun 14 2019, 4:01 PM · Noteworthy, MITK
kalali committed rMITKcba07a80dc9b: Merge branch 'T26394-Render-window-manager-tree-view' into T22946-Integration… (authored by kalali).
Merge branch 'T26394-Render-window-manager-tree-view' into T22946-Integration…
Jun 14 2019, 2:37 PM
steint committed rMITKb562d1bf841e: InjectView: add button to store dicom object in PACS Add client config to… (authored by steint).
InjectView: add button to store dicom object in PACS Add client config to…
Jun 14 2019, 2:16 PM
kalali placed T26394: [Render window manager] Provide tree view / model up for grabs.

Removing a node on 1. level with child nodes is not correctly reflected in the currently selected render specific tree. The tree model is updated with all data nodes of the data storage before the remove-process is finished so the data storage still contains the to-be-removed- data node.
If this also happens in the QmitkDataStorageSimpleTreeModel needs to be investigated.

Jun 14 2019, 12:20 PM · MITK (v2023.04), Restricted Project
kalali committed rMITK5a7c85698b70: Modify and extend the tree model (authored by kalali).
Modify and extend the tree model
Jun 14 2019, 12:20 PM
kalali committed rMITKf60c5f065d53: Add tree model in exchange for list model (authored by kalali).
Add tree model in exchange for list model
Jun 14 2019, 12:20 PM
kalali committed rMITK30536f2bc3a0: Add function to initialize specific render window properties (authored by kalali).
Add function to initialize specific render window properties
Jun 14 2019, 12:20 PM
kalali added a comment to T26394: [Render window manager] Provide tree view / model.

Pushed new branch T26394-Render-window-manager-tree-view.

Jun 14 2019, 12:20 PM · MITK (v2023.04), Restricted Project

Jun 13 2019

kislinsk added a member for Office: hausers.
Jun 13 2019, 2:17 PM
kalali claimed T26394: [Render window manager] Provide tree view / model.
Jun 13 2019, 1:03 PM · MITK (v2023.04), Restricted Project
hettich renamed T22342: Balloon Info text overlay hangs when selecting twice a node of a .cnf connectomics network in Connectomics statistics view -> Balloon Info. from vtk rendering crashes when selecting twice a node of a .cnf connectomics network in Connectomics statistics view -> Balloon Info. to Balloon Info text overlay hangs when selecting twice a node of a .cnf connectomics network in Connectomics statistics view -> Balloon Info..
Jun 13 2019, 12:40 PM · Auto-closed, MITK
steint closed T25927: Creating Annotations in fast succession assigns them the same GUIDs as Resolved.
Jun 13 2019, 8:06 AM · MITK

Jun 12 2019

steint committed rMITK67b6b1731eb4: Fixed overflow in UIDGenerator to get real random UIDs Improve UIDGeneratorTest (authored by steint).
Fixed overflow in UIDGenerator to get real random UIDs Improve UIDGeneratorTest
Jun 12 2019, 4:24 PM
steint committed rMITK2914a2fd2f40: Fix linux error (authored by steint).
Fix linux error
Jun 12 2019, 4:22 PM
kalali added a comment to T26399: Workbench crash on simple tree model update.

Possible solutions:

  1. Add
if (!parentItem)
    return QModelIndex();

to QModelIndex QmitkDataStorageSimpleTreeModel::parent(const QModelIndex &child) const

  1. Remove
if (m_Root)
{
  m_Root->Delete();
}

from void QmitkDataStorageSimpleTreeModel::DataStorageChanged(). This will lead to unreferenced pointers so I suggest to work with smart pointers (for this QmitkDataStorageTreeModelInternalItem needs to be modified).

Jun 12 2019, 4:19 PM · MITK, Request for Discussion
kalali triaged T26399: Workbench crash on simple tree model update as Normal priority.
Jun 12 2019, 4:06 PM · MITK, Request for Discussion
franza committed rMITK4e63e671fc50: Merge remote-tracking branch 'origin/T26372-AddAxisRSME' into T26372… (authored by franza).
Merge remote-tracking branch 'origin/T26372-AddAxisRSME' into T26372…
Jun 12 2019, 2:29 PM
franza committed rMITK9477c686c849: fixed a few linux compiler errors/warnings (authored by franza).
fixed a few linux compiler errors/warnings
Jun 12 2019, 2:29 PM
franza added a comment to T26372: Evaluation view for needle calibration test.

Pushed new branch T26372-MasterIntegration-2019-06.

Jun 12 2019, 2:28 PM · Auto-closed, IGT, MITK
kalali committed rMITK9ffd4fcef43c: Make empty place holder pixmap transparent (authored by kalali).
Make empty place holder pixmap transparent
Jun 12 2019, 11:33 AM
kalali committed rMITKf26bedaa00b3: Change string to denote lesion presence (authored by kalali).
Change string to denote lesion presence
Jun 12 2019, 11:33 AM
kalali committed rMITK6d42f82f3e90: Use context menu entry to create and link new segmentation (authored by kalali).
Use context menu entry to create and link new segmentation
Jun 12 2019, 11:33 AM
kalali committed rMITK5c8a46bc23e1: Merge branch 'T26395-Overhaul-layout-selection-widget' into T22946-Integration… (authored by kalali).
Merge branch 'T26395-Overhaul-layout-selection-widget' into T22946-Integration…
Jun 12 2019, 11:33 AM

Jun 11 2019

full created T26397: Multilabel Segmentation file cannot be converted to multilabel segmentation in MITK.
Jun 11 2019, 8:13 PM · MITK
kalali created T26396: [Segmentation] Refactor functions to create new (empty) segmentations.
Jun 11 2019, 3:05 PM · Next Milestone, Request for Discussion
franza committed rMITK97eb148603c1: disabled reference tracker by default (authored by franza).
disabled reference tracker by default
Jun 11 2019, 2:25 PM
kalali committed rMITKdc28f9189cdd: Remove surplus table columns (authored by kalali).
Remove surplus table columns
Jun 11 2019, 12:19 PM
kalali committed rMITKb1dbe1696724: Use white cell color to make the cells visible in dark theme mode (authored by kalali).
Use white cell color to make the cells visible in dark theme mode
Jun 11 2019, 12:19 PM
kalali committed rMITK1e0e1f706cd3: Move layout selection popup to the left so that it is fully visible (authored by kalali).
Move layout selection popup to the left so that it is fully visible
Jun 11 2019, 12:19 PM
kalali committed rMITKe6b796743dfb: Fill empty cells with place holder pixmap (authored by kalali).
Fill empty cells with place holder pixmap
Jun 11 2019, 12:19 PM
kalali added a comment to T26395: Overhaul multi widget layout selection widget.

Pushed new branch T26395-Overhaul-layout-selection-widget.

Jun 11 2019, 12:18 PM · MITK
kalali triaged T26395: Overhaul multi widget layout selection widget as Normal priority.
Jun 11 2019, 12:13 PM · MITK

Jun 7 2019

hettich closed T26385: build fails in MITK/Plugins/org.mitk.gui.qt.diffusionimaging.fiberprocessing/src/internal/QmitkFiberQuantificationView.cpp: error: ‘mitk::DICOMQIPropertyHandler’ has not been declared as Resolved.
Jun 7 2019, 6:48 PM · MITK
hettich committed rMITK60bb70e5c35c: Merge branch 'T26385-remove-undeclared-function-from… (authored by hettich).
Merge branch 'T26385-remove-undeclared-function-from…
Jun 7 2019, 5:51 PM
hettich committed rMITK0909f6c791e4: Hotfix: T26385-remove-undeclared-function-from-QmitkFiberQuantificationView.cpp (authored by hettich).
Hotfix: T26385-remove-undeclared-function-from-QmitkFiberQuantificationView.cpp
Jun 7 2019, 5:50 PM
hettich added a comment to T26385: build fails in MITK/Plugins/org.mitk.gui.qt.diffusionimaging.fiberprocessing/src/internal/QmitkFiberQuantificationView.cpp: error: ‘mitk::DICOMQIPropertyHandler’ has not been declared.

Pushed new branch T26385-remove-undeclared-function-from-QmitkFiberQuantificationView.cpp.

Jun 7 2019, 5:50 PM · MITK
kalali triaged T26394: [Render window manager] Provide tree view / model as Normal priority.
Jun 7 2019, 5:24 PM · MITK (v2023.04), Restricted Project
kalali committed rMITK957828cc8540: Cross-hair rotation does not work anymore (authored by kalali).
Cross-hair rotation does not work anymore
Jun 7 2019, 2:08 PM
thomass triaged T26388: Colorcoding for surfaces does not work correctly as Normal priority.
Jun 7 2019, 1:54 PM · Restricted Project, MITK
steint committed rMITK482453fd4242: Remove heap tests (authored by steint).
Remove heap tests
Jun 7 2019, 1:39 PM
kleina added a member for MIC: j562r.
Jun 7 2019, 10:58 AM
kleina added a member for Deep Learning: j562r.
Jun 7 2019, 10:57 AM
steint committed rMITK98b68802cf96: Refactor tests with cppunit (authored by steint).
Refactor tests with cppunit
Jun 7 2019, 10:50 AM

Jun 6 2019

jungsi committed rMITKf023337cb38a: Updated reference tracking of the mapper service (authored by jungsi).
Updated reference tracking of the mapper service
Jun 6 2019, 3:19 PM
steint committed rMITK3e40c7f4fea3: Add client which invokes displaying Add igtl2vtk conversion (authored by steint).
Add client which invokes displaying Add igtl2vtk conversion
Jun 6 2019, 1:59 PM
maleike added a comment to T26356: Colored render window frames misaligned.

@kislinsk Thanks for your quick fix. I had a look into your changes, this looks very much like an overdue cleanup. Thanks again!

Jun 6 2019, 1:29 PM · MITK
maleike awarded T26356: Colored render window frames misaligned a Pterodactyl token.
Jun 6 2019, 1:27 PM · MITK
maleike awarded rMITK07bb5cafa74d: Align segments of colored render window frames a Orange Medal token.
Jun 6 2019, 1:27 PM
neher triaged T26386: [MITK Diffusion] Reader should recognize bval and bvec files, not only bvals and bvecs as Wishlist priority.
Jun 6 2019, 8:21 AM · MITK

Jun 5 2019

hettich lowered the priority of T22342: Balloon Info text overlay hangs when selecting twice a node of a .cnf connectomics network in Connectomics statistics view -> Balloon Info. from Normal to Low.

Does not crash anymore, but the network node's balloon info text remains visible and unchanged, sticking to the world geometry even after deleting data node in the Data Manager.

Jun 5 2019, 8:44 PM · Auto-closed, MITK
hettich closed T19878: Fix simple colourization of DTI Glyphs as Resolved.
Jun 5 2019, 8:36 PM · MITK
hettich added a comment to T19878: Fix simple colourization of DTI Glyphs.

Someone fixed it, thanks.

Jun 5 2019, 8:36 PM · MITK
hettich closed T18662: odf glyphs are not rendered if image has negative entry in direction matrix as Resolved.

Underlying geometry problem seems to be fixed, cannot reproduce this bug anymore.

Jun 5 2019, 8:35 PM · Bugzilla, MITK
hettich added a comment to T26385: build fails in MITK/Plugins/org.mitk.gui.qt.diffusionimaging.fiberprocessing/src/internal/QmitkFiberQuantificationView.cpp: error: ‘mitk::DICOMQIPropertyHandler’ has not been declared.

I cannot find those names in ep/src/DCMQI (d067f81c8a8e43900b91861f771013406868672f) or DCMTK, either:

Jun 5 2019, 4:49 PM · MITK
hettich added a comment to T26385: build fails in MITK/Plugins/org.mitk.gui.qt.diffusionimaging.fiberprocessing/src/internal/QmitkFiberQuantificationView.cpp: error: ‘mitk::DICOMQIPropertyHandler’ has not been declared.

git-grep in the actual master (c4445dc0ce19d9e3b3c0bb930ee84543aed4e5b2) shows only one match:

Jun 5 2019, 4:04 PM · MITK
hettich created T26385: build fails in MITK/Plugins/org.mitk.gui.qt.diffusionimaging.fiberprocessing/src/internal/QmitkFiberQuantificationView.cpp: error: ‘mitk::DICOMQIPropertyHandler’ has not been declared.
Jun 5 2019, 4:02 PM · MITK
hettich closed T26384: g++-8 compilation error in MITK/Modules/DICOMPM/autoload/DICOMPMIO/mitkDICOMPMIO.cpp as Resolved.
Jun 5 2019, 3:08 PM · MITK
hettich committed rMITKc4445dc0ce19: Merge branch 'T26384-fix-misleading-inidentation' (authored by hettich).
Merge branch 'T26384-fix-misleading-inidentation'
Jun 5 2019, 3:08 PM
hettich committed rMITK4986381ca2f1: fix indentation an add braces arount single for()-instruction block to avoid… (authored by hettich).
fix indentation an add braces arount single for()-instruction block to avoid…
Jun 5 2019, 3:07 PM
hettich added a comment to T26384: g++-8 compilation error in MITK/Modules/DICOMPM/autoload/DICOMPMIO/mitkDICOMPMIO.cpp.

Pushed new branch T26384-fix-misleading-inidentation.

Jun 5 2019, 2:59 PM · MITK
hettich created T26384: g++-8 compilation error in MITK/Modules/DICOMPM/autoload/DICOMPMIO/mitkDICOMPMIO.cpp.
Jun 5 2019, 2:53 PM · MITK
kislinsk set the color for Office to Blue.
Jun 5 2019, 2:22 PM
kislinsk set the icon for Office to Group.
Jun 5 2019, 2:22 PM
kislinsk created Office.
Jun 5 2019, 2:18 PM
jungsi committed rMITK1e45ac1b329c: Fixed wrong fileName and dataType (authored by jungsi).
Fixed wrong fileName and dataType
Jun 5 2019, 2:07 PM
kalali committed rMITK0306c69d63cd: Refactor semantic relations actions (authored by kalali).
Refactor semantic relations actions
Jun 5 2019, 2:03 PM
kalali committed rMITKe92366c5395b: Remove messages from actions and use rethrow; added function description (authored by kalali).
Remove messages from actions and use rethrow; added function description
Jun 5 2019, 2:03 PM
jungsi committed rMITKefa663751cd2: corrected the layout's file name (authored by jungsi).
corrected the layout's file name
Jun 5 2019, 2:00 PM
jungsi committed rMITKc91a20cb518d: Removed comment and unneded layouts (authored by jungsi).
Removed comment and unneded layouts
Jun 5 2019, 2:00 PM
jungsi committed rMITK4d78894bce7f: Added tests for the annotation factory Moved default values of the layout… (authored by jungsi).
Added tests for the annotation factory Moved default values of the layout…
Jun 5 2019, 2:00 PM
jungsi committed rMITK5c088fc6b49e: Added example annotation layout (authored by jungsi).
Added example annotation layout
Jun 5 2019, 2:00 PM
jungsi committed rMITK16bb2a7f36ae: Added tests for the new annotation data providers (authored by jungsi).
Added tests for the new annotation data providers
Jun 5 2019, 2:00 PM
jungsi committed rMITK5a816adcbfe8: Architectural change: Allowed definition of lambdas to configure a data… (authored by jungsi).
Architectural change: Allowed definition of lambdas to configure a data…
Jun 5 2019, 1:59 PM
jungsi committed rMITK2daab83aba40: Added TimeStepProvider and used it in TemporoSpatialPropertyProvider (authored by jungsi).
Added TimeStepProvider and used it in TemporoSpatialPropertyProvider
Jun 5 2019, 1:59 PM
jungsi committed rMITK304a57534a6b: Make AnnotationTemporoSpatialPropertyProvider derive from… (authored by jungsi).
Make AnnotationTemporoSpatialPropertyProvider derive from…
Jun 5 2019, 1:59 PM
jungsi committed rMITK5372b0a45bac: Simplyfied DataProviders (authored by jungsi).
Simplyfied DataProviders
Jun 5 2019, 1:59 PM
jungsi committed rMITKfc4f16d1a153: Added view to plugin (authored by jungsi).
Added view to plugin
Jun 5 2019, 1:59 PM
jungsi committed rMITK9fc67cb87e45: Fixed linker errors plus small refactoring (authored by jungsi).
Fixed linker errors plus small refactoring
Jun 5 2019, 1:59 PM
jungsi committed rMITKaf2159e50c28: Major refactoring of plugin activator making use of prior extracted classes (authored by jungsi).
Major refactoring of plugin activator making use of prior extracted classes
Jun 5 2019, 1:59 PM
jungsi committed rMITK07342afe9dc4: Extracted loading functionality of annotation presets to seperate class (authored by jungsi).
Extracted loading functionality of annotation presets to seperate class
Jun 5 2019, 1:59 PM
jungsi committed rMITK34383a2c2a8c: Extracted node selection listener to seperate class (authored by jungsi).
Extracted node selection listener to seperate class
Jun 5 2019, 1:59 PM
jungsi committed rMITKa7042b8f377d: Added standard / default annotation data providers (authored by jungsi).
Added standard / default annotation data providers
Jun 5 2019, 1:59 PM
jungsi committed rMITK2ed269fa24c3: Add return value to CreateAnnotationsFromConfiguration (authored by jungsi).
Add return value to CreateAnnotationsFromConfiguration
Jun 5 2019, 1:59 PM
jungsi committed rMITK2df27eec4d22: Major refactoring distributing the set of responsibilities of AnnotationFactory… (authored by jungsi).
Major refactoring distributing the set of responsibilities of AnnotationFactory…
Jun 5 2019, 1:59 PM
jungsi committed rMITK9015833b7f9f: Refactored annotation plugin and extended tests (authored by jungsi).
Refactored annotation plugin and extended tests
Jun 5 2019, 1:59 PM
jungsi committed rMITKb2e293fc9d47: Refactoring and renaming. Cleanup of includes and include guards (authored by jungsi).
Refactoring and renaming. Cleanup of includes and include guards
Jun 5 2019, 1:58 PM
jungsi committed rMITK03a5b94fcf1e: Added function to save the actual configuration to json (authored by jungsi).
Added function to save the actual configuration to json
Jun 5 2019, 1:58 PM
jungsi committed rMITKa6a6a73c064f: Refactored the annotation factory, fixed SliceChanged method not being called. (authored by jungsi).
Refactored the annotation factory, fixed SliceChanged method not being called.
Jun 5 2019, 1:58 PM
jungsi committed rMITKb9f1ea760079: Added logo annotation (as of now with absolute path only) (authored by jungsi).
Added logo annotation (as of now with absolute path only)
Jun 5 2019, 1:58 PM
jungsi committed rMITK046cad94c611: Ideas regarding custom interdependent DataSources (authored by jungsi).
Ideas regarding custom interdependent DataSources
Jun 5 2019, 1:58 PM
jungsi committed rMITK7f21a1867077: Added first simple tests (authored by jungsi).
Added first simple tests
Jun 5 2019, 1:58 PM
jungsi committed rMITK03e00a9a026f: First draft of the annotations plugin responsible for creating the standard… (authored by jungsi).
First draft of the annotations plugin responsible for creating the standard…
Jun 5 2019, 1:58 PM
jungsi committed rMITK89d71e094673: First draft of the Annotation Module extension for dynamic data (authored by jungsi).
First draft of the Annotation Module extension for dynamic data
Jun 5 2019, 1:58 PM
rosst added a member for IMSY: scholzpa.
Jun 5 2019, 1:40 PM

Jun 4 2019

kalali committed rMITKc6069d1f64ca: Merge branch 'T26376-Remove-specific-render-windows-from-segmentation-plugin'… (authored by kalali).
Merge branch 'T26376-Remove-specific-render-windows-from-segmentation-plugin'…
Jun 4 2019, 6:33 PM
kalali committed rMITK4f47d770e31f: Check if currently active render window part has a 3d render window (authored by kalali).
Check if currently active render window part has a 3d render window
Jun 4 2019, 6:32 PM