Directory Modules/Editor/

Directory Created:
2006-08-04 14:37
Total Files:
26
Deleted Files:
3
Lines of Code:
7271

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

Lines of Code

Modules/Editor/ Lines of Code

Developers

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

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/Editor: CMakeLists.txt (changed)
pieper 2009-11-23 17:09 Rev.: 11020

ENH: turn off cursor icon while drawing to make it easier to see actual data

0 lines of code changed in 1 file:

  • Modules/Editor: DrawEffect.tcl (changed)
vrnova 2009-11-16 12:56 Rev.: 10957

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:

  • Modules/Editor: PaintEffect.tcl (+3 -1)
vrnova 2009-11-16 09:00 Rev.: 10952

ENH: minor GUI update (easier to read names in selector widgets)

4 lines of code changed in 1 file:

  • Modules/Editor: EditorGUI.tcl (+4 -2)
wjp@bwh.harvard.edu 2009-11-11 13:16 Rev.: 10940

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:

  • Modules/Editor: EditorGUI.tcl (+2 -2)
pieper 2009-11-08 12:57 Rev.: 10902

ENH: turn off corner annocations during interactive processes (paint, draw, pan, zoom) for much better performance

7 lines of code changed in 3 files:

  • Modules/Editor: DrawEffect.tcl (+3), ImplicitRectangleEffect.tcl (+2), PaintEffect.tcl (+2)
pieper 2009-08-24 07:17 Rev.: 10337

BUG: add missing ack

0 lines of code changed in 1 file:

  • Modules/Editor: EditorGUI.tcl (changed)
fedorov 2009-07-15 10:53 Rev.: 9943

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:

  • Modules/Editor: EditorGUI.tcl (+9 -5)
naucoin 2009-06-26 09:57 Rev.: 9802

BUG: first pass at using the color node of the volume being edited.

4 lines of code changed in 1 file:

  • Modules/Editor: ColorBox.tcl (+4 -7)
wjp@bwh.harvard.edu 2009-05-29 11:19 Rev.: 9624

ENH: added ability to select existing or create new label maps from existing volumes

0 lines of code changed in 1 file:

  • Modules/Editor: EditorGUI.tcl (changed)
naucoin 2009-05-26 10:36 Rev.: 9603

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:

  • Modules/Editor: EditColor.tcl (changed)
barre 2009-05-21 16:07 Rev.: 9591

ENH: debug leak...

0 lines of code changed in 1 file:

  • Modules/Editor: EditorGUI.tcl (changed)
wjp@bwh.harvard.edu 2009-05-20 16:19 Rev.: 9572

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:

  • Modules/Editor: EditorGUI.tcl (changed)
pieper 2009-05-19 11:11 Rev.: 9547

BUG: fix leaking lookup table

0 lines of code changed in 1 file:

  • Modules/Editor: ThresholdEffect.tcl (changed)
pieper 2009-05-19 11:01 Rev.: 9546

BUG: merging fixes from 3.4 release branch

0 lines of code changed in 4 files:

  • Modules/Editor: EditorGUI.tcl (changed), EffectSWidget.tcl (changed), Labeler.tcl (changed), ThresholdEffect.tcl (changed)
pieper 2009-05-18 16:29 Rev.: 9537

BUG: don't accelerate tool tips - may cause race conditions during updates

0 lines of code changed in 1 file:

  • Modules/Editor: EditBox.tcl (changed)
pieper 2009-05-18 16:09 Rev.: 9533

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:

  • Modules/Editor: EditorGUI.tcl (changed)
pieper 2009-05-11 12:41 Rev.: 9447

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:

  • Modules/Editor: Labeler.tcl (changed)
pieper 2009-05-07 08:27 Rev.: 9420

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:

  • Modules/Editor: EditorGUI.tcl (changed)
pieper 2009-04-29 15:59 Rev.: 9357

COMP: merge warning fixes from 3.4 release branch to trunk

0 lines of code changed in 2 files:

  • Modules/Editor: IdentifyIslandsEffect.tcl (changed), RemoveIslandsEffect.tcl (changed)
pieper 2009-04-16 08:01 Rev.: 9236

BUG: fix incorrect help strings

0 lines of code changed in 2 files:

  • Modules/Editor: EditorGUI.tcl (changed), RemoveIslandsEffect.tcl (changed)
pieper 2009-04-14 10:08 Rev.: 9185

BUG: remove edit icons that are yet implemented

0 lines of code changed in 1 file:

  • Modules/Editor: EditBox.tcl (changed)
pieper 2009-04-10 15:06 Rev.: 9149

BUG: add progress, remove dead code, fix leaks

0 lines of code changed in 1 file:

  • Modules/Editor: RemoveIslandsEffect.tcl (changed)
pieper 2009-04-10 15:04 Rev.: 9148

BUG: fix remove islands effect

0 lines of code changed in 1 file:

  • Modules/Editor: RemoveIslandsEffect.tcl (changed)
pieper 2009-04-10 08:09 Rev.: 9128

BUG: avoid freeing an already deleted image

0 lines of code changed in 1 file:

  • Modules/Editor: EditorGUI.tcl (changed)
pieper 2009-04-09 12:23 Rev.: 9119

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:

  • Modules/Editor: DrawEffect.tcl (changed)
pieper 2009-04-09 12:02 Rev.: 9118

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:

  • Modules/Editor: DrawEffect.tcl (changed)
pieper 2009-04-09 11:42 Rev.: 9117

BUG: avoid killing the current tool when toggling the label color and other non-modal actions

0 lines of code changed in 1 file:

  • Modules/Editor: EditBox.tcl (changed)
pieper 2009-04-03 14:20 Rev.: 9039

BUG: more capitalization issues with CheckPoint/Checkpoint and button state management issues

0 lines of code changed in 5 files:

  • Modules/Editor: EditBox.tcl (changed), EditorLogic.tcl (changed), EffectSWidget.tcl (changed), Labeler.tcl (changed), PaintEffect.tcl (changed)
pieper 2009-04-03 14:04 Rev.: 9038

BUG: change from Checkpoint to CheckPoint for consistency with icon names

0 lines of code changed in 2 files:

  • Modules/Editor: EditBox.tcl (changed), EditorGUI.tcl (changed)
pieper 2009-04-02 11:40 Rev.: 9026

BUG: not refer to buttons that haven't yet been created

0 lines of code changed in 1 file:

  • Modules/Editor: EditBox.tcl (changed)
pieper 2009-04-01 14:04 Rev.: 9023

BUG: switch to Checkpoint naming scheme and add new icons

0 lines of code changed in 5 files:

  • Modules/Editor: EditBox.tcl (changed), EditorGUI.tcl (changed), EffectSWidget.tcl (changed), Labeler.tcl (changed), PaintEffect.tcl (changed)
pieper 2009-03-31 13:17 Rev.: 9013

BUG: enable 10 level undo/redo for editor

0 lines of code changed in 2 files:

  • Modules/Editor: EditBox.tcl (changed), EditorGUI.tcl (changed)
pieper 2009-03-30 10:35 Rev.: 9006

BUG: add custom gui panel and progress for effect

0 lines of code changed in 1 file:

  • Modules/Editor: IdentifyIslandsEffect.tcl (changed)
pieper 2009-03-26 16:44 Rev.: 8981

BUG: enable the IdentifyIsland effect

195 lines of code changed in 1 file:

  • Modules/Editor: IdentifyIslandsEffect.tcl (new 195)
pieper 2009-03-26 10:28 Rev.: 8978

BUG: re-enable the IdentifyIslands effect to use new vtkITK code

1 lines of code changed in 2 files:

  • Modules/Editor: EditBox.tcl (-1), pkgIndex.tcl (+1)
pieper 2009-03-19 12:53 Rev.: 8905

BUG: work in progress fix to island operations upgrade

33 lines of code changed in 1 file:

  • Modules/Editor: RemoveIslandsEffect.tcl (+33 -2)
pieper 2009-03-16 14:48 Rev.: 8891

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:

  • Modules/Editor: MakeModelEffect.tcl (+6 -9)
pieper 2009-03-16 11:30 Rev.: 8888

BUG: don't display PinOpen or GoToEditor when edit box is used as a widget

5 lines of code changed in 1 file:

  • Modules/Editor: EditBox.tcl (+5 -1)
pieper 2009-02-26 17:56 Rev.: 8763

BUG: set default paint size to 5mm per user request

2 lines of code changed in 1 file:

  • Modules/Editor: PaintEffect.tcl (+2 -2)

(176 more)

Generated by StatSVN 0.5.0