]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Re-factoring: interfaces removed from "XGUI", "GeomModule" renamed to "PartSet"
authorSergey Belash <sergey.belash@opencascade.com>
Thu, 20 Mar 2014 08:46:49 +0000 (12:46 +0400)
committerSergey Belash <sergey.belash@opencascade.com>
Thu, 20 Mar 2014 08:46:49 +0000 (12:46 +0400)
commit5bd491bf7444d3859f91ed88142e6186d8881f6e
tree65449e787b37039ecfc41acc3f0d461cd30448e8
parent24a99a1363325ac341314c3f2e18326841940fb7
Re-factoring: interfaces removed from "XGUI", "GeomModule" renamed to "PartSet"
46 files changed:
CMakeLists.txt
src/GeomModule/CMakeLists.txt [deleted file]
src/GeomModule/GeomModule.cpp [deleted file]
src/GeomModule/GeomModule.h [deleted file]
src/GeomModule/GeomModule_Defs.h [deleted file]
src/GeomModule/GeomModule_icons.qrc [deleted file]
src/GeomModule/GeomModule_msg_en.ts [deleted file]
src/GeomModule/icons/axis.png [deleted file]
src/GeomModule/icons/common.png [deleted file]
src/GeomModule/icons/cut.png [deleted file]
src/GeomModule/icons/duplicate.png [deleted file]
src/GeomModule/icons/extrusion.png [deleted file]
src/GeomModule/icons/fusion.png [deleted file]
src/GeomModule/icons/import.png [deleted file]
src/GeomModule/icons/plane.png [deleted file]
src/GeomModule/icons/point.png [deleted file]
src/GeomModule/icons/remove.png [deleted file]
src/GeomModule/icons/revol.png [deleted file]
src/PartSet/CMakeLists.txt [new file with mode: 0644]
src/PartSet/PartSet.h [new file with mode: 0644]
src/PartSet/PartSet_Module.cpp [new file with mode: 0644]
src/PartSet/PartSet_Module.h [new file with mode: 0644]
src/PartSet/PartSet_icons.qrc [new file with mode: 0644]
src/PartSet/PartSet_msg_en.ts [new file with mode: 0644]
src/PartSet/icons/axis.png [new file with mode: 0644]
src/PartSet/icons/common.png [new file with mode: 0644]
src/PartSet/icons/cut.png [new file with mode: 0644]
src/PartSet/icons/duplicate.png [new file with mode: 0644]
src/PartSet/icons/extrusion.png [new file with mode: 0644]
src/PartSet/icons/fusion.png [new file with mode: 0644]
src/PartSet/icons/import.png [new file with mode: 0644]
src/PartSet/icons/plane.png [new file with mode: 0644]
src/PartSet/icons/point.png [new file with mode: 0644]
src/PartSet/icons/remove.png [new file with mode: 0644]
src/PartSet/icons/revol.png [new file with mode: 0644]
src/XGUI/XGUI_Command.h
src/XGUI/XGUI_Interfaces.h [deleted file]
src/XGUI/XGUI_MainMenu.cpp
src/XGUI/XGUI_MainMenu.h
src/XGUI/XGUI_MenuGroupPanel.cpp
src/XGUI/XGUI_MenuGroupPanel.h
src/XGUI/XGUI_Module.h [new file with mode: 0644]
src/XGUI/XGUI_Workbench.cpp
src/XGUI/XGUI_Workbench.h
src/XGUI/XGUI_Workshop.cpp
src/XGUI/XGUI_Workshop.h