]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Adding ImageComposer and GraphicsView packages (from BR_GraphicsView branch).
authorouv <ouv@opencascade.com>
Tue, 6 Aug 2013 09:44:11 +0000 (09:44 +0000)
committerouv <ouv@opencascade.com>
Tue, 6 Aug 2013 09:44:11 +0000 (09:44 +0000)
commit6de830cfbc2ad938731747c4ad4cead463d1af84
tree8f6e61ae62e6fe55cdd4cb2f4ff6ccb61542ede3
parent58b34cf0594ba871c29f18fc1109737e4fba68b9
Adding ImageComposer and GraphicsView packages (from BR_GraphicsView branch).
63 files changed:
CMakeLists.txt
adm_local/cmake_files/FindGUI.cmake
configure.ac
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/Makefile.am [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_Operator.cxx [new file with mode: 0644]
src/ImageComposer/ImageComposer_Operator.h [new file with mode: 0644]
src/ImageComposer/Makefile.am [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/Makefile.am
src/LightApp/resources/LightApp.xml
src/LightApp/resources/LightApp_msg_en.ts
src/Makefile.am
src/Qtx/QtxWorkstack.cxx
src/Qtx/QtxWorkstack.h