source: trunk/gui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @552   17 years dkearney adjusted the formatting to use %g which chops off random zeros at the …
(edit) @551   17 years dkearney fix for rappture ticket #168. added new format for inputs that have …
(edit) @550   17 years dkearney fix for rappture ticket 157 where error messages about units min and …
(edit) @531   18 years mmc Fixed the nanoVIS launching script to insulate against dependencies on …
(edit) @524   18 years qiaow Added ZincBlendeVolume? as a subclass of Volume. Added shader to render …
(edit) @522   18 years nkissebe another case of widgets not knowing special named colors (Windows …
(edit) @520   18 years dkearney added units conversion from deg->rad to tcl bindings, adjusted matlab …
(edit) @519   18 years mmc - Fixed field components to report their order properly. This makes …
(edit) @518   18 years dkearney changed the incorrect PERL5PATH to the correct PERL5LIB
(edit) @515   18 years dkearney added units of days (d), hours (h), minutes (min), /m2. minutes units …
(edit) @514   18 years mmc Fixed the nanoVIS server to recognize 1-6 numbers per line in the …
(edit) @513   18 years mmc Fixed sequences so that they offer the same download controls as the …
(edit) @511   18 years dkearney moving all .h files to their respective src directories, updating …
(edit) @510   18 years nkissebe --with-rappture option removed (not needed)
(edit) @509   18 years nkissebe --with-rappture option removed (not needed)
(edit) @507   18 years nkissebe Enable specific TK support (rather than assuming it is installed in …
(edit) @506   18 years nkissebe
(edit) @505   18 years nkissebe new location, customized TEA 3.5 tcl.m4
(edit) @503   18 years nkissebe Converted to Tcl Extension Architecture (TEA) v3.5 for base Windows …
(edit) @502   18 years nkissebe Windows cmd shell wrappers for the standard rappture scripts. These …
(edit) @501   18 years nkissebe the result of NamedTemporaryFile?() can not be opened by another …
(edit) @500   18 years nkissebe Escape any backslashes found in tool string (primarily for the sake of …
(edit) @492   18 years dkearney adding new template for rappture app script, adjusted configure.in and …
(edit) @488   18 years dkearney removed mols because they don't really work. tcl still thinks …
(edit) @487   18 years dkearney added moles (mol), hertz (Hz), becquerel (Bq) all have been added with …
(edit) @479   18 years nkissebe photo widget doesn't understand same named background colors as rest …
(edit) @472   18 years mmc Oops! Two more problems related to downloads. The DeviceResult? and …
(edit) @471   18 years mmc Oops! The device result didn't have the new -description field for …
(edit) @469   18 years mmc Fixed nanovis server to handle the flavor of dx files used by BioMOCA.
(edit) @468   18 years mmc Fixed bugs that showed up in the nanovis viewer when you switch …
(edit) @467   18 years mmc Last minute fixes so we can deploy the nanoVIS server: - Added …
(edit) @466   18 years mmc Fixed the filexfer server so that it doesn't complain when a transfer …
(edit) @465   18 years mmc Fixed the bug report dialog so that Control-1-1-3-3 will bring up …
(edit) @464   18 years mmc Added popup options for the "download" button. Right now this works …
(edit) @462   18 years mmc Fixed nanovis to take a series of server names as a comma-separated …
(edit) @461   18 years mmc Fixed a bug in the BMP encoding of the transmitted image. BMP wants …
(edit) @460   18 years mmc Fixed the 3D viewer so that if it detects old-style vtk data, it will …
(edit) @459   18 years mmc Added a legend to the nanovis viewer. Added bullet-proofing for …
(edit) @458   18 years mmc Added "up" command to set the orientation of all volumes with respect …
(edit) @457   18 years mmc Fixed the server so you can have more than 10 volumes max.
(edit) @456   18 years mmc Added the start of a legend component to the 3D field viewer. Fixed …
(edit) @455   18 years mmc Added a new "legend" command, which can be used to request the legend …
(edit) @453   18 years qiaow Fixed initial camera view so Z points upward.
(edit) @452   18 years qiaow Repositioned labels at the center.
(edit) @451   18 years mmc Fixed a problem with two volumes of same size and shape, as we have in …
(edit) @450   18 years mmc Added default axis labels to _rebuild output.
(edit) @449   18 years mmc Fixed the VolumeRenderer? to render multiple volumes properly when one …
(edit) @448   18 years qiaow Added label drawing on each axis. Each volume has three labels, one …
(edit) @447   18 years mmc Fixed the nanovisviewer so that it supports multiple volumes, and so …
(edit) @445   18 years mmc Created new "transfunc" command for defining transfer functions. Fixed …
(edit) @442   18 years mmc Fixed the up/down buttons on the <integer> element so they report …
(edit) @440   18 years mmc Fixed a bug in the pop-up editor, which showed up whenever a window …
(edit) @439   18 years mmc Fixed a bug in syncing values within device editors embedded within …
(edit) @438   18 years mmc Fixed the <enable> facility so that it will work correctly even when …
(edit) @437   18 years mmc Added a new <enable> parameter to all inputs. Controls can now be …
(edit) @436   18 years mmc Added the nanovis viewer for 3D fields. This connects to the …
(edit) @435   18 years mmc Fixed the <sequence> object so that it can support multiple objects …
(edit) @434   18 years mmc Added separate controls for outline enable/disable/color, and volume …
(edit) @433   18 years mmc Added animated GIF downloads for <sequence> results. Still need a …
(edit) @432   18 years qiaow Added some comments
(edit) @431   18 years qiaow Added 2D renderer.
(edit) @430   18 years qiaow Minor fixes
(edit) @429   18 years mmc Fixed the <choice> input so that each option can have a description …
(edit) @428   18 years mmc - Added <sequence> for playing movie outputs and other sequences of …
(edit) @427   18 years mmc Integrated Wei's latest changes with the commands that Rappture is …
(edit) @426   18 years qiaow Added a bunch of basic communication commands. This is a minimum set …
(edit) @425   18 years qiaow Fixed aspect ratio problem when changing screen size.
(edit) @423   18 years qiaow Added a bunch of communication commands. Now specular, diffuse …
(edit) @422   18 years mmc Had to remove this data file. It's too big!
(edit) @421   18 years qiaow Added EventPlayer? back. It will connect with nanovis and display the …
(edit) @420   18 years qiaow Added more test data
(edit) @419   18 years mmc Loader for the resources file. Oops! Forgot to check this in with the …
(edit) @418   18 years qiaow Minor fixes.
(edit) @417   18 years qiaow Fixed a bug in VolumeRenderer?.cpp
(edit) @416   18 years qiaow More interface functions for manipulating cutplanes. Now multiple …
(edit) @415   18 years qiaow Now can load arbitary number of volumes (16 per application due to …
(edit) @414   18 years mmc Added BMP encoding to image returned from nanovis server.
(edit) @413   18 years mmc - Added <description> capability to output objects, including axes. - …
(edit) @412   18 years kennell Added test results for Viz 06 paper.
(edit) @411   18 years cxsong added integer display to x-axis
(edit) @410   18 years kennell Added an example script for start_server and deleted the old nanoscale …
(edit) @409   18 years kennell Added nanoscale for visualization server load distribution.
(edit) @408   18 years cxsong changed for relocatable builds
(edit) @407   18 years qiaow Added 3 cut planes for each volume object
(edit) @406   18 years qiaow Added ScreenSnapper? class and VolumeRenderer? class. VolumeRenderer?
(edit) @405   18 years dkearney added -killsignal to bgexec call so it will use SIGTERM, a signal that …
(edit) @404   18 years qiaow Added Camera class to hide OpenGL viewing setup.
(edit) @402   18 years dkearney added deg and rad as valid units. no conversions are done.
(edit) @401   18 years qiaow Added Renderable class, the superclass of every class that can be drawn.
(edit) @397   18 years qiaow Lic class working!! OpenGL scaling calls now are inside of Lic and …
(edit) @396   18 years qiaow In the process of adding Line Integral Convolution class
(edit) @393   18 years qiaow Performance optimized for testing.
(edit) @392   18 years qiaow Small fixes in ParticleSystem? . size, color, etc.
(edit) @391   18 years qiaow EventPlayer? sleeps for a little bit before plays back the next event.
(edit) @390   18 years qiaow Added event file
(edit) @389   18 years qiaow Added run length encoding , testing code.
(edit) @386   18 years qiaow Added phone shading in one_volume.cg
(edit) @385   18 years qiaow Added nanoscale folder.
(edit) @384   18 years mmc Added some code to compute the gradient of the function in …
(edit) @383   18 years qiaow Added Event class for recording user input.
Note: See TracRevisionLog for help on using the revision log.