Directory Base/GUI/Tcl/

Directory Created:
2006-05-08 13:07
Total Files:
29
Deleted Files:
4
Lines of Code:
12491

[root]/Base/GUI/Tcl

Lines of Code

Base/GUI/Tcl/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 567 (100.0%) 17861 (100.0%) 31.5
pieper 407 (71.8%) 12079 (67.6%) 29.6
wjp@bwh.harvard.edu 38 (6.7%) 3765 (21.1%) 99.0
millerjv 67 (11.8%) 1320 (7.4%) 19.7
alexy 10 (1.8%) 553 (3.1%) 55.3
naucoin 28 (4.9%) 132 (0.7%) 4.7
barre 8 (1.4%) 12 (0.1%) 1.5
taox 5 (0.9%) 0 (0.0%) 0.0
karthik 1 (0.2%) 0 (0.0%) 0.0
jcross186 2 (0.4%) 0 (0.0%) 0.0
fedorov 1 (0.2%) 0 (0.0%) 0.0

Most Recent Commits

pieper 2009-12-11 14:32 Rev.: 11256

ENH: truncate decimal print for floating point volume corner annotations

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: SliceSWidget.tcl (changed)
pieper 2009-11-12 18:24 Rev.: 10948

ENH: update screen shot for new API

1 lines of code changed in 1 file:

  • Base/GUI/Tcl: ScreenShot.tcl (+1 -1)
pieper 2009-11-10 09:18 Rev.: 10914

ENH: start with annoations off for more consistent behavior

2 lines of code changed in 1 file:

  • Base/GUI/Tcl: SliceSWidget.tcl (+2)
pieper 2009-11-08 13:25 Rev.: 10903

ENH: delay rendering of annotations for half a second to avoid slowdowns when dragging crosshairs

28 lines of code changed in 1 file:

  • Base/GUI/Tcl: CrosshairSWidget.tcl (+28)
pieper 2009-11-08 12:57 Rev.: 10902

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

4 lines of code changed in 1 file:

  • Base/GUI/Tcl: SliceSWidget.tcl (+4)
pieper 2009-11-07 13:53 Rev.: 10899

ENH: initial checkin of 2D slice interaction with ruler. doesn't yet handle 3D endpoints correctly

227 lines of code changed in 3 files:

  • Base/GUI/Tcl: RulerSWidget.tcl (new 177), SliceSWidget.tcl (+49 -37), pkgIndex.tcl (+1)
millerjv 2009-10-30 15:15 Rev.: 10815

BUG: refactor logic for compare view controls

21 lines of code changed in 1 file:

  • Base/GUI/Tcl: SliceSWidget.tcl (+21 -16)
millerjv 2009-10-30 12:22 Rev.: 10811

BUG: need a render when in cross referencing mode

3 lines of code changed in 1 file:

  • Base/GUI/Tcl: CrosshairSWidget.tcl (+3 -1)
millerjv 2009-10-30 12:00 Rev.: 10810

BUG: crosshair was not always being added to the viewport

8 lines of code changed in 1 file:

  • Base/GUI/Tcl: CrosshairSWidget.tcl (+8 -5)
millerjv 2009-10-30 10:08 Rev.: 10808

BUG: multiple calls to update annotation. BUG: fixed annotation error when slice is not visible

11 lines of code changed in 1 file:

  • Base/GUI/Tcl: SliceSWidget.tcl (+11 -4)
millerjv 2009-10-29 21:31 Rev.: 10801

BUG: Uggh. Have to back out last change because something in UpdateAnnotation needs to be called as the viewers are being mapped the first time. Otherwise some internal VTK objects are not created. Will revisit this because we should limit the number of calls to UpdateAnnotations

3 lines of code changed in 1 file:

  • Base/GUI/Tcl: SliceSWidget.tcl (+3 -2)
millerjv 2009-10-29 20:55 Rev.: 10800

BUG: removing a render request that does not seem to be needed. If we have issues with viewers not updating when in cross-reference crosshairs mode, then put this line back in.

1 lines of code changed in 1 file:

  • Base/GUI/Tcl: CrosshairSWidget.tcl (+1 -1)
millerjv 2009-10-29 20:53 Rev.: 10799

BUG: remove some repeated calls to updateAnnotations

11 lines of code changed in 1 file:

  • Base/GUI/Tcl: SliceSWidget.tcl (+11 -4)
millerjv 2009-10-29 19:03 Rev.: 10798

BUG: annotation updates between red viewer and compare views

54 lines of code changed in 2 files:

  • Base/GUI/Tcl: SWidget.tcl (+12), SliceSWidget.tcl (+42 -15)
barre 2009-10-29 17:36 Rev.: 10795

ENH: support for new cameras and new views. Port from Slicer 3.4 branch. As mentioned on the mailing list, apologies for instabilities while these core changes are further tested. Fiducials do not seem to follow camera for example, this will be fixed. Send bugs to sebastien.barre@kitware.com; Thank you.

9 lines of code changed in 5 files:

  • Base/GUI/Tcl: LoadVolume.tcl (+2 -1), SlicePlaneSWidget.tcl (+4 -4), Slicer2Import.tcl (+1 -1), XcedeCatalogImport.tcl (+1 -1), XnatXcatImport.tcl (+1 -1)
millerjv 2009-10-29 12:20 Rev.: 10785

BUG: cleanup actor list manipulation

7 lines of code changed in 1 file:

  • Base/GUI/Tcl: CrosshairSWidget.tcl (+7 -8)
millerjv 2009-10-29 11:54 Rev.: 10784

BUG: Red view slice interactor controls when linked with CompareViews

28 lines of code changed in 1 file:

  • Base/GUI/Tcl: SliceSWidget.tcl (+28 -10)
pieper 2009-10-28 18:53 Rev.: 10781

ENH: linked orthogonal planes from Michal Depa

186 lines of code changed in 1 file:

  • Base/GUI/Tcl: SlicePlaneSWidget.tcl (+186 -1)
pieper 2009-10-21 07:58 Rev.: 10726

BUG: explicitly delete helper instances so they are properly cleaned up when slicer exits (where the scene does not close until much of the GUI is torn down)

10 lines of code changed in 1 file:

  • Base/GUI/Tcl: SliceSWidget.tcl (+10 -2)
pieper 2009-10-21 07:43 Rev.: 10725

ENH: extra method for debugging use

7 lines of code changed in 1 file:

  • Base/GUI/Tcl: SWidget.tcl (+7)
pieper 2009-10-07 14:57 Rev.: 10593

BUG: delete all the seeds during the destructor to avoid leaks

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: FiducialsSWidget.tcl (changed)
pieper 2009-10-05 13:39 Rev.: 10573

BUG: do not try to display scalar values on cut polydata because the correct scalar fields are not calculated by vtkCutter

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: ModelSWidget.tcl (changed)
pieper 2009-10-01 14:53 Rev.: 10559

ENH: add .byu as the file extension for BYU format model files

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: Loader.tcl (changed)
pieper 2009-09-20 16:14 Rev.: 10504

ENH: speed up scene shutdown and other operations by keeping hash tables in EventBroker. Also ENH: new NodeAdded methods on vtkMRMLScene to allow external code (like Loader.tcl) to bulk-add node with only a single notify when going through helper routines like AddFiberBundle

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: Loader.tcl (changed)
pieper 2009-09-18 08:07 Rev.: 10495

ENH: switch to external progress bar to avoid extra renders when loading data

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: Loader.tcl (changed)
fedorov 2009-09-15 17:23 Rev.: 10479

ENH: allow loading .mat transforms (ITK TransformIO used extension)

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: Loader.tcl (changed)
pieper 2009-09-10 13:29 Rev.: 10450

BUG: avoid querying variables that haven't been set yet

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: LoadVolume.tcl (changed)
pieper 2009-08-31 14:27 Rev.: 10403

BUG: make sure things like the data tree get notified when the name of the newly read node is changed

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: Loader.tcl (changed)
pieper 2009-08-31 13:58 Rev.: 10401

ENH: add transform reading to the Add Data dialog

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: Loader.tcl (changed)
pieper 2009-08-31 11:52 Rev.: 10398

ENH: new procs to record a screen capture every render

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: ScreenShot.tcl (changed)
naucoin 2009-08-26 13:34 Rev.: 10364

ENH: save the window level presets from a dicom volume if they're there

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: LoadVolume.tcl (changed)
pieper 2009-08-24 13:33 Rev.: 10340

STYLE: fix indent

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: SliceSWidget.tcl (changed)
millerjv 2009-08-22 09:48 Rev.: 10334

ENH: better centering of non-navigation crosshair on LeaveEvent

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: CrosshairSWidget.tcl (changed)
millerjv 2009-08-21 20:50 Rev.: 10333

ENH: Crosshairs without navigation controls

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: CrosshairSWidget.tcl (changed)
pieper 2009-07-20 14:20 Rev.: 9971

STYLE: clean out unused code

2 lines of code changed in 1 file:

  • Base/GUI/Tcl: ModelSWidget.tcl (+2 -143)
pieper 2009-07-17 11:30 Rev.: 9959

BUG: fix broken arrow keys when in linked slice mode

6 lines of code changed in 1 file:

  • Base/GUI/Tcl: SliceSWidget.tcl (+6 -3)
pieper 2009-07-15 11:15 Rev.: 9945

ENH: add information to volume names for the layers

6 lines of code changed in 1 file:

  • Base/GUI/Tcl: SliceSWidget.tcl (+6 -6)
wjp@bwh.harvard.edu 2009-05-21 11:10 Rev.: 9580

ENH: adding ability to distinguish fiber bundles from vtk models in the add data widget

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: Loader.tcl (changed)
pieper 2009-05-14 16:17 Rev.: 9495

BUG: fix modal behavior

0 lines of code changed in 1 file:

  • Base/GUI/Tcl: LoadVolume.tcl (changed)
pieper 2009-05-14 16:12 Rev.: 9494

BUG: helper script for external progress process

101 lines of code changed in 1 file:

  • Base/GUI/Tcl: ExternalProgress.tcl (new 101)

(399 more)

Generated by StatSVN 0.5.0