- Nov 07, 2016
-
-
0b5ae774 Update baseline since line widget changed to use a cone Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1172
-
23e9f3f4 BUG #17009: Address slowness when playing animations. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1184
-
Utkarsh Ayachit authored
When playing animations, if one had ever opened the **Find Data** dialog, the animation playback would get progressively slower! The issue was due to incorrect signal hookup in pqQueryClauseWidget. The signals were getting hooked up in duplicates each time the data would change. Also, other callbacks in pqQueryClauseWidget would get called as the combo-boxes were being updated in the signal handlers! Fixed that.
-
443e0ed3 Move the KAAMS color preset to the top of the list. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1176
- Nov 06, 2016
-
-
058898d9 Fixed leaks (Python View) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1185
-
Utkarsh Ayachit authored
When using Python View in Python, it would leak due to incorrectly setup interactor. Fixed by disable creation on interactor. Python View doesn't support interaction yet. Fixes `TestPythonViewScript`.
-
1d7819d4 bump vtk Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1181
-
59bbfd3f Added test for quoted variable names in Calculator expressions c62504b7 Enable quoting of variables to accommodate special characters Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1163
-
- Nov 05, 2016
-
-
f5f4c4dc workaround for a bug where values not exported correctly Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1182
-
- Nov 04, 2016
-
-
David E. DeMarle authored
without this, the array raster images can get stuck dependent on if you've selected an object in the pipeline that has arrays or not when you hit export
-
David C. Lonie authored
-
f2fd23e5 move vtk forward Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1180
-
67a541ec Fix wrong label for pqLineWidget on mac Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sujin Philip <sujin.philip@kitware.com> Merge-request: !1177
-
- Nov 03, 2016
-
-
Sebastien Jourdain authored
-
Haocheng LIU authored
Currently We assume using Ctrl across all platfroms for pqLineWidget. But mac we should actually use Command instead of Ctrl.
-
David C. Lonie authored
Update click locations for some tests, since the item order has changed.
-
09b5296c Change input type of ExtractHistogram proxy to allow table processing Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !1139
-
- Nov 02, 2016
-
-
8f6ee705 ParaViewMacros: remove extra .xml suffix 8f03571e Documentation: always generate qch files at build time Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1174
-
Ben Boeckel authored
All callers already have a `.xml` suffix.
-
d38f8571 Guarding state file case in open(). Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1175
-
Chet Nieter authored
Added a new guard of the self.getApplication() call in the open() methods in protocols.py for the case that the file being opened is a state file.
-
Ben Boeckel authored
Doing the globbing at configure time as introduced in v5.2.0-RC1~45^2~1 (build_help_project: glob up the files) caused files to not actually be added to the build from the first configure. Instead, always generate the .qhp file at build time after the documentation has been generated so that the globs always work. As a bonus, there is less code duplication now too.
-
- Nov 01, 2016
-
-
09b71aee Guarding the InvokeEvent call in open() Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1166
-
Shawn Waldon authored
-
66883848 Updating VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1171
-
- Oct 31, 2016
-
-
Andrew Bauer authored
-
b69e9625 Move VTK to include netcdfcamreader changes. 6f9d3956 Make array selection and loading one level advanced. d11b3a46 ENH: Add ability to read only a layer in NetCDFCAMReader 55307c10 ENH: Add vertical dimension and array selection to vtkNetCDFCAMReader. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1152
-
- Oct 28, 2016
-
-
Dan Lipsa authored
-
Dan Lipsa authored
-
Dan Lipsa authored
-
Dan Lipsa authored
-
8df13c20 Update Parallel VTK file writers to provide GhostLevel property. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !1170
-
039e9595 Checking array length before calling min()/max(). Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !1168
-
fc7f16df Fix bands in large screenshots with OpenGL2. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1037
-
201d87fe Fix saving of unstructrued grids as *.vtk in parallel. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !1167
- Oct 27, 2016
-
-
Joachim Pouderoux authored
This changes allows the user to specify the number of ghost level to be saved (was 0 before, now 1 by default). As a side effect it fixes a bug when saving temporal output of a D3 filter. So far only first timestep saved ghost information because it was requested by the rendering pipeline but not by the writer for the next timesteps.
-
941b58c5 Fix CompositeDataSetBuilder for ArcticViewer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1169
-
Sebastien Jourdain authored
-