- Feb 07, 2013
-
-
Utkarsh Ayachit authored
Change-Id: Ic402efa811355454d9a38571d9223c800dd9dfd4
-
2752d7e7 BUG #13863: Fix visibility animation.
-
370730e3 Fix typo in VRUIConnection
- Feb 06, 2013
-
-
Utkarsh Ayachit authored
When animating visibility, we were turning on visibility of *all* representations, including those that were added as subproxies to some other representations. Hence all the representations ended up being visible are indicated in the BUG #13863. This fix address that issue by skipping toggling of visibility for sub-proxies. Change-Id: Ic210b43e95669ac4d12787f2f62b461b5f2a6356
-
David C. Lonie authored
Change-Id: I5566066077ecb445c18e90c220935bc6647978c3
-
- Feb 04, 2013
-
-
da4b7589 Removing DISABLE_PROGRESS_FOR_RUN_LARGER_THAN.
-
06e9acb4 Adding a new test for vtkPVDataEncoder.
-
8bd8ca2e Fix problem where writer.UpdatePipeline(time) doesn't update the time.
-
ce10ff1e Bump VTK for matplotlib fixes
-
c749f015 Remove duplicate text from exporter configuration dialog.
-
df73e370 BUG #13696. Enable the mobile plugin conditional on BUILD_SHARED_LIBS
-
- Feb 01, 2013
-
-
Andrew Bauer authored
-
David C. Lonie authored
Checkboxes display the same text on both sides of the checkbox, which looks bad. This patch clears the text from the checkbox so that only the label on the left is displayed. Change-Id: I1cb7418c528fd1025eb1e5f0052ab0186ab8765b
-
David C. Lonie authored
Change-Id: I3e211f108521603858193ffd44531acced687a42
-
Utkarsh Ayachit authored
DISABLE_PROGRESS_FOR_RUN_LARGER_THAN lead to freezes in client-server and is no longer needed anyways. Change-Id: Ide01c0c5aa50bbe19f9dd119917d77ec68ab8368
-
Nikhil Shetty authored
Change-Id: I4557df168545b0b4e3bf99fd9a3dcca9b073120b
-
- Jan 31, 2013
-
-
Pat Marion authored
On static build dashboards, the plugin creates a dock widget that changes the size of the renderview, causing tests to fail. So the plugin will be disabled by default only for those builds. Change-Id: Ib9eca3fa08e3f3b92b7fc41cf06357325fe144b5
-
Utkarsh Ayachit authored
A 'fix' committed in 81fe31a6 was resulting in the 3DWidget show being shown when the creation of a clip filter, for example, was undone and redone. This patch addresses that issue. I believe the widgets for a proxy were destroyed and recreated in the past which is no longer the case and hence the 'fix' is not needed. Change-Id: Icedeae3af16e2e0b1bb5c578a1558343ccd08837
-
Utkarsh Ayachit authored
Change-Id: I09443a028f517988a091ad4cde20ed5df9e230d3
-
Utkarsh Ayachit authored
This builds on fix in bc7cf27e. We were still missing select/deselect calls when the 3D widget was created in a legacy panel or as part of the pqProxyPropertyWidget. This patch address that issue. Change-Id: I3af25e4bf837eaef1e73470c576e3e304f9a4bfb
-
Utkarsh Ayachit authored
To simplify progress logic, we now report progress only from the root node. This avoids clogging MPI channels with unnecessary progress events while still giving the application a vague idea of the progress. Cleaning up the logic ensures that we never deliver messages to client for progress more frequent than 1 sec (in past we always had to send 0 and 1 progress values. Removing obsolete class vtkPVMPICommunicator. It was only needed to handle the async mpi progress events. We don't use async messages for progress anymore. Change-Id: I04213540ce9ac4b7338143c51d7fd479711e5ff9
-
- Jan 30, 2013
-
-
Utkarsh Ayachit authored
Change-Id: Ie18fda6b3507c0ed3c4642098d7f871de43c22e4
-
da553479 Updated version to 3.98.1-RC1
-
Utkarsh Ayachit authored
Change-Id: Ie3284abfcd842a813fc51440e8c1ebd0a9b99484
-
908b4de1 Fix install rules for VisIt bridge.
-
213c20fc BUG #13830. Disable progress over 64 nodes.
-
455907fd BUG #13826 Unescape spaces in all MPL python paths.
-
a4166217 BUG #13776. Bring in VTK fix.
-
- Jan 29, 2013
-
-
Utkarsh Ayachit authored
Change-Id: Iff70be8a29f3dada27b21e783cef3af42a5ac402
-
Sebastien Jourdain authored
Change-Id: Ib0185d79e3939f433c985a8f43d9e7ffdf826ad4
-
Utkarsh Ayachit authored
This module has classes used by ParaViewWeb to obtain encoded/compressed images for the views. vtkPVDataEncoder is a threaded encoder that makes it possible to compress and encode images using threads. vtkPVWebApplication acts as the ParaViewWeb application interface. Change-Id: Ifde8790509fa9cb64e2b8718f57cd2e234f8f21f
-
Utkarsh Ayachit authored
Change-Id: Ie583f46ef05a1bce262753fc63d7019eeaf09d07
-