[root]/Modules/ProstateNav
Wizard
(12 files, 3072 lines)
newmat
(70 files, 25398 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 143 (100.0%) | 12579 (100.0%) | 87.9 |
| tokuda | 87 (60.8%) | 6876 (54.7%) | 79.0 |
| hliu | 32 (22.4%) | 5689 (45.2%) | 177.7 |
| alexy | 1 (0.7%) | 9 (0.1%) | 9.0 |
| pieper | 19 (13.3%) | 4 (0.0%) | 0.2 |
| hayes | 1 (0.7%) | 1 (0.0%) | 1.0 |
| naucoin | 2 (1.4%) | 0 (0.0%) | 0.0 |
| jcfr | 1 (0.7%) | 0 (0.0%) | 0.0 |
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:
BUG: typo that would cause use of unitialized variable
0 lines of code changed in 1 file:
BUG: avoid memory leak
0 lines of code changed in 1 file:
BUG: fix leaks in prostate nav module
0 lines of code changed in 2 files:
COMP: fix compile warnings
0 lines of code changed in 3 files:
ENH: implementing targeting step
0 lines of code changed in 2 files:
COMP: removing RobotNode and RobotDisplayNode from CMakeList.txt.
0 lines of code changed in 1 file:
ENH: putting step numbers into the titles of wizard pages
14 lines of code changed in 2 files:
ENH: deleting unnecessary files.
99 lines of code changed in 6 files:
COMP: fixing compile errors
4 lines of code changed in 1 file:
ENH: changing steps
9 lines of code changed in 2 files:
ENH: Changing color scheme.
23 lines of code changed in 2 files:
ENH: Step transitions are now managed by vtkMRMLProstateNavManagerNode.
569 lines of code changed in 8 files:
BUG: fixing compile error
0 lines of code changed in 1 file:
ENH: adding nodes for robot management
935 lines of code changed in 8 files:
ENH: chaging step names
3 lines of code changed in 2 files:
ENH: removing z-frame registration code from Calibration step class.
20 lines of code changed in 4 files:
ENH: adding robot registration classes.
1630 lines of code changed in 5 files:
ENH: deleting classes for NaviTrack support.
4 lines of code changed in 4 files:
ENH: updates in the last experiment during Project Week
10 lines of code changed in 4 files:
BUG: cleaning up some memory issues
0 lines of code changed in 2 files:
BUG: fixed a start crash.
0 lines of code changed in 1 file:
BUG: completely fixed memory leaking.
0 lines of code changed in 3 files:
STYLE: avoid compiler warning about unused variable
0 lines of code changed in 1 file:
COMP: fix compile warnings
0 lines of code changed in 1 file:
BUG: fix final leaks
0 lines of code changed in 1 file:
BUG: fix leaks
0 lines of code changed in 1 file:
BUG: fix leaks in ProstateNav. Still a crash on exit that needs to be fixed
0 lines of code changed in 1 file:
BUG: fixed a bug causing Slicer crash.
0 lines of code changed in 1 file:
BUG: re-enable freeing the steps array, but still don't call WizardWidget's Delete
0 lines of code changed in 1 file:
BUG: don't delete the wizard dialog, even though it leaks. With Delete there is an unexplained crash
0 lines of code changed in 1 file:
BUG: extra delete code to clean up leaks
0 lines of code changed in 1 file:
BUG: fix leaks by allowing module GUI to destruct
0 lines of code changed in 2 files:
STYLE: added directory path igtlutil to the #include directives
0 lines of code changed in 4 files:
COMP: fix warnings
4 lines of code changed in 2 files:
BUG: Disabled Emergency phase (Transition to this phase causes segmentation fault, since it hasn't been implemented.)
7 lines of code changed in 2 files:
ENH: added help and about pages. Fixed loading man made MRML scene with partial volume information
9 lines of code changed in 1 file:
BUG: Typo in CMakeLists.txt
1 lines of code changed in 1 file:
BUG: check the modelNode before we use it.
8 lines of code changed in 1 file:
BUG: include vtkProstateNavWin32Header.h
5 lines of code changed in 3 files:
(5 more)