[root]/Modules/Editor
ImageData
(142 files, 0 lines)
Testing
(1 files, 50 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 439 (100.0%) | 9154 (100.0%) | 20.8 |
| pieper | 399 (90.9%) | 8814 (96.3%) | 22.0 |
| millerjv | 12 (2.7%) | 221 (2.4%) | 18.4 |
| barre | 6 (1.4%) | 58 (0.6%) | 9.6 |
| naucoin | 10 (2.3%) | 34 (0.4%) | 3.4 |
| fedorov | 1 (0.2%) | 9 (0.1%) | 9.0 |
| wjp@bwh.harvard.edu | 6 (1.4%) | 8 (0.1%) | 1.3 |
| vrnova | 2 (0.5%) | 7 (0.1%) | 3.5 |
| andy | 1 (0.2%) | 2 (0.0%) | 2.0 |
| freudling | 1 (0.2%) | 1 (0.0%) | 1.0 |
| jcfr | 1 (0.2%) | 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:
ENH: turn off cursor icon while drawing to make it easier to see actual data
0 lines of code changed in 1 file:
ENH: minor GUI update to clamp paint radius to be equal or greater than 1 (pixel) (will we have half pixel drawing support?)
3 lines of code changed in 1 file:
ENH: minor GUI update (easier to read names in selector widgets)
4 lines of code changed in 1 file:
BUG: disabled the 'fit to window' that automatically happens when a volume from which a label map should be derived is selected in the Editor: mantisbug 690
2 lines of code changed in 1 file:
ENH: turn off corner annocations during interactive processes (paint, draw, pan, zoom) for much better performance
7 lines of code changed in 3 files:
BUG: add missing ack
0 lines of code changed in 1 file:
BUG: propagating the change in the way MRML observers should be registered for VTK events (commit 9941)
9 lines of code changed in 1 file:
BUG: first pass at using the color node of the volume being edited.
4 lines of code changed in 1 file:
ENH: added ability to select existing or create new label maps from existing volumes
0 lines of code changed in 1 file:
BUG: up the widget width for the label to show four digits, to work with FreeSurfer FSLabels LUT
0 lines of code changed in 1 file:
ENH: debug leak...
0 lines of code changed in 1 file:
BUG: committing a fix that hope will prevent unstable GUI resizing in Editor by allowing parent frame to expand
0 lines of code changed in 1 file:
BUG: fix leaking lookup table
0 lines of code changed in 1 file:
BUG: merging fixes from 3.4 release branch
0 lines of code changed in 4 files:
BUG: don't accelerate tool tips - may cause race conditions during updates
0 lines of code changed in 1 file:
BUG: make the check point feature optional to avoid memory problems with large volumes (and small computers)
0 lines of code changed in 1 file:
BUG: look for the maximum dot product direction for realinging orientation rather than expecting it always to be greater than 45 degrees
0 lines of code changed in 1 file:
BUG: fix typo that prevented freeing of checkpoint volumes. Also add variable so it's easier to change the number of checkpoints -- eventually there should be a GUI for changing this
0 lines of code changed in 1 file:
COMP: merge warning fixes from 3.4 release branch to trunk
0 lines of code changed in 2 files:
BUG: fix incorrect help strings
0 lines of code changed in 2 files:
BUG: remove edit icons that are yet implemented
0 lines of code changed in 1 file:
BUG: add progress, remove dead code, fix leaks
0 lines of code changed in 1 file:
BUG: fix remove islands effect
0 lines of code changed in 1 file:
BUG: avoid freeing an already deleted image
0 lines of code changed in 1 file:
BUG: allow scrolling through slices while a draw outline is pending. Indicate that drawing is not possible on this slice by switching to dashed line mode
0 lines of code changed in 1 file:
BUG: allow pan/zoom of slices with right mouse drag while draw outline is pending, then allow apply with right click
0 lines of code changed in 1 file:
BUG: avoid killing the current tool when toggling the label color and other non-modal actions
0 lines of code changed in 1 file:
BUG: more capitalization issues with CheckPoint/Checkpoint and button state management issues
0 lines of code changed in 5 files:
BUG: change from Checkpoint to CheckPoint for consistency with icon names
0 lines of code changed in 2 files:
BUG: not refer to buttons that haven't yet been created
0 lines of code changed in 1 file:
BUG: switch to Checkpoint naming scheme and add new icons
0 lines of code changed in 5 files:
BUG: enable 10 level undo/redo for editor
0 lines of code changed in 2 files:
BUG: add custom gui panel and progress for effect
0 lines of code changed in 1 file:
BUG: enable the IdentifyIsland effect
195 lines of code changed in 1 file:
BUG: re-enable the IdentifyIslands effect to use new vtkITK code
1 lines of code changed in 2 files:
BUG: work in progress fix to island operations upgrade
33 lines of code changed in 1 file:
BUG: avoid crash when switching to model maker by delaying switch until after the editor gui has cleaned up and removed widgets. Also switch to event broker
6 lines of code changed in 1 file:
BUG: don't display PinOpen or GoToEditor when edit box is used as a widget
5 lines of code changed in 1 file:
BUG: set default paint size to 5mm per user request
2 lines of code changed in 1 file:
(176 more)