Salome HOME
Python console added to the application
authorvsv <vitaly.smetannikov@opencascade.com>
Wed, 2 Apr 2014 12:39:10 +0000 (16:39 +0400)
committervsv <vitaly.smetannikov@opencascade.com>
Wed, 2 Apr 2014 12:39:10 +0000 (16:39 +0400)
commitfe79131481b143cb13ff6a4ae1aab0b05fa8ab53
tree99b7db847d09681cc6aea2b1972ab6e8955432e8
parent65bc3ac658df8885601c1146b7f3195758c334fb
Python console added to the application
50 files changed:
CMakeCommon/FindPython.cmake
CMakeLists.txt
src/ModelAPI/CMakeLists.txt
src/PyConsole/CMakeLists.txt [new file with mode: 0644]
src/PyConsole/PyConsole.h [new file with mode: 0644]
src/PyConsole/PyConsole_Console.cxx [new file with mode: 0644]
src/PyConsole/PyConsole_Console.h [new file with mode: 0644]
src/PyConsole/PyConsole_Editor.cxx [new file with mode: 0644]
src/PyConsole/PyConsole_Editor.h [new file with mode: 0644]
src/PyConsole/PyConsole_EnhEditor.cxx [new file with mode: 0644]
src/PyConsole/PyConsole_EnhEditor.h [new file with mode: 0644]
src/PyConsole/PyConsole_EnhInterp.cxx [new file with mode: 0644]
src/PyConsole/PyConsole_EnhInterp.h [new file with mode: 0644]
src/PyConsole/PyConsole_Event.cxx [new file with mode: 0644]
src/PyConsole/PyConsole_Event.h [new file with mode: 0644]
src/PyConsole/PyConsole_Interp.cxx [new file with mode: 0644]
src/PyConsole/PyConsole_Interp.h [new file with mode: 0644]
src/PyConsole/PyConsole_Request.cxx [new file with mode: 0644]
src/PyConsole/PyConsole_Request.h [new file with mode: 0644]
src/PyConsole/resources/PyConsole_msg_en.ts [new file with mode: 0644]
src/PyConsole/resources/PyConsole_msg_fr.ts [new file with mode: 0644]
src/PyConsole/resources/PyConsole_msg_ja.ts [new file with mode: 0644]
src/PyEvent/CMakeLists.txt [new file with mode: 0644]
src/PyEvent/PyEvent.h [new file with mode: 0644]
src/PyEvent/PyEvent_Event.cxx [new file with mode: 0644]
src/PyEvent/PyEvent_Event.h [new file with mode: 0644]
src/PyEvent/PyEvent_EventFilter.cxx [new file with mode: 0644]
src/PyEvent/PyEvent_EventFilter.h [new file with mode: 0644]
src/PyInterp/CMakeLists.txt [new file with mode: 0644]
src/PyInterp/PyInterp.h [new file with mode: 0644]
src/PyInterp/PyInterp_Dispatcher.cxx [new file with mode: 0644]
src/PyInterp/PyInterp_Dispatcher.h [new file with mode: 0644]
src/PyInterp/PyInterp_Event.cxx [new file with mode: 0644]
src/PyInterp/PyInterp_Event.h [new file with mode: 0644]
src/PyInterp/PyInterp_Interp.cxx [new file with mode: 0644]
src/PyInterp/PyInterp_Interp.h [new file with mode: 0644]
src/PyInterp/PyInterp_Request.cxx [new file with mode: 0644]
src/PyInterp/PyInterp_Request.h [new file with mode: 0644]
src/PyInterp/PyInterp_Watcher.h [new file with mode: 0644]
src/XGUI/CMakeLists.txt
src/XGUI/XGUI_MainMenu.cpp
src/XGUI/XGUI_MainMenu.h
src/XGUI/XGUI_MainWindow.cpp
src/XGUI/XGUI_MainWindow.h
src/XGUI/XGUI_ViewPort.cpp
src/XGUI/XGUI_ViewWindow.cpp
src/XGUI/XGUI_ViewWindow.h
src/XGUI/XGUI_Viewer.cpp
src/XGUI/XGUI_Workshop.cpp
src/XGUI/XGUI_msg_en.ts