]> SALOME platform Git repositories - modules/gui.git/commit - src/PyViewer/PyViewer_ViewManager.h
Salome HOME
Integrates the python editor as new SALOME viewer. Writes comments. Designs icons... V7_6_0a1
authormgn <mgn@opencascade.com>
Tue, 31 Mar 2015 16:52:45 +0000 (19:52 +0300)
committerrnv <rnv@opencascade.com>
Fri, 3 Apr 2015 11:56:38 +0000 (14:56 +0300)
commit185b5a4dd2162e5addd1a08170c674e5a01a75d2
tree5bb2186376adf3c2fa86d616eaadd234fdefbadb
parent8786663f34380b5f581b0b76f79a8c97b6ec562f
Integrates the python editor as new SALOME viewer. Writes comments. Designs icons. Re-packaging.
50 files changed:
CMakeLists.txt
SalomeGUIConfig.cmake.in
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.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_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/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]
src/PyViewer/CMakeLists.txt [new file with mode: 0644]
src/PyViewer/PyViewer.cxx [new file with mode: 0644]
src/PyViewer/PyViewer.h [new file with mode: 0644]
src/PyViewer/PyViewer_ViewManager.cxx [new file with mode: 0644]
src/PyViewer/PyViewer_ViewManager.h [new file with mode: 0644]
src/PyViewer/PyViewer_ViewModel.cxx [new file with mode: 0644]
src/PyViewer/PyViewer_ViewModel.h [new file with mode: 0644]
src/PyViewer/PyViewer_ViewWindow.cxx [new file with mode: 0644]
src/PyViewer/PyViewer_ViewWindow.h [new file with mode: 0644]
src/PyViewer/resources/PyEditor.qrc [new file with mode: 0644]
src/PyViewer/resources/images/py_browser.png [new file with mode: 0644]
src/PyViewer/resources/images/py_close.png [new file with mode: 0644]
src/PyViewer/resources/images/py_copy.png [new file with mode: 0644]
src/PyViewer/resources/images/py_cut.png [new file with mode: 0644]
src/PyViewer/resources/images/py_delete.png [new file with mode: 0644]
src/PyViewer/resources/images/py_new.png [new file with mode: 0644]
src/PyViewer/resources/images/py_open.png [new file with mode: 0644]
src/PyViewer/resources/images/py_paste.png [new file with mode: 0644]
src/PyViewer/resources/images/py_preferences.png [new file with mode: 0644]
src/PyViewer/resources/images/py_redo.png [new file with mode: 0644]
src/PyViewer/resources/images/py_save.png [new file with mode: 0644]
src/PyViewer/resources/images/py_save_as.png [new file with mode: 0644]
src/PyViewer/resources/images/py_select_all.png [new file with mode: 0644]
src/PyViewer/resources/images/py_undo.png [new file with mode: 0644]
src/PyViewer/resources/translations/PyViewer_msg_en.ts [new file with mode: 0644]
src/PyViewer/resources/translations/PyViewer_msg_fr.ts [new file with mode: 0644]
src/PyViewer/resources/translations/PyViewer_msg_ja.ts [new file with mode: 0644]