Import 2017-06-07 23:51:09: master 9b96c3cf

Author Committer Branch Timestamp Parent
lassoan lassoan master 2016-09-22 17:15:02 master a465fbd2
Changeset

ENH: Made vtkMRMLStorageNode::GetFileNameWithoutExtension more convenient

It strips known file extensions, which simplifies its usage (no need for three separate steps of
getting the filename, getting known extension, and then removing the known extension).

Also cleaned up a workaround that was introduced to quickly fix this issue:
http://www.na-mic.org/Bug/view.php?id=3991

git-svn-id: http://svn.slicer.org/Slicer4/trunk@25389 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Base/QTGUI/qSlicerSaveDataDialog.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLStorageNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLStorageNode.h Diff File
mod - Libs/MRML/Logic/vtkMRMLApplicationLogic.cxx Diff File
mod - Modules/Loadable/Volumes/qSlicerVolumesIOOptionsWidget.cxx Diff File