]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Integrates the python editor as new SALOME viewer. Writes comments. Designs icons. mgn/PythonEditor
authormgn <mgn@opencascade.com>
Tue, 31 Mar 2015 16:52:45 +0000 (19:52 +0300)
committermgn <mgn@opencascade.com>
Tue, 31 Mar 2015 16:52:45 +0000 (19:52 +0300)
commit0c14c2ac2c3d87b3255d3a41d61e43fffe14f084
treed6e2ffec982f128e6a7ee61134642e26c82d1090
parent8d3f33b4bd9b08c5b8f7101765f860e0c2998904
Integrates the python editor as new SALOME viewer. Writes comments. Designs icons.
48 files changed:
CMakeLists.txt
src/CMakeLists.txt
src/LightApp/CMakeLists.txt
src/LightApp/LightApp_Application.cxx
src/LightApp/LightApp_Application.h
src/LightApp/resources/LightApp.xml
src/LightApp/resources/LightApp_msg_en.ts
src/PyEditor/CMakeLists.txt [new file with mode: 0644]
src/PyEditor/PyEditor.cxx [new file with mode: 0644]
src/PyEditor/PyEditor.h [new file with mode: 0644]
src/PyEditor/PyEditor_Editor.cxx [new file with mode: 0644]
src/PyEditor/PyEditor_Editor.h [new file with mode: 0644]
src/PyEditor/PyEditor_EditorWindow.cxx [new file with mode: 0644]
src/PyEditor/PyEditor_EditorWindow.h [new file with mode: 0644]
src/PyEditor/PyEditor_LineNumberArea.cxx [new file with mode: 0644]
src/PyEditor/PyEditor_LineNumberArea.h [new file with mode: 0644]
src/PyEditor/PyEditor_PyHighlighter.cxx [new file with mode: 0644]
src/PyEditor/PyEditor_PyHighlighter.h [new file with mode: 0644]
src/PyEditor/PyEditor_Settings.cxx [new file with mode: 0644]
src/PyEditor/PyEditor_Settings.h [new file with mode: 0644]
src/PyEditor/PyEditor_SettingsDlg.cxx [new file with mode: 0644]
src/PyEditor/PyEditor_SettingsDlg.h [new file with mode: 0644]
src/PyEditor/PyEditor_ViewManager.cxx [new file with mode: 0644]
src/PyEditor/PyEditor_ViewManager.h [new file with mode: 0644]
src/PyEditor/PyEditor_ViewModel.cxx [new file with mode: 0644]
src/PyEditor/PyEditor_ViewModel.h [new file with mode: 0644]
src/PyEditor/PyEditor_ViewWindow.cxx [new file with mode: 0644]
src/PyEditor/PyEditor_ViewWindow.h [new file with mode: 0644]
src/PyEditor/resources/PyEditor.qrc [new file with mode: 0644]
src/PyEditor/resources/images/py_about.png [new file with mode: 0644]
src/PyEditor/resources/images/py_about_qt.png [new file with mode: 0644]
src/PyEditor/resources/images/py_browser.png [new file with mode: 0644]
src/PyEditor/resources/images/py_close.png [new file with mode: 0644]
src/PyEditor/resources/images/py_copy.png [new file with mode: 0644]
src/PyEditor/resources/images/py_cut.png [new file with mode: 0644]
src/PyEditor/resources/images/py_delete.png [new file with mode: 0644]
src/PyEditor/resources/images/py_new.png [new file with mode: 0644]
src/PyEditor/resources/images/py_open.png [new file with mode: 0644]
src/PyEditor/resources/images/py_paste.png [new file with mode: 0644]
src/PyEditor/resources/images/py_preferences.png [new file with mode: 0644]
src/PyEditor/resources/images/py_redo.png [new file with mode: 0644]
src/PyEditor/resources/images/py_save.png [new file with mode: 0644]
src/PyEditor/resources/images/py_save_as.png [new file with mode: 0644]
src/PyEditor/resources/images/py_select_all.png [new file with mode: 0644]
src/PyEditor/resources/images/py_undo.png [new file with mode: 0644]
src/PyEditor/resources/translations/PyEditor_msg_en.ts [new file with mode: 0644]
src/PyEditor/resources/translations/PyEditor_msg_fr.ts [new file with mode: 0644]
src/PyEditor/resources/translations/PyEditor_msg_ja.ts [new file with mode: 0644]