Import 2017-06-07 23:51:09: master e30fef25

Author Committer Branch Timestamp Parent
lassoan lassoan master 2017-05-27 11:10:29 master 6910a59e
Changeset

ENH: Improved table node

  • Changed table schema column name: "name" column in table schema looked like a regular property, it was not obvious that it refers to column name.
    "columnName" is now used instead, to make the reference more explicit.
  • Fixed copy-paste of bit type cells displayed as (checkboxes)
  • Updated documentation
  • Improved log messages and fixed.

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

mod - Libs/MRML/Core/Testing/TestData/table.schema.csv Diff File
mod - Libs/MRML/Core/Testing/vtkMRMLTableNodeTest1.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTableNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTableNode.h Diff File
mod - Libs/MRML/Core/vtkMRMLTableStorageNode.cxx Diff File
mod - Libs/MRML/Widgets/qMRMLTableModel.cxx Diff File
mod - Libs/MRML/Widgets/qMRMLTableView.cxx Diff File