]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Initial integration of the GraphicsView package.
authorouv <ouv@opencascade.com>
Thu, 20 Jun 2013 07:31:27 +0000 (07:31 +0000)
committerouv <ouv@opencascade.com>
Thu, 20 Jun 2013 07:31:27 +0000 (07:31 +0000)
commita01ad3cf8d7c39540b742a458b6359f8cd4e5af9
tree0835f171b6732f760aef7ece5ef3e8ef18155d54
parentd0607469a9b38e06576eb193d89b38c705a3cdc8
Initial integration of the GraphicsView package.
43 files changed:
adm_local/unix/config_files/Makefile.am
adm_local/unix/config_files/check_GraphicsView.m4 [new file with mode: 0644]
configure.ac
src/GraphicsView/GraphicsView.h [new file with mode: 0644]
src/GraphicsView/GraphicsView_Defs.h [new file with mode: 0644]
src/GraphicsView/GraphicsView_Geom.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_zoom.png [new file with mode: 0644]
src/LightApp/LightApp_Application.cxx
src/LightApp/LightApp_Application.h
src/LightApp/Makefile.am
src/LightApp/resources/LightApp.ini
src/LightApp/resources/LightApp.xml
src/LightApp/resources/LightApp_msg_en.ts
src/LightApp/resources/LightApp_msg_fr.ts
src/Makefile.am