- 08 Nov, 2011 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16654 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 31 Oct, 2011 2 commits
-
-
brugger authored
I added a 2d multi-resolution rendering capability for 2d AMR data. It only reads in the blocks with cells that are larger than the user specified smallest cell size and are within the current view. The multi- resolution controls are located in the rendering options window, which can be brought up by selecting "Options->Rendering..." from the main menu bar. The blocks read in will change as the user pans and zooms the image. The 2d multi-resolution capability is extensible into 3d in straight forward manner, I just haven't had time to do it. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16576 18c085ea-50e0-402c-830e-de6fd14e8384
-
allens authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16573 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 27 Oct, 2011 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16549 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 17 Oct, 2011 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16460 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 12 Oct, 2011 1 commit
-
-
whitlocb authored
I changed CQ selections to the histogram variable can be selected from any DB variable instead of requiring that it be in the range variables. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16408 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 10 Oct, 2011 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16378 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 06 Oct, 2011 1 commit
-
-
fogal1 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16357 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 03 Oct, 2011 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16330 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 27 Sep, 2011 1 commit
-
-
brugger authored
I modified the remote launching to pass the remote user name to the ssh command to the gateway machine instead of to the ssh command to the remote machine. This resolves #857. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16249 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 09 Sep, 2011 2 commits
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16137 18c085ea-50e0-402c-830e-de6fd14e8384
-
whitlocb authored
intermediate data object so CQ works. This works around PC's funky filter that does not preserve enough information for CQ to operate. This resolves #816. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16136 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 07 Sep, 2011 1 commit
-
-
whitlocb authored
results. When available (and appropriate) the cached results can be used to bypass the time loop stage that makes CQ selections costly, resulting in a large speedup. For example, CQ histogramming operations are able to reuse the intermediate results. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16119 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 01 Sep, 2011 2 commits
-
-
whitlocb authored
named selection filter after its expression filter in its sub-pipeline. This lets the PersistentParticles operator play better with selections. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16067 18c085ea-50e0-402c-830e-de6fd14e8384
-
bonnell authored
Modified Query interface to pass query arguments as MapNode between cli/gui and Viewer to reduce rpc clutter and make adding/changing queries a bit easier. CLI accepts named arguments (keyword args) or python dictionary. GUI allows customizable query widgets for more useful control of options. Query-over-time start/end times and stride now specified in Query Window with other query options, and can be specified as keyword args in cli's QueryOverTime method. Picks via QueryWindow have been consolidated into one query: "Pick", options have been expanded. Updated tests to use new argument style. Left a few old-style calls to ensure they still work. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@16065 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 24 Aug, 2011 1 commit
-
-
camp authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@15937 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 23 Aug, 2011 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@15891 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 18 Aug, 2011 1 commit
-
-
allens authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@15843 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 04 Aug, 2011 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@15652 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 12 Jul, 2011 1 commit
-
-
miller86 authored
As a consequence, a lot of source files needed fixing up too. There were many cases where source files referred to STL classes but either did not include the cooresponding C++ STL header or did not have a using statement or did not have a 'std::' scope resolution. I added a hook to prevent commits of header files with using statements in them. I added skips for anything in vendor_branches, release and src/third_party_builtin and common/utility/visitstream.h (whose using statements I think define a single symbol name such as cerr or endl). Nonetheless, I still think visitstream.h might bare further scrutiny on this issue. There are a number of other observations I had regarding header file design and usage that I will send to visit-developers in a follow-up email. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@15352 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 22 Jun, 2011 1 commit
-
-
miller86 authored
Only gets triggered for files committed to trunk. Qualified a number of uses of abort, exit and/or assert that are considered 'ok'. Removing hook to check autoconf version number. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@15183 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 16 Jun, 2011 1 commit
-
-
whitlocb authored
2. Increase max selection size 3. Add "No data" for histogram widgets when they have no data. 4. Clear histogram data when changing the histogram display type in gui. 5. Update splashscreen to June. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@15072 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 14 Jun, 2011 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@15046 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 10 Jun, 2011 1 commit
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14998 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 18 May, 2011 3 commits
-
-
fogal1 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14841 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
The warning's been bothering me. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14840 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
Need them in the IceTNMgr, so promote the code to a class method. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14839 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 13 May, 2011 1 commit
-
-
fogal1 authored
We don't link in X11 to the mac builds. So, only call X functions on Linux. This assuredly breaks the path if one tries to do parallel rendering with a Mac cluster... but nobody does that, and the correct way to do that wouldn't be with X servers anyway. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14808 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 11 May, 2011 1 commit
-
-
fogal1 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14789 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 09 May, 2011 11 commits
-
-
fogal1 authored
People tend to dislike it in the case that the cluster manages the X servers. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14779 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
We want to make sure the loop cannot be infinite, in case something I haven't thought of goes wrong. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14778 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
Old code assumed DISPLAYs of the form ":d", but many systems utilize ":d.s" nowadays, where 'd' is the display number and 's' is the screen number. This commits rewrites the machinery to store a string instead of a number for the display, and thus rely on the user giving us the full DISPLAY string, allowing them to set it to whatever the hell they feel like. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14776 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
Allows using an env var, which avoids all our argument parsing code. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14774 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
Note: behavior change! X servers aren't started automatically unless the engine is given the -launch-x argument. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14771 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
Allows a client to specify that they do not want VisIt to launch the X server. Some clusters start up an X server on behalf of the user. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14770 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
Ensure that we can access the X server, and fail explicitly if we can't. Also, use the hostname for the xhost call, instead of allowing the entire world to access the X servers. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14769 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
We'll use it to detect errors in some cases. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14768 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14767 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
On some clusters, we can have one or two nodes with broken X servers out of a whole job. We need the hostname so we can inform the admin[s] which nodes are broken. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14766 18c085ea-50e0-402c-830e-de6fd14e8384
-
fogal1 authored
Also: . make sure we erase/fix VisIt's signal handlers in the child. . echo X server command line options to log (always) . add "sleep" to xinit to make sure X will always die. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@14765 18c085ea-50e0-402c-830e-de6fd14e8384
-