source: trunk/gui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3871   11 years ldelgass Add code based on nanovis to convert nanowire DX data to VTK …
(edit) @3869   11 years ldelgass Fix structured grid output from DxToVtk? converter to match order …
(edit) @3868   11 years ldelgass Disable writing vtk file when converting DX to VTK by default
(edit) @3867   11 years ldelgass Fixes for DX to VTK conversion (still disabled). Also allow …
(edit) @3865   11 years ldelgass In DX to VTK converter, generate structured grid output if DX grid is …
(edit) @3862   11 years ldelgass Add polydata as synonym for polygon in drawing output. After any …
(edit) @3855   11 years gah add search path for image files in pictures in drawings
(edit) @3853   11 years gah add search path for image files in pictures in drawings
(edit) @3852   11 years ldelgass Remove debugging statements
(edit) @3850   11 years gah added code for computing bonds: seems to add more bonds than pymol or vmd
(edit) @3849   11 years gah clean up variable naming
(edit) @3848   11 years gah clean up variable naming
(edit) @3847   11 years gah added code for computing bonds: seems to add more bonds than pymol or vmd
(edit) @3846   11 years gah add CONECT record hanlding to PDB reader (atom names are still not right)
(edit) @3845   11 years gah fix to write binary image
(edit) @3837   11 years ldelgass Apply outline fix from r3553 to isosurface/glyph viewers.
(edit) @3833   11 years ldelgass Fix clients to use vtkvis 1.5 protocol
(edit) @3817   11 years ldelgass Need to stop buffering commands to flush an image
(edit) @3816   11 years ldelgass Remove unused variable;
(edit) @3815   11 years ldelgass Fix comment
(edit) @3814   11 years ldelgass Fixes for dataobj delete in VTK viewers: - Don't hide datasets from …
(edit) @3813   11 years ldelgass Fix bug in 'add' method of viewer widgets: list search for existing …
(edit) @3812   11 years ldelgass typo in comment
(edit) @3811   11 years mmc Bumped up the default "cputime" limit in Rappture from 15 mins to 4 …
(edit) @3808   11 years ldelgass Merge fix from 1.3 branch, rev. 3765
(edit) @3803   11 years gah fix limits on axis
(edit) @3801   11 years gah add -simulation to plotadd calls
(edit) @3799   11 years gah add -simulation to plotadd calls
(edit) @3796   11 years ldelgass Add molecule tesselation quality slider
(edit) @3794   11 years ldelgass Add atom radii setting to molecule viewer, tweak atom/bond scale …
(edit) @3793   11 years ldelgass Fixes for VTK molecule viewer: sliders were calling nonexistant …
(edit) @3791   11 years mmc Fixes for the xyresult reported on kronig_penney tool. The new …
(edit) @3789   11 years ldelgass Revert 3788. This hack does not belong in the repository, it is …
(edit) @3788   11 years gah
(edit) @3784   11 years gah
(edit) @3783   11 years gah
(edit) @3782   11 years gah fix multiple barchart results, fix PDB reader, dynamically create tabs …
(edit) @3779   11 years ldelgass Fixes for legend in glyph/isosurface viewer.
(edit) @3776   11 years ldelgass Fix comment
(edit) @3770   11 years mmc Fixed a problem with the resultset that surfaced during the "letters" …
(edit) @3768   11 years ldelgass Some minor cleanups
(edit) @3767   11 years ldelgass contour3d doesn't have a surface setting, if no colormap set to …
(edit) @3764   11 years gah fix: change in XyLegend::reset method
(edit) @3762   11 years gah revert fix: add back undocumented <enable> behavior. If <enable> is …
(edit) @3760   11 years gah rewrite of xyresult to handle limits through graph instead of computing
(edit) @3759   11 years ldelgass Don't need to reset camera on color changes
(edit) @3758   11 years ldelgass Fixes for glyph viewer: Field drop down controls colormode only, not …
(edit) @3757   11 years ldelgass Fix for converting DX to VTK (will be used for downloading): need to …
(edit) @3756   11 years ldelgass Fix initial ranges for float->double
(edit) @3755   11 years ldelgass Fixes for vtkvis test apps, add test for glyph viewer
(edit) @3754   11 years ldelgass make _dim protected so test apps can use it
(edit) @3753   11 years ldelgass Fixes for DxToVtk? converter. Support nanowire format, which consists …
(edit) @3749   11 years gah fix Makefiles (one more time)
(edit) @3746   11 years gah fix Makefile for R
(edit) @3741   11 years gah fix Makefile
(edit) @3738   11 years ldelgass Fix VTK download for vtkvolumeviewer
(edit) @3733   11 years gah add octave/MATLAB version of example
(edit) @3731   11 years ldelgass Fix VTK file download in streamlines viewer
(edit) @3727   11 years gah bugfix: set log scale from hint in XML
(edit) @3723   11 years ldelgass Remove dataset specific scaling hack from glyph viewer, so render …
(edit) @3717   11 years gah fixes for R build, can now make clean, make
(edit) @3711   11 years gah
(edit) @3709   11 years ldelgass Can't colormap a polydata (yet?)
(edit) @3708   11 years ldelgass Revert change from rev. 3668: Rather than moving object add into …
(edit) @3707   11 years ldelgass Fix conversion of VTK 1D file to xy plot, fix some memory leaks and …
(edit) @3705   11 years gah start of axis fixup for xy graph
(edit) @3703   11 years ldelgass Read all potential point data attributes from VTK files
(edit) @3702   11 years ldelgass Fix old mesh/node format: names returned for XML children of mesh for …
(edit) @3701   11 years ldelgass Fix VTK field output, support all field types. Note that we currently …
(edit) @3700   11 years gah add experimental tool parameter handling to strings (textentry)
(edit) @3699   11 years ldelgass Fix default elemtype. Make ReadVtkDataSet? protected so it can be used …
(edit) @3698   11 years ldelgass Some fixes for elemtype names
(edit) @3697   11 years ldelgass Add 'normals' elemtype, use plural forms for scalars, vectors, etc.
(edit) @3694   11 years ldelgass Glyphs should be opaque by default (renders much faster).
(edit) @3687   11 years ldelgass Remove unused blt vector variable
(edit) @3686   11 years gah add initial implementation of glyph viewer (temporary, to be folded …
(edit) @3685   11 years gah add initial implementation of glyph viewer (temporary, to be folded …
(edit) @3684   11 years gah fixes to rlimit for unlimited
(edit) @3675   11 years ldelgass Fix drawing component type for polydata in vtkviewer
(edit) @3671   11 years mmc Fixed the background coordinate scaling for the drawing. Now works …
(edit) @3670   11 years mmc Added a "fill" option to text items on drawings.
(edit) @3669   11 years mmc Fixed the popup controls on drawings so that the popup doesn't go down …
(edit) @3668   11 years gah fix vtkviewer to add object type on creation
(edit) @3666   11 years ldelgass Fix server list for drawing sequence
(edit) @3665   11 years ldelgass In Pdb to Vtk converter, output element field as type int.
(edit) @3664   11 years gah fix vtkviewer to wait for sequences
(edit) @3663   11 years gah fix vtkviewer to wait for sequences
(edit) @3662   11 years gah add drawings to sequence.
(edit) @3661   11 years ldelgass Fix spelling of HETATM record in Pdb to Vtk converter
(edit) @3660   11 years gah start of simple pdb reader
(edit) @3659   11 years gah add pdb reader to drawing
(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) @3642   11 years mmc Fixes for nanoHUB ticket #258058 and #258045 -- note within a group …
(edit) @3640   11 years ldelgass Fixes for pdb to vtk conversion
Note: See TracRevisionLog for help on using the revision log.