Salome HOME
Merge from V6_main_20120808 08Aug12
authorvsr <vsr@opencascade.com>
Thu, 9 Aug 2012 06:41:59 +0000 (06:41 +0000)
committervsr <vsr@opencascade.com>
Thu, 9 Aug 2012 06:41:59 +0000 (06:41 +0000)
commit6f30a39cf0e334b55338328e63c320413f332dba
tree108d7ad49bc33589275e03be83950372f06f994a
parent3593b4d1585d69f34034e5c678dc97b6e92a85cf
Merge from V6_main_20120808 08Aug12
119 files changed:
doc/salome/tui/input/index.doc [new file with mode: 0644]
src/GUI_PY/Makefile.am [new file with mode: 0644]
src/GUI_PY/SelectVarsDialog.ui [new file with mode: 0644]
src/GUI_PY/__init__.py [new file with mode: 0644]
src/GUI_PY/genericdialog.py [new file with mode: 0644]
src/GUI_PY/genericdialog.ui [new file with mode: 0644]
src/GUI_PY/helper.py [new file with mode: 0644]
src/GUI_PY/mytestdialog.py [new file with mode: 0644]
src/GUI_PY/mytestdialog.ui [new file with mode: 0644]
src/GUI_PY/selectvars.py [new file with mode: 0644]
src/GuiHelpers/Makefile.am [new file with mode: 0644]
src/GuiHelpers/QtHelper.hxx [new file with mode: 0644]
src/GuiHelpers/SALOME_AppStudyEditor.cxx [new file with mode: 0644]
src/GuiHelpers/SALOME_AppStudyEditor.hxx [new file with mode: 0644]
src/GuiHelpers/SALOME_GuiServices.cxx [new file with mode: 0644]
src/GuiHelpers/SALOME_GuiServices.hxx [new file with mode: 0644]
src/GuiHelpers/StandardApp_Module.cxx [new file with mode: 0644]
src/GuiHelpers/StandardApp_Module.hxx [new file with mode: 0644]
src/LightApp/images/en.png [new file with mode: 0644]
src/LightApp/images/fr.png [new file with mode: 0644]
src/OpenGLUtils/Makefile.am [new file with mode: 0755]
src/OpenGLUtils/OpenGLUtils.h [new file with mode: 0755]
src/OpenGLUtils/OpenGLUtils_FrameBuffer.cxx [new file with mode: 0755]
src/OpenGLUtils/OpenGLUtils_FrameBuffer.h [new file with mode: 0755]
src/Qtx/resources/Qtx_msg_fr.ts [new file with mode: 0644]
src/SALOME_PYQT/SALOME_PYQT_GUILight/Makefile.am [new file with mode: 0644]
src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_DataModelLight.cxx [new file with mode: 0644]
src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_DataModelLight.h [new file with mode: 0644]
src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_DataObjectLight.cxx [new file with mode: 0644]
src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_DataObjectLight.h [new file with mode: 0644]
src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_GUILight.h [new file with mode: 0644]
src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_GUILight.sip [new file with mode: 0644]
src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_ModuleLight.cxx [new file with mode: 0644]
src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_ModuleLight.h [new file with mode: 0644]
src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_PyInterp.cxx [new file with mode: 0644]
src/SALOME_PYQT/SALOME_PYQT_GUILight/SALOME_PYQT_PyInterp.h [new file with mode: 0644]
src/SalomeApp/pluginsdemo/Makefile.am [new file with mode: 0644]
src/SalomeApp/pluginsdemo/minmax.ui [new file with mode: 0644]
src/SalomeApp/pluginsdemo/minmax_dialog.py [new file with mode: 0644]
src/SalomeApp/pluginsdemo/minmax_plugin.py [new file with mode: 0644]
src/SalomeApp/pluginsdemo/salome_plugins.py [new file with mode: 0755]
src/SalomeApp/pluginsdemo/smesh_plugins.py [new file with mode: 0644]
src/SalomeApp/pluginsdemo/trihedron.py [new file with mode: 0644]
src/SalomeApp/pluginsdemo/tubebuilder.py [new file with mode: 0644]
src/SalomeApp/pluginsdemo/tubedialog.py [new file with mode: 0644]
src/SalomeApp/pluginsdemo/tubedialog_ui.py [new file with mode: 0644]
src/SalomeApp/pluginsdemo/xalome.py [new file with mode: 0644]
src/TreeData/DataModel.cxx [new file with mode: 0644]
src/TreeData/DataModel.hxx [new file with mode: 0644]
src/TreeData/DataObject.cxx [new file with mode: 0644]
src/TreeData/DataObject.hxx [new file with mode: 0644]
src/TreeData/DataProcessor.cxx [new file with mode: 0644]
src/TreeData/DataProcessor.hxx [new file with mode: 0644]
src/TreeData/DockWidgets.cxx [new file with mode: 0644]
src/TreeData/DockWidgets.hxx [new file with mode: 0644]
src/TreeData/Makefile.am [new file with mode: 0644]
src/TreeData/Test/Makefile.am [new file with mode: 0644]
src/TreeData/Test/MyDataModel.cxx [new file with mode: 0644]
src/TreeData/Test/MyDataModel.hxx [new file with mode: 0644]
src/TreeData/Test/data.txt [new file with mode: 0755]
src/TreeData/Test/guitester.cxx [new file with mode: 0644]
src/TreeData/Test/mainwindow.cxx [new file with mode: 0644]
src/TreeData/Test/mainwindow.hxx [new file with mode: 0644]
src/TreeData/Test/mainwindow.ui [new file with mode: 0644]
src/TreeData/Test/tester.cxx [new file with mode: 0644]
src/TreeData/Test/testhelper.cxx [new file with mode: 0644]
src/TreeData/Test/testhelper.hxx [new file with mode: 0644]
src/TreeData/TreeData.hxx [new file with mode: 0755]
src/TreeData/TreeGuiManager.cxx [new file with mode: 0644]
src/TreeData/TreeGuiManager.hxx [new file with mode: 0644]
src/TreeData/TreeItem.cxx [new file with mode: 0644]
src/TreeData/TreeItem.hxx [new file with mode: 0644]
src/TreeData/TreeModel.cxx [new file with mode: 0644]
src/TreeData/TreeModel.hxx [new file with mode: 0644]
src/TreeData/TreeObserver.cxx [new file with mode: 0644]
src/TreeData/TreeObserver.hxx [new file with mode: 0644]
src/TreeData/TreeView.cxx [new file with mode: 0644]
src/TreeData/TreeView.hxx [new file with mode: 0644]
src/VTKViewer/textures/texture1.dat [new file with mode: 0644]
src/VTKViewer/textures/texture2.dat [new file with mode: 0644]
src/VTKViewer/textures/texture3.dat [new file with mode: 0644]
src/VTKViewer/textures/texture4.dat [new file with mode: 0644]
src/VTKViewer/textures/texture5.dat [new file with mode: 0644]
src/VTKViewer/textures/texture6.dat [new file with mode: 0644]
src/VTKViewer/textures/texture7.dat [new file with mode: 0644]
src/VTKViewer/textures/texture8.dat [new file with mode: 0644]
src/VTKViewer/textures/texture9.dat [new file with mode: 0644]
src/ViewerTools/Makefile.am [new file with mode: 0755]
src/ViewerTools/ViewerTools.h [new file with mode: 0644]
src/ViewerTools/ViewerTools_CubeAxesDlgBase.cxx [new file with mode: 0644]
src/ViewerTools/ViewerTools_CubeAxesDlgBase.h [new file with mode: 0644]
src/ViewerTools/ViewerTools_DialogBase.cxx [new file with mode: 0644]
src/ViewerTools/ViewerTools_DialogBase.h [new file with mode: 0644]
src/ViewerTools/ViewerTools_FontWidgetBase.cxx [new file with mode: 0644]
src/ViewerTools/ViewerTools_FontWidgetBase.h [new file with mode: 0644]
src/ViewerTools/resources/ViewerTools_msg_en.ts [new file with mode: 0644]
src/ViewerTools/resources/ViewerTools_msg_fr.ts [new file with mode: 0755]
tools/Makefile.am [new file with mode: 0644]
tools/dlgfactory/GenericDialog.cxx [new file with mode: 0644]
tools/dlgfactory/GenericDialog.hxx [new file with mode: 0644]
tools/dlgfactory/GenericDialog.ui [new file with mode: 0644]
tools/dlgfactory/Makefile.am [new file with mode: 0644]
tools/dlgfactory/README.txt [new file with mode: 0644]
tools/dlgfactory/__GDIALOG__.cxx [new file with mode: 0644]
tools/dlgfactory/__GDIALOG__.hxx [new file with mode: 0644]
tools/dlgfactory/__GDIALOG__.ui [new file with mode: 0644]
tools/dlgfactory/__QDIALOG__.cxx [new file with mode: 0644]
tools/dlgfactory/__QDIALOG__.hxx [new file with mode: 0644]
tools/dlgfactory/__QDIALOG__.ui [new file with mode: 0644]
tools/dlgfactory/dlgfactory.py [new file with mode: 0755]
tools/dlgfactory/dlgfactory.sh [new file with mode: 0755]
tools/dlgfactory/gtester.cxx [new file with mode: 0644]
tools/dlgfactory/qtester.cxx [new file with mode: 0644]
tools/vtkEDFOverloads/Makefile.am [new file with mode: 0755]
tools/vtkEDFOverloads/vtkEDFCutter.cxx [new file with mode: 0755]
tools/vtkEDFOverloads/vtkEDFCutter.h [new file with mode: 0755]
tools/vtkEDFOverloads/vtkEDFFactory.cxx [new file with mode: 0755]
tools/vtkEDFOverloads/vtkEDFFactory.h [new file with mode: 0755]
tools/vtkEDFOverloads/vtkEDFOverloadsDefines.h [new file with mode: 0755]