25
I Use This!
Activity Not Available

News

Analyzed about 1 month ago. based on code collected 2 months ago.
Posted almost 8 years ago by jcfr
STYLE: vtkMRMLSubjectHierarchyNode: Fix sign-compare warning /path/to/Slicer/Libs/MRML/Core/vtkMRMLSubjectHierarchyNode.cxx: In member function ‘bool vtkMRMLSubjectHierarchyNode::vtkInternal::ResolveUnresolvedItems()’: ... [More] /path/to/Slicer/Libs/MRML/Core/vtkMRMLSubjectHierarchyNode.cxx:1639:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (numberOfUnresolvedItems == this->UnresolvedItems->Children.size()) ^ [Less]
Posted almost 8 years ago by jcfr
STYLE: vtkSegmentationCore: Fix unused parameter warnings
Posted almost 8 years ago by lassoan
ENH: Added centered slice jump crosshair behavior In Crosshair menu the user can now choose between slice jump with offset or centered (or jump slice disabled).
Posted almost 8 years ago by lassoan
ENH: Scissors cut depth can be limited in slice views
Posted almost 8 years ago by lassoan
BUG: Fixed qMRMLSpinBox maximum value setting
Posted almost 8 years ago by pinter
BUG: Rebuild subject hierarchy if resolve step fails If the saved scene is invalid for some reason (in the scene attached to the error report there were empty unresolved items in the unresolved items list, and as they did not have valid parents ... [More] , resolving them failed), then the subject hierarchy node is removed, which triggers re-building the hierarchy from scratch. The resulting hierarchy will be flat (except for the model and annotation hierarchies that can be rebuilt in SH), but at least there will be a valid subject hierarchy [Less]
Posted almost 8 years ago by jcfr
BUG: BuildSystem: Add missing entries from launcher settings This commit explicitly adds ITK_AUTOLOAD_PATH env. variable and Slicer_QTSCRIPTEDMODULES_LIB_DIR python path.
Posted almost 8 years ago by jcfr
STYLE: qSlicerPythonManager: Remove unneeded "pythonPaths()" function
Posted almost 8 years ago by jcfr
STYLE: BuildSystem: List one Slicer dependencies per line
Posted almost 8 years ago by jcfr
STYLE: Doxygen: Remove deprecated settings from config file