Directory Packages/Uintah/Dataflow/GUI/

Total Files:
9
Deleted Files:
3
Lines of Code:
2533

[root]/Packages/Uintah/Dataflow/GUI

Lines of Code

Packages/Uintah/Dataflow/GUI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 43 (100.0%) 713 (100.0%) 16.5
dgroulx 13 (30.2%) 306 (42.9%) 23.5
kuzimmer 11 (25.6%) 172 (24.1%) 15.6
bigler 10 (23.3%) 146 (20.5%) 14.6
harman 5 (11.6%) 47 (6.6%) 9.4
dav 3 (7.0%) 42 (5.9%) 14.0
sparker 1 (2.3%) 0 (0.0%) 0.0

Most Recent Commits

kuzimmer 2005-12-16 13:01 Rev.: 32881

removed log scale plotting when graphing picked variable as it causes useless graphs to be generated. More print statement clean-up.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: ParticleFieldExtractor.tcl (new)
kuzimmer 2005-12-16 12:39 Rev.: 32880

Update Particle picking to make it more in line with grid sampling in the GridVisualizer. Clean up some code and comment out print statements.

164 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: ParticleFieldExtractor.tcl (+164 -9)
kuzimmer 2005-11-17 11:12 Rev.: 32569

remove CuttingPlane.tcl

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: sub.mk (new)
kuzimmer 2005-11-15 14:04 Rev.: 32551

Remove CuttingPlane, use several modules in a subnet instead

0 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: CuttingPlane.tcl (del)
bigler 2005-09-30 17:44 Rev.: 32048


You can render a clock now and edit all the parameters now.

GUI/TimestepSelector.tcl

Added clock position gui and other boxes for other clock parameters.

Modules/Selectors/TimestepSelector.cc

Added update_clock() method and tcl interface to it.
Port pointers are all now initialized to zero.

Modules/Selectors/TimestepSelector.h

Added current_time and update_clock().

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: TimestepSelector.tcl (new)
bigler 2005-09-23 16:12 Rev.: 32016


Dataflow/GUI/GenClock.tcl

Changed the name of the module from genClock to GenClock.

Removed unneeded argument to makeStickyLocator.

Packages/Uintah/Dataflow/GUI/TimestepSelector.tcl

Updated for new API for makeStickyLocator. Put it in a cool labeled
frame.

10 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: TimestepSelector.tcl (+10 -4)
kuzimmer 2005-09-23 12:32 Rev.: 32013

Changes to allow the removal of boundary cells in the visualization code

8 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: FieldExtractor.tcl (+8 -1)
bigler 2005-09-22 15:29 Rev.: 32000


Dataflow/GUI/StickyLocator.tcl
Dataflow/GUI/sub.mk

New functions for generating a little GUI frame for positioning
Sticky objects in the viewer.

Packages/Uintah/Dataflow/GUI/TimestepSelector.tcl

Use StickyLoader instead of internal implementation. Yanked old code.

Packages/Uintah/Dataflow/Modules/Selectors/TimestepSelector.cc

When deleting the module, you should remove the callback instead of
adding it again. Cut-paste error most likely.

6 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: TimestepSelector.tcl (+6 -76)
bigler 2005-09-22 00:18 Rev.: 31994


Trying to add a clock. This code will likely be moved to the genClock
module, but I want to have it here before something kills my disk. ;)

GUI/TimestepSelector.tcl

Added variables for clock parameters. There isn't any GUI widgets
to modify the variables just yet, though.

Modules/Selectors/TimestepSelector.cc

Added clock rendering. It is commented out, so you will have to
uncomment the line where I call createClock.

Fixed the bug where the time was able to be hidden behind geometry.
It turns out you have to put the word "Sticky" in the geometry's
name in order to get the right behavior.

Modules/Selectors/TimestepSelector.h

Formatted some of the old variables. Added clock parameters.

16 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: TimestepSelector.tcl (+16)
bigler 2005-09-05 14:11 Rev.: 31884


GUI/TimestepSelector.tcl

Changed the default position of the time value.

Moving the node now changes the location of the time value.

Modules/Selectors/TimestepSelector.cc
Modules/Selectors/TimestepSelector.h

Changing the node position in the GUI now makes a change in the
display. Attemping to make better use of handles instead of
unmaintained pointers.

12 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: TimestepSelector.tcl (+12 -7)
bigler 2005-09-03 13:52 Rev.: 31874


Core/Geom/GeomText.cc
Core/Geom/GeomText.h

Added moveTo function to move the current rendering position.

Packages/Uintah/Dataflow/GUI/TimestepSelector.tcl

Added a canvas that allows you to move the position of the
timestep. This is a work in progress, but shouldn't affect previous
behavior.

Packages/Uintah/Dataflow/Modules/Selectors/TimestepSelector.cc
Packages/Uintah/Dataflow/Modules/Selectors/TimestepSelector.h

Added update_timeposition function (doesn't do much yet). Added
tcl_command function to allow the GUI to update the location of the
timestep.

101 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: TimestepSelector.tcl (+101 -7)
bigler 2005-08-11 15:03 Rev.: 31499


This should keep the windows from popping up all over the place, but
still keep the window a manageable size. Not as scroll-licious as the
previous method, but not annoying.

GUI/VariablePlotter.tcl

Keep old buildVarFrame as buildVarFrameOld. The new version isn't
as pretty, but it doesn't require the frame to contanlty pop into
focus to work.

Modules/Visualization/GridVisualizer.cc
Modules/Visualization/VariablePlotter.cc

Call update_tcl_window for all events now. This restores the old
functionality of the window building every time execute is called.
I need to add more smarts to determine if things need to be updated
or not.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: VariablePlotter.tcl (new)
kuzimmer 2005-07-21 16:40 Rev.: 31240

get rid of the animation sleep slider, it is no longer needed, with the new callback mechanism

0 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: TimestepSelector.tcl (-6)
bigler 2005-07-18 22:52 Rev.: 31195


Updates to use the Scheduler's callback mechanism for animation
instead of send_intermediate which was broken when you have more than
one module in the net calling it.

GUI/TimestepSelector.tcl

No longer force an execute when you modify this-animate. This
allows you to set up more than one TimestepSelector to animate
before you execute them all.

Modules/Selectors/TimestepSelector.cc
Modules/Selectors/TimestepSelector.h

Fixed some headers. Changes to use the Scheduler's callback
mechanism. Added network_finished, update_animate, and
set_context functions to also facilitate this.

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: TimestepSelector.tcl (+1 -1)
dav 2005-06-08 16:16 Rev.: 30621

Removed debug statement.

0 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: VariablePlotter.tcl (-1)
kuzimmer 2005-05-06 22:00 Rev.: 30106

make radius control execute only on button release

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: GridVisualizer.tcl (changed)
sparker 2005-04-15 19:36 Rev.: 29841

Retire .cvsignore files

0 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: .cvsignore (del)
dav 2005-04-15 11:59 Rev.: 29829

Removed files that were resurrected in the CVS-SVN conversion but that should have remained dead.

0 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: Makefile.in (del)
dgroulx 2005-04-06 12:49 Rev.: 29703

Changed the makeSciButtonPanel to use the new optional argument -force_bottom,
now the Sci button panel appears at the bottom as it should.

28 lines of code changed in 5 files:

  • Packages/Uintah/Dataflow/GUI: GridVisualizer.tcl (+1 -4), ParticleFieldExtractor.tcl (+10 -10), ParticleVis.tcl (new), VariablePlotter.tcl (+16 -12)
dgroulx 2005-04-05 14:20 Rev.: 29669

Removed debugging puts statements from previous commit.

0 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: VariablePlotter.tcl (-3)

(9 more)

Generated by StatSVN 0.4.0