Salome HOME
modules/kernel.git
18 years agoPR: correct previous commit (intended to be on a branch dedicated to unitary tests) V302_lcrm_20051002
prascle [Mon, 3 Oct 2005 10:06:17 +0000 (10:06 +0000)]
PR: correct previous commit (intended to be on a branch dedicated to unitary tests)

18 years agoPR: methods required by parallel containers
prascle [Mon, 3 Oct 2005 10:03:28 +0000 (10:03 +0000)]
PR: methods required by parallel containers

18 years agoPR: explicit dependancy to utilities.h
prascle [Mon, 3 Oct 2005 10:02:19 +0000 (10:02 +0000)]
PR: explicit dependancy to utilities.h

18 years agoPR: remove explicit calls to Trace mecanism to avoid problems when trace classes...
prascle [Mon, 3 Oct 2005 10:00:31 +0000 (10:00 +0000)]
PR: remove explicit calls to Trace mecanism to avoid problems when trace classes are deleted early (temporary fix)

18 years agoPR: use of BasicsGenericDestructor
prascle [Mon, 3 Oct 2005 09:49:35 +0000 (09:49 +0000)]
PR: use of BasicsGenericDestructor

18 years agoPR: A pure C++ generic destructor with protected delete
prascle [Mon, 3 Oct 2005 09:45:48 +0000 (09:45 +0000)]
PR: A pure C++ generic destructor with protected delete

18 years agoPR: obsolete
prascle [Fri, 30 Sep 2005 14:47:25 +0000 (14:47 +0000)]
PR: obsolete

18 years agoPR: debug delete trace classes
prascle [Thu, 29 Sep 2005 12:40:37 +0000 (12:40 +0000)]
PR: debug delete trace classes

18 years agoPR: automatic start of trace collector, different classes of trace. (todo: automatic...
prascle [Tue, 27 Sep 2005 07:47:53 +0000 (07:47 +0000)]
PR: automatic start of trace collector, different classes of trace. (todo: automatic destruction of trace buffer pool and collector)

18 years agoPR: Automatic trace collector start
prascle [Mon, 26 Sep 2005 07:20:43 +0000 (07:20 +0000)]
PR: Automatic trace collector start

18 years agoPR: LifeCycle and Application
prascle [Thu, 22 Sep 2005 16:50:42 +0000 (16:50 +0000)]
PR: LifeCycle and Application

18 years agoPR: Trace collector instance when used in an external Python module
prascle [Tue, 20 Sep 2005 19:19:37 +0000 (19:19 +0000)]
PR: Trace collector instance when used in an external Python module

18 years agoPR: LifeCycleCORBA and Container Manager Corrections
prascle [Tue, 20 Sep 2005 14:36:03 +0000 (14:36 +0000)]
PR: LifeCycleCORBA and Container Manager Corrections

18 years agoPR: missing merge
prascle [Tue, 20 Sep 2005 14:30:54 +0000 (14:30 +0000)]
PR: missing merge

18 years agoVersion 3.0.2 V_3_0_2 V_3_0_2a
smh [Thu, 1 Sep 2005 06:50:44 +0000 (06:50 +0000)]
Version 3.0.2

18 years agoPR: Launch SALOME_Session_Server after all other servers and environment
prascle [Wed, 31 Aug 2005 13:40:40 +0000 (13:40 +0000)]
PR: Launch SALOME_Session_Server after all other servers and environment
bug PAL9842

18 years agoRemoved unnecessary mutex locks.
srn [Wed, 31 Aug 2005 10:49:48 +0000 (10:49 +0000)]
Removed unnecessary mutex locks.

18 years agoRemoved a mutex lock in the method PasteInto
srn [Tue, 30 Aug 2005 09:49:29 +0000 (09:49 +0000)]
Removed a mutex lock in the method PasteInto

18 years agoAdded a mutex unlock before call to FindOrLoadComponent
srn [Tue, 30 Aug 2005 07:12:40 +0000 (07:12 +0000)]
Added a mutex unlock before call to FindOrLoadComponent

18 years agoimprovement to building of resources:
asv [Tue, 30 Aug 2005 06:19:41 +0000 (06:19 +0000)]
improvement to building of resources:
1) if "RESOURCES_FILES" variable is NOT defined in Makefile.in, then ALL files from srcdir/resources are copied to builddir/share/salome/resources
2) including directories ("cp -fr" is used)
3) except "CVS" directory

18 years agoCreated a new signals/execptions handler
srn [Tue, 30 Aug 2005 05:19:22 +0000 (05:19 +0000)]
Created a new signals/execptions handler

18 years agoAdded an update of the ObjectBrowser T_3_0_2a1
srn [Mon, 29 Aug 2005 07:35:31 +0000 (07:35 +0000)]
Added an update of the ObjectBrowser

18 years agoENV: Windows porting
env [Mon, 29 Aug 2005 05:54:00 +0000 (05:54 +0000)]
ENV: Windows porting

18 years agoFix for bug PAL9773 : SALOME_ComponentPy.py not synchronized with latest LifeCycleCOR...
mkr [Thu, 25 Aug 2005 04:37:08 +0000 (04:37 +0000)]
Fix for bug PAL9773 : SALOME_ComponentPy.py not synchronized with latest LifeCycleCORBA changes.

18 years agoVerification if ( !aSeq.IsNull() ) added before aLength = aSeq->Length(); string...
sln [Wed, 24 Aug 2005 13:40:39 +0000 (13:40 +0000)]
Verification if ( !aSeq.IsNull() ) added before aLength = aSeq->Length(); string in FindDependances method to avoid exception

18 years agoadded import of CORBA module
srn [Wed, 24 Aug 2005 12:46:01 +0000 (12:46 +0000)]
added import of CORBA module

18 years agoLifeCycleCORBA swig-wrapping library should be loaded only once in the Python interpreter
vsr [Wed, 24 Aug 2005 10:22:55 +0000 (10:22 +0000)]
LifeCycleCORBA swig-wrapping library should be loaded only once in the Python interpreter

18 years agoFix for bug PAL9772 : SALOME_ContainerPy.py not synchronized with latest LifeCycleCOR...
mkr [Wed, 24 Aug 2005 04:32:25 +0000 (04:32 +0000)]
Fix for bug PAL9772 : SALOME_ContainerPy.py not synchronized with latest LifeCycleCORBA changes.

18 years agoFix for bug IPAL9730 (CRASH after trying to run "GraphConvertIORCheck.xml"
mkr [Tue, 23 Aug 2005 10:54:39 +0000 (10:54 +0000)]
Fix for bug IPAL9730 (CRASH after trying to run "GraphConvertIORCheck.xml"
dataflow) and partially for bug PAL9772 (SALOME_ContainerPy.py not
synchronized with latest LifeCycleCORBA changes).

18 years agoAdded a method Modify to Study and a method SetModifyFlag to GenericAttribute. Now...
srn [Mon, 22 Aug 2005 11:47:49 +0000 (11:47 +0000)]
Added a method Modify to Study and a method SetModifyFlag to GenericAttribute. Now all attributes calls the method SetModifyFlag when they change their state

18 years agoFix a bug of SALOME_PYQT package - to work properly with Sip and PyQt libraries addit...
vsr [Mon, 22 Aug 2005 06:52:32 +0000 (06:52 +0000)]
Fix a bug of SALOME_PYQT package - to work properly with Sip and PyQt libraries additional SIP flags should be defined depending on existing Qt packages.

18 years agoImplicitly set paths for GUI module like for KERNEL
jfa [Thu, 18 Aug 2005 12:21:59 +0000 (12:21 +0000)]
Implicitly set paths for GUI module like for KERNEL

18 years agoBugID: IPAL9619, modified a way to get the size of a dataset in case if the dataset...
srn [Thu, 18 Aug 2005 10:59:59 +0000 (10:59 +0000)]
BugID: IPAL9619, modified a way to get the size of a dataset in case if the dataset has a type HDF_INT32

18 years agoWindows porting
mpv [Thu, 18 Aug 2005 09:00:35 +0000 (09:00 +0000)]
Windows porting

18 years agoFix check files errors: autoconf 2.59 (Debian 3.1) applies more strict rules for...
vsr [Wed, 17 Aug 2005 07:05:07 +0000 (07:05 +0000)]
Fix check files errors: autoconf 2.59 (Debian 3.1) applies more strict rules for macros definition

18 years agoBugID: IPAL9763, modified methods NewStudy and Open to create directly CORBA Studies.
srn [Tue, 16 Aug 2005 09:51:29 +0000 (09:51 +0000)]
BugID: IPAL9763, modified  methods NewStudy and Open to create directly CORBA Studies.

18 years agoENV: Windows porting.
env [Wed, 10 Aug 2005 10:21:27 +0000 (10:21 +0000)]
ENV: Windows porting.

18 years agoENV: Windows porting
env [Thu, 4 Aug 2005 09:43:43 +0000 (09:43 +0000)]
ENV: Windows porting

18 years agoENV: Windows porting
env [Wed, 3 Aug 2005 07:36:46 +0000 (07:36 +0000)]
ENV: Windows porting

18 years agoif $QWTHOME"/include/qwt does not exists, define
adam [Mon, 1 Aug 2005 07:56:27 +0000 (07:56 +0000)]
if $QWTHOME"/include/qwt does not exists, define
QWT_INCLUDES as $QWTHOME"/include".

18 years agoENV: Windows porting
env [Fri, 29 Jul 2005 04:52:39 +0000 (04:52 +0000)]
ENV: Windows porting

18 years agoENV: Windows porting
env [Fri, 29 Jul 2005 04:35:49 +0000 (04:35 +0000)]
ENV: Windows porting

18 years agoPreparation of v.3.0.1 V3_0_1
san [Thu, 28 Jul 2005 15:26:43 +0000 (15:26 +0000)]
Preparation of v.3.0.1

18 years agoSALOME porting to OCCT 5.2.4
san [Thu, 28 Jul 2005 15:09:02 +0000 (15:09 +0000)]
SALOME porting to OCCT 5.2.4

18 years agoFix for ( Bug IPAL9592 3.0.0 REGRESSION: error is raised after import "batchmode_sal...
mzn [Thu, 28 Jul 2005 12:23:50 +0000 (12:23 +0000)]
Fix for ( Bug IPAL9592  3.0.0 REGRESSION: error is raised after import "batchmode_salome.py" ).

18 years agoENV: Fix of regression of IPAL9392 and IPAL9485 after windows porting.
env [Wed, 27 Jul 2005 08:36:26 +0000 (08:36 +0000)]
ENV: Fix of regression of IPAL9392 and IPAL9485 after windows porting.

18 years agoinstall-appliskel step coorrected so as not to break installation when appliskel...
san [Tue, 26 Jul 2005 11:51:59 +0000 (11:51 +0000)]
install-appliskel step coorrected so as not to break installation when appliskel sub-directory is not found in bin/salome subdirectory (sometimes it happens, since appliskel directory contains no files currently, and cvs checkout -P ignores this directory).

18 years agoENV: Windows porting.
env [Tue, 26 Jul 2005 09:51:37 +0000 (09:51 +0000)]
ENV: Windows porting.

18 years agoENV: Fix of regression after Windows porting.
env [Tue, 26 Jul 2005 09:32:37 +0000 (09:32 +0000)]
ENV: Fix of regression after Windows porting.

18 years agoENV: Windows porting.
env [Tue, 26 Jul 2005 09:02:43 +0000 (09:02 +0000)]
ENV: Windows porting.

18 years agoENV: Windows porting.
env [Tue, 26 Jul 2005 06:16:19 +0000 (06:16 +0000)]
ENV: Windows porting.

18 years agoBugID IPAL9541, changed the ORB creation. Added a call to Utils_ORB_INIT as there...
srn [Mon, 25 Jul 2005 11:43:05 +0000 (11:43 +0000)]
BugID IPAL9541, changed the ORB creation. Added a call to Utils_ORB_INIT as there a GIOP message  size is initialized.

18 years agoFrom V2_2_4 with an extention of this file done by Anthony Geay.
mkr [Fri, 22 Jul 2005 12:05:49 +0000 (12:05 +0000)]
From V2_2_4 with an extention of this file done by Anthony Geay.

18 years agoModifications from Anthony Geay from V2_2_0_maintainance branch.
mkr [Fri, 22 Jul 2005 12:00:49 +0000 (12:00 +0000)]
Modifications from Anthony Geay from V2_2_0_maintainance branch.

18 years agoMerge with BR_V300_lcrm branch.
mkr [Fri, 22 Jul 2005 11:33:47 +0000 (11:33 +0000)]
Merge with BR_V300_lcrm branch.

18 years agoMerge with BR_V300_lcrm branch.
mkr [Fri, 22 Jul 2005 11:26:50 +0000 (11:26 +0000)]
Merge with BR_V300_lcrm branch.

18 years agoBugID: IPAL9392, modified methods GetRowUnits.
srn [Fri, 22 Jul 2005 08:20:30 +0000 (08:20 +0000)]
BugID: IPAL9392, modified methods  GetRowUnits.

18 years agoENV: Windows porting.
env [Wed, 20 Jul 2005 11:39:13 +0000 (11:39 +0000)]
ENV: Windows porting.

18 years agoFix for IPAL9408 : 3.0.0(current3106): CRASH after trying to "Close" saved document...
mkr [Wed, 13 Jul 2005 11:45:06 +0000 (11:45 +0000)]
Fix for IPAL9408 : 3.0.0(current3106): CRASH after trying to "Close" saved document with executed dataflow.

18 years agoENV: Windows porting. Removed reference to SALOME_container_i, which causes cyclic...
env [Wed, 13 Jul 2005 10:11:26 +0000 (10:11 +0000)]
ENV: Windows porting. Removed reference to SALOME_container_i, which causes cyclic dependency on WNT platform.

18 years agoENV: Windows porting.
env [Wed, 13 Jul 2005 07:10:09 +0000 (07:10 +0000)]
ENV: Windows porting.

18 years agoENV: Windows porting.
env [Wed, 13 Jul 2005 06:54:30 +0000 (06:54 +0000)]
ENV: Windows porting.

18 years agoRemove check_med() configuration procedure (moved to MED component)
vsr [Tue, 12 Jul 2005 05:18:24 +0000 (05:18 +0000)]
Remove check_med() configuration procedure (moved to MED component)

18 years agoMove MEDWrapper to MED module
eap [Mon, 11 Jul 2005 13:44:56 +0000 (13:44 +0000)]
Move MEDWrapper to MED module

18 years agoMove MEDWrapper to MED module
eap [Mon, 11 Jul 2005 11:24:12 +0000 (11:24 +0000)]
Move MEDWrapper to MED module

18 years agoMove MEDWrapper to MED module
eap [Mon, 11 Jul 2005 10:16:11 +0000 (10:16 +0000)]
Move MEDWrapper to MED module

18 years agoMove MEDWrapper to MED module
eap [Mon, 11 Jul 2005 10:05:02 +0000 (10:05 +0000)]
Move MEDWrapper to MED module

18 years agoUpdate version number: 3.0.0
vsr [Tue, 5 Jul 2005 11:50:25 +0000 (11:50 +0000)]
Update version number: 3.0.0

18 years agoBugID: 9377, fixed method IsModified, Saved in the Study and added _doc.Modify()...
srn [Thu, 30 Jun 2005 07:11:42 +0000 (07:11 +0000)]
BugID: 9377, fixed method IsModified, Saved in the Study and added _doc.Modify() to methods of StduyBuilder which modify the study

18 years agoFix for bug 8337 - "return" out-parameter must be the first one in outParameter-list.
asv [Wed, 29 Jun 2005 13:58:06 +0000 (13:58 +0000)]
Fix for bug 8337 - "return" out-parameter must be the first one in outParameter-list.

18 years agoMPV: for automatic test scenarios: T3_0_0_a4 V3_0_0
mpv [Tue, 28 Jun 2005 10:59:15 +0000 (10:59 +0000)]
MPV: for automatic test scenarios:
import SALOME must be before import SALOMEDS
(problems with SALOME.Session field otherwise)

18 years agoMPV: for automatic test scenarios:
mpv [Tue, 28 Jun 2005 10:57:19 +0000 (10:57 +0000)]
MPV: for automatic test scenarios:
just return free port in case "-nothing" option

18 years agoMPV: solution for the problem of kill Salome appllication: it hangs up when tried...
mpv [Tue, 28 Jun 2005 10:55:59 +0000 (10:55 +0000)]
MPV: solution for the problem of kill Salome appllication: it hangs up when tried to kill omniORB process of another user (is started with the same port)

18 years agoFix compilation of GHS3DPLUGIN on Mandrake: pb in using path with .. as regexp
eap [Mon, 27 Jun 2005 13:15:55 +0000 (13:15 +0000)]
Fix compilation of GHS3DPLUGIN on Mandrake: pb in using path with .. as regexp

18 years agoMPV: fix for bug IPAL9221
mpv [Fri, 24 Jun 2005 12:39:11 +0000 (12:39 +0000)]
MPV: fix for bug IPAL9221
add script for addind processes to the kill list (addToKillList.py)
this script is called by SALOME_Container to register new run-time launched process

18 years agoMPV: fix for bug IPAL9221
mpv [Fri, 24 Jun 2005 12:38:19 +0000 (12:38 +0000)]
MPV: fix for bug IPAL9221
add script for addind processes to the kill list
this script is called by SALOME_Container to register new run-time launched process

18 years agoMPV: fix for bug IPAL9237
mpv [Fri, 24 Jun 2005 09:55:43 +0000 (09:55 +0000)]
MPV: fix for bug IPAL9237
Make non-zero undo-limit to perform OCAF operation correctly (operations never opened if undolimit=0 => problems with Locked flag)

18 years agoMPV: fix for bug IPAL9312
mpv [Fri, 24 Jun 2005 09:40:25 +0000 (09:40 +0000)]
MPV: fix for bug IPAL9312
In the resources directory both files (CatalogResources.xml and CatalogRessources.xml) are needed.
ResourceManager searches for CatalogResources.xml by default.

18 years agobug 9264. enable reading specific module parameters, eg mesh plugins
eap [Thu, 23 Jun 2005 13:14:17 +0000 (13:14 +0000)]
bug 9264. enable reading specific module parameters, eg mesh plugins

18 years agoDisplaying splash on application startup is added to GUI/Session package. In start...
asv [Thu, 23 Jun 2005 11:48:53 +0000 (11:48 +0000)]
Displaying splash on application startup is added to GUI/Session package.  In start *.py scripts the following chages were made:
1) added "SPLASH" parameter to SalomeApp.xml resource file and its handling in launchConfigureParser
2) moved section of conversion of "GUI", "CPP", "PY", "SUPERV" parameters (and new "SPLASH") from unused SessionLoader to SessionServer, these parameter are now passed to SessionServer on launch and they are handled there.
3) start of SessionServer is moved to the very beginning of startSalome (to display splash).

18 years agoSuppress compilation warnings
jfa [Thu, 23 Jun 2005 11:05:21 +0000 (11:05 +0000)]
Suppress compilation warnings

18 years agoFix a bug with SWIG 1.3.24 - the swigged library should be loaded only once to the...
vsr [Wed, 22 Jun 2005 15:23:32 +0000 (15:23 +0000)]
Fix a bug with SWIG 1.3.24 - the swigged library should be loaded only once to the Python interpreter

18 years agoDon't write one log-file for all users in /tmp directory (fix for bug IPAL9117).
mkr [Wed, 22 Jun 2005 09:31:21 +0000 (09:31 +0000)]
Don't write one log-file for all users in /tmp directory (fix for bug IPAL9117).

18 years agoBugID IPAL9188: Moved an expression out of ASSERT macro in method createInstance
srn [Mon, 20 Jun 2005 11:05:08 +0000 (11:05 +0000)]
BugID IPAL9188: Moved an expression out of ASSERT macro in method createInstance

18 years agoAdd support for sip 4.2
vsr [Mon, 20 Jun 2005 04:44:46 +0000 (04:44 +0000)]
Add support for sip 4.2

18 years agoSMH: Fixes and patches from Paul. T3_0_0_a3
smh [Tue, 14 Jun 2005 06:59:20 +0000 (06:59 +0000)]
SMH: Fixes and patches from Paul.

18 years agoFix binflags
smh [Fri, 10 Jun 2005 06:48:13 +0000 (06:48 +0000)]
Fix binflags

18 years agoFix misprint
smh [Fri, 10 Jun 2005 06:26:58 +0000 (06:26 +0000)]
Fix misprint

18 years agoSMH: Fix for flags
smh [Fri, 10 Jun 2005 05:51:49 +0000 (05:51 +0000)]
SMH: Fix for flags

18 years agoSMH: Fix for flags
smh [Fri, 10 Jun 2005 05:41:25 +0000 (05:41 +0000)]
SMH: Fix for flags

19 years agoFixing of PAL9090 bug: save Serser's pids not to the "/tmp" directory, but to the... T3_0_0_a2
mpv [Wed, 8 Jun 2005 06:52:18 +0000 (06:52 +0000)]
Fixing of PAL9090 bug: save Serser's pids not to the "/tmp" directory, but to the ${HOME} directory.

19 years agouser's resource file name is changed from $HOME/.SalomeApprc to $HOME/.SalomeApprc...
asv [Wed, 8 Jun 2005 05:36:10 +0000 (05:36 +0000)]
user's resource file name is changed from $HOME/.SalomeApprc to $HOME/.SalomeApprc.<version>

Version is taken from $GUI_ROOT_DIR/bin/salome/VERSION file or $KERNEL_ROOT_DIR/bin/salome/VERSION file (in batch mode, no GUI).

19 years agoFix for bug PAL 8922: component name, given by user in "Catalog Generator" dialog...
asv [Mon, 6 Jun 2005 12:15:46 +0000 (12:15 +0000)]
Fix for bug PAL 8922: component name, given by user in "Catalog Generator" dialog box was NOT properly handled (was not used) in IDLparser.py script.
Another fix: if user name is not set in "Catalog Generator", but component name is set - then component name is used instead of component user name.

19 years agoSMH: Remove dependency on implementation T3_0_0_a1
smh [Fri, 3 Jun 2005 11:26:33 +0000 (11:26 +0000)]
SMH: Remove dependency on implementation

19 years agoSMH: Remove implementation dependency
smh [Fri, 3 Jun 2005 06:08:38 +0000 (06:08 +0000)]
SMH: Remove implementation dependency

19 years agoSMH: Merge with V2_2_3 version (to be compatible with MED from maintainance branch...
smh [Thu, 2 Jun 2005 12:44:43 +0000 (12:44 +0000)]
SMH: Merge with V2_2_3 version (to be compatible with MED from maintainance branch) - prepare 3.0.0

19 years agoAdded import of CosNaming
srn [Thu, 2 Jun 2005 09:35:57 +0000 (09:35 +0000)]
Added import of CosNaming

19 years agoremove deprecated file
vsr [Mon, 30 May 2005 09:51:24 +0000 (09:51 +0000)]
remove deprecated file

19 years ago- fix a bugs of 'check msg2qm' procedure
vsr [Mon, 30 May 2005 09:50:21 +0000 (09:50 +0000)]
- fix a bugs of 'check msg2qm' procedure

19 years ago- fix a bugs of 'check msg2qm' procedure
vsr [Mon, 30 May 2005 09:49:23 +0000 (09:49 +0000)]
- fix a bugs of 'check msg2qm' procedure
- fix a bug of processing SIP-wrapping libraries (for SIP-4.1)