Directory Base/Logic/

Directory Created:
2006-01-30 16:05
Total Files:
60
Deleted Files:
16
Lines of Code:
21222

[root]/Base/Logic
            directory in repo Resources (0 files, 0 lines)
                directory in repo ColorFiles (5 files, 430 lines)
            directory in repo Testing (4 files, 233 lines)
            directory in repo Wrapping (0 files, 0 lines)
                directory in repo Tcl (1 files, 3 lines)

Lines of Code

Base/Logic/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 1030 (100.0%) 27362 (100.0%) 26.5
pieper 365 (35.4%) 9389 (34.3%) 25.7
rsierra 13 (1.3%) 3763 (13.8%) 289.4
alexy 223 (21.7%) 3533 (12.9%) 15.8
naucoin 166 (16.1%) 3366 (12.3%) 20.2
fedorov 17 (1.7%) 2561 (9.4%) 150.6
wjp@bwh.harvard.edu 61 (5.9%) 1919 (7.0%) 31.4
millerjv 43 (4.2%) 1323 (4.8%) 30.7
hliu 6 (0.6%) 624 (2.3%) 104.0
barre 25 (2.4%) 283 (1.0%) 11.3
kerstin 20 (1.9%) 263 (1.0%) 13.1
rjosest 25 (2.4%) 190 (0.7%) 7.6
FeiZhao 5 (0.5%) 97 (0.4%) 19.4
jcfr 3 (0.3%) 11 (0.0%) 3.6
pohl 3 (0.3%) 8 (0.0%) 2.6
malaterre 4 (0.4%) 8 (0.0%) 2.0
lorensen 13 (1.3%) 8 (0.0%) 0.6
andy 2 (0.2%) 6 (0.0%) 3.0
lauren 2 (0.2%) 4 (0.0%) 2.0
demian 2 (0.2%) 4 (0.0%) 2.0
davisb 6 (0.6%) 2 (0.0%) 0.3
tgl 5 (0.5%) 0 (0.0%) 0.0
taox 8 (0.8%) 0 (0.0%) 0.0
padfield 1 (0.1%) 0 (0.0%) 0.0
jcross186 1 (0.1%) 0 (0.0%) 0.0
gcasey 1 (0.1%) 0 (0.0%) 0.0
domibel 1 (0.1%) 0 (0.0%) 0.0
blezek 1 (0.1%) 0 (0.0%) 0.0
aylward 8 (0.8%) 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:

  • Base/Logic: CMakeLists.txt (changed)
alexy 2009-12-01 13:09 Rev.: 11097

BUG_FIXED: reverted changes to vtkSlicerViewerWidget and vtkSlicerSliceLogic

0 lines of code changed in 2 files:

  • Base/Logic: vtkSlicerSliceLogic.cxx (changed), vtkSlicerSliceLogic.h (changed)
alexy 2009-11-28 09:35 Rev.: 11067

BUG_FIXED: better manage nodes that are not registered

0 lines of code changed in 2 files:

  • Base/Logic: vtkSlicerSliceLogic.cxx (changed), vtkSlicerSliceLogic.h (changed)
pieper 2009-11-27 10:16 Rev.: 11063

BUG: back out changes that lead to failed tests

0 lines of code changed in 3 files:

  • Base/Logic: vtkSlicerSliceLayerLogic.cxx (changed), vtkSlicerSliceLogic.cxx (changed), vtkSlicerSliceLogic.h (changed)
alexy 2009-11-26 09:39 Rev.: 11062

BUG_FIXED: fixed multiple crashes on scene close and exit. Remove observers before objects are deleted

0 lines of code changed in 3 files:

  • Base/Logic: vtkSlicerSliceLayerLogic.cxx (changed), vtkSlicerSliceLogic.cxx (changed), vtkSlicerSliceLogic.h (changed)
jcfr 2009-11-19 09:05 Rev.: 10995

ENH: SlicerQT - Update qSlicerMainWindow to use the new qCTKCollapsibleWidget2.
ENH: SlicerQT - Clean vtkSlicerApplicationGUI, vtkSlicerModuleChooseGUI, vtkSlicerApplication and add InitializeQtCommandLineModules method
ENH: SlicerQT - Update qSlicerModuleLogic class
ENH: SlicerQT - Update QTCLI, add vtkCommandLineModuleNode, add UI resource file, update qSlicerCLIModuleLogic
ENH: SlicerQT - Rename initializer() to setup()
ENH: SlicerQT - In qSlicerModulePanel, rename signals. Split existing addModule method into AddModule, RemoveModule and SetModule. Add method clear.
ENH: SlicerQT - In CTK Factory, add uninstanciate method. Add QObject factory.
ENH: SlicerQT - Add macro qSlicerCxxInternalBckPtrConstructor1Macro
ENH: SlicerQT - Add appLogic and setAppLogic to qSlicerWidget.

8 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerTransformLogic.cxx (+8 -8)
jcfr 2009-11-10 20:34 Rev.: 10926

ENH: SlicerQT - Split Base/GUIQT into Base/QTBase and Base/QTGUI

3 lines of code changed in 1 file:

  • Base/Logic: CMakeLists.txt (+3 -3)
pieper 2009-10-26 17:54 Rev.: 10758

COMP: add dummy code to use return values and avoid new gcc warnings

4 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerApplicationLogic.cxx (+4 -2)
wjp@bwh.harvard.edu 2009-10-14 16:17 Rev.: 10648

ENH: adding procedural color node for PETCT Fusion

74 lines of code changed in 2 files:

  • Base/Logic: vtkSlicerColorLogic.cxx (+70), vtkSlicerColorLogic.h (+4)
pieper 2009-10-13 17:36 Rev.: 10636

BUG: set initial condition to avoid null pointer

1 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerSliceLogic.cxx (+1)
alexy 2009-10-02 14:36 Rev.: 10568

ENH: new architecture for Volume rendering module: hooked up ROI

0 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerSliceLogic.h (changed)
fedorov 2009-09-30 22:02 Rev.: 10552

ENH: warn once

0 lines of code changed in 1 file:

  • Base/Logic: vtkPichonFastMarching.cxx (changed)
pieper 2009-08-28 16:45 Rev.: 10388

STYLE: clean up dead code

0 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerSliceLogic.cxx (changed)
pieper 2009-08-27 13:19 Rev.: 10374

ENH: include an IsClosed flag on the scene so other code can tell if it is correct to respond to events and add nodes

0 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerSliceLogic.cxx (changed)
naucoin 2009-08-26 12:46 Rev.: 10359

ENH: better category of dGEMRIC nodes

0 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerColorLogic.cxx (changed)
naucoin 2009-08-25 12:54 Rev.: 10347

ENH: change File category to Labels from File

0 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerColorLogic.cxx (changed)
millerjv 2009-08-21 20:50 Rev.: 10333

ENH: Crosshairs without navigation controls

0 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerSliceLogic.cxx (changed)
domibel 2009-08-16 11:14 Rev.: 10267

ENH: Version numbering for shared libraries

0 lines of code changed in 1 file:

  • Base/Logic: CMakeLists.txt (changed)
naucoin 2009-08-14 12:48 Rev.: 10255

STYLE: fix comment

0 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerModelsLogic.cxx (changed)
naucoin 2009-08-13 09:28 Rev.: 10239

COMP: 5.2 to 5.4 deprecated methods

0 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerGlyphSource2D.cxx (changed)
naucoin 2009-08-12 18:23 Rev.: 10235

BUG: add in error checking for when fail to read models and overlays

0 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerModelsLogic.cxx (changed)
naucoin 2009-08-12 16:45 Rev.: 10233

ENH: adding reverse alpha blend as per feature request in bug tracker #539

0 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerSliceLogic.cxx (changed)
naucoin 2009-08-07 17:37 Rev.: 10199

ENH: use the node Attributes to categorise the color nodes, first step to providing them in an ordered fashion in the drop down menu

0 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerColorLogic.cxx (changed)
naucoin 2009-08-07 17:24 Rev.: 10198

ENH: if made a new model display node when reading in a model, check to see if there are scalars on the point data, and if so, make them visible and use the RedGreen color node to display them. This avoids a CLI user having to always set the scalars visible when a model with scalar overlay is returned to Slicer's GUI

0 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerApplicationLogic.cxx (changed)
millerjv 2009-07-28 12:41 Rev.: 10068

BUG: pointers are not printed with 0x prefix on DevStudio 2008

1 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerApplicationLogic.cxx (+1 -1)
fedorov 2009-07-20 15:52 Rev.: 9977

BUG: hopefully temporary fix for infinite value of s

7 lines of code changed in 1 file:

  • Base/Logic: vtkPichonFastMarching.cxx (+7 -1)
pieper 2009-07-09 13:39 Rev.: 9894

COMP: fix array delete call

1 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerColorLogic.cxx (+1 -1)
naucoin 2009-07-09 13:12 Rev.: 9893

BUG: trying to get crash on exit cleared up (not deleting colorStorageNode1

4 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerColorLogic.cxx (+4 -3)
fedorov 2009-07-03 09:51 Rev.: 9843

STYLE: formatting

78 lines of code changed in 1 file:

  • Base/Logic: vtkPichonFastMarching.cxx (+78 -79)
fedorov 2009-06-30 19:47 Rev.: 9833

BUG/ENH: new class added to generate rectangle mask. This class was/is also
available in ChangeTracker, but now needed by ExtractSubvolumeROI module, thus
broken dependency...

536 lines of code changed in 3 files:

  • Base/Logic: CMakeLists.txt (+1), vtkImageRectangularSource.cxx (new 430), vtkImageRectangularSource.h (new 105)
millerjv 2009-06-30 08:01 Rev.: 9825

ENH: Pass diffusion weighted, diffusion tensor, and general vector images through memory to shared object command line modules instead of files. \nNOTE: RAS to LPS conversions are performed on the measurement frames which should be correct for DW and DT data. However, general vector images are probably not handled properly here (or elsewhere in Slicer) where an RAS to LPS conversion should modify components of each vector (flip the sign on x and y components.

6 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerApplicationLogic.cxx (+6 -1)
naucoin 2009-06-29 12:07 Rev.: 9820

BUG: avoid triggering an unknown type error message when adding default colour table nodes

2 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerColorLogic.cxx (+2 -2)
naucoin 2009-06-26 10:59 Rev.: 9804

BUG: skip unknown color nodes

16 lines of code changed in 1 file:

  • Base/Logic: vtkSlicerColorLogic.cxx (+16 -13)
naucoin 2009-06-25 16:53 Rev.: 9799

BUG: take out the FreeSurfer surface colours file, rename some labels

3 lines of code changed in 2 files:

  • Base/Logic: vtkSlicerColorLogic.cxx (+3 -57), vtkSlicerColorLogic.h (-4)
pieper 2009-06-17 08:37 Rev.: 9715

STYLE: fix spelling errors identified by Dominique as part of the debian checkin process

0 lines of code changed in 1 file:

  • Base/Logic: vtkDataIOManagerLogic.cxx (changed)
fedorov 2009-06-16 15:58 Rev.: 9711

BUG: fix from Attila Nagy to correctly identify Solaris

1 lines of code changed in 1 file:

  • Base/Logic: vtkPichonFastMarchingPDF.h (+1 -1)
fedorov 2009-05-18 16:30 Rev.: 9538

STYLE: warning

0 lines of code changed in 1 file:

  • Base/Logic: vtkPichonFastMarching.cxx (changed)
fedorov 2009-05-18 16:27 Rev.: 9536

BUG: another header

0 lines of code changed in 1 file:

  • Base/Logic: vtkPichonFastMarchingPDF.h (changed)
fedorov 2009-05-18 16:18 Rev.: 9535

BUG: missing header for windows

0 lines of code changed in 1 file:

  • Base/Logic: vtkPichonFastMarchingPDF.h (changed)
fedorov 2009-05-18 15:10 Rev.: 9531

STYLE: fixed warnings

0 lines of code changed in 1 file:

  • Base/Logic: vtkPichonFastMarching.cxx (changed)

(579 more)

Generated by StatSVN 0.5.0