Changeset 1244 for trunk/ChangeLog


Ignore:
Timestamp:
Nov 25, 2008, 1:12:30 PM (16 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r1152 r1244  
     12008-11-25:
     2
     3 * Fixed sequenceviewer to handle sequences for heightmaps (surface plots)
     4   properly.  Rappture was defaulting to VTK and segfaulting.
     5 * Added keyboard and mousewheel bindings for zooms in nanovisviewer,
     6   heightmapviewer, and molvisviewer.
     7 * Added panning function to nanovisviewer, heightmapviewer, and
     8   molvisviewer.  Feature available via mouse and keyboard.
     9 * Fixed pymolproxy to handle non-blocking reads from pymol server where
     10   where previous client command would drain stdout.  The bug appears in
     11   64-bit versions.
     12 * Changed curve object to use a vector to read/parse xy data and then
     13   split into the correspondings x and y vectors.  Rough testing shows
     14   to be 8x faster than scan-ing every line.  This was also done
     15   for fields (points).
     16 * Added feature to VisViewer base class to disconnect from the render
     17   server after a specified interval "idleTimeout_".  If zero, no
     18   timeout is set.  This affects molvisviewer, heightmapviewer, and
     19   nanovisviewer.  The viewers will reconnect on the next read or write
     20   request to the server.  See _CheckConnection method.
     21 * Fixed molvisviewer to properly set screen dimensions when reconnecting
     22   to the pymol server.  This caused the object to be scaled and shifted
     23   improperly.
     24 * Fixed nanovisviewer to properly reset screen dimensions and rotation
     25   angles when reconnecting to the nanovis server.
     26 * Extended color set (8 to 32) of automatic colors for xy graphs.
     27 * Removed load-balancing feature from nanoscale.  It always returns
     28   0.0.0.0 (no redirect).
     29 * Added isunirect2d to field object.  This is a cleaner way of determining
     30   whether to connect to a nanovis server or use VTK.
     31 * Fixed -imagecmd in htmlviewer.tcl.  Added _freeImage method/callback.
     32   The htmlwidget was destroying the cached icon images.
     33 * Added recolor option the XyLegend object.  It recolors all the selected
     34   traces.
     35 * Removed split $params(-load) from driver.
     36 * Added "list" type to getopts.tcl to allow for command line
     37   specifications like "rappture -load file1 file2 file3".  The list
     38   type can only be used at the end of the command line.
     39 * Added rappture-csh.env script for c-shell users.
     40 * Fixed lang/matlab/Makefile.in to allow prevent parallel builds of
     41   matlab bindings.  "mex" generates temporary files that collide when
     42   multiple compilations are using the same directory.
     43 * Added -x flag to nanoscale to automatically rotate between screens
     44   as new requests are made. 
     45 * Added separate method in nanovis NvCamera.h to handle camera eye and
     46   target positions (for panning).
     47 * Added pan call to nanovis.   
     48 * Added checks to nanovis for valid framebuffer objects.
     49 * Fixed packages/vizservers/nanovis/Makefile.in to allow parallel builds.
     50 * Added xunits, yunits, and zunits attributes for unirect2d data.
     51 * Added statistics generation for nanovis and pymolproxy servers. Writes
     52   to /var/tmp/visservers/data.xml.
     53 * units.tcl
     54 * table
     55 * simsim.tcl
     56 * analyzer.tcl
     57 * note.tcl
     58 * controls.tcl
     59 * loader.tcl
     60
     61       
    1622008-09-09:
    263
Note: See TracChangeset for help on using the changeset viewer.