Salome HOME
Merge from BR_hydro 30/10/2013
authorvsr <vsr@opencascade.com>
Wed, 30 Oct 2013 14:30:12 +0000 (14:30 +0000)
committervsr <vsr@opencascade.com>
Wed, 30 Oct 2013 14:30:12 +0000 (14:30 +0000)
commit5b2495ffc3dd0f41dff19f1b6c3064c25e4c64c4
tree9b7cb0469a421d5799c5b94195b61754a2378db9
parentdf97047829ac4b990327200104f6c91e214b3836
Merge from BR_hydro 30/10/2013
62 files changed:
CMakeLists.txt
SalomeGUIConfig.cmake.in
adm_local/cmake_files/deprecated/FindGUI.cmake
src/CMakeLists.txt
src/GraphicsView/CMakeLists.txt [new file with mode: 0755]
src/GraphicsView/GraphicsView.h [new file with mode: 0644]
src/GraphicsView/GraphicsView_Defs.h [new file with mode: 0644]
src/GraphicsView/GraphicsView_Object.cxx [new file with mode: 0644]
src/GraphicsView/GraphicsView_Object.h [new file with mode: 0644]
src/GraphicsView/GraphicsView_Scene.cxx [new file with mode: 0644]
src/GraphicsView/GraphicsView_Scene.h [new file with mode: 0644]
src/GraphicsView/GraphicsView_Selector.cxx [new file with mode: 0644]
src/GraphicsView/GraphicsView_Selector.h [new file with mode: 0644]
src/GraphicsView/GraphicsView_ViewFrame.cxx [new file with mode: 0644]
src/GraphicsView/GraphicsView_ViewFrame.h [new file with mode: 0644]
src/GraphicsView/GraphicsView_ViewManager.cxx [new file with mode: 0644]
src/GraphicsView/GraphicsView_ViewManager.h [new file with mode: 0644]
src/GraphicsView/GraphicsView_ViewPort.cxx [new file with mode: 0644]
src/GraphicsView/GraphicsView_ViewPort.h [new file with mode: 0644]
src/GraphicsView/GraphicsView_ViewTransformer.cxx [new file with mode: 0644]
src/GraphicsView/GraphicsView_ViewTransformer.h [new file with mode: 0644]
src/GraphicsView/GraphicsView_Viewer.cxx [new file with mode: 0644]
src/GraphicsView/GraphicsView_Viewer.h [new file with mode: 0644]
src/GraphicsView/resources/GraphicsView_images.ts [new file with mode: 0644]
src/GraphicsView/resources/GraphicsView_msg_en.ts [new file with mode: 0644]
src/GraphicsView/resources/GraphicsView_msg_fr.ts [new file with mode: 0644]
src/GraphicsView/resources/graphics_view_cursor_zoom.png [new file with mode: 0755]
src/GraphicsView/resources/graphics_view_dump.png [new file with mode: 0644]
src/GraphicsView/resources/graphics_view_fitall.png [new file with mode: 0644]
src/GraphicsView/resources/graphics_view_fitarea.png [new file with mode: 0644]
src/GraphicsView/resources/graphics_view_fitselect.png [new file with mode: 0755]
src/GraphicsView/resources/graphics_view_glpan.png [new file with mode: 0644]
src/GraphicsView/resources/graphics_view_pan.png [new file with mode: 0644]
src/GraphicsView/resources/graphics_view_reset.png [new file with mode: 0644]
src/GraphicsView/resources/graphics_view_rotate.png [new file with mode: 0755]
src/GraphicsView/resources/graphics_view_zoom.png [new file with mode: 0644]
src/ImageComposer/CMakeLists.txt [new file with mode: 0755]
src/ImageComposer/ImageComposer.h [new file with mode: 0644]
src/ImageComposer/ImageComposer_ColorMaskOperator.cxx [new file with mode: 0644]
src/ImageComposer/ImageComposer_ColorMaskOperator.h [new file with mode: 0644]
src/ImageComposer/ImageComposer_CropOperator.cxx [new file with mode: 0644]
src/ImageComposer/ImageComposer_CropOperator.h [new file with mode: 0644]
src/ImageComposer/ImageComposer_CutOperator.cxx [new file with mode: 0644]
src/ImageComposer/ImageComposer_CutOperator.h [new file with mode: 0644]
src/ImageComposer/ImageComposer_FuseOperator.cxx [new file with mode: 0644]
src/ImageComposer/ImageComposer_FuseOperator.h [new file with mode: 0644]
src/ImageComposer/ImageComposer_Image.cxx [new file with mode: 0644]
src/ImageComposer/ImageComposer_Image.h [new file with mode: 0644]
src/ImageComposer/ImageComposer_MetaTypes.h [new file with mode: 0644]
src/ImageComposer/ImageComposer_Operator.cxx [new file with mode: 0644]
src/ImageComposer/ImageComposer_Operator.h [new file with mode: 0644]
src/LightApp/CMakeLists.txt
src/LightApp/LightApp_Application.cxx
src/LightApp/LightApp_Application.h
src/LightApp/LightApp_GVSelector.cxx [new file with mode: 0644]
src/LightApp/LightApp_GVSelector.h [new file with mode: 0644]
src/LightApp/LightApp_SelectionMgr.cxx
src/LightApp/resources/LightApp.xml
src/LightApp/resources/LightApp_msg_en.ts
src/LightApp/resources/LightApp_msg_fr.ts
src/Qtx/QtxWorkstack.cxx
src/Qtx/QtxWorkstack.h