Salome HOME
Initial commit
authorribes <ribes>
Mon, 9 Nov 2009 09:26:21 +0000 (09:26 +0000)
committerribes <ribes>
Mon, 9 Nov 2009 09:26:21 +0000 (09:26 +0000)
commit97482df035ee6e97dde980312a5b02d356b03702
tree49ea9f1a5500e3d01c9a6f6f4ce9214578314d1a
parent4ec9bf614bfaef36a3fee96d45887592339d91d7
Initial commit
63 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
TO_BE_REMOVED [deleted file]
build_configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
m4/ac_cxx_option.m4 [new file with mode: 0644]
m4/ac_linker_options.m4 [new file with mode: 0644]
m4/check_omniorb.m4 [new file with mode: 0644]
m4/check_salome.m4 [new file with mode: 0644]
m4/check_sphinx.m4 [new file with mode: 0644]
m4/i2_check_qt4.m4 [new file with mode: 0644]
m4/production.m4 [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/bases/BL_Exception.cxx [new file with mode: 0644]
src/bases/BL_Exception.hxx [new file with mode: 0644]
src/bases/BL_Traces.hxx [new file with mode: 0644]
src/bases/Makefile.am [new file with mode: 0644]
src/bases/make_begin.am [new file with mode: 0644]
src/engine/BL_Job.cxx [new file with mode: 0644]
src/engine/BL_Job.hxx [new file with mode: 0644]
src/engine/BL_JobsManager.cxx [new file with mode: 0644]
src/engine/BL_JobsManager.hxx [new file with mode: 0644]
src/engine/BL_SALOMEServices.cxx [new file with mode: 0644]
src/engine/BL_SALOMEServices.hxx [new file with mode: 0644]
src/genericgui/BL_Buttons.cxx [new file with mode: 0644]
src/genericgui/BL_Buttons.hxx [new file with mode: 0644]
src/genericgui/BL_CreateJobWizard.cxx [new file with mode: 0644]
src/genericgui/BL_CreateJobWizard.hxx [new file with mode: 0644]
src/genericgui/BL_GenericGui.cxx [new file with mode: 0644]
src/genericgui/BL_GenericGui.hxx [new file with mode: 0644]
src/genericgui/BL_JobTab.cxx [new file with mode: 0644]
src/genericgui/BL_JobTab.hxx [new file with mode: 0644]
src/genericgui/BL_JobsManager_QT.cxx [new file with mode: 0644]
src/genericgui/BL_JobsManager_QT.hxx [new file with mode: 0644]
src/genericgui/BL_JobsTable.cxx [new file with mode: 0644]
src/genericgui/BL_JobsTable.hxx [new file with mode: 0644]
src/genericgui/BL_MachineCatalog.cxx [new file with mode: 0644]
src/genericgui/BL_MachineCatalog.hxx [new file with mode: 0644]
src/genericgui/BL_MainButtons.cxx [new file with mode: 0644]
src/genericgui/BL_MainButtons.hxx [new file with mode: 0644]
src/genericgui/BL_QModelManager.cxx [new file with mode: 0644]
src/genericgui/BL_QModelManager.hxx [new file with mode: 0644]
src/genericgui/BL_Summary.cxx [new file with mode: 0644]
src/genericgui/BL_Summary.hxx [new file with mode: 0644]
src/genericgui/Makefile.am [new file with mode: 0644]
src/salomegui/BL_SalomeGui.cxx [new file with mode: 0644]
src/salomegui/BL_SalomeGui.hxx [new file with mode: 0644]
src/salomegui/Makefile.am [new file with mode: 0644]
src/salomegui/resources/SalomeApp.xml [new file with mode: 0644]
src/salomegui/resources/jobmanager.png [new file with mode: 0644]
src/standalone/Makefile.am [new file with mode: 0644]
src/standalone/main.cxx [new file with mode: 0644]
src/standalone/start_jobmanager.sh.in [new file with mode: 0644]
src/wrappers/BL_MainWindows_Qt.cxx [new file with mode: 0644]
src/wrappers/BL_MainWindows_Qt.hxx [new file with mode: 0644]
src/wrappers/BL_MainWindows_SALOME.cxx [new file with mode: 0644]
src/wrappers/BL_MainWindows_SALOME.hxx [new file with mode: 0644]
src/wrappers/BL_MainWindows_Wrap.hxx [new file with mode: 0644]
src/wrappers/Makefile.am [new file with mode: 0644]