]>
SALOME platform Git repositories - modules/kernel.git/log
prascle [Tue, 11 Oct 2005 07:00:18 +0000 (07:00 +0000)]
PR: more test on LifeCycleCORBA
prascle [Mon, 10 Oct 2005 14:50:05 +0000 (14:50 +0000)]
PR: resources manager with and without SALOME Appli
prascle [Mon, 10 Oct 2005 09:26:03 +0000 (09:26 +0000)]
PR: check cppunit library
prascle [Sun, 9 Oct 2005 16:23:28 +0000 (16:23 +0000)]
PR : Unit Testing - LifeCycleCORBA - in progress
prascle [Wed, 5 Oct 2005 20:23:08 +0000 (20:23 +0000)]
PR: design simplification
prascle [Wed, 5 Oct 2005 18:25:48 +0000 (18:25 +0000)]
PR: trace debug at exit
prascle [Wed, 5 Oct 2005 10:09:40 +0000 (10:09 +0000)]
PR: complement on unit tests
prascle [Wed, 5 Oct 2005 10:04:12 +0000 (10:04 +0000)]
PR: script to set SALOME environment for unit tests
prascle [Wed, 5 Oct 2005 07:16:57 +0000 (07:16 +0000)]
PR: some doc, in docutils format
prascle [Mon, 3 Oct 2005 17:01:36 +0000 (17:01 +0000)]
PR: example of document.txt in reST format, to produce html documentation with docutils - rest2html
prascle [Mon, 3 Oct 2005 13:14:41 +0000 (13:14 +0000)]
PR: Testing: Add Unit Tests based on cppunit prerequisite
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)
prascle [Mon, 3 Oct 2005 10:03:28 +0000 (10:03 +0000)]
PR: methods required by parallel containers
prascle [Mon, 3 Oct 2005 10:02:19 +0000 (10:02 +0000)]
PR: explicit dependancy to utilities.h
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)
prascle [Mon, 3 Oct 2005 09:49:35 +0000 (09:49 +0000)]
PR: use of BasicsGenericDestructor
prascle [Mon, 3 Oct 2005 09:45:48 +0000 (09:45 +0000)]
PR: A pure C++ generic destructor with protected delete
prascle [Fri, 30 Sep 2005 14:47:25 +0000 (14:47 +0000)]
PR: obsolete
prascle [Thu, 29 Sep 2005 12:40:37 +0000 (12:40 +0000)]
PR: debug delete trace classes
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)
prascle [Mon, 26 Sep 2005 07:20:43 +0000 (07:20 +0000)]
PR: Automatic trace collector start
prascle [Thu, 22 Sep 2005 16:50:42 +0000 (16:50 +0000)]
PR: LifeCycle and Application
prascle [Tue, 20 Sep 2005 19:19:37 +0000 (19:19 +0000)]
PR: Trace collector instance when used in an external Python module
prascle [Tue, 20 Sep 2005 14:36:03 +0000 (14:36 +0000)]
PR: LifeCycleCORBA and Container Manager Corrections
prascle [Tue, 20 Sep 2005 14:30:54 +0000 (14:30 +0000)]
PR: missing merge
smh [Thu, 1 Sep 2005 06:50:44 +0000 (06:50 +0000)]
Version 3.0.2
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
srn [Wed, 31 Aug 2005 10:49:48 +0000 (10:49 +0000)]
Removed unnecessary mutex locks.
srn [Tue, 30 Aug 2005 09:49:29 +0000 (09:49 +0000)]
Removed a mutex lock in the method PasteInto
srn [Tue, 30 Aug 2005 07:12:40 +0000 (07:12 +0000)]
Added a mutex unlock before call to FindOrLoadComponent
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
srn [Tue, 30 Aug 2005 05:19:22 +0000 (05:19 +0000)]
Created a new signals/execptions handler
srn [Mon, 29 Aug 2005 07:35:31 +0000 (07:35 +0000)]
Added an update of the ObjectBrowser
env [Mon, 29 Aug 2005 05:54:00 +0000 (05:54 +0000)]
ENV: Windows porting
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.
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
srn [Wed, 24 Aug 2005 12:46:01 +0000 (12:46 +0000)]
added import of CORBA module
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
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.
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).
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
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.
jfa [Thu, 18 Aug 2005 12:21:59 +0000 (12:21 +0000)]
Implicitly set paths for GUI module like for KERNEL
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
mpv [Thu, 18 Aug 2005 09:00:35 +0000 (09:00 +0000)]
Windows porting
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
srn [Tue, 16 Aug 2005 09:51:29 +0000 (09:51 +0000)]
BugID: IPAL9763, modified methods NewStudy and Open to create directly CORBA Studies.
env [Wed, 10 Aug 2005 10:21:27 +0000 (10:21 +0000)]
ENV: Windows porting.
env [Thu, 4 Aug 2005 09:43:43 +0000 (09:43 +0000)]
ENV: Windows porting
env [Wed, 3 Aug 2005 07:36:46 +0000 (07:36 +0000)]
ENV: Windows porting
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".
env [Fri, 29 Jul 2005 04:52:39 +0000 (04:52 +0000)]
ENV: Windows porting
env [Fri, 29 Jul 2005 04:35:49 +0000 (04:35 +0000)]
ENV: Windows porting
san [Thu, 28 Jul 2005 15:26:43 +0000 (15:26 +0000)]
Preparation of v.3.0.1
san [Thu, 28 Jul 2005 15:09:02 +0000 (15:09 +0000)]
SALOME porting to OCCT 5.2.4
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" ).
env [Wed, 27 Jul 2005 08:36:26 +0000 (08:36 +0000)]
ENV: Fix of regression of IPAL9392 and IPAL9485 after windows porting.
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).
env [Tue, 26 Jul 2005 09:51:37 +0000 (09:51 +0000)]
ENV: Windows porting.
env [Tue, 26 Jul 2005 09:32:37 +0000 (09:32 +0000)]
ENV: Fix of regression after Windows porting.
env [Tue, 26 Jul 2005 09:02:43 +0000 (09:02 +0000)]
ENV: Windows porting.
env [Tue, 26 Jul 2005 06:16:19 +0000 (06:16 +0000)]
ENV: Windows porting.
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.
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.
mkr [Fri, 22 Jul 2005 12:00:49 +0000 (12:00 +0000)]
Modifications from Anthony Geay from V2_2_0_maintainance branch.
mkr [Fri, 22 Jul 2005 11:33:47 +0000 (11:33 +0000)]
Merge with BR_V300_lcrm branch.
mkr [Fri, 22 Jul 2005 11:26:50 +0000 (11:26 +0000)]
Merge with BR_V300_lcrm branch.
srn [Fri, 22 Jul 2005 08:20:30 +0000 (08:20 +0000)]
BugID: IPAL9392, modified methods GetRowUnits.
env [Wed, 20 Jul 2005 11:39:13 +0000 (11:39 +0000)]
ENV: Windows porting.
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.
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.
env [Wed, 13 Jul 2005 07:10:09 +0000 (07:10 +0000)]
ENV: Windows porting.
env [Wed, 13 Jul 2005 06:54:30 +0000 (06:54 +0000)]
ENV: Windows porting.
vsr [Tue, 12 Jul 2005 05:18:24 +0000 (05:18 +0000)]
Remove check_med() configuration procedure (moved to MED component)
eap [Mon, 11 Jul 2005 13:44:56 +0000 (13:44 +0000)]
Move MEDWrapper to MED module
eap [Mon, 11 Jul 2005 11:24:12 +0000 (11:24 +0000)]
Move MEDWrapper to MED module
eap [Mon, 11 Jul 2005 10:16:11 +0000 (10:16 +0000)]
Move MEDWrapper to MED module
eap [Mon, 11 Jul 2005 10:05:02 +0000 (10:05 +0000)]
Move MEDWrapper to MED module
vsr [Tue, 5 Jul 2005 11:50:25 +0000 (11:50 +0000)]
Update version number: 3.0.0
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
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.
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)
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
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)
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
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
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
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)
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.
eap [Thu, 23 Jun 2005 13:14:17 +0000 (13:14 +0000)]
bug 9264. enable reading specific module parameters, eg mesh plugins
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).
jfa [Thu, 23 Jun 2005 11:05:21 +0000 (11:05 +0000)]
Suppress compilation warnings
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
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).
srn [Mon, 20 Jun 2005 11:05:08 +0000 (11:05 +0000)]
BugID IPAL9188: Moved an expression out of ASSERT macro in method createInstance
vsr [Mon, 20 Jun 2005 04:44:46 +0000 (04:44 +0000)]
Add support for sip 4.2
smh [Tue, 14 Jun 2005 06:59:20 +0000 (06:59 +0000)]
SMH: Fixes and patches from Paul.
smh [Fri, 10 Jun 2005 06:48:13 +0000 (06:48 +0000)]
Fix binflags
smh [Fri, 10 Jun 2005 06:26:58 +0000 (06:26 +0000)]
Fix misprint
smh [Fri, 10 Jun 2005 05:51:49 +0000 (05:51 +0000)]
SMH: Fix for flags