From: rnv Date: Fri, 3 Apr 2020 17:35:57 +0000 (+0300) Subject: #18866 [CEA] PARAVIS Common icons X-Git-Tag: V9_5_0a2^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=89b59ae93fce2e1d6b8ca211b7767af4b8d52a1b;p=modules%2Fgui.git #18866 [CEA] PARAVIS Common icons --- diff --git a/src/PVViewer/resources/ParaViewFilters.xml b/src/PVViewer/resources/ParaViewFilters.xml index a5c68026f..060d098ba 100644 --- a/src/PVViewer/resources/ParaViewFilters.xml +++ b/src/PVViewer/resources/ParaViewFilters.xml @@ -1,17 +1,18 @@ - - - - - - - - - - - + + + + + + + + + + + + @@ -24,20 +25,20 @@ + icon=":/pqWidgets/Icons/pqCalculator.svg" omit_from_toolbar="1"/> + icon=":/pqWidgets/Icons/pqExtractSelection.svg" /> + icon=":/pqWidgets/Icons/pqPlotSelectionOverTime.svg" /> + icon=":/pqWidgets/Icons/pqPlotGlobalOverTime.svg" /> + icon=":/pqWidgets/Icons/pqPlotOverLine.svg" /> + icon=":/pqWidgets/Icons/pqProbeLocation.svg" /> @@ -46,9 +47,22 @@ - + + + + + + + + + + + + + + + @@ -134,6 +148,13 @@ + + + + + + + @@ -141,6 +162,7 @@ + @@ -168,42 +190,50 @@ + + + + + + + - + + + + - - @@ -216,6 +246,7 @@ + @@ -227,6 +258,7 @@ + @@ -256,6 +288,7 @@ + @@ -271,5 +304,6 @@ - + + diff --git a/src/PVViewer/resources/ParaViewSources.xml b/src/PVViewer/resources/ParaViewSources.xml index 2c5385a08..e85d0432c 100644 --- a/src/PVViewer/resources/ParaViewSources.xml +++ b/src/PVViewer/resources/ParaViewSources.xml @@ -1,31 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/PVViewer/resources/README b/src/PVViewer/resources/README new file mode 100644 index 000000000..287b0ff3b --- /dev/null +++ b/src/PVViewer/resources/README @@ -0,0 +1,12 @@ +README +------ + +The purpose of the XML files in this folder is the following: + +1. ParaViewFilters.xml - this file describes ParaView filters which are available in the SALOME +2. ParaViewSources.xml - this file describes ParaView sources which are available in the SALOME +3. ParaViewReaders.xml - deprecated +4. ParaViewWriters.xml - deprecated + +Initially these files are available in the ParaView sources, they ensure proper loading of the ParaView resources such as icons and names of an actions. +ParaViewFilters.xml and ParaViewSources.xml should be updated during migration to newer ParaView version.