- Dec 04, 2019
-
-
David Gobbi authored
The vtk<module>Python.so files are now vtk<module>.so. Also, the vtk<module>Python.so files never existed for static builds of ParaView, so these scripts would have never worked with a static build.
-
- Dec 03, 2019
-
-
David Gobbi authored
It is redundant for the Python extension modules to end in Python. This also allows the vtkModule.py files to be removed, along with all the cmake logic required to create them.
-
- Nov 28, 2019
-
-
0c33ccb5 Reformatting vtkSMTransferFunctionPresets: NULL to nullptr 0000c0c3 vtkSMTransferFunctionPresets become a singleton Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !3727
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
Rationale : it was possible to have multiple instance at some point. (typically, the pqChoosePresetReaction, through a pqSavePresetDialog, has a long-live vtkSMTransferFunctionPresets instance) But as they used to ignore each other and write the preset file in the destructor, modifying both instance was not well supported (in fact, file will represent the last destroyed one). Now it is a singleton, so no more sync problem. Two new methods were added to force the writing (`SaveToFile()`) and the reading (`ReloadPresets()`) of the preset file, if needed.
-
- Nov 27, 2019
-
-
a40d8d07 Fix missing OpenGL link in Rendering Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3732
-
Julien Schueller authored
-
- Nov 26, 2019
-
-
31342495 python: query the proper module property 84a30534 VTK: update for Python module property fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !3731
-
47988d7c Update VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !3729
-
Ben Boeckel authored
-
Ben Boeckel authored
-
a7872caf qt: hook up mangled signal name with a function pointer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3728
-
Michael Migliore authored
-
- Nov 25, 2019
-
-
Ben Boeckel authored
-
91ad5d1b ParaViewInstallCMakePackage: install VisItBridge find modules 85910a6a VisItBridge: update for find_package updates 4e831c13 FindSILO: remove unnecessary module Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3724
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Nov 22, 2019
-
-
Ben Boeckel authored
VisItBridge now comes with its own version.
-
- Nov 21, 2019
-
-
9303b392 Added interface to seamless U and V for rendering Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !3710
-
- Nov 20, 2019
-
-
Yohann Bearzi (Kitware) authored
-
79416b6c add test for zip packages 0c6bd3a0 Update VTK 5df58e9b VisItBridge: mili+cell array fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3721
-
261c1e35 bring back CGNS writer module Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3704
-
- Nov 19, 2019
-
-
Utkarsh Ayachit authored
Adding test `ZIPImport` that is run on static builds to verify that python modules are imported from a zip archive. fixes paraview/paraview#19473
-
Utkarsh Ayachit authored
Includes fixes for several missing `;` after VTK macors.
-
Utkarsh Ayachit authored
Brings in following MRs: paraview/visitbridge!67 third-party/visit!12
-
db090c4e Add QT setting for high-dpi awareness, decrease rv icon size. 42695931 Note about adding baselines to CMakeLists.txt 3c50ed93 Larger icon size for render view toolbar. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3705
-
Aron Helser authored
Add the QT setting AA_EnableHighDpiScaling, which enables some auto-scaling on all platforms, and makes the app appearance consistent with different DPI screens. Reduce the icon size of the render-view toolbar so it's still bigger than we started, but not as big as other toolbars.
-
Aron Helser authored
Add a note about adding new baselines to Applications/ParaView/Testing/XML/CMakeLists.txt
-
b68f3374 vtkViewLayout: adding opengl error check c7251d02 vtkSMViewLayoutProxy: delay ConfigureEvent Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3391
-
8f50140d vtkStringList: cleanup warnings & implementation 24a7a5e7 attempt to make ruler test a little more robust. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3719
-
- Nov 18, 2019
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
vtkSMViewLayoutProxy now fires the ConfigureEvent after the layout proxy pushes its state to the server. This ensures that if the ConfigureEvent triggers renders then the server-side is aware of the configuration. This fixes the white-server side screen issue reported in #19167.
-
887b5e6d ParaViewTestInstall: build the same way ParaView was built Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3718
-
Utkarsh Ayachit authored
While we should remove vtkStringList in near future, this change simplifies implementation to use a `std::vector` and fixes warnings.
-
Utkarsh Ayachit authored
-
Ben Boeckel authored
-
3d322a11 Apply suggestion to ParaViewCore/ClientServerCore/Core/vtkPVPluginTracker.cxx aebe1053 don't search for plugins in static builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3717
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
In static builds, we should not be looking for shared libs for plugins to load -- which are not present anyways. fixes #19460
-
5697739b add missing import 50a3e02c doc: add date to doxygen footer 52e2eb3b support zip-packages for static builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3699
-