[paraview] 03/08: Merge tag 'upstream/5.0.1+dfsg1'

Anton Gladky gladk at moszumanska.debian.org
Wed Apr 6 19:07:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository paraview.

commit 1e586d8e32e9fcc692a974db0dea8e8d29cdedce
Merge: 839465d 55f10bf
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Apr 6 20:04:44 2016 +0200

    Merge tag 'upstream/5.0.1+dfsg1'
    
    Upstream version 5.0.1+dfsg1

 Applications/ParaView/CMakeLists.txt               |    6 +-
 Applications/ParaView/Testing/XML/CMakeLists.txt   |    2 +-
 Applications/ParaView/Testing/XML/CameraLink.xml   |   69 +-
 CMake/FindLZ4.cmake                                |    9 +
 CMake/VTKModules.cmake                             |    9 +-
 CMakeLists.txt                                     |   13 +-
 .../VTKExtensions/Rendering/module.cmake           |    3 +-
 Catalyst/Editions/HostTools/Testing/CMakeLists.txt |    7 +
 Catalyst/Editions/HostTools/VTK-CMake.patch        |   13 +
 Catalyst/Editions/HostTools/manifest.json          |  107 +
 Catalyst/Editions/Rendering-Base/manifest.json     |    5 +
 CoProcessing/Catalyst/vtkCPProcessor.h             |    2 +
 .../PythonCatalyst/Testing/Cxx/CMakeLists.txt      |   15 +
 .../Testing/Cxx/CoProcessingFullWorkflowTest.cmake |   13 +-
 .../vtkPVClientServerSynchronizedRenderers.cxx     |   35 +-
 .../vtkPVClientServerSynchronizedRenderers.h       |    1 +
 .../ServerManager/Core/vtkSMArrayListDomain.cxx    |    2 +-
 .../ServerManager/Core/vtkSMInputArrayDomain.cxx   |   28 +-
 .../ServerManager/Core/vtkSMInputArrayDomain.h     |   22 +-
 .../Core/vtkSMParaViewPipelineController.cxx       |   40 +
 .../Core/vtkSMParaViewPipelineController.h         |    9 +
 ParaViewCore/ServerManager/Default/settings.xml    |    5 +-
 .../Default/vtkSMTooltipSelectionPipeline.cxx      |    9 +-
 .../ServerManager/Rendering/vtkSMCameraLink.cxx    |    1 +
 .../Rendering/vtkSMTransferFunctionProxy.cxx       |    2 +-
 .../SMApplication/Resources/filters.xml            |    5 +-
 .../SMApplication/Resources/proxies_opengl1.xml    |    3 +-
 .../SMApplication/Resources/proxies_opengl2.xml    |    3 +-
 .../SMApplication/Resources/pythonfilter.xml       |    2 +-
 .../SMApplication/Resources/utilities.xml          |   31 +
 .../Resources/views_and_representations.xml        |   16 +-
 .../VTKExtensions/CGNSReader/CMakeLists.txt        |   15 +-
 ParaViewCore/VTKExtensions/CGNSReader/module.cmake |    7 +-
 .../VTKExtensions/CGNSReader/vtkCGNSReader.cxx     |   60 +-
 .../VTKExtensions/CGNSReader/vtkCGNSReader.h       |   10 -
 .../CGNSReader/vtkCGNSReaderInternal.cxx           |    2 -
 .../CGNSReader/vtkCGNSReaderInternal.h             |    6 -
 .../VTKExtensions/Default/vtkGridAxes3DActor.cxx   |    6 +-
 .../VTKExtensions/Rendering/CMakeLists.txt         |    2 +
 ParaViewCore/VTKExtensions/Rendering/module.cmake  |    1 +
 .../VTKExtensions/Rendering/vtkCinemaExporter.cxx  |  126 +
 .../VTKExtensions/Rendering/vtkCinemaExporter.h    |   76 +
 .../VTKExtensions/Rendering/vtkLZ4Compressor.cxx   |  164 +
 .../VTKExtensions/Rendering/vtkLZ4Compressor.h     |   73 +
 ...inemaGUI.xml => CatalystCinemaCompositeGUI.xml} |    8 +-
 .../Testing/CatalystCinemaGUI.xml                  |    7 +-
 .../pqCPExportStateWizard.cxx                      |  113 +-
 Plugins/PointSprite/Qvis/VolumeAttributes.cpp      |    2 +-
 Plugins/StreamingParticles/StreamingParticles.xml  |    3 +-
 .../Testing/TemporalParallelism.xml                |    1 -
 .../pqTPExportStateWizard.cxx                      |   28 +-
 Qt/ApplicationComponents/CMakeLists.txt            |    3 -
 .../Resources/UI/pqColorMapEditor.ui               |    6 -
 .../Resources/UI/pqFileMenuBuilder.ui              |    6 -
 .../Resources/UI/pqImageCompressorWidget.ui        |    9 +-
 .../pqColorAnnotationsPropertyWidget.cxx           |    4 +-
 .../pqExportCinemaReaction.cxx                     |  137 -
 Qt/ApplicationComponents/pqExportCinemaReaction.h  |   65 -
 Qt/ApplicationComponents/pqExportReaction.cxx      |   73 +-
 Qt/ApplicationComponents/pqExportReaction.h        |   10 +-
 .../pqImageCompressorWidget.cxx                    |   34 +-
 .../pqParaViewMenuBuilders.cxx                     |    6 -
 .../pqRenderViewSelectionReaction.cxx              |    6 +
 .../pqStandardPropertyWidgetInterface.cxx          |   13 +-
 .../pqStandardPropertyWidgetInterface.h            |    1 +
 Qt/Components/CMakeLists.txt                       |    9 +
 .../Resources/UI/pqCinemaConfiguration.ui          |   67 +
 Qt/Components/Resources/UI/pqCinemaTrack.ui        |   44 +-
 .../Resources/UI/pqCinemaTrackSelection.ui         |   91 +
 Qt/Components/Resources/UI/pqExportStateWizard.ui  |  464 +-
 .../Resources/UI/pqExportViewSelection.ui          |  103 +
 Qt/Components/Resources/UI/pqImageOutputInfo.ui    |  658 +--
 Qt/Components/pqCinemaConfiguration.cxx            |  114 +
 Qt/Components/pqCinemaConfiguration.h              |   94 +
 Qt/Components/pqCinemaTrack.cxx                    |   29 +-
 Qt/Components/pqCinemaTrackSelection.cxx           |  167 +
 ...qImageOutputInfo.h => pqCinemaTrackSelection.h} |   87 +-
 Qt/Components/pqExportViewSelection.cxx            |  262 ++
 Qt/Components/pqExportViewSelection.h              |  117 +
 Qt/Components/pqImageOutputInfo.cxx                |  157 +-
 Qt/Components/pqImageOutputInfo.h                  |   26 +-
 Qt/Components/pqSGExportStateWizard.cxx            |  207 +-
 Qt/Components/pqSGExportStateWizard.h              |    6 -
 Qt/Python/pqPythonScriptEditor.cxx                 |   11 +-
 Testing/Data/Baseline/CameraLink-Parallel.png.md5  |    1 +
 .../Data/Baseline/CameraLink-Perspective.png.md5   |    1 +
 Testing/Data/Baseline/CameraLink.png.md5           |    1 -
 Testing/Data/Baseline/CameraLink_1.png.md5         |    1 -
 Testing/Data/Baseline/CameraLink_2.png.md5         |    1 -
 Testing/Data/Baseline/CameraLink_3.png.md5         |    1 -
 ThirdParty/UPDATING.md                             |    4 +
 ThirdParty/imported.md                             |    3 +
 ThirdParty/lz4/CMakeLists.txt                      |    6 +
 ThirdParty/lz4/module.cmake                        |    2 +
 ThirdParty/lz4/update.sh                           |   28 +
 ThirdParty/lz4/vtk_lz4.h.in                        |   25 +
 ThirdParty/lz4/vtklz4/.gitattributes               |   16 +
 ThirdParty/lz4/vtklz4/CMakeLists.txt               |   63 +
 ThirdParty/lz4/vtklz4/README.md                    |   88 +
 ThirdParty/lz4/vtklz4/lib/LICENSE                  |   24 +
 ThirdParty/lz4/vtklz4/lib/README.md                |   21 +
 ThirdParty/lz4/vtklz4/lib/lz4.c                    | 1516 ++++++
 ThirdParty/lz4/vtklz4/lib/lz4.h                    |  372 ++
 ThirdParty/lz4/vtklz4/lib/lz4frame.c               | 1479 ++++++
 ThirdParty/lz4/vtklz4/lib/lz4frame.h               |  307 ++
 ThirdParty/lz4/vtklz4/lib/lz4frame_static.h        |   81 +
 ThirdParty/lz4/vtklz4/lib/lz4hc.c                  |  731 +++
 ThirdParty/lz4/vtklz4/lib/lz4hc.h                  |  194 +
 ThirdParty/lz4/vtklz4/lib/vtklz4_mangle.h          |  110 +
 ThirdParty/lz4/vtklz4/lib/xxhash.c                 |  915 ++++
 ThirdParty/lz4/vtklz4/lib/xxhash.h                 |  194 +
 ThirdParty/update-common.sh                        |  146 +
 Utilities/Doxygen/pages/MajorAPIChanges.md         |   12 +
 VTK/CMake/VTKConfig.cmake.in                       |    3 +-
 .../DataModel/vtkExtractStructuredGridHelper.cxx   |    9 +-
 VTK/Common/Math/vtkMatrix3x3.cxx                   |   18 +-
 VTK/Common/Math/vtkMatrix4x4.cxx                   |   18 +-
 VTK/IO/EnSight/vtkEnSightGoldBinaryReader.cxx      |   18 +-
 VTK/IO/Image/vtkMetaImageWriter.cxx                |   11 +-
 .../Matplotlib/vtkMatplotlibMathTextUtilities.cxx  |    1 +
 VTK/Rendering/OpenGL2/glsl/vtkTextureObjectFS.glsl |    4 -
 VTK/Rendering/Volume/Testing/Cxx/CMakeLists.txt    |    2 +
 ...CastClipping.cxx => TestGPURayCastCellData.cxx} |   93 +-
 .../Volume/Testing/Cxx/TestGPURayCastClipping.cxx  |    3 +-
 .../Cxx/TestProjectedTetrahedraTransform.cxx       |  162 +
 .../Data/Baseline/TestGPURayCastCellData.png.md5   |    1 +
 .../Data/Baseline/TestGPURayCastClipping.png.md5   |    2 +-
 .../TestProjectedTetrahedraTransform.png.md5       |    1 +
 VTK/Rendering/Volume/vtkGPUVolumeRayCastMapper.cxx |    1 +
 VTK/Rendering/Volume/vtkGPUVolumeRayCastMapper.h   |   11 +
 .../VolumeOpenGL2/shaders/raycasterfs.glsl         |    4 +-
 .../vtkOpenGLGPUVolumeRayCastMapper.cxx            |   33 +-
 .../vtkOpenGLProjectedTetrahedraMapper.cxx         |  103 +-
 .../VolumeOpenGL2/vtkVolumeShaderComposer.h        |  177 +-
 VTK/ThirdParty/jsoncpp/vtkjsoncpp/.gitattributes   |    1 -
 VTK/ThirdParty/jsoncpp/vtkjsoncpp/CMakeLists.txt   |   33 -
 VTK/ThirdParty/jsoncpp/vtkjsoncpp/LICENSE          |   55 -
 .../jsoncpp/vtkjsoncpp/json/json-forwards.h        |  255 -
 VTK/ThirdParty/jsoncpp/vtkjsoncpp/json/json.h      | 1961 --------
 VTK/ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp      | 4890 --------------------
 VTK/Wrapping/Python/CMakeLists.txt                 |    2 +-
 .../Python/vtk/qt/QVTKRenderWindowInteractor.py    |   12 +-
 VTK/Wrapping/PythonCore/vtkPythonCompatibility.h   |    3 +
 Wrapping/Python/paraview/cinemaIO/cinema_store.py  |  167 +-
 Wrapping/Python/paraview/cinemaIO/pv_explorers.py  |    3 -
 Wrapping/Python/paraview/cinemaIO/pv_introspect.py |  472 +-
 .../Python/paraview/cinemaIO/raster_wrangler.py    |  297 +-
 Wrapping/Python/paraview/coprocessing.py           |    3 +-
 Wrapping/Python/paraview/simple.py                 |    3 +
 149 files changed, 10282 insertions(+), 9176 deletions(-)


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/paraview.git



More information about the debian-science-commits mailing list