Changeset 1245 for trunk/ChangeLog


Ignore:
Timestamp:
Nov 26, 2008 8:12:14 AM (15 years ago)
Author:
dkearney
Message:

adding changes to changelog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r1244 r1245  
    22
    33 * 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, 
     4   properly.  Rappture was defaulting to VTK and segfaulting.
     5 * Added keyboard and mousewheel bindings for zooms in nanovisviewer,
    66   heightmapviewer, and molvisviewer.
    7  * Added panning function to nanovisviewer, heightmapviewer, and 
     7 * Added panning function to nanovisviewer, heightmapviewer, and
    88   molvisviewer.  Feature available via mouse and keyboard.
    99 * Fixed pymolproxy to handle non-blocking reads from pymol server where
     
    2525   angles when reconnecting to the nanovis server.
    2626 * Extended color set (8 to 32) of automatic colors for xy graphs.
    27  * Removed load-balancing feature from nanoscale.  It always returns 
     27 * Removed load-balancing feature from nanoscale.  It always returns
    2828   0.0.0.0 (no redirect).
    2929 * Added isunirect2d to field object.  This is a cleaner way of determining
     
    3333 * Added recolor option the XyLegend object.  It recolors all the selected
    3434   traces.
    35  * Removed split $params(-load) from driver. 
     35 * Removed split $params(-load) from driver.
    3636 * Added "list" type to getopts.tcl to allow for command line
    3737   specifications like "rappture -load file1 file2 file3".  The list
     
    4242   multiple compilations are using the same directory.
    4343 * Added -x flag to nanoscale to automatically rotate between screens
    44    as new requests are made. 
     44   as new requests are made.
    4545 * Added separate method in nanovis NvCamera.h to handle camera eye and
    4646   target positions (for panning).
    47  * Added pan call to nanovis.   
     47 * Added pan call to nanovis.
    4848 * Added checks to nanovis for valid framebuffer objects.
    4949 * Fixed packages/vizservers/nanovis/Makefile.in to allow parallel builds.
     
    5151 * Added statistics generation for nanovis and pymolproxy servers. Writes
    5252   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
     53 * Added MCR_INHIBIT_CTF_LOCK flag to the compiled matlab patch file to
     54   prevent matlab from trying to create a lock on CTF file.
     55 * Added copy feature to loaders. Copy feature allows users to specify where
     56   to put data from xml files loaded from the examples directory. See
     57   rappture/examples/lang/tcl/loadercopy for sample use.
     58 * Added compiled matlab example to rappture/examples/app-fermi/matlab
     59   currently only for 32bit, if using on 64bit, need to adjust patch file.
     60 * Fix allowing enabled tabs (groups within groups), which are a part of a
     61   list of tabs, to show the correct information when one or more tabs
     62   before them are disabled.
     63 * Reorganize command line options for simsim
     64 * Added autolabel to number and integer outputs, but everyone should still
     65   put labels on all outputs.
     66 * Allow the contents of a note to be dynamically changed, for example
     67   through a loader.
     68 * Added xmldiff to find the difference between two rappture xml files.
     69 * Added -nosim flag to rerun so it works as it did in previous releases.
     70   Currently, rerun is strictly for viewing old run.xml files.
     71 * Updating rappture to allow for loading of old run.xml files using the
     72   -load flag. This feature differs from rerun in that if rappture can find
     73   where the tool was installed, it will allow you to continue running
     74   simulations.
     75 * Added bohrs to the units test cases
    6076
    61        
    62 2008-09-09:
     772008-10-10: nanovis 20081010 released
     782008-09-26: nanovis 20080926 released
     792008-09-26: Rappture 20080924 released
    6380
    64     * Created legend for xy plots.  You can raise/lower/show/hide/rename
    65       traces (curves).  There is also a provision for displaying the
    66       fill area between two curves and taking the average of two or
    67       more curves.
    68     * Nanovis markers now change the transfer function globally. Previously
    69       changing the a marker changes the transfer function for that volume
    70       only.  Now all volumes using that transfer function are affected.
    71     * Pymolproxy changed to use file transfer for PDB files.  This should
    72       prevent large datasets from breaking pymol.
    73     * Data sent to render servers now made in one write. Should improve
    74       performance for large datasets.
    75     * Nanovis server was profiled and improvements made to protocol.
    76     * "Abort" button fixed.  Previous version abort was disabled during
    77       simulation.
    78     * New checkbutton indicator for booleanentry (switch).
    79     * Empty sequences (pymol) are now checked.
    80     * Fixed heightmap (surface plot) grid to accurately measure the surface.
    81     * added bohr units and conversion to meters
    82     * added a free text label so users can label each element of a sequence.
    83     * added example using Ruby's Rappture bindings.
    84     * changed boolean widget to use a simple checkbutton
    85     * added ability to set the color of integer and number widgets
    86       to a wavelength or range of wavelengths.
    87        
    88 2008-06-11: fixed bug in Ruby putfile() method (bhaley)
     81 * Added stats collection to nanovis
     82
     832008-09-09: Rappture 20080909 released
     84
     85 * Created legend for xy plots.  You can raise/lower/show/hide/rename
     86   traces (curves).  There is also a provision for displaying the
     87   fill area between two curves and taking the average of two or
     88   more curves.
     89 * Nanovis markers now change the transfer function globally. Previously
     90   changing the a marker changes the transfer function for that volume
     91   only.  Now all volumes using that transfer function are affected.
     92 * Pymolproxy changed to use file transfer for PDB files.  This should
     93   prevent large datasets from breaking pymol.
     94 * Data sent to render servers now made in one write. Should improve
     95   performance for large datasets.
     96 * Nanovis server was profiled and improvements made to protocol.
     97 * "Abort" button fixed.  Previous version abort was disabled during
     98   simulation.
     99 * New checkbutton indicator for booleanentry (switch).
     100 * Empty sequences (pymol) are now checked.
     101 * Fixed heightmap (surface plot) grid to accurately measure the surface.
     102 * added bohr units and conversion to meters
     103 * added a free text label so users can label each element of a sequence.
     104 * added example using Ruby's Rappture bindings.
     105 * changed boolean widget to use a simple checkbutton
     106 * added ability to set the color of integer and number widgets
     107   to a wavelength or range of wavelengths.
     108 * fixed bug in Ruby putfile() method (bhaley)
     109
    891102008-03-31: nanovis 20080331 released
    901112008-03-30: Rappture 20080330 released
    91 2008-02-18: added initial bindings and build scripts for Ruby (bhaley)
    92112
     113 * added initial bindings and build scripts for Ruby (bhaley)
Note: See TracChangeset for help on using the changeset viewer.