- 22 Apr, 2022 2 commits
-
-
4176eb66 BUG: Fixed AssociationTest Example Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Aron Helser <aron.helser@kitware.com> Merge-request: !2714
-
fbb923f7 Fixed a minor bug in the ComponentAttributeView Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !2716
-
- 21 Apr, 2022 1 commit
-
-
Stan Hammon authored
The symptom was: When you added a new Category to an SBT file that did not have an associated Attribute Definition, it would display several unwanted Views in the Attribute Editor
-
- 20 Apr, 2022 1 commit
-
-
Bob Obara authored
The Suppliers View had the wrong attribute type specified.
-
- 18 Apr, 2022 2 commits
-
-
22803475 Added names to qt UI objects to allow for more repeatable automatic testing Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !2708
-
Stan Hammon authored
-
- 15 Apr, 2022 1 commit
-
-
a410c993 Add "_" underscore to valid chars in expression symbols. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !2709
-
- 14 Apr, 2022 5 commits
-
-
f544fc02 Do not attempt to return a value in a void function. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !2711
-
David Thompson authored
This will cause an error with gcc 10 when c++17 support is turned on.
-
Aron Helser authored
Also add a test using dash and underscore in names.
-
0f4d223d CI: Fix download file ids Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !2710
-
Ryan Krattiger authored
-
- 12 Apr, 2022 1 commit
-
-
8ba85cb8 CI: Update to use paraview 2022-03-07 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2706
-
- 11 Apr, 2022 3 commits
-
-
5e57056d Fixed a bug in an old test, and added a new test for project portability 208c76b8 Made projects portable Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !2704
-
Stan Hammon authored
-
Ryan Krattiger authored
-
- 09 Apr, 2022 2 commits
-
-
1dcf0d08 ci: install libXext-devel for occt Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !2705
-
Ben Boeckel authored
-
- 08 Apr, 2022 2 commits
-
-
b843644a Use system fontconfig for fedora33-paraview CI Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !2703
-
Ryan Krattiger authored
-
- 07 Apr, 2022 1 commit
-
-
Stan Hammon authored
This means that the project folder can now be moved to another location (or another machine), and still load. Required changing absolute paths to relative paths.
-
- 01 Apr, 2022 4 commits
-
-
bb791087 ci: remove unnecessary suppression settings b26cd30b ci: remove unused configure flags in CI images Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2702
-
40432277 Update baseline image for pv.PlaneWidget test Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2700
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 31 Mar, 2022 5 commits
-
-
cb2527aa COMP: Fix missing VTK dependencies for vtkApplyTransforms Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2701
-
b280d8ca Make PyOperations execute on the main thread by default. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2699
-
Shreeraj Jadhav authored
Add VTK::FiltersGeometry as missing dependency required to include vtkDataSetSurfaceFilter.h in extension/vtk/filter/vtkApplyTransforms.cxx
-
Aron Helser authored
Add a flag to operations to indicate if they are thread-safe, and use this flag run-time in qtOperationLauncher, instead of making it a compile-time decision with SINGLE_THREAD define. PyOperation sets threadSafe to false by default, since the GIL is causing deadlocks or PyGILState_Check() failures in debug.
-
Ryan Krattiger authored
-
- 30 Mar, 2022 1 commit
-
-
03e2276e ENH: Added the ability to hide pqSMTKAttributeItemWidget's labels Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2696
-
- 28 Mar, 2022 2 commits
-
-
b2c8bb80 ENH: Extended properties to include sets of ints Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Aron Helser <aron.helser@kitware.com> Merge-request: !2692
-
Bob Obara authored
If the item is not optional, simply set its label to be a single space.
-
- 24 Mar, 2022 3 commits
-
-
274517f2 Fix how images are supplied by the source - restore the multiblock Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !2693
-
Aron Helser authored
Image data should be stored in a multiblock and added to the resource output - instead each image was overwriting the previous one. Also restore metadata for images.
-
9f7a2126 Add a contract test for the opencascade-session plugin. 6a4c23dd Bump CI images to catch pybind11 fix and occt for CI. b4443144 Add dependencies on present but previously un-indexed docs. 94214639 Expose graph traits object as passed by subclass. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !2690
-
- 23 Mar, 2022 3 commits
-
-
e17c7dfa Add a setting to allow 3D widgets to show when their Qt gui hides. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2691
-
Bob Obara authored
-
Aron Helser authored
The default behavior of ParaView 3D widgets is to hide when their Qt control panel looses focus or is hidden. Add a toggle `pqSMTKAttributeItemWidget::setHideWidgetWhenInactive()` that allows an app to choose to always show 3D widgets, and have the user toggle them on an off explicitly. Setting is propogated to `pqSMTKInteractivePropertyWidget` base class for property widgets, which overrides ParaView hiding behavior when needed.
-
- 21 Mar, 2022 1 commit
-
-
David Thompson authored
-