- Nov 02, 2012
- Nov 01, 2012
-
-
David Thompson authored
Change-Id: I75a52695d79089705df64cbe95f3ae93be08bb92
-
Kyle Lutz authored
Change-Id: Id664b3d128a9c8fbde7ab7ee58434e38704fa363
-
Sebastien Jourdain authored
Change-Id: I7cf55ec1a13dc42d1f69298aa2e3742682a8a3b2
-
David Thompson authored
Avoid the overhead of `vtkVariantArray` creation for each tuple when identifying unique tuples. Also, sample less (O(log(n)) instead of n in the case where there are a few distinct values). The sampling is now performed by the `vtkAbstractArray` class. This should fix bug 13524. Change-Id: If16fb14a897e92d55a7ade0aafc230c6893a8a4e
-
- Oct 31, 2012
-
-
Sebastien Jourdain authored
This patch also managed fields with space in there name and allow StringArray to be easily displayed in both "Annotate Global Data" and "Python Annotation" filters Change-Id: Icdf2bc1d43b5fdd83661618aa1d4dedce51b44d3
-
David Thompson authored
Change-Id: I1f6d6e7a668e9e8c709da3ae0bb7f3649e0151e4
-
Sebastien Jourdain authored
Change-Id: Ia060041378e0e7dee51122cd1f9745a6f51b9007
-
17d3ab52 Adding test for AMR volume rendering.
-
95225063 Fix various warnings
-
9c631786 fix warnings 34272adf Fix crash when outline has no input c26526a5 Enable to toggle visibility of Orientation Axes in Slice views 943aa8f3 Add orientation axis to all views of the Quad View 1e5748f6 Add support for CubeAxes in 2d view of QuadView c1e8a302 Add data annotation for generated slice to be used by cube axes 01801eee Allow label font size to be changed from UI
-
e19178b9 Update VTK to VTK-master
-
fe6d1d17 Change UncertaintyRendering test to not use log-scaling
-
559f377a Fix dimension issue in Adios array loading.
-
2140e5cc Added some module dependencies explicitely.
-
41b9d45e BUG #13571. Fix python issue with binaries.
-
a69ccb68 Fix bug 13586 in IceT compositing
-
fce2fac3 Use pqSignalAdaptorComboBox in pqStringVectorPropertyWidget
-
c2287691 BUG #13410. Fix color editor.
-
554ec551 Make sure Alt+A is the ONLY Apply button shortcut across all platforms
-
e4afd0a7 Move forward VTK to revert log scale change
-
Sebastien Jourdain authored
Change-Id: Ib66f6fd34955720a8af77bb8bdc9bb5a4ef994a4
-
- Oct 30, 2012
-
-
Andrew Bauer authored
The previous fix only worked in symmetric parallel mode and it broke the way it worked in non-symmetric mode. This fix checks which mode we're running pvbatch in and makes sure that the quantity used to test whether the tests pass or fail works for both cases.
-
Sebastien Jourdain authored
Change-Id: I8f301839ffc77994de1da67660b12af4fba63ee1
-
Sebastien Jourdain authored
Change-Id: Ib66b3542add96f9cc0e4a47e6c50e244d788d673
-
Utkarsh Ayachit authored
ParaView test was configuring a state file in ParaViewData. Although the check only happened when PARAVIEW_DATA_ROOT was set, in meant that ParaViewData needed to be up-to-date. Moving the state file to ParaView source dir overcomes this unnecessary confusion. Change-Id: I7e52713cb1cdac5aaab248c4dd41cc61b705bfa6
-
Utkarsh Ayachit authored
Change-Id: I66d5985130cf56b6d13e9da9961eba70f0f5ab5a
-