]> SALOME platform Git repositories - modules/kernel.git/log
Salome HOME
modules/kernel.git
19 years agoIPAL8763. Fix for the pb that okClicked() is called twice if you validate ENK_JFA_Poly_work
eap [Thu, 12 May 2005 12:17:14 +0000 (12:17 +0000)]
IPAL8763. Fix for the pb that okClicked() is called twice if you validate
the selected file name by pressing 'Return' key in file name editor

19 years agoAdded empty constructor
srn [Thu, 12 May 2005 09:17:48 +0000 (09:17 +0000)]
Added empty constructor

19 years agoAdded support of BOOST's shared_ptr
srn [Thu, 12 May 2005 08:44:51 +0000 (08:44 +0000)]
Added support of BOOST's shared_ptr

19 years agoAdded support of BOOST's shared_ptr
srn [Thu, 12 May 2005 08:23:02 +0000 (08:23 +0000)]
Added support of BOOST's shared_ptr

19 years agoAdded support of BOOST's shared_ptr
srn [Thu, 12 May 2005 05:58:27 +0000 (05:58 +0000)]
Added support of BOOST's shared_ptr

19 years agoModified methods Update of Object Browser as an example of an usage of SALOMEDSClien...
srn [Thu, 12 May 2005 05:25:16 +0000 (05:25 +0000)]
Modified methods Update of Object Browser as  an example of an usage of SALOMEDSClient layer.

19 years agoAdded support of BOOST's shared_ptr
srn [Thu, 12 May 2005 05:23:41 +0000 (05:23 +0000)]
Added support of BOOST's shared_ptr

19 years agoBug IPAL8742 (Add comments into generated files of DumpPython). Add static GetDumpStu...
eap [Fri, 6 May 2005 06:39:48 +0000 (06:39 +0000)]
Bug IPAL8742 (Add comments into generated files of DumpPython). Add static GetDumpStudyComment()
Bug IPAL8749. Return false if any of scripts is invalid

19 years agoBug IPAL8742 (Add comments into generated files of DumpPython). Add static GetDumpStu...
eap [Fri, 6 May 2005 06:36:43 +0000 (06:36 +0000)]
Bug IPAL8742 (Add comments into generated files of DumpPython). Add static GetDumpStudyComment()

19 years agoBug IPAL8740. Dump study: make "Publish in study" by default
eap [Fri, 6 May 2005 06:16:32 +0000 (06:16 +0000)]
Bug IPAL8740. Dump study: make "Publish in study" by default

19 years agoRemoved unnecessary cout's from method DumpPython
srn [Fri, 6 May 2005 05:51:48 +0000 (05:51 +0000)]
Removed unnecessary cout's from method DumpPython

19 years agoBugID IPAL8745, IPAL8744. Modified method DumpStudy, now if the components are not...
srn [Thu, 5 May 2005 11:51:26 +0000 (11:51 +0000)]
BugID IPAL8745, IPAL8744. Modified method DumpStudy, now if the components are not loaded
they will be loaded when study dumps their content in the Python script. The name of the main script now coincides with that given as input parameter, without an addion a suffix _Study.

19 years agoAdded culculation of polygons by triangles for vtkConvexPointSet
enk [Tue, 26 Apr 2005 12:20:57 +0000 (12:20 +0000)]
Added culculation of polygons by triangles for vtkConvexPointSet

19 years agoAdded new files:
enk [Tue, 26 Apr 2005 12:19:01 +0000 (12:19 +0000)]
Added new files:
SALOME_ConvexTool.h
SALOME_ConvexTool.cxx
which calculate polygones from triangles of vtkConvexPointSet

using in SALOME_GeometryFilter.cxx

19 years agoMPV:
mpv [Wed, 20 Apr 2005 05:29:31 +0000 (05:29 +0000)]
MPV:
GenericObj is necessary for SALOMEDS

19 years agoMPV:
mpv [Wed, 20 Apr 2005 04:32:56 +0000 (04:32 +0000)]
MPV:
SObject and SComponent, all Attributes, SComponentIterator, ChildIterator, UseCaseIterator and UseCaseBuilder classes now inherit GenericObj class. Thus, servants of these classes now destroyed by common CORBA algorithm (by calling Destroy method in the Client-classes destructors)

19 years agoPAL8598: Provide an access to "Dump View" functionality from the context popup menu...
vsr [Fri, 15 Apr 2005 05:37:29 +0000 (05:37 +0000)]
PAL8598: Provide an access to "Dump View" functionality from the context popup menu for the viewer

19 years agoFixed bug in the method Copy, now a clipboard document is re-created every time.
srn [Thu, 14 Apr 2005 06:54:14 +0000 (06:54 +0000)]
Fixed bug in the method Copy, now a clipboard document is re-created every time.

19 years agoModified method dump
srn [Thu, 14 Apr 2005 06:08:49 +0000 (06:08 +0000)]
Modified method dump

19 years agoIn method GetAllAttributes added a check to avoid returning of AttributeReference
srn [Thu, 14 Apr 2005 05:51:21 +0000 (05:51 +0000)]
In method GetAllAttributes added a check to avoid returning of AttributeReference

19 years agoRemoved unnecessary CORBA::release statements. Added _retn() to CORBA objects returne...
srn [Wed, 13 Apr 2005 12:07:47 +0000 (12:07 +0000)]
Removed unnecessary CORBA::release statements. Added _retn() to CORBA objects returned from GetStudy. GetSObject and GetSComponent methods.

19 years agoAdded methods to get a CORBA wrappers of the SALOMEDSClient objects
srn [Tue, 12 Apr 2005 08:38:58 +0000 (08:38 +0000)]
Added methods to get a CORBA wrappers of the SALOMEDSClient objects

19 years agoModified methdo GetObjectPath, to take into account an input argument of type SObject
srn [Mon, 11 Apr 2005 10:55:12 +0000 (10:55 +0000)]
Modified methdo GetObjectPath, to take into account an input argument of type SObject

19 years agoRemoved unnecessary CORBA::release calls.
srn [Mon, 11 Apr 2005 09:30:44 +0000 (09:30 +0000)]
Removed unnecessary CORBA::release calls.

19 years agoAdded method GetStudy, which return a CORBA SALOMEDS::Study
srn [Fri, 8 Apr 2005 08:58:08 +0000 (08:58 +0000)]
Added method GetStudy, which return a CORBA SALOMEDS::Study

19 years agoRemoved CORBA::release from destructors to avoid releasing already deleted objects
srn [Fri, 8 Apr 2005 07:15:36 +0000 (07:15 +0000)]
Removed CORBA::release from destructors to avoid releasing already deleted objects

19 years agoRemoved CORBA::release from destructors to avoid releasing already deleted objects
srn [Fri, 8 Apr 2005 06:10:11 +0000 (06:10 +0000)]
Removed CORBA::release from destructors to avoid releasing already deleted objects

19 years agoFix a bug of compilation: TOOLSDS package depends on SALOMEDSImpl
vsr [Thu, 7 Apr 2005 13:36:14 +0000 (13:36 +0000)]
Fix a bug of compilation: TOOLSDS package depends on SALOMEDSImpl

19 years agoAdded virtual destructors
srn [Thu, 7 Apr 2005 12:29:49 +0000 (12:29 +0000)]
Added virtual destructors

19 years agompv: memory leak fix: gethostname method returns 0 if OK
mpv [Thu, 7 Apr 2005 11:49:37 +0000 (11:49 +0000)]
mpv: memory leak fix: gethostname method returns 0 if OK

19 years agoreplaced char* to std::string
srn [Thu, 7 Apr 2005 11:31:42 +0000 (11:31 +0000)]
replaced char* to std::string

19 years agoAdded const modificator for Name method
srn [Thu, 7 Apr 2005 09:18:10 +0000 (09:18 +0000)]
Added const modificator for Name method

19 years agoAdded duplicate and release to constructors/destructors
srn [Thu, 7 Apr 2005 06:26:17 +0000 (06:26 +0000)]
Added duplicate and release to constructors/destructors

19 years agoAdded release of _driver and _orb in the destructor of the SALOMEDS_Driver_i
srn [Thu, 7 Apr 2005 05:41:05 +0000 (05:41 +0000)]
Added release of _driver and _orb in the destructor of the SALOMEDS_Driver_i

19 years agoAdded deletion of Drivers in Copy/Paste methods
srn [Thu, 7 Apr 2005 05:22:03 +0000 (05:22 +0000)]
Added deletion of Drivers in Copy/Paste methods

19 years agoCnaged WNT on WIN32, modified methods for Copy/Paste in StudManager
srn [Thu, 7 Apr 2005 04:55:32 +0000 (04:55 +0000)]
Cnaged WNT on WIN32, modified methods for Copy/Paste in StudManager

19 years agoAdded CORBA::release to destrutors
srn [Wed, 6 Apr 2005 11:56:40 +0000 (11:56 +0000)]
Added CORBA::release to destrutors

19 years agoAdded method dump for out the study's content in the file
srn [Wed, 6 Apr 2005 10:40:56 +0000 (10:40 +0000)]
Added method dump for out the study's content in the file

19 years agoRemoved debug outputs
srn [Wed, 6 Apr 2005 09:38:23 +0000 (09:38 +0000)]
Removed debug outputs

19 years agoAdded 3 mthods to work with SALOMEDSClients
srn [Wed, 6 Apr 2005 09:14:53 +0000 (09:14 +0000)]
Added 3 mthods to work with SALOMEDSClients

19 years agoAdded & to return arguments
srn [Wed, 6 Apr 2005 09:13:58 +0000 (09:13 +0000)]
Added & to return arguments

19 years agoRemoved method _duplicate from constructors of Clients
srn [Wed, 6 Apr 2005 09:12:51 +0000 (09:12 +0000)]
Removed method _duplicate from constructors of Clients

19 years agoRemoved debug output
srn [Wed, 6 Apr 2005 04:49:22 +0000 (04:49 +0000)]
Removed debug output

19 years agoRemoved debug output
srn [Tue, 5 Apr 2005 12:31:48 +0000 (12:31 +0000)]
Removed debug output

19 years agoFixes of the return SObjects and SComponents that are NULL
srn [Tue, 5 Apr 2005 12:20:50 +0000 (12:20 +0000)]
Fixes of the return SObjects and SComponents that are NULL

19 years agoAdded a newline at the file end
srn [Mon, 4 Apr 2005 12:35:51 +0000 (12:35 +0000)]
Added a newline at the file end

19 years agoChanged vector<double> on structure STextColor
srn [Mon, 4 Apr 2005 11:42:09 +0000 (11:42 +0000)]
Changed vector<double> on structure STextColor

19 years agoAdded common inclusion file, added structure TextColor
srn [Mon, 4 Apr 2005 11:40:58 +0000 (11:40 +0000)]
Added common inclusion file, added structure TextColor

19 years agoMPV: added HDF include to avoid compilation error
mpv [Mon, 4 Apr 2005 09:23:51 +0000 (09:23 +0000)]
MPV: added HDF include to avoid compilation error

19 years agoRemoved a HDF include from hxx file.
srn [Mon, 4 Apr 2005 07:34:18 +0000 (07:34 +0000)]
Removed a HDF include from hxx file.

19 years agoAdded methods GetLocalImpl() to SObject, Study, StudyManager and GenericAttribute...
srn [Mon, 4 Apr 2005 07:05:23 +0000 (07:05 +0000)]
Added methods GetLocalImpl() to SObject, Study, StudyManager and GenericAttribute interfaces
(for SALOMEDS proxy task)

19 years agoRemoved unnecessary output
srn [Mon, 4 Apr 2005 07:04:11 +0000 (07:04 +0000)]
Removed unnecessary output

19 years agoModified attributes to comply with modifications in the method's names in SALOMEDSImpl
srn [Mon, 4 Apr 2005 07:03:27 +0000 (07:03 +0000)]
Modified attributes to comply with modifications in the method's names in SALOMEDSImpl

19 years agoProxy classe's implementations for SALOMEDS
srn [Mon, 4 Apr 2005 07:02:38 +0000 (07:02 +0000)]
Proxy classe's implementations for SALOMEDS

19 years agoProxy classe's headers for SALOMEDS
srn [Mon, 4 Apr 2005 06:59:18 +0000 (06:59 +0000)]
Proxy classe's headers for SALOMEDS

19 years agoMake most of attribute have method's names coinciding with that in IDL
srn [Mon, 4 Apr 2005 06:57:25 +0000 (06:57 +0000)]
Make most of attribute have method's names coinciding with that in IDL

19 years agoAdded Copy and empty constructors.
srn [Wed, 30 Mar 2005 10:12:04 +0000 (10:12 +0000)]
Added Copy and empty constructors.

19 years agoAdded method GetSObject
srn [Wed, 30 Mar 2005 09:48:41 +0000 (09:48 +0000)]
Added method GetSObject

19 years agoAdded 2 methods to StudyManger (ConvertObjectToString and ConvertStringToObject)
srn [Mon, 28 Mar 2005 06:00:04 +0000 (06:00 +0000)]
Added 2 methods to StudyManger (ConvertObjectToString and ConvertStringToObject)

19 years agoAdded 2 methods to StudyManger (ConvertObjectToString and ConvertStringToObject),
srn [Mon, 28 Mar 2005 05:58:51 +0000 (05:58 +0000)]
Added 2 methods to StudyManger (ConvertObjectToString and ConvertStringToObject),
changed a field of Driver from Driver_ptr to Driver_var

19 years agoNew implementation of ChildIterator
srn [Fri, 25 Mar 2005 07:24:24 +0000 (07:24 +0000)]
New implementation of ChildIterator

19 years agoRemoved unnecessary methods for Callback
srn [Thu, 24 Mar 2005 05:46:44 +0000 (05:46 +0000)]
Removed unnecessary methods for Callback

19 years agoRemoved unnecessary methods
srn [Wed, 23 Mar 2005 07:56:37 +0000 (07:56 +0000)]
Removed unnecessary methods

19 years agoMark this class as depricated
srn [Wed, 23 Mar 2005 07:03:56 +0000 (07:03 +0000)]
Mark this class as depricated

19 years agoRemoved depricated methods Store and Restore from GenericAttribute interface T_22_03_05
srn [Tue, 22 Mar 2005 09:57:46 +0000 (09:57 +0000)]
Removed depricated methods Store and Restore from GenericAttribute interface

19 years agoFixed bug with freezing the SALOMEDS in standalone mode.
srn [Tue, 22 Mar 2005 07:54:00 +0000 (07:54 +0000)]
Fixed bug with freezing the SALOMEDS in standalone mode.
Implemented a support of creation SObjects, SComponents and Attributes only once, without their later re-creation.

19 years agoReplaced Maps on templates from NCollection package
srn [Tue, 22 Mar 2005 07:52:20 +0000 (07:52 +0000)]
Replaced Maps on templates from NCollection package

19 years agoImplemented a support of creation of SObjects, SComponents and Attributes only once...
srn [Tue, 22 Mar 2005 07:51:35 +0000 (07:51 +0000)]
Implemented a support of creation of SObjects, SComponents and Attributes only once, without later re-creation.

19 years agoFixed bug in method LoadWith for case when study is filled by Python script
srn [Mon, 21 Mar 2005 08:26:31 +0000 (08:26 +0000)]
Fixed bug in method LoadWith for case when study is filled by Python script

19 years agoChanged "import of batchmode_salome" to "import salome" in DumpStudy
srn [Fri, 18 Mar 2005 14:14:08 +0000 (14:14 +0000)]
Changed "import of batchmode_salome" to "import salome" in DumpStudy

19 years agoImplementation of the "Dump Study" functionality in GUI.
mzn [Fri, 18 Mar 2005 12:12:59 +0000 (12:12 +0000)]
Implementation of the "Dump Study" functionality in GUI.

19 years agoLocks
srn [Thu, 17 Mar 2005 08:58:39 +0000 (08:58 +0000)]
Locks

19 years agoLocal Study
srn [Thu, 17 Mar 2005 08:19:33 +0000 (08:19 +0000)]
Local Study

19 years ago*** empty log message ***
srn [Thu, 17 Mar 2005 08:13:31 +0000 (08:13 +0000)]
*** empty log message ***

19 years agoLocal Study
srn [Thu, 17 Mar 2005 07:52:14 +0000 (07:52 +0000)]
Local Study

19 years agoDump Python
srn [Thu, 17 Mar 2005 07:45:50 +0000 (07:45 +0000)]
Dump Python

19 years agoLocal Study
srn [Thu, 17 Mar 2005 07:35:40 +0000 (07:35 +0000)]
Local Study

19 years agoLocal Study
srn [Thu, 17 Mar 2005 07:27:48 +0000 (07:27 +0000)]
Local Study

19 years agoDump Python
srn [Thu, 17 Mar 2005 07:25:30 +0000 (07:25 +0000)]
Dump Python

19 years agoAdded support for VTK_CONVEX_POINT_SET
enk [Fri, 18 Feb 2005 07:03:56 +0000 (07:03 +0000)]
Added support for VTK_CONVEX_POINT_SET

19 years agoCorrected intarface methods
enk [Fri, 18 Feb 2005 07:02:42 +0000 (07:02 +0000)]
Corrected intarface methods

19 years agoThis commit was generated by cvs2git to create branch 'ENK_JFA_Poly_work'.
admin [Fri, 11 Feb 2005 13:48:59 +0000 (13:48 +0000)]
This commit was generated by cvs2git to create branch 'ENK_JFA_Poly_work'.

Sprout from master 2005-02-11 13:48:53 UTC prascle <prascle> 'PR: from E.Adam, Engines import sometimes incomplete...'
Cherrypick from IMPORT 2003-10-13 16:48:48 UTC prascle <prascle> 'import SalomePro v1.2c':
    idl/SALOME_Registry.idl
    idl/TestNotif.idl
    resources/CatalogDataType.xml
    resources/CatalogModulePersonnel.xml_skel
    resources/CatalogRessources.xml
    resources/Plugin
    resources/Tools_en.xml
    resources/Tools_fr.xml
    resources/back.xpm
    resources/cascade.png
    resources/channel.cfg
    resources/close.png
    resources/config
    resources/copy.png
    resources/default.png
    resources/dl_delete.png
    resources/dl_insert.png
    resources/dl_movedown.png
    resources/dl_moveup.png
    resources/forward.xpm
    resources/help.png
    resources/home.xpm
    resources/new.png
    resources/open.png
    resources/paste.png
    resources/plot2d_dump.png
    resources/plot2d_fitall.png
    resources/plot2d_fitarea.png
    resources/plot2d_legend.png
    resources/plot2d_linear.png
    resources/plot2d_linear_y.png
    resources/plot2d_lines.png
    resources/plot2d_log.png
    resources/plot2d_log_y.png
    resources/plot2d_pan.png
    resources/plot2d_points.png
    resources/plot2d_settings.png
    resources/plot2d_splines.png
    resources/plot2d_zoom.png
    resources/print.png
    resources/redo.png
    resources/reset.png
    resources/salomeCommonModel.spml
    resources/save.png
    resources/select1.png
    resources/tile.png
    resources/uc_add.png
    resources/uc_clear.png
    resources/uc_current.png
    resources/uc_del.png
    resources/uc_new.png
    resources/undo.png
    resources/view_back.png
    resources/view_bottom.png
    resources/view_camera_dump.png
    resources/view_fitall.png
    resources/view_fitarea.png
    resources/view_front.png
    resources/view_glpan.png
    resources/view_left.png
    resources/view_pan.png
    resources/view_reset.png
    resources/view_right.png
    resources/view_rotate.png
    resources/view_top.png
    resources/view_triedre.png
    resources/view_zoom.png
    salome_adm/unix/Doxyfile
    salome_adm/unix/F77config.h.in
    salome_adm/unix/SALOMEconfig.h.in
    salome_adm/unix/config_files/ac_cc_warnings.m4
    salome_adm/unix/config_files/check_Salome.m4
    salome_adm/unix/config_files/check_corba.m4
    salome_adm/unix/config_files/check_f77.m4
    salome_adm/unix/config_files/check_hdf5.m4
    salome_adm/unix/config_files/check_java.m4
    salome_adm/unix/config_files/check_mico.m4
    salome_adm/unix/config_files/check_opengl.m4
    salome_adm/unix/config_files/check_qwt.m4
    salome_adm/unix/config_files/check_swig.m4
    salome_adm/unix/config_files/config.guess
    salome_adm/unix/config_files/config.sub
    salome_adm/unix/config_files/libtool.m4
    salome_adm/unix/config_files/ltconfig
    salome_adm/unix/config_files/ltmain.sh
    salome_adm/unix/config_files/missing
    salome_adm/unix/config_files/pyembed.m4
    salome_adm/unix/sstream.in
    src/A_LIRE_SALOME
    src/HDFPersist/HDFOI.hxx
    src/HDFPersist/HDFascii.hxx
    src/HDFPersist/HDFattrClose.c
    src/HDFPersist/HDFattrGetSize.c
    src/HDFPersist/HDFattrGetType.c
    src/HDFPersist/HDFattrOpen.c
    src/HDFPersist/HDFattribute.hxx
    src/HDFPersist/HDFcontainerObject.hxx
    src/HDFPersist/HDFdataset.hxx
    src/HDFPersist/HDFdatasetClose.c
    src/HDFPersist/HDFdatasetGetDim.c
    src/HDFPersist/HDFdatasetGetSize.c
    src/HDFPersist/HDFdatasetGetnDim.c
    src/HDFPersist/HDFdatasetOpen.c
    src/HDFPersist/HDFerrorModeLock.c
    src/HDFPersist/HDFexplorer.hxx
    src/HDFPersist/HDFfile.hxx
    src/HDFPersist/HDFfileClose.c
    src/HDFPersist/HDFfileCreate.c
    src/HDFPersist/HDFfileMount.c
    src/HDFPersist/HDFfileOpen.c
    src/HDFPersist/HDFfileUmount.c
    src/HDFPersist/HDFgroup.hxx
    src/HDFPersist/HDFgroupClose.c
    src/HDFPersist/HDFgroupCreate.c
    src/HDFPersist/HDFgroupOpen.c
    src/HDFPersist/HDFinternalObject.hxx
    src/HDFPersist/HDFnObjects.c
    src/HDFPersist/HDFobject.hxx
    src/HDFPersist/HDFobjectIdentify.c
    src/HDFPersist/HDFobjectType.c
    src/HDFPersist/HDFtypes.h
    src/HDFPersist/hdfi.h
    src/HDFPersist/test1.c
    src/HDFPersist/test2.c
    src/ModuleGenerator/tests/Truc2Component.idl
    src/ModuleGenerator/tests/TrucComponent.idl
    src/ModuleGenerator/tests/test1.sh
    src/ModuleGenerator/tests/test1b.sh
    src/ModuleGenerator/tests/test2.sh
    src/ModuleGenerator/tests/test3.sh
    src/ModuleGenerator/tests/test4.sh
    src/ModuleGenerator/tests/test5.sh
    src/NOTIFICATION_SWIG/NOTIFICATION.i
    src/Notification/CosNotifyShorthands.h
    src/Notification/NOTIFICATION.hxx
    src/Notification/NOTIFICATION_Consumer.hxx
    src/Notification/NOTIFICATION_Supplier.hxx
    src/OBJECT/Handle_SALOME_AISObject.hxx
    src/OBJECT/Handle_SALOME_AISShape.hxx
    src/OBJECT/Handle_SALOME_InteractiveObject.hxx
    src/OBJECT/SALOME_AISObject.hxx
    src/OBJECT/SALOME_AISObject.ixx
    src/OBJECT/SALOME_AISObject.jxx
    src/OBJECT/SALOME_AISShape.ixx
    src/OBJECT/SALOME_AISShape.jxx
    src/OBJECT/SALOME_InteractiveObject.ixx
    src/OBJECT/SALOME_InteractiveObject.jxx
    src/OCCViewer/OCCViewer_VService.h
    src/SALOMEDS/Handle_SALOMEDS_DataMapNodeOfDataMapOfIntegerString.hxx
    src/SALOMEDS/Handle_SALOMEDS_TableOfStringAttribute.hxx
    src/SALOMEDS/SALOMEDS.cdl
    src/SALOMEDS/SALOMEDS_DataMapIteratorOfDataMapOfIntegerString.hxx
    src/SALOMEDS/SALOMEDS_DataMapNodeOfDataMapOfIntegerString.hxx
    src/SALOMEDS/SALOMEDS_DataMapOfIntegerString.hxx
    src/SALOMEDS/SALOMEDS_DrawableAttribute.cdl
    src/SALOMEDS/SALOMEDS_ExpandableAttribute.cdl
    src/SALOMEDS/SALOMEDS_IORAttribute.cdl
    src/SALOMEDS/SALOMEDS_IORAttribute.jxx
    src/SALOMEDS/SALOMEDS_LocalIDAttribute.cdl
    src/SALOMEDS/SALOMEDS_OCAFApplication.cdl
    src/SALOMEDS/SALOMEDS_OCAFApplication.jxx
    src/SALOMEDS/SALOMEDS_OpenedAttribute.cdl
    src/SALOMEDS/SALOMEDS_PersRefAttribute.cdl
    src/SALOMEDS/SALOMEDS_PersRefAttribute.jxx
    src/SALOMEDS/SALOMEDS_PixMapAttribute.cdl
    src/SALOMEDS/SALOMEDS_PythonObjectAttribute.cdl
    src/SALOMEDS/SALOMEDS_SelectableAttribute.cdl
    src/SALOMEDS/SALOMEDS_SequenceOfIntegerAttribute.cdl
    src/SALOMEDS/SALOMEDS_SequenceOfRealAttribute.cdl
    src/SALOMEDS/SALOMEDS_StudyPropertiesAttribute.cdl
    src/SALOMEDS/SALOMEDS_TableOfStringAttribute.hxx
    src/SALOMEDS/SALOMEDS_TableOfStringAttribute.ixx
    src/SALOMEDS/SALOMEDS_TableOfStringAttribute.jxx
    src/SALOMEDS/SALOMEDS_TargetAttribute.cdl
    src/SALOMEDS/SALOMEDS_TextColorAttribute.cdl
    src/SALOMEDS/SALOMEDS_TextHighlightColorAttribute.cdl
    src/SALOMEGUI/CLIENT_icons.po
    src/SALOMEGUI/Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx
    src/SALOMEGUI/Handle_SALOME_Filter.hxx
    src/SALOMEGUI/Handle_SALOME_ListNodeOfListIO.hxx
    src/SALOMEGUI/Handle_SALOME_ListNodeOfListOfFilter.hxx
    src/SALOMEGUI/Handle_SALOME_NumberFilter.hxx
    src/SALOMEGUI/Handle_SALOME_TypeFilter.hxx
    src/SALOMEGUI/QAD.h
    src/SALOMEGUI/QAD_MessageBox.h
    src/SALOMEGUI/SALOMEGUI_CloseDlg.h
    src/SALOMEGUI/SALOMEGUI_icons.po
    src/SALOMEGUI/SALOME_Filter.hxx
    src/SALOMEGUI/SALOME_Filter.ixx
    src/SALOMEGUI/SALOME_Filter.jxx
    src/SALOMEGUI/SALOME_ListIteratorOfListIO.hxx
    src/SALOMEGUI/SALOME_ListIteratorOfListOfFilter.hxx
    src/SALOMEGUI/SALOME_ListNodeOfListIO.hxx
    src/SALOMEGUI/SALOME_ListNodeOfListOfFilter.hxx
    src/SALOMEGUI/SALOME_NumberFilter.hxx
    src/SALOMEGUI/SALOME_NumberFilter.ixx
    src/SALOMEGUI/SALOME_NumberFilter.jxx
    src/SALOMEGUI/SALOME_TypeFilter.hxx
    src/SALOMEGUI/SALOME_TypeFilter.ixx
    src/SALOMEGUI/SALOME_TypeFilter.jxx
    src/SALOME_SWIG/supervisionexample.py.in
    src/SALOME_SWIG/supervisiongeomexample.py.in
    src/SUPERVGraph/SUPERVGraph_Graph.h
    src/Session/runSession
    src/TOOLSGUI/ToolsGUI_icons.po
    src/Utils/OpUtil.cxx
    src/Utils/OpUtil.hxx
    src/Utils/SalomeString.hxx
    src/VTKFilter/SALOME_Transform.cxx
    src/VTKFilter/SALOME_Transform.h
    src/VTKFilter/SALOME_TransformFilter.h

19 years agoPR: from E.Adam, Engines import sometimes incomplete...
prascle [Fri, 11 Feb 2005 13:48:53 +0000 (13:48 +0000)]
PR: from E.Adam, Engines import sometimes incomplete...

19 years agoPR: from A. Geay
prascle [Fri, 11 Feb 2005 08:47:53 +0000 (08:47 +0000)]
PR: from A. Geay

19 years agoPR: needed to compile, but is it OK in BATCH_Job_PBS.cxx ?
prascle [Thu, 10 Feb 2005 17:48:09 +0000 (17:48 +0000)]
PR: needed to compile, but is it OK in BATCH_Job_PBS.cxx ?

19 years agoIDM : Batch sur CCRT (Dev. A. Geay)
dutka [Thu, 10 Feb 2005 15:44:40 +0000 (15:44 +0000)]
IDM : Batch sur CCRT (Dev. A. Geay)

19 years agoIDM : Batch sur CCRT
dutka [Thu, 10 Feb 2005 15:39:37 +0000 (15:39 +0000)]
IDM : Batch sur CCRT

19 years agoPR: add shutdown method (A. Geay)
prascle [Thu, 10 Feb 2005 13:04:45 +0000 (13:04 +0000)]
PR: add shutdown method (A. Geay)

19 years agoPR: wait a little more for slow systems
prascle [Thu, 10 Feb 2005 13:02:20 +0000 (13:02 +0000)]
PR: wait a little more for slow systems

19 years agoPR: Modif A.Geay, Shutdown container when servant alone
prascle [Mon, 7 Feb 2005 07:03:57 +0000 (07:03 +0000)]
PR: Modif A.Geay, Shutdown container when servant alone

19 years agoFor MED V2.2.0 Component.
ageay [Thu, 3 Feb 2005 15:41:49 +0000 (15:41 +0000)]
For MED V2.2.0 Component.

19 years agoImprove SALOME images
vsr [Thu, 3 Feb 2005 15:06:35 +0000 (15:06 +0000)]
Improve SALOME images

19 years agosigaction was called with a mask of signals (SIGINT | SIGUSR1)
rahuel [Thu, 3 Feb 2005 12:50:57 +0000 (12:50 +0000)]
sigaction was called with a mask of signals (SIGINT | SIGUSR1)
But sigaction must be called with only one signal code.
So there is one call for SIGINT and an other one for SIGUSR1

19 years agoMPV:
mpv [Thu, 3 Feb 2005 08:12:34 +0000 (08:12 +0000)]
MPV:
Fix for bug PAL7956:
Don not chechLock on CORBA attribute creation (without OCAF document modifications)

19 years agoPR: add
prascle [Wed, 2 Feb 2005 14:58:59 +0000 (14:58 +0000)]
PR: add
  import salome
  salome.salome_init()
before import moduleGUI

19 years agoImprove QAD_FileDlg class: insert button to automatically add currently selected...
vsr [Wed, 2 Feb 2005 11:10:27 +0000 (11:10 +0000)]
Improve QAD_FileDlg class: insert button to automatically add currently selected directory to the preferences quick directories list

19 years agoPAL7584
san [Tue, 1 Feb 2005 14:23:59 +0000 (14:23 +0000)]
PAL7584

19 years agoConnected to [Bug PAL7948] Post-Pro REGR: Import from File fails
apo [Tue, 1 Feb 2005 11:35:40 +0000 (11:35 +0000)]
Connected to [Bug PAL7948] Post-Pro REGR: Import from File fails

19 years agoMPV:
mpv [Tue, 1 Feb 2005 11:25:40 +0000 (11:25 +0000)]
MPV:
Correct creation of the study file-paths for multi-file saving.
Fix for bug PAL7827

19 years agoPAL7832: Ignore 'Interface Applicative' component and it's children in the UseCase...
vsr [Tue, 1 Feb 2005 08:04:29 +0000 (08:04 +0000)]
PAL7832: Ignore 'Interface Applicative' component and it's children in the UseCase browser.