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 |
Added Contour tab and Contour algorithm for when an ImageField is passed to ShowField
0 lines of code changed in 2 files:
partial clean of the GetFileName module and incorporated it into the HDF5DataReader
4 lines of code changed in 2 files:
cleaned up module to reflect the proper datatype
0 lines of code changed in 2 files:
Prettier MeshSmoother GUI (from cicb branch).
0 lines of code changed in 2 files:
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:
add an option to turn off smoothing while keeping the MeshSmoothing module in a pipeline.
3 lines of code changed in 1 file:
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:
Fix rows update bug.
0 lines of code changed in 2 files:
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:
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:
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:
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:
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:
initial commit of a new module for extracting hexahedral sheets from meshes.
102 lines of code changed in 2 files:
fixed auto/manual/on release option
0 lines of code changed in 4 files:
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:
Add a PNG option to viewer save image.
2 lines of code changed in 1 file:
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:
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:
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:
(62 more)