From: vtn Date: Thu, 7 Mar 2013 07:44:36 +0000 (+0000) Subject: Porting to Paraview 3.98.1 X-Git-Tag: V7_1_0~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=52a85bdba31960258b10d212ab2d3baed7778a89;p=modules%2Fparavis.git Porting to Paraview 3.98.1 --- diff --git a/resources/ParaViewFilters.xml b/resources/ParaViewFilters.xml index 68421f68..22eb6da6 100755 --- a/resources/ParaViewFilters.xml +++ b/resources/ParaViewFilters.xml @@ -18,25 +18,27 @@ - - + + + icon=":/pqWidgets/Icons/pqPlotSelectionOverTime24.png" /> - - + icon=":/pqWidgets/Icons/pqHistogram24.png" omit_from_toolbar="1"/> + + + icon=":/pqWidgets/Icons/pqPlotOverLine24.png" /> - - - + + + + icon=":/pqWidgets/Icons/pqProgrammableFilter24.png" omit_from_toolbar="1"/> @@ -49,7 +51,8 @@ - + + @@ -63,9 +66,32 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -79,14 +105,13 @@ + - - - + @@ -99,20 +124,21 @@ - - + + + - + @@ -125,6 +151,7 @@ + @@ -137,12 +164,15 @@ + + + @@ -171,8 +201,15 @@ + + + + + + + diff --git a/resources/ParaViewReaders.xml b/resources/ParaViewReaders.xml index ef7adc00..dd88e53a 100755 --- a/resources/ParaViewReaders.xml +++ b/resources/ParaViewReaders.xml @@ -4,8 +4,10 @@ list i.e. if two readers can read the same extension, then the reader apperaring later will be tried first when reading the file. --> + + @@ -17,7 +19,7 @@ - + @@ -44,7 +46,7 @@ - + @@ -65,6 +67,12 @@ + + + + + + diff --git a/resources/ParaViewSources.xml b/resources/ParaViewSources.xml index a2796a11..b8b3cf8c 100755 --- a/resources/ParaViewSources.xml +++ b/resources/ParaViewSources.xml @@ -10,6 +10,7 @@ + @@ -24,4 +25,5 @@ + diff --git a/resources/ParaViewWriters.xml b/resources/ParaViewWriters.xml index 92e8dc4a..db7fd3e1 100755 --- a/resources/ParaViewWriters.xml +++ b/resources/ParaViewWriters.xml @@ -1,4 +1,5 @@ + @@ -12,7 +13,7 @@ - + diff --git a/test/VisuPrs/Util/paravistest.py b/test/VisuPrs/Util/paravistest.py index 0b257ccc..7326ae7d 100755 --- a/test/VisuPrs/Util/paravistest.py +++ b/test/VisuPrs/Util/paravistest.py @@ -87,12 +87,13 @@ class SalomeSession(object): self.port = port return - def __del__(self): + #VTN: workaround for crash on CentOS.6.3.64 + #def __del__(self): #os.system('killSalomeWithPort.py {0}'.format(self.port)) #os.system('killSalomeWithPort.py ' + self.port) - import killSalomeWithPort - killSalomeWithPort.killMyPort(self.port) - return + #import killSalomeWithPort + #killSalomeWithPort.killMyPort(self.port) + #return pass