- 13 Jul, 2018 3 commits
-
-
Utkarsh Ayachit authored
57d6d29a Fix odd spinbox behavior (fixes #18204). Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2585
-
Utkarsh Ayachit authored
On occasion, the going up/down in the timestep spinbox would cause the spinbox to skip a timestep. Fixed that.
-
Mathieu Westphal authored
2c9b0d87 Improve pqRenderView inheritability Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !2578
-
- 12 Jul, 2018 9 commits
-
-
Mathieu Westphal authored
7fc311d7 Corrects some widget that were null parented with no reason Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !2581
-
Utkarsh Ayachit authored
1c7c906b update ChartLoadNoVariablesB baseline. 63892d2b vtkPExtractHistogram: avoid depending on array order. aec29ce8 vtkAttributeDataReductionFilter speed up data copying. 7f3b3871 updates to vtkDataSetAttributes::FieldList. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2574
-
Mathieu Westphal authored
Some custom applications uses their own inherited version of pqRenderView, this improves the ease to do that
-
Utkarsh Ayachit authored
The variables probed by the ProbeFilter changed causing the baseline to change.
-
Utkarsh Ayachit authored
Fix logic to lookup arrays using index. Use array names instead.
-
Utkarsh Ayachit authored
Using faster API to copy tuples between two DataSetAttributes instances.
-
Utkarsh Ayachit authored
-
Ken Martin authored
9f0addc8 update ParaView to use the new picking changes in VTK 5bba1bd4 this is an update to match recent changes in VTK picking Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2500
-
Mathieu Westphal authored
-
- 11 Jul, 2018 4 commits
-
-
Ken Martin authored
as paraview uses iceT and some synchronized render and hardware selector subclasses we have to make some changes in PV to reflect the changes made in VTK MR vtk/vtk!4339
-
Ken Martin authored
Update to handle changes made in VTK MR vtk/vtk!4339
-
Mathieu Westphal authored
d9d993c9 Refactor Time display options Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !2580
-
Nicolas Vuaille authored
* Concerning: time inspector, time widget in toolbar, property panel. * Add a 'Time Format' setting (sci, fixed or mixed) * Synchronize display options (notation, precisions) with settings * In 'Snap to timesteps' mode, use a combobox for available times
-
- 10 Jul, 2018 3 commits
-
-
Utkarsh Ayachit authored
f764d8ee update vtk Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2577
-
Mathieu Westphal authored
26298cbe Adding a ReverseLegend property to the Scalar Bar Actor Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !2571
-
Mathieu Westphal authored
-
- 09 Jul, 2018 4 commits
-
-
Utkarsh Ayachit authored
-
Cory Quammen authored
29f5b74a Misc. typos Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2561
-
luz.paz authored
-
Utkarsh Ayachit authored
d672269c Make columns in pqOutputWidget non-editable. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2575
-
- 08 Jul, 2018 1 commit
-
-
Utkarsh Ayachit authored
The first column (the column that showed the count for the messages) was accidentally editable i.e. user could double click on it to change text. Fixed that.
-
- 06 Jul, 2018 2 commits
-
-
Mathieu Westphal authored
6735c564 Updating VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !2569
-
Mathieu Westphal authored
-
- 05 Jul, 2018 4 commits
-
-
David E. DeMarle authored
6badae17 use the new asynch writer in VTK to speed up cinema exports Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2444
-
Cory Quammen authored
4f9ed0e1 Add release note for Edit->Redo keyboard shortcut 4b91ff67 Note the keyboard shortcut for Edit -> Reset Session ac866f8b Change Redo keyboard shortcut from Ctrl-R to Ctrl-Y Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !2564
-
Brad King authored
02ab856c ExternalData: Convert more content links from MD5 to SHA512 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2570
-
Kitware Robot authored
Populate a script with `map_<md5>=<sha512>` variable settings and then run the following to convert the content link files: git ls-files -- '*.md5' | while read f; do md5="$(cat "$f")" sha512="$(eval echo \${map_$md5})" rm "$f" echo $sha512 > ${f%.md5}.sha512 done This follows up commit 0d89f23f (ExternalData: Convert content links from MD5 to SHA512, 2018-05-18) to convert content links added in topic branches that started before the main conversion.
-
- 04 Jul, 2018 2 commits
-
-
T.J. Corona authored
0b19ac3c Clean up pqReaction documentation (thanks Utkarsh). Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2566
-
T.J. Corona authored
-
- 03 Jul, 2018 8 commits
-
-
Cory Quammen authored
-
Cory Quammen authored
Also, remove the shortcut associated with the toolbar as only the edit menu keyboard shortcut is needed.
-
Cory Quammen authored
Ctrl-Y (or Cmd-Y on macOS) is used for the Edit -> Redo menu item on many major applications, but ParaView was using Ctrl-R. Change to Ctrl-Y.
-
Shreeraj Jadhav authored
06234dc8 Add ability to extract solid 3D output from vtkExtractCTHPart Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2559
-
Cory Quammen authored
b6ba3eb8 Add release notes for 5.5.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !2563
-
Cory Quammen authored
(cherry picked from commit 896b7276)
-
Shreeraj Jadhav authored
Modified vtkExtractCTHPart class to add the ability to extract 3D solid fragments as output instead of contours, using a boolean flag (GenerateSolidGeometry). Output format, in that case, is vkUnstructuredGrid. Default state is off for this flag.
-
Nicolas Vuaille authored
b0c6d631 Add opacity for nan color Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !2521
-