]>
SALOME platform Git repositories - modules/kernel.git/log
eap [Fri, 6 May 2005 06:36:43 +0000 (06:36 +0000)]
Bug IPAL8742 (Add comments into generated files of DumpPython). Add static GetDumpStudyComment()
eap [Fri, 6 May 2005 06:16:32 +0000 (06:16 +0000)]
Bug IPAL8740. Dump study: make "Publish in study" by default
srn [Fri, 6 May 2005 05:51:48 +0000 (05:51 +0000)]
Removed unnecessary cout's from method DumpPython
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.
enk [Tue, 26 Apr 2005 12:20:57 +0000 (12:20 +0000)]
Added culculation of polygons by triangles for vtkConvexPointSet
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
mpv [Wed, 20 Apr 2005 05:29:31 +0000 (05:29 +0000)]
MPV:
GenericObj is necessary for SALOMEDS
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)
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
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.
srn [Thu, 14 Apr 2005 06:08:49 +0000 (06:08 +0000)]
Modified method dump
srn [Thu, 14 Apr 2005 05:51:21 +0000 (05:51 +0000)]
In method GetAllAttributes added a check to avoid returning of AttributeReference
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.
srn [Tue, 12 Apr 2005 08:38:58 +0000 (08:38 +0000)]
Added methods to get a CORBA wrappers of the SALOMEDSClient objects
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
srn [Mon, 11 Apr 2005 09:30:44 +0000 (09:30 +0000)]
Removed unnecessary CORBA::release calls.
srn [Fri, 8 Apr 2005 08:58:08 +0000 (08:58 +0000)]
Added method GetStudy, which return a CORBA SALOMEDS::Study
srn [Fri, 8 Apr 2005 07:15:36 +0000 (07:15 +0000)]
Removed 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
vsr [Thu, 7 Apr 2005 13:36:14 +0000 (13:36 +0000)]
Fix a bug of compilation: TOOLSDS package depends on SALOMEDSImpl
srn [Thu, 7 Apr 2005 12:29:49 +0000 (12:29 +0000)]
Added virtual destructors
mpv [Thu, 7 Apr 2005 11:49:37 +0000 (11:49 +0000)]
mpv: memory leak fix: gethostname method returns 0 if OK
srn [Thu, 7 Apr 2005 11:31:42 +0000 (11:31 +0000)]
replaced char* to std::string
srn [Thu, 7 Apr 2005 09:18:10 +0000 (09:18 +0000)]
Added const modificator for Name method
srn [Thu, 7 Apr 2005 06:26:17 +0000 (06:26 +0000)]
Added duplicate and release to constructors/destructors
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
srn [Thu, 7 Apr 2005 05:22:03 +0000 (05:22 +0000)]
Added deletion of Drivers in Copy/Paste methods
srn [Thu, 7 Apr 2005 04:55:32 +0000 (04:55 +0000)]
Cnaged WNT on WIN32, modified methods for Copy/Paste in StudManager
srn [Wed, 6 Apr 2005 11:56:40 +0000 (11:56 +0000)]
Added CORBA::release to destrutors
srn [Wed, 6 Apr 2005 10:40:56 +0000 (10:40 +0000)]
Added method dump for out the study's content in the file
srn [Wed, 6 Apr 2005 09:38:23 +0000 (09:38 +0000)]
Removed debug outputs
srn [Wed, 6 Apr 2005 09:14:53 +0000 (09:14 +0000)]
Added 3 mthods to work with SALOMEDSClients
srn [Wed, 6 Apr 2005 09:13:58 +0000 (09:13 +0000)]
Added & to return arguments
srn [Wed, 6 Apr 2005 09:12:51 +0000 (09:12 +0000)]
Removed method _duplicate from constructors of Clients
srn [Wed, 6 Apr 2005 04:49:22 +0000 (04:49 +0000)]
Removed debug output
srn [Tue, 5 Apr 2005 12:31:48 +0000 (12:31 +0000)]
Removed debug output
srn [Tue, 5 Apr 2005 12:20:50 +0000 (12:20 +0000)]
Fixes of the return SObjects and SComponents that are NULL
srn [Mon, 4 Apr 2005 12:35:51 +0000 (12:35 +0000)]
Added a newline at the file end
srn [Mon, 4 Apr 2005 11:42:09 +0000 (11:42 +0000)]
Changed vector<double> on structure STextColor
srn [Mon, 4 Apr 2005 11:40:58 +0000 (11:40 +0000)]
Added common inclusion file, added structure TextColor
mpv [Mon, 4 Apr 2005 09:23:51 +0000 (09:23 +0000)]
MPV: added HDF include to avoid compilation error
srn [Mon, 4 Apr 2005 07:34:18 +0000 (07:34 +0000)]
Removed a HDF include from hxx file.
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)
srn [Mon, 4 Apr 2005 07:04:11 +0000 (07:04 +0000)]
Removed unnecessary output
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
srn [Mon, 4 Apr 2005 07:02:38 +0000 (07:02 +0000)]
Proxy classe's implementations for SALOMEDS
srn [Mon, 4 Apr 2005 06:59:18 +0000 (06:59 +0000)]
Proxy classe's headers for SALOMEDS
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
srn [Wed, 30 Mar 2005 10:12:04 +0000 (10:12 +0000)]
Added Copy and empty constructors.
srn [Wed, 30 Mar 2005 09:48:41 +0000 (09:48 +0000)]
Added method GetSObject
srn [Mon, 28 Mar 2005 06:00:04 +0000 (06:00 +0000)]
Added 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
srn [Fri, 25 Mar 2005 07:24:24 +0000 (07:24 +0000)]
New implementation of ChildIterator
srn [Thu, 24 Mar 2005 05:46:44 +0000 (05:46 +0000)]
Removed unnecessary methods for Callback
srn [Wed, 23 Mar 2005 07:56:37 +0000 (07:56 +0000)]
Removed unnecessary methods
srn [Wed, 23 Mar 2005 07:03:56 +0000 (07:03 +0000)]
Mark this class as depricated
srn [Tue, 22 Mar 2005 09:57:46 +0000 (09:57 +0000)]
Removed depricated methods Store and Restore from GenericAttribute interface
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.
srn [Tue, 22 Mar 2005 07:52:20 +0000 (07:52 +0000)]
Replaced Maps on templates from NCollection package
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.
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
srn [Fri, 18 Mar 2005 14:14:08 +0000 (14:14 +0000)]
Changed "import of batchmode_salome" to "import salome" in DumpStudy
mzn [Fri, 18 Mar 2005 12:12:59 +0000 (12:12 +0000)]
Implementation of the "Dump Study" functionality in GUI.
srn [Thu, 17 Mar 2005 08:58:39 +0000 (08:58 +0000)]
Locks
srn [Thu, 17 Mar 2005 08:19:33 +0000 (08:19 +0000)]
Local Study
srn [Thu, 17 Mar 2005 08:13:31 +0000 (08:13 +0000)]
*** empty log message ***
srn [Thu, 17 Mar 2005 07:52:14 +0000 (07:52 +0000)]
Local Study
srn [Thu, 17 Mar 2005 07:45:50 +0000 (07:45 +0000)]
Dump Python
srn [Thu, 17 Mar 2005 07:35:40 +0000 (07:35 +0000)]
Local Study
srn [Thu, 17 Mar 2005 07:27:48 +0000 (07:27 +0000)]
Local Study
srn [Thu, 17 Mar 2005 07:25:30 +0000 (07:25 +0000)]
Dump Python
enk [Fri, 18 Feb 2005 07:03:56 +0000 (07:03 +0000)]
Added support for VTK_CONVEX_POINT_SET
enk [Fri, 18 Feb 2005 07:02:42 +0000 (07:02 +0000)]
Corrected intarface methods
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
prascle [Fri, 11 Feb 2005 13:48:53 +0000 (13:48 +0000)]
PR: from E.Adam, Engines import sometimes incomplete...
prascle [Fri, 11 Feb 2005 08:47:53 +0000 (08:47 +0000)]
PR: from A. Geay
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 ?
dutka [Thu, 10 Feb 2005 15:44:40 +0000 (15:44 +0000)]
IDM : Batch sur CCRT (Dev. A. Geay)
dutka [Thu, 10 Feb 2005 15:39:37 +0000 (15:39 +0000)]
IDM : Batch sur CCRT
prascle [Thu, 10 Feb 2005 13:04:45 +0000 (13:04 +0000)]
PR: add shutdown method (A. Geay)
prascle [Thu, 10 Feb 2005 13:02:20 +0000 (13:02 +0000)]
PR: wait a little more for slow systems
prascle [Mon, 7 Feb 2005 07:03:57 +0000 (07:03 +0000)]
PR: Modif A.Geay, Shutdown container when servant alone
ageay [Thu, 3 Feb 2005 15:41:49 +0000 (15:41 +0000)]
For MED V2.2.0 Component.
vsr [Thu, 3 Feb 2005 15:06:35 +0000 (15:06 +0000)]
Improve SALOME images
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
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)
prascle [Wed, 2 Feb 2005 14:58:59 +0000 (14:58 +0000)]
PR: add
import salome
salome.salome_init()
before import moduleGUI
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
san [Tue, 1 Feb 2005 14:23:59 +0000 (14:23 +0000)]
PAL7584
apo [Tue, 1 Feb 2005 11:35:40 +0000 (11:35 +0000)]
Connected to [Bug PAL7948] Post-Pro REGR: Import from File fails
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
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.
apo [Mon, 31 Jan 2005 13:49:06 +0000 (13:49 +0000)]
Fix on [Bug PAL7927] REGRESSION: It is an incorrect import of the MED file and incorrect coloring of the scalar map.
vsr [Mon, 31 Jan 2005 12:18:23 +0000 (12:18 +0000)]
Fix PAL5247: incorrect resizing of widgets by splitter when using it's compress/uncompress buttons.
prascle [Mon, 31 Jan 2005 09:57:05 +0000 (09:57 +0000)]
PR: traceback is confusing, replaced by a warning, because it's OK to continue
prascle [Mon, 31 Jan 2005 09:55:28 +0000 (09:55 +0000)]
PR: bug 7930: to work with $KERNEL_ROOT_DIR/bin/salome/runSalome --interp=1
prascle [Mon, 31 Jan 2005 08:13:45 +0000 (08:13 +0000)]
PR: from A. Geay, RedHat 9.0 compatibility
san [Mon, 31 Jan 2005 07:45:02 +0000 (07:45 +0000)]
PAL7930
apo [Fri, 28 Jan 2005 12:51:37 +0000 (12:51 +0000)]
[Bug PAL7900] g++ 3.3 compatibility
There are 3 other occurences of ::data_type in the same file.
prascle [Fri, 28 Jan 2005 09:55:45 +0000 (09:55 +0000)]
PR: update documentation