source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3658   11 years gah start of simple pdb reader
(edit) @3656   11 years gah fix assorted automatic tickets: bad data in curve, more trim space, …
(edit) @3654   11 years mmc Switched the order of +/- buttons for integer spinners.
(edit) @3653   11 years mmc Fixed a problem with "wizard" mode that came from the new untrimmed …
(edit) @3650   11 years mmc Fixed a problem with separators inside a group. Having a separator …
(edit) @3648   11 years gah revert change to detect ignore non-groupentries
(edit) @3647   11 years gah add string trim to inputs
(edit) @3645   11 years gah
(edit) @3644   11 years gah
(edit) @3643   11 years clarksm Make allowance for treatment of unicode strings created by the rapp module
(edit) @3642   11 years mmc Fixes for nanoHUB ticket #258058 and #258045 -- note within a group …
(edit) @3641   11 years ldelgass Add protocol to set field used for atom labels in vtkvis molecules. …
(edit) @3640   11 years ldelgass Fixes for pdb to vtk conversion
(edit) @3639   11 years ldelgass Fixes for new scalar bar in VTK head (currently disabled by define …
(edit) @3638   11 years gah fix ruby getstring for binary strings
(edit) @3637   11 years gah add pdb to vtk converter to drawing
(edit) @3636   11 years mmc Fixed the drawing widget to handle notifications from outside widgets, …
(edit) @3635   11 years gah add string trim to boolean newValue's. fix xyprint .rp_settings file
(edit) @3634   12 years gah add fix from release branch: matlab rpLibGetString doesn't handle …
(edit) @3633   12 years ldelgass Don't advance flow animation when resetting
(edit) @3632   12 years ldelgass Fix check for print type image response from server
(edit) @3631   12 years ldelgass Refactor names in particle renderer to match other classes
(edit) @3630   12 years ldelgass Nanovis refactoring to fix problems with scaling and multiple results. …
(edit) @3628   12 years ldelgass Some cleanups in vrmath lib, e.g. add copy/assignment ops
(edit) @3627   12 years ldelgass Use vrmath::Color4f for color where appropriate
(edit) @3626   12 years ldelgass Remove unused method from nanovis.h
(edit) @3625   12 years mmc Added "-v" option to rptimes, which lets you take a quick peek at an …
(edit) @3624   12 years mmc Fixed a problem with single quotes in text strings. The quotes need …
(edit) @3623   12 years ldelgass Use contour list in heightmap viewer to remove min/max isolines.
(edit) @3622   12 years ldelgass Restore behavior of isosurface viewer to evenly space isovalues. This …
(edit) @3621   12 years ldelgass Some more renaming: remove Vtk from some filenames and rename …
(edit) @3619   12 years gah fix: add test for java includes before building java for app-fermi example.
(edit) @3618   12 years ldelgass Some fixes for particle system compile (still doesn't work).
(edit) @3617   12 years ldelgass Compile fixes for USE_POINTSET_RENDERER (not tested).
(edit) @3616   12 years ldelgass Remove Rp from vtkvis filenames
(edit) @3615   12 years ldelgass Remove enclosing Rappture namespace from vtkvis. Remove outline and …
(edit) @3614   12 years ldelgass Move version string to nanovis server header
(edit) @3613   12 years ldelgass Include namespace in header guard defines
(edit) @3612   12 years ldelgass Remove Nv prefix from shader classes now that they are in nv namespace.
(edit) @3611   12 years ldelgass Use nv namespace for classes in nanovis rather than prefixing class …
(edit) @3610   12 years gah fix: xygraph print not handling labels like "Cooling [K] #23" because …
(edit) @3608   12 years ldelgass Fix for flow video capture
(edit) @3607   12 years ldelgass Restore proper return value of GetBooleanFromObj?
(edit) @3606   12 years ldelgass Remove old, now unused functions
(edit) @3605   12 years ldelgass Add writer thread to nanovis (set USE_THREADS in Makefile), more …
(edit) @3604   12 years ldelgass Buffer ctor that takes a size to reserve should not set any elts as …
(edit) @3603   12 years gah put back new ruby configure test
(edit) @3600   12 years ldelgass Don't use a separate reader thread in vtkvis, the main thread can …
(edit) @3599   12 years ldelgass Remove DO_RLE from config.h
(edit) @3598   12 years ldelgass Fix for compiler warnings when HAVE_FFMPEG is undefined
(edit) @3597   12 years ldelgass More refactoring in nanovis flows: Rename FlowCmd? to Flow and move to …
(edit) @3596   12 years ldelgass Remove unused NvColorTableRenderer?
(edit) @3594   12 years gah fix: _dim must be set for all fields, even 1D fields
(edit) @3593   12 years gah fix: don't send commands to server in configuration routines if reset, …
(edit) @3592   12 years ldelgass Report clientinfo first thing after connecting to visualization server.
(edit) @3587   12 years gah let clientinfo be the first command sent. Change wait timeout to 900 …
(edit) @3586   12 years ldelgass Fix label disappearing at first tick: if axis min value is divisible …
(edit) @3585   12 years gah fix regression: set default viewer for 2D data sets
(edit) @3584   12 years ldelgass Revert video command to return zero length image response if ffmpeg …
(edit) @3583   12 years ldelgass Cherry-pick a few fixes from VTK head to allowing compiling against …
(edit) @3582   12 years ldelgass Remove duplicate declaration of _isValid private member variable
(edit) @3581   12 years gah fix regression: was not comparing pattern when compiling list of …
(edit) @3580   12 years ldelgass Fix normalizeScalar
(edit) @3579   12 years gah use old flag for ffmpeg
(edit) @3578   12 years ldelgass Send error if ffmpeg doesn't return any data. This should be a …
(edit) @3577   12 years ldelgass Fix video code after refactor
(edit) @3576   12 years ldelgass Fix return value
(edit) @3575   12 years ldelgass Fix typo, also clamp data outside given range in normalizeScalar
(edit) @3574   12 years ldelgass Use normalizeScalar common function where possible. Also, don't set …
(edit) @3573   12 years gah improve warning messages
(edit) @3572   12 years gah improve error message to include path
(edit) @3571   12 years gah These was are all related to the omenwire example. o Added validity …
(edit) @3570   12 years gah add FFMPEG to configure output
(edit) @3569   12 years ldelgass Check for zero dimensions/spacing in VTK files
(edit) @3568   12 years ldelgass Fix crash on getting transfer function name, remove unused plane command.
(edit) @3567   12 years ldelgass Refactor and cleanups in nanovis, mainly to switch to using STL hash …
(edit) @3566   12 years ldelgass Make flow related methods use camel case convention
(edit) @3565   12 years ldelgass Remove some newlines from traces
(edit) @3564   12 years ldelgass Restore most of the debug traces -- these are still very useful for …
(edit) @3563   12 years ldelgass Remove vestigal FFMPEG include/lib defines and the Makefile rule for …
(edit) @3562   12 years ldelgass Remove commented code (volume renderer now handles setting number of …
(edit) @3561   12 years ldelgass Restore floatFormats lists in Texture2D/3D, they are needed when …
(edit) @3560   12 years gah
(edit) @3559   12 years gah - Clean up unused variable warnings. - Remove use of ffmpeg libraries …
(edit) @3558   12 years gah small fix for double type in vtk structure points reader.
(edit) @3557   12 years gah Bug: don't override user selected viewer in field
(edit) @3556   12 years gah Rename DxToVtk? converter.
(edit) @3555   12 years gah convert grab on balloon to local
(edit) @3554   12 years ldelgass Translate heightmaps to put minimum at z=0. Should put dataset …
(edit) @3553   12 years ldelgass Reassert outline state on every Rebuild in heightmap viewer since …
(edit) @3552   12 years ldelgass Remove imgflush from streamlines viewer: was there to work around bug …
(edit) @3551   12 years ldelgass One more: move camera reset after rotate
(edit) @3550   12 years ldelgass Reset camera *after* orienting, so zoom reset can use the correct view …
(edit) @3549   12 years ldelgass Fix for oversized axis labels. AutoScale? computation in CubeAxesActor?
(edit) @3548   12 years gah remove print statements
(edit) @3547   12 years gah remove test in DrawLegend? allowing title to be created.
(edit) @3546   12 years gah start of fix for multiple fields in isosurfaces
(edit) @3545   12 years ldelgass Fix canonical orientations for Z-up in heightmap viewer. Set …
(edit) @3544   12 years ldelgass Switch clients to use new outline command in vtkvis.
(edit) @3543   12 years gah fix order of values in legend; tweak placement of isosurfaces
Note: See TracRevisionLog for help on using the revision log.