]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Fix bug #2531 (NEPAL)
authoraguerre <aguerre>
Thu, 14 Feb 2013 17:55:55 +0000 (17:55 +0000)
committeraguerre <aguerre>
Thu, 14 Feb 2013 17:55:55 +0000 (17:55 +0000)
- Add "import MED file" entry in file menu.
- Update links in doc
- Rewrite en/fr ts files
- Add image ts file

doc/doxygen/main.dox
src/MEDOP/gui/CMakeLists.txt

index a8e64c5b079991f64fbc90186580d2e28d68f6be..d4a1b6f136668240d1ce113ea88f30cce4eaacf7 100644 (file)
@@ -18,9 +18,9 @@ library:
 
 \image html medlayers_70pc.png
 
-The fondamentals consists in three atomic libraries: 
+The fondamentals consists in three atomic libraries:
 
-- \ref medcoupling that describes DataStructures used for cross process exchange of meshes and fields. 
+- \ref medcoupling that describes DataStructures used for cross process exchange of meshes and fields.
 - \ref medloader that provides I/O functions to the MED file format
 - \ref interptools (INTERP_KERNEL + REMAPPER) that provides
   mathematical structures and algorithms for interpolation and
@@ -40,25 +40,25 @@ you to deal with most standard use case of fields manipulation. The
 user guide can be found here:
 
 - <a class="el" target="_new"
-  href="../../dev/MED/xmed-userguide.html">User guide of the MED Graphical Interface</a>
+  href="../../dev/MED/medop-userguide.html">User guide of the MED Graphical Interface (in french)</a>
 
 You could also be interested to read the software specifications and
 requirements for this graphical module, and even the technical
 considerations for development:
 
 - <a class="el" target="_new"
-  href="../../dev/MED/xmed-specifications.html">Software
-  specifications and requirements of the MED Graphical Interface</a>
+  href="../../dev/MED/medop-specifications.html">Software
+  specifications and requirements of the MED Graphical Interface (in french)</a>
 - <a class="el" target="_new"
-  href="../../dev/MED/xmed-develguide.html">Developer guide of the MED Graphical Interface</a>
+  href="../../dev/MED/medop-develguide.html">Developer guide of the MED Graphical Interface (in french)</a>
 
 \section S3 A set of tools for file manipulation
 
 - Chapter \ref tools describes various tools based on MEDMEM  that can
-be helpful for handling MED files (conversion tools and splitting tools). 
+be helpful for handling MED files (conversion tools and splitting tools).
 
-\section install Installation 
-The install procedure of the %MED SALOME module can handle a variety of configurations 
+\section install Installation
+The install procedure of the %MED SALOME module can handle a variety of configurations
 to suit the needs of its user. Instructions for configuring and
 installing the module an be found in \ref medmem_install.
 
index bbc8a9a49b55f538bb84721bb4882a7099e99cc5..9068dc9649db90246d9354a4d61f35e51cab72b7 100644 (file)
@@ -53,27 +53,28 @@ INCLUDE_DIRECTORIES(
 )
 
 SET(MEDOPGUITS_SOURCES
-  MEDOP_msg_en.ts
-  MEDOP_msg_fr.ts
+  MED_images.ts
+  MED_msg_en.ts
+  MED_msg_fr.ts
 )
 SET(COMMON_DEFINITIONS "${MED3_DEFINITIONS} ${XDR_DEFINITIONS} ${CAS_DEFINITIONS} ${BOOST_DEFINITIONS} ${PLATFORM_DEFINITIONS} ${OMNIORB_DEFINITIONS}")
-SET(COMMON_FLAGS 
+SET(COMMON_FLAGS
   ${CAS_KERNEL}
-  ${QT_MT_LIBS} 
-  ${OMNIORB_LIBS} 
-  ${PLATFORM_LIBS} 
+  ${QT_MT_LIBS}
+  ${OMNIORB_LIBS}
+  ${PLATFORM_LIBS}
   ${BOOST_LIBS}
-  SalomeIDLMED 
-  MEDOPGUI_dialogs 
-  MEDOPFactoryEngine 
+  SalomeIDLMED
+  MEDOPGUI_dialogs
+  MEDOPFactoryEngine
   ${qtx}
-  ${suit} 
+  ${suit}
   ${SalomeObject}
-  ${SalomeLifeCycleCORBA} 
-  ${SalomeKernelHelpers} 
-  ${SalomeApp} 
-  ${SalomeGuiHelpers} 
-  ${SalomeTreeData} 
+  ${SalomeLifeCycleCORBA}
+  ${SalomeKernelHelpers}
+  ${SalomeApp}
+  ${SalomeGuiHelpers}
+  ${SalomeTreeData}
   ${OpUtil}
   ${CAM}
   ${LightApp}
@@ -96,4 +97,3 @@ QT4_INSTALL_TS_RESOURCES("${MEDOPGUITS_SOURCES}" "${MED_salomeres_DATA}")
 
 FILE(GLOB COMMON_HEADERS_HXX "${CMAKE_CURRENT_SOURCE_DIR}/*.hxx")
 INSTALL(FILES ${COMMON_HEADERS_HXX} DESTINATION ${MED_salomeinclude_HEADERS})
-