source: trunk/gui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3573   11 years gah improve warning messages
(edit) @3572   11 years gah improve error message to include path
(edit) @3571   11 years gah These was are all related to the omenwire example. o Added validity …
(edit) @3557   11 years gah Bug: don't override user selected viewer in field
(edit) @3556   11 years gah Rename DxToVtk? converter.
(edit) @3555   11 years gah convert grab on balloon to local
(edit) @3554   11 years ldelgass Translate heightmaps to put minimum at z=0. Should put dataset …
(edit) @3553   11 years ldelgass Reassert outline state on every Rebuild in heightmap viewer since …
(edit) @3552   11 years ldelgass Remove imgflush from streamlines viewer: was there to work around bug …
(edit) @3551   11 years ldelgass One more: move camera reset after rotate
(edit) @3550   11 years ldelgass Reset camera *after* orienting, so zoom reset can use the correct view …
(edit) @3548   11 years gah remove print statements
(edit) @3547   11 years gah remove test in DrawLegend? allowing title to be created.
(edit) @3546   11 years gah start of fix for multiple fields in isosurfaces
(edit) @3545   11 years ldelgass Fix canonical orientations for Z-up in heightmap viewer. Set …
(edit) @3544   11 years ldelgass Switch clients to use new outline command in vtkvis.
(edit) @3543   11 years gah fix order of values in legend; tweak placement of isosurfaces
(edit) @3539   11 years ldelgass whitespace
(edit) @3538   11 years gah change isosurfaceviewer to compute values for contour list rather than …
(edit) @3537   11 years gah make outline work only for contours, not heightmaps
(edit) @3536   11 years ldelgass Finish up changes from rev. 3534 to reset pan/zoom on canonical view …
(edit) @3534   11 years ldelgass Reset zoom/pan when clicking canonical view buttons in streamlines and …
(edit) @3533   11 years ldelgass Fix camera reset in nanovisviewer (leftover reference to orientation …
(edit) @3532   11 years gah add axis exp 0 0 0 1
(edit) @3531   11 years gah revert fix for contour3d visible to dataset visible
(edit) @3530   11 years gah leif's fix for voxels to hexahedrons
(edit) @3529   11 years ldelgass Set the origin of uniform grids in VTK output
(edit) @3524   11 years ldelgass Revert some changes in resultviewer.tcl from rev. 3523 that cause Tcl …
(edit) @3523   11 years gah o Change "dataset visible" to contour3d visible". Initial cutplane …
(edit) @3520   11 years ldelgass Set the proper number of isosurfaces in server commands. Note: we may …
(edit) @3519   11 years ldelgass Fix cell type returned for hexahedron in Mesh::GetCellType?
(edit) @3518   11 years gah add controls for orthogonal viewpoints
(edit) @3517   11 years gah add controls for orthogonal viewpoints
(edit) @3515   11 years gah remove debug statement
(edit) @3514   11 years gah rearrange controls in isosurfaceviewer, add number of isosurfaces …
(edit) @3513   11 years gah Add string trim to select 'xml get' calls
(edit) @3512   11 years gah fixes for lack of string trim for loader
(edit) @3511   11 years gah fixes for lack of string trim for numbers and unit conversion
(edit) @3510   11 years gah start of string trim fixes for gauge and switch (boolean)
(edit) @3509   11 years ldelgass Add newline between point data and CELLS header
(edit) @3508   11 years gah fix for no dim tag with old style nodes and elements
(edit) @3507   11 years mmc Added SESSION to the run.xml file output, along with cputime and …
(edit) @3501   11 years mmc Created a new "rptimes" script that ingests run.xml files and creates …
(edit) @3498   11 years ldelgass Delay Rebuild until window size larger than 1x1 - copying this code …
(edit) @3492   11 years ldelgass Fix camera reset for nanovis. Includes refactoring of vector/matrix …
(edit) @3491   11 years ldelgass Field script requires VTK
(edit) @3489   11 years gah fix deprecated cloud to be backward compatible
(edit) @3486   11 years ldelgass Set axis label format to %g in isosurface viewer
(edit) @3485   11 years ldelgass Remove euler angle support from nanovis clients, also prep. camera …
(edit) @3482   11 years ldelgass whitespace cleanup
(edit) @3481   11 years gah fix flowvis 2D example. v limit not set for unirect2d in field object
(edit) @3480   11 years gah change private method names in mesh object
(edit) @3478   11 years ldelgass Add background color protocol command to nanovis, also change resize …
(edit) @3477   11 years ldelgass Add debug console binding to flowvisviewer
(edit) @3475   11 years gah new mesh changes (version 1,999,999), untested quads, tetrahedrons, …
(edit) @3471   11 years ldelgass Makefile fixes: make 'install' target always depend on 'all' target. …
(edit) @3469   11 years gah fix no. of isolines from style
(edit) @3462   11 years ldelgass Add support for discrete (step function) colormaps in heightmap viewer.
(edit) @3461   11 years ldelgass Use Z axis label hint if supplied
(edit) @3460   11 years gah fix zunits, remove zlabel as field name
(edit) @3459   11 years ldelgass Fix error on setting axis units (found in contour example: …
(edit) @3456   11 years gah change name of tag from unstructured_grid to unstructured.
(edit) @3454   11 years gah add KP_Enter to Return bindings. Implement OK handler in visviewer …
(edit) @3448   11 years ldelgass Apply outline fixes from heightmap (rev. 3447) to isosurface viewer
(edit) @3447   11 years ldelgass Fix outline with sequence of contours
(edit) @3446   11 years gah enable wait dialog for vtkstreamlines viewer
(edit) @3445   11 years gah remove test for component attribute names, disable wait dialog for …
(edit) @3444   11 years ldelgass Fewer than 2 isolines causes an error, so just limit min. to 2
(edit) @3443   11 years ldelgass Disable right-click binding for "Picking." This was only there for …
(edit) @3442   11 years gah back out improvements to legend: no-button-click to activate
(edit) @3441   11 years gah misc cleanup vtkvolumeviewer
(edit) @3440   11 years gah reassert outline on/off after every rebuild
(edit) @3439   11 years gah improvements to legend: button-click to activate
(edit) @3438   11 years ldelgass Remove camera reset on resize from streamlines,vtk mesh/polydata viewers
(edit) @3435   11 years ldelgass Remove camera reset in resize (again). The server has been fixed, so …
(edit) @3434   11 years gah put back, camera reset in window resizes (pending)
(edit) @3433   11 years ldelgass Reorder commands on field change so that 'dataset scalar...' (which …
(edit) @3432   11 years ldelgass Don't reset the camera on every resize in heightmap viewer
(edit) @3431   11 years gah fix for sequence of contours
(edit) @3430   11 years gah fix for sequence of contours
(edit) @3429   11 years gah fix for sequence of contours
(edit) @3428   11 years gah fix for sequence of contours
(edit) @3424   11 years gah fix for sequence of contours
(edit) @3422   11 years ldelgass Don't append an extra newline to command block. Each command added to …
(edit) @3421   11 years gah push SendCmd? into base class w/ buffering
(edit) @3420   11 years ldelgass Reset axes before camera reset, since camera reset takes axes bounds …
(edit) @3418   11 years ldelgass Need to set camera mode _before_ resetting camera to properly …
(edit) @3417   11 years gah add number of isolines control
(edit) @3416   11 years gah fix switching between heightmap/contour modes
(edit) @3415   11 years gah need camera reset for vtkviewer
(edit) @3414   11 years gah need camera reset for vtkviewer
(edit) @3413   11 years ldelgass Fix typo
(edit) @3409   11 years gah nanovis missing _ in of _width, isosurface broke with wrong component …
(edit) @3407   11 years ldelgass Fix typo in DoResize?
(edit) @3406   11 years gah add development notes to field.
(edit) @3405   11 years gah fix to streamlines to (again) display mulitple fields from a single …
(edit) @3404   11 years ldelgass Fix compiler warnings
(edit) @3402   11 years ldelgass Add viserror parser alias to streamlines viewer
(edit) @3400   11 years gah fix to streamlines to display initial plot at proper scale
(edit) @3398   11 years ldelgass Enable two-sided lighting switch for flows
Note: See TracRevisionLog for help on using the revision log.