Directory Dataflow/GUI/

Total Files:
126
Deleted Files:
0
Lines of Code:
27558

[root]/Dataflow/GUI

Lines of Code

Dataflow/GUI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 348 (100.0%) 2919 (100.0%) 8.3
allen 47 (13.5%) 1102 (37.8%) 23.4
mjc 24 (6.9%) 437 (15.0%) 18.2
callahan 223 (64.1%) 425 (14.6%) 1.9
jfsheph 14 (4.0%) 415 (14.2%) 29.6
kuzimmer 4 (1.1%) 177 (6.1%) 44.2
sachse 2 (0.6%) 165 (5.7%) 82.5
dgroulx 2 (0.6%) 71 (2.4%) 35.5
mdavis 15 (4.3%) 60 (2.1%) 4.0
dav 8 (2.3%) 53 (1.8%) 6.6
worthen 6 (1.7%) 13 (0.4%) 2.1
jeroen 3 (0.9%) 1 (0.0%) 0.3

Most Recent Commits

kuzimmer 2006-10-11 12:03 Rev.: 35562

Added Contour tab and Contour algorithm for when an ImageField is passed to ShowField

0 lines of code changed in 2 files:

  • Dataflow/GUI: ShowField.tcl (new)
allen 2006-10-10 18:02 Rev.: 35556

partial clean of the GetFileName module and incorporated it into the HDF5DataReader

4 lines of code changed in 2 files:

  • Dataflow/GUI: GetFileName.tcl (new)
allen 2006-09-27 11:28 Rev.: 35436

cleaned up module to reflect the proper datatype

0 lines of code changed in 2 files:

  • Dataflow/GUI: ChangeFieldDataType.tcl (changed)
callahan 2006-09-07 16:18 Rev.: 35236

Prettier MeshSmoother GUI (from cicb branch).

0 lines of code changed in 2 files:

  • Dataflow/GUI: MeshSmoother.tcl (changed)
jfsheph 2006-09-06 15:16 Rev.: 35215

adding a normal Laplacian smoother to the list of smoothers in the MeshSmoother module. This smoother should run about an order of magnitude faster than the other smoothers in the module, but doesn't have the same quality guarantees supplied by the other ones. However, it's a pretty standard smoother with which most people are already familiar.

3 lines of code changed in 1 file:

  • Dataflow/GUI: MeshSmoother.tcl (+3 -1)
jfsheph 2006-08-04 13:38 Rev.: 34943

add an option to turn off smoothing while keeping the MeshSmoothing module in a pipeline.

3 lines of code changed in 1 file:

  • Dataflow/GUI: MeshSmoother.tcl (+3 -1)
allen 2006-07-13 14:49 Rev.: 34766

fixed a bug in the seed point, made the var name understandable, and switched to a widget for the threading gui

0 lines of code changed in 2 files:

  • Dataflow/GUI: StreamLines.tcl (new)
callahan 2006-07-11 17:55 Rev.: 34737

Fix rows update bug.

0 lines of code changed in 2 files:

  • Dataflow/GUI: ShowMatrix.tcl (new)
callahan 2006-07-11 17:28 Rev.: 34735

Fix rows/cols numbers in the range widget to not be fixed at 100 (use input matrix size)

2 lines of code changed in 1 file:

  • Dataflow/GUI: ShowMatrix.tcl (+2 -1)
worthen 2006-06-21 11:28 Rev.: 34549

Compensate for spaces in the filename on loading a net from the file menu. Also add ctrl-o and ctrl-s as shortcuts (and fix spelling error). Other windows fixes.

0 lines of code changed in 2 files:

  • Dataflow/GUI: NetworkEditor.tcl (changed)
callahan 2006-06-15 18:07 Rev.: 34507

Add IsoRefine module skeleton. Refine a hex or quad mesh based upon an iso mask to determine which elements get refined.

60 lines of code changed in 3 files:

  • Dataflow/GUI: IsoRefine.tcl (new 59), sub.mk (new)
worthen 2006-06-15 12:37 Rev.: 34503

Put { } around substituted vars (when saving .srn files) so that if they are multi-word, they will be read in as one string

0 lines of code changed in 2 files:

  • Dataflow/GUI: Module.tcl (new)
dav 2006-06-13 12:31 Rev.: 34479

M main/sub.mk
M Core/Datatypes/sub.mk
M StandAlone/convert/sub.mk

Need to specify F_LIBRARY (fortran library) to link on the Mac.

M Core/GUI/Util.tcl

Fix example use for label_pair function.

M Core/Datatypes/SearchGrid.cc
M Core/Datatypes/TetVolMesh.h

Cleaned up. Removed unused variables.

M Dataflow/GUI/Viewer.tcl
M Dataflow/Modules/Render/ViewWindow.cc
M Dataflow/Modules/Render/ViewWindow.h
M Dataflow/Modules/Render/OpenGL.cc
M Dataflow/Modules/Render/OpenGL.h

Made optional (with button) the ability to append the timestamp to
each frame when saving a movie. Cleaned up a number of other things
(eg: the GUI) related to saving a movie in SCIRun.

M Dataflow/Network/ComponentNode.cc

Cleaned up function name/return value layout.

M on-the-fly-libs/Makefile.in

Updated to use the SCI_MAKE_BE_QUIET env var for less verbosity during
compilation.


30 lines of code changed in 2 files:

  • Dataflow/GUI: Viewer.tcl (new)
jfsheph 2006-06-08 12:04 Rev.: 34447

initial commit of a new module for extracting hexahedral sheets from meshes.

102 lines of code changed in 2 files:

  • Dataflow/GUI: ExtractHexSheet.tcl (new 101), sub.mk (+1)
allen 2006-06-06 17:49 Rev.: 34432

fixed auto/manual/on release option

0 lines of code changed in 4 files:

  • Dataflow/GUI: FieldSlicer.tcl (changed), Isosurface.tcl (new)
dav 2006-06-06 15:40 Rev.: 34428

M Isosurface.tcl

If the input field only has one value (across the entire field), then
isosurface pukes and causes many problems. In this case, I've just
made the max value one greater than the min value. While this isn't
perhaps the best fix, at least it keeps scirun up and running. If
someone has a better idea on how to fix this correctly, please have
at. -Dav


9 lines of code changed in 1 file:

  • Dataflow/GUI: Isosurface.tcl (+9)
callahan 2006-05-26 14:57 Rev.: 34345

Add a PNG option to viewer save image.

2 lines of code changed in 1 file:

  • Dataflow/GUI: Viewer.tcl (+2 -1)
jeroen 2006-05-18 21:34 Rev.: 34285

Fix the MatlabBundlesWriter so we have an option to write a strutured matrix or a numeric matrix. Fixed the StreamMatrix function to use weights for row vectors and added a few sanity checks in the function.

1 lines of code changed in 1 file:

  • Dataflow/GUI: Module.tcl (+1 -1)
jfsheph 2006-05-04 17:07 Rev.: 34132

continuing progress and updates to the InsertHexSheet module. Still not complete, but a substantial amount of capability has been added since my last update, and I wanted to back it up...

13 lines of code changed in 2 files:

  • Dataflow/GUI: InsertHexSheet.tcl (new)
dav 2006-05-01 12:06 Rev.: 34066

M Viewer.tcl

Renamed 'message' to more explicit 'movieMessage'.

M ClipLattice.tcl

Reformatted the GUI to use less space. Added the requisite sci button pannel.

M CreateMesh.tcl

Added the requisite sci button pannel.

14 lines of code changed in 5 files:

  • Dataflow/GUI: ClipLattice.tcl (new), CreateMesh.tcl (+3 -1), Viewer.tcl (+2 -2)

(62 more)

Generated by StatSVN 0.4.0