
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 194 (100.0%) | 8170 (100.0%) | 42.1 |
| hliu | 18 (9.3%) | 4813 (58.9%) | 267.3 |
| tokuda | 169 (87.1%) | 3343 (40.9%) | 19.7 |
| pieper | 5 (2.6%) | 14 (0.2%) | 2.8 |
| lorensen | 1 (0.5%) | 0 (0.0%) | 0.0 |
| jcfr | 1 (0.5%) | 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: fix leak
5 lines of code changed in 1 file:
ENH: InvokeEvent() calls have been moved from connector threads to the main thread. (By Andras)
0 lines of code changed in 5 files:
STYLE: removing debug code
0 lines of code changed in 1 file:
ENH: user interface to enable/disable CRC check
0 lines of code changed in 9 files:
BUG: Removing debug outputs.
0 lines of code changed in 1 file:
STYLE: removing debugging codes
0 lines of code changed in 1 file:
BUG: adding a line to check a pointer in the node list
0 lines of code changed in 1 file:
BUG: fixing bug that nodes are not removed from IO tree. Also some unused methos have been removed from the connector class.
0 lines of code changed in 3 files:
STYLE: deleting unnecessary methods and variables.
0 lines of code changed in 4 files:
ENH: reimplementing IGTL onnector as MRML node
0 lines of code changed in 18 files:
BUG: handle case where class name is NULL to avoid error messages at startup
5 lines of code changed in 1 file:
BUG: Fixing problems related to MRML Scene events.
0 lines of code changed in 6 files:
COMP: Deleting vtkIGTLConnector class
0 lines of code changed in 2 files:
ENH: Re-implementing connectors as MRML nodes.
2128 lines of code changed in 8 files:
BUG: fixed image position problem (vector lengths in the IMAGE message were not used to calculate the image center position)
0 lines of code changed in 1 file:
BUG: fixed bug that Slicer always centers imported images.
0 lines of code changed in 1 file:
ENH: added a new module - IGTNavigation.
0 lines of code changed in 3 files:
ENH: clarify precedence at line 169.
0 lines of code changed in 1 file:
BUG: Slice orienting function -- avoid the problem that Slicer automatically switches slice orientation.
8 lines of code changed in 1 file:
ENH: added CenterImage().
43 lines of code changed in 2 files:
BUG: default window/level calculation.
1 lines of code changed in 1 file:
BUG: Fixed the problem that ImageDataModifiedEvent is invoked twice.
0 lines of code changed in 1 file:
BUG: Fixed bug where VolumeRenderingCuda doesn't update the real-time image updated by OpenIGTLink. Suggested by Nicholas Herlambang.
5 lines of code changed in 1 file:
ENH: put modules into new IGT category
4 lines of code changed in 1 file:
BUG: lots of memory leaks.
0 lines of code changed in 1 file:
STYLE: set propnames (HeadURL, Data, and Revision)
59 lines of code changed in 17 files:
ENH: Style of help frame has been changed.
0 lines of code changed in 1 file:
BUG: image position
0 lines of code changed in 1 file:
BUG: fixed a bunch of widget leaks - still more to be done...
0 lines of code changed in 1 file:
BUG: avoid crashes when module is suppressed (GUI is never built)
0 lines of code changed in 1 file:
BUG:
0 lines of code changed in 1 file:
BUG: fixed pointer error for context menu
0 lines of code changed in 2 files:
BUG: fixed segmentation fault in vtkOpenIGTLinkIFLogic::RegisterMessageConverter().
0 lines of code changed in 1 file:
BUG: bad array size for quaternion
0 lines of code changed in 1 file:
BUG: check pointer after calling vtkIGTLToMRMLBase::GetNodeEvents().
0 lines of code changed in 1 file:
COMP: fixed compile error.
0 lines of code changed in 1 file:
ENH: vtkIGTLToMRMLBase class supports multiple device types
0 lines of code changed in 3 files:
BUG: fixed problem of memory re-allocation for incoming image data
0 lines of code changed in 1 file:
BUG: fixed outgoing POSITION data bug
0 lines of code changed in 1 file:
(21 more)