Directory Modules/Volumes/

Directory Created:
2008-02-29 19:53
Total Files:
37
Deleted Files:
6
Lines of Code:
11411

[root]/Modules/Volumes
            directory in repo ImageData (3 files, 0 lines)
            directory in repo Resources (1 files, 235 lines)
            directory in repo Testing (6 files, 208 lines)

Lines of Code

Modules/Volumes/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 374 (100.0%) 12329 (100.0%) 32.9
kerstin 210 (56.1%) 9175 (74.4%) 43.6
tgl 8 (2.1%) 1260 (10.2%) 157.5
alexy 67 (17.9%) 1064 (8.6%) 15.8
pieper 26 (7.0%) 590 (4.8%) 22.6
naucoin 33 (8.8%) 130 (1.1%) 3.9
barre 9 (2.4%) 107 (0.9%) 11.8
vrnova 1 (0.3%) 3 (0.0%) 3.0
taox 7 (1.9%) 0 (0.0%) 0.0
lorensen 10 (2.7%) 0 (0.0%) 0.0
jcfr 1 (0.3%) 0 (0.0%) 0.0
hjohnson 1 (0.3%) 0 (0.0%) 0.0
domibel 1 (0.3%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-07 23:15 Rev.: 11209

ENH: Update CMakeLists.txt - CMake 2.6 is now required

The following line have been added:

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)

0 lines of code changed in 1 file:

  • Modules/Volumes: CMakeLists.txt (changed)
hjohnson 2009-12-05 23:16 Rev.: 11171

ENH: Moved DicomToNrrd to its own directory to make it easier to build stand alone.

0 lines of code changed in 1 file:

  • Modules/Volumes: CMakeLists.txt (changed)
naucoin 2009-11-23 18:47 Rev.: 11028

BUG: don't crash when can't get the FiducialSeeding module

0 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerDiffusionTestingWidget.cxx (changed)
vrnova 2009-11-17 10:40 Rev.: 10972

ENH: minor GUI update to show full label

3 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerVolumesGUI.cxx (+3 -3)
alexy 2009-09-18 13:47 Rev.: 10502

ENH: added AddExcludedChildClass to node selector and excluded vtkMRMLDiffusionTensorDisplayPropertiesNode from all color map selectors

0 lines of code changed in 6 files:

  • Modules/Volumes: vtkSlicerDiffusionTensorVolumeDisplayWidget.cxx (changed), vtkSlicerDiffusionTensorVolumeGlyphDisplayWidget.cxx (changed), vtkSlicerDiffusionWeightedVolumeDisplayWidget.cxx (changed), vtkSlicerLabelMapVolumeDisplayWidget.cxx (changed), vtkSlicerScalarVolumeDisplayWidget.cxx (changed), vtkSlicerVectorVolumeDisplayWidget.cxx (changed)
pieper 2009-09-10 13:26 Rev.: 10447

ENH: set master window for dialog

0 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerVolumesGUI.cxx (changed)
pieper 2009-08-27 13:11 Rev.: 10371

BUG: handle changes to the text entries

0 lines of code changed in 1 file:

  • Modules/Volumes: vtkKWWindowLevelThresholdEditor.cxx (changed)
naucoin 2009-08-26 14:48 Rev.: 10365

ENH: get the window level presets from the display node and let the user select them

0 lines of code changed in 4 files:

  • Modules/Volumes: vtkKWWindowLevelThresholdEditor.cxx (changed), vtkKWWindowLevelThresholdEditor.h (changed), vtkSlicerScalarVolumeDisplayWidget.cxx (changed), vtkSlicerScalarVolumeDisplayWidget.h (changed)
domibel 2009-08-16 11:14 Rev.: 10267

ENH: Version numbering for shared libraries

0 lines of code changed in 1 file:

  • Modules/Volumes: CMakeLists.txt (changed)
alexy 2009-06-25 08:49 Rev.: 9791

ENH: added Update Volume Display On Load option

26 lines of code changed in 2 files:

  • Modules/Volumes: vtkSlicerScalarVolumeDisplayWidget.cxx (+25 -1), vtkSlicerScalarVolumeDisplayWidget.h (+1)
naucoin 2009-05-27 16:44 Rev.: 9612

STYLE: changing the label text on the color selector widgets to say LUT instead of color

0 lines of code changed in 5 files:

  • Modules/Volumes: vtkSlicerDiffusionTensorVolumeDisplayWidget.cxx (changed), vtkSlicerDiffusionWeightedVolumeDisplayWidget.cxx (changed), vtkSlicerLabelMapVolumeDisplayWidget.cxx (changed), vtkSlicerScalarVolumeDisplayWidget.cxx (changed), vtkSlicerVectorVolumeDisplayWidget.cxx (changed)
naucoin 2009-05-14 11:29 Rev.: 9486

ENH: added osirix style win/level presets, no icons yet. Extended the presets to include icon and colour strings, change the colour node as well by reaching up into the parent widget

0 lines of code changed in 2 files:

  • Modules/Volumes: vtkKWWindowLevelThresholdEditor.cxx (changed), vtkKWWindowLevelThresholdEditor.h (changed)
naucoin 2009-05-11 16:03 Rev.: 9455

ENH: window/level presets for CT and PET volumes

112 lines of code changed in 5 files:

  • Modules/Volumes: CMakeLists.txt (changed), vtkKWWindowLevelThresholdEditor.cxx (changed), vtkKWWindowLevelThresholdEditor.h (changed), vtkSlicerVolumesIcons.cxx (new 73), vtkSlicerVolumesIcons.h (new 39)
alexy 2009-05-01 14:28 Rev.: 9385

BUG-FIXED: 560. Fixed mrml and widget events propagation for all kinds of volume display widgets and threshold/window level widget's histogram. Made it work with tear down and recreation of widgets.

0 lines of code changed in 8 files:

  • Modules/Volumes: vtkKWWindowLevelThresholdEditor.cxx (changed), vtkSlicerDiffusionTensorVolumeDisplayWidget.cxx (changed), vtkSlicerDiffusionWeightedVolumeDisplayWidget.cxx (changed), vtkSlicerLabelMapVolumeDisplayWidget.cxx (changed), vtkSlicerScalarVolumeDisplayWidget.cxx (changed), vtkSlicerVectorVolumeDisplayWidget.cxx (changed), vtkSlicerVolumeDisplayWidget.cxx (changed), vtkSlicerVolumesGUI.cxx (changed)
alexy 2009-04-07 14:52 Rev.: 9100

BUG-FIXED: 409 made volume threshold always update

0 lines of code changed in 1 file:

  • Modules/Volumes: vtkKWWindowLevelThresholdEditor.cxx (changed)
alexy 2009-03-27 09:42 Rev.: 8986

ENH: made default glyph spacing 5, performance improvements

1 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerDiffusionTensorVolumeGlyphDisplayWidget.cxx (+1)
pieper 2009-03-19 17:15 Rev.: 8920

BUG: fix Edit Properties context menus to select the node after entering the module - models GUI still needs to be fixes to update model hierarchy and node selector correctly

4 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerVolumesGUI.cxx (+4 -2)
alexy 2009-03-06 11:27 Rev.: 8845

BUG-FIXED: 458
Update Window level /threshold when changing tensor scalar selection

55 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerDiffusionTensorVolumeDisplayWidget.cxx (+55 -2)
pieper 2009-02-26 17:38 Rev.: 8761

BUG: fix typos and display/tooltip issues in GUI

1 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerDiffusionTestingWidget.cxx (+1 -1)
naucoin 2009-02-25 11:31 Rev.: 8743

BUG: use File->Save to save volumes instead

2 lines of code changed in 2 files:

  • Modules/Volumes: vtkSlicerVolumesGUI.cxx (+2 -119), vtkSlicerVolumesGUI.h (-4)
pieper 2009-02-20 12:25 Rev.: 8714

BUG: turn off display of 'little boxes' in the histogram widget since grabbing them could cause a crash in certain circumstances

2 lines of code changed in 1 file:

  • Modules/Volumes: vtkKWWindowLevelThresholdEditor.cxx (+2)
pieper 2009-02-19 16:25 Rev.: 8707

BUG: fix error that lead to leak

1 lines of code changed in 1 file:

  • Modules/Volumes: vtkKWWindowLevelThresholdEditor.cxx (+1 -1)
alexy 2009-02-16 16:12 Rev.: 8655

ENH: added help and about pages. Fixed loading man made MRML scene with partial volume information

2 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerVolumesGUI.cxx (+2 -2)
alexy 2009-02-09 16:34 Rev.: 8608

BUG-FIXED: update window/level/threshold on auto switch

25 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerScalarVolumeDisplayWidget.cxx (+25 -3)
alexy 2009-02-06 13:48 Rev.: 8590

ENH: performance optimization for volume display

75 lines of code changed in 3 files:

  • Modules/Volumes: vtkKWWindowLevelThresholdEditor.cxx (+59 -5), vtkKWWindowLevelThresholdEditor.h (+14 -2), vtkSlicerScalarVolumeDisplayWidget.cxx (+2 -1)
alexy 2009-01-30 11:14 Rev.: 8488

BUG-FIXED: 373, fixed references reading in TensorImageNode attributes

0 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerDiffusionTestingWidget.cxx (changed)
alexy 2009-01-27 16:54 Rev.: 8480

ENH: speedup switching volume display widgets for different volume types

0 lines of code changed in 2 files:

  • Modules/Volumes: vtkSlicerScalarVolumeDisplayWidget.cxx (changed), vtkSlicerVectorVolumeDisplayWidget.cxx (changed)
alexy 2009-01-27 16:10 Rev.: 8479

ENH: speedup switching volume display widgets for different volume types

0 lines of code changed in 6 files:

  • Modules/Volumes: vtkKWWindowLevelThresholdEditor.cxx (changed), vtkKWWindowLevelThresholdEditor.h (changed), vtkSlicerDiffusionTensorVolumeDisplayWidget.cxx (changed), vtkSlicerDiffusionWeightedVolumeDisplayWidget.cxx (changed), vtkSlicerScalarVolumeDisplayWidget.cxx (changed), vtkSlicerVectorVolumeDisplayWidget.cxx (changed)
pieper 2009-01-20 17:34 Rev.: 8420

ENH: new widget classes for vectors

578 lines of code changed in 2 files:

  • Modules/Volumes: vtkSlicerVectorVolumeDisplayWidget.cxx (new 488), vtkSlicerVectorVolumeDisplayWidget.h (new 90)
pieper 2009-01-20 17:30 Rev.: 8419

ENH: vector volume display improvements and typo fixes

0 lines of code changed in 5 files:

  • Modules/Volumes: CMakeLists.txt (changed), vtkSlicerDiffusionTestingWidget.cxx (changed), vtkSlicerVolumesGUI.cxx (changed), vtkSlicerVolumesGUI.h (changed), vtkSlicerVolumesLogic.cxx (changed)
lorensen 2008-12-27 11:34 Rev.: 8192

COMP: many warnings removed. STYLE: mainly indentation.

0 lines of code changed in 6 files:

  • Modules/Volumes: vtkKWWindowLevelThresholdEditor.cxx (changed), vtkSlicerDiffusionTensorVolumeGlyphDisplayWidget.cxx (changed), vtkSlicerDiffusionTestingWidget.cxx (changed), vtkSlicerLabelMapVolumeDisplayWidget.cxx (changed), vtkSlicerMeasurementFrameWidget.cxx (changed), vtkSlicerVolumesLogic.cxx (changed)
pieper 2008-12-09 13:55 Rev.: 8089

BUG: fix direct selection of certain modules (virtual overrides on the Enter() method)

0 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerVolumesGUI.h (changed)
pieper 2008-12-09 09:22 Rev.: 8087

ENH: add support for Go To Editor in Data GUI selecting the picked node

0 lines of code changed in 2 files:

  • Modules/Volumes: vtkSlicerVolumesGUI.cxx (changed), vtkSlicerVolumesGUI.h (changed)
pieper 2008-12-05 07:34 Rev.: 8051

STYLE: avoid extra debug prints

0 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerVolumesLogic.cxx (changed)
lorensen 2008-11-23 14:01 Rev.: 7961

COMP: various warnings.

0 lines of code changed in 4 files:

  • Modules/Volumes: vtkSlicerVolumesGUI.cxx (changed), vtkSlicerVolumesGUI.h (changed), vtkSlicerVolumesLogic.cxx (changed), vtkSlicerVolumesLogic.h (changed)
alexy 2008-09-28 11:59 Rev.: 7620

ENH: removed dependency on DisplayProperty node for DTI volumes

0 lines of code changed in 2 files:

  • Modules/Volumes: vtkSlicerDiffusionTensorVolumeDisplayWidget.cxx (changed), vtkSlicerVolumesLogic.cxx (changed)
pieper 2008-09-24 16:40 Rev.: 7602

BUG: catch bad read of volume data and delete reader

0 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerVolumesGUI.cxx (changed)
naucoin 2008-09-10 17:20 Rev.: 7569

ENH: set up the URI list

16 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerVolumesLogic.cxx (+16)
pieper 2008-09-08 15:46 Rev.: 7546

ENH: use two methods for wrapping variable number of arguments rather than using optional argument (this maintains backward compatibility)

0 lines of code changed in 1 file:

  • Modules/Volumes: vtkSlicerVolumesLogic.h (changed)
naucoin 2008-09-08 13:16 Rev.: 7542

ENH: add an optional string array of file names to pass to the storage node

0 lines of code changed in 2 files:

  • Modules/Volumes: vtkSlicerVolumesLogic.cxx (changed), vtkSlicerVolumesLogic.h (changed)

(99 more)

Generated by StatSVN 0.5.0