]> SALOME platform Git repositories - modules/kernel.git/log
Salome HOME
modules/kernel.git
14 years agoInstead of anonymous variables their dependencies should be returned (GetObjectParame...
asl [Thu, 10 Dec 2009 13:40:45 +0000 (13:40 +0000)]
Instead of anonymous variables their dependencies should be returned (GetObjectParameters())

14 years agoThe dump() and save() should work with complete list of parameters, but GUI should...
asl [Thu, 10 Dec 2009 11:54:11 +0000 (11:54 +0000)]
The dump() and save() should work with complete list of parameters, but GUI should not show anonymous ones

14 years agodebug of load
asl [Thu, 10 Dec 2009 11:19:22 +0000 (11:19 +0000)]
debug of load

14 years agocorrect update on parameter's value change
asl [Thu, 10 Dec 2009 11:18:54 +0000 (11:18 +0000)]
correct update on parameter's value change

14 years agodebug of loading of old studies
asl [Thu, 10 Dec 2009 09:49:41 +0000 (09:49 +0000)]
debug of loading of old studies

14 years ago1. The parameters should be sorted by ids, but not by names
asl [Wed, 9 Dec 2009 08:50:22 +0000 (08:50 +0000)]
1. The parameters should be sorted by ids, but not by names
2. Implementation of method RebuildLinks

14 years agoParameters dependencies
asl [Tue, 8 Dec 2009 13:28:20 +0000 (13:28 +0000)]
Parameters dependencies

14 years ago*** empty log message ***
asl [Tue, 8 Dec 2009 13:27:39 +0000 (13:27 +0000)]
*** empty log message ***

14 years agoLoading of old-style Notebook data
asl [Tue, 8 Dec 2009 12:55:08 +0000 (12:55 +0000)]
Loading of old-style Notebook data

14 years agoChange of id on expression change
asl [Tue, 8 Dec 2009 12:54:26 +0000 (12:54 +0000)]
Change of id on expression change

14 years agoDebug
ouv [Tue, 8 Dec 2009 12:04:39 +0000 (12:04 +0000)]
Debug

14 years ago1. New method GetParametersDependingOn()
asl [Tue, 8 Dec 2009 11:10:44 +0000 (11:10 +0000)]
1. New method GetParametersDependingOn()
2. Loading of old studies containing notebook data

14 years agoNew method GetParametersDependingOn()
asl [Tue, 8 Dec 2009 11:09:40 +0000 (11:09 +0000)]
New method GetParametersDependingOn()

14 years agoDebug
ouv [Tue, 8 Dec 2009 09:07:19 +0000 (09:07 +0000)]
Debug

14 years agoNotebook component visibility in the Object Browser
vsr [Mon, 7 Dec 2009 14:07:27 +0000 (14:07 +0000)]
Notebook component visibility in the Object Browser

14 years agoUpdate() now does not have arguments
asl [Mon, 7 Dec 2009 11:21:18 +0000 (11:21 +0000)]
Update() now does not have arguments

14 years ago1. Parameter should update other parameters immediately after value/expression change
asl [Mon, 7 Dec 2009 11:20:45 +0000 (11:20 +0000)]
1. Parameter should update other parameters immediately after value/expression change
2. If expression is invalid, the previous state of parameter should be restored

14 years agoImplementations of Update(), Calculate()
asl [Mon, 7 Dec 2009 11:19:46 +0000 (11:19 +0000)]
Implementations of Update(), Calculate()

14 years ago1. The parser uses correct specification of permitted prefix/postfix operations
asl [Mon, 7 Dec 2009 11:19:03 +0000 (11:19 +0000)]
1. The parser uses correct specification of permitted prefix/postfix operations
2. Check of several expressions in one string

14 years agoCorrect specification of permitted prefix/postfix operations
asl [Mon, 7 Dec 2009 11:18:07 +0000 (11:18 +0000)]
Correct specification of permitted prefix/postfix operations

14 years ago1. The Update() method now updates all objects (no argument)
asl [Mon, 7 Dec 2009 11:17:20 +0000 (11:17 +0000)]
1. The Update() method now updates all objects (no argument)
2. New method Calculate() for calculations with notebook parameters without creation of anonymous parameter

14 years agoDebug PHASE_17_Part1_V1 PHASE_17_Part1_V2
ouv [Thu, 3 Dec 2009 15:27:32 +0000 (15:27 +0000)]
Debug

14 years agoDebug (problem with SALOME_Notebook::Substitute method)
ouv [Thu, 3 Dec 2009 11:20:36 +0000 (11:20 +0000)]
Debug (problem with SALOME_Notebook::Substitute method)

14 years ago*** empty log message ***
vsr [Wed, 2 Dec 2009 09:34:26 +0000 (09:34 +0000)]
*** empty log message ***

14 years agonotebook.myNotebook.Update( 1 ) is called inside notebook.set() method (to update...
ouv [Tue, 1 Dec 2009 12:38:57 +0000 (12:38 +0000)]
notebook.myNotebook.Update( 1 ) is called inside notebook.set() method (to update values of dependent parameters)

14 years agoIf dependency on certain object is created two times, no exception should be thrown
asl [Fri, 27 Nov 2009 09:58:47 +0000 (09:58 +0000)]
If dependency on certain object is created two times, no exception should be thrown

14 years agodebug printf are removed
asl [Thu, 26 Nov 2009 15:20:37 +0000 (15:20 +0000)]
debug printf are removed

14 years agoCalculationError could be thrown on AddExpression and AddNamedExpression
asl [Thu, 26 Nov 2009 15:20:08 +0000 (15:20 +0000)]
CalculationError could be thrown on AddExpression and AddNamedExpression

14 years agoGetAbsentParameters() now has argument-expression; it is impossible that in the noteb...
asl [Thu, 26 Nov 2009 14:22:18 +0000 (14:22 +0000)]
GetAbsentParameters() now has argument-expression; it is impossible that in the notebook absent variables was referenced

14 years agosave/load debug
asl [Thu, 26 Nov 2009 14:05:52 +0000 (14:05 +0000)]
save/load debug

14 years agoCorrect parameters sorting on the base of IDs
asl [Thu, 26 Nov 2009 11:10:16 +0000 (11:10 +0000)]
Correct parameters sorting on the base of IDs

14 years agoAdded method GetExpression( in boolean forceConvert )
ouv [Thu, 26 Nov 2009 08:37:46 +0000 (08:37 +0000)]
Added method GetExpression( in boolean forceConvert )

14 years agothe method Update() now has parameter
asl [Wed, 25 Nov 2009 12:40:57 +0000 (12:40 +0000)]
the method Update() now has parameter

14 years agoexceptions are applied
asl [Wed, 25 Nov 2009 12:40:13 +0000 (12:40 +0000)]
exceptions are applied

14 years agodebug of unit tests cases
asl [Wed, 25 Nov 2009 12:39:27 +0000 (12:39 +0000)]
debug of unit tests cases

14 years agocorrect conversion into int and real
asl [Wed, 25 Nov 2009 12:38:34 +0000 (12:38 +0000)]
correct conversion into int and real

14 years agocorrect treatment of white spaces
asl [Wed, 25 Nov 2009 12:38:11 +0000 (12:38 +0000)]
correct treatment of white spaces

14 years agodebug
asl [Wed, 25 Nov 2009 12:37:36 +0000 (12:37 +0000)]
debug

14 years agodebug of exceptions
asl [Wed, 25 Nov 2009 12:35:55 +0000 (12:35 +0000)]
debug of exceptions

14 years agoAdded flag 'onlyParameters' to Update() method
ouv [Wed, 25 Nov 2009 09:13:51 +0000 (09:13 +0000)]
Added flag 'onlyParameters' to Update() method

14 years agoGetParameters() is implemented: returns list of parameter names separated by comma...
asl [Wed, 25 Nov 2009 08:46:56 +0000 (08:46 +0000)]
GetParameters() is implemented: returns list of parameter names separated by comma, that the object depends on

14 years agoSeveral exceptions are thrown
asl [Wed, 25 Nov 2009 08:21:56 +0000 (08:21 +0000)]
Several exceptions are thrown

14 years agominor formatting
asl [Wed, 25 Nov 2009 08:21:35 +0000 (08:21 +0000)]
minor formatting

14 years agoexceptions are declared
asl [Wed, 25 Nov 2009 08:20:58 +0000 (08:20 +0000)]
exceptions are declared

14 years agodebug of rename/remove
asl [Tue, 24 Nov 2009 14:02:12 +0000 (14:02 +0000)]
debug of rename/remove

14 years agonew method GetParameter()
asl [Tue, 24 Nov 2009 14:00:55 +0000 (14:00 +0000)]
new method GetParameter()

14 years agodebug of load and dump to python of notebook
asl [Tue, 24 Nov 2009 10:15:41 +0000 (10:15 +0000)]
debug of load and dump to python of notebook

14 years agoimplementation of DumpPython()
asl [Tue, 24 Nov 2009 10:14:28 +0000 (10:14 +0000)]
implementation of DumpPython()

14 years agoimplementation of load and substitutions
asl [Tue, 24 Nov 2009 10:13:58 +0000 (10:13 +0000)]
implementation of load and substitutions

14 years agoimplementation of substitutions
asl [Tue, 24 Nov 2009 10:12:57 +0000 (10:12 +0000)]
implementation of substitutions

14 years agonew methods Parameter() and Dump()
asl [Tue, 24 Nov 2009 10:12:26 +0000 (10:12 +0000)]
new methods Parameter() and Dump()

14 years agonew methods Rename() and Dump()
asl [Tue, 24 Nov 2009 10:08:56 +0000 (10:08 +0000)]
new methods Rename() and Dump()

14 years agoPrevious implementation of notebook is removed
asl [Sat, 21 Nov 2009 12:13:26 +0000 (12:13 +0000)]
Previous implementation of notebook is removed

14 years agoImplementation of python wrapper for notebook
asl [Sat, 21 Nov 2009 12:12:47 +0000 (12:12 +0000)]
Implementation of python wrapper for notebook

14 years agoDebug
asl [Sat, 21 Nov 2009 12:12:02 +0000 (12:12 +0000)]
Debug

14 years agoDump to python
asl [Sat, 21 Nov 2009 12:11:40 +0000 (12:11 +0000)]
Dump to python

14 years agoImplementation of necessary auxiliary methods
asl [Sat, 21 Nov 2009 12:11:14 +0000 (12:11 +0000)]
Implementation of necessary auxiliary methods

14 years agodump notebook to python
asl [Sat, 21 Nov 2009 12:10:42 +0000 (12:10 +0000)]
dump notebook to python

14 years ago1. Minor renaming
asl [Sat, 21 Nov 2009 12:10:02 +0000 (12:10 +0000)]
1. Minor renaming
2. Methods for objects dependencies
3. Method for dump to python

14 years ago*** empty log message ***
asl [Fri, 20 Nov 2009 14:58:56 +0000 (14:58 +0000)]
*** empty log message ***

14 years agopersistence implementation
asl [Fri, 20 Nov 2009 14:58:28 +0000 (14:58 +0000)]
persistence implementation

14 years agonew method isMonoParam() - it checks if expression contains only one parameter withou...
asl [Fri, 20 Nov 2009 14:57:08 +0000 (14:57 +0000)]
new method isMonoParam() - it checks if expression contains only one parameter without any operations

14 years agonew methods Save(), Load(), Params()
asl [Fri, 20 Nov 2009 14:55:07 +0000 (14:55 +0000)]
new methods Save(), Load(), Params()

14 years agoStudyId should be passed into Find method
asl [Fri, 20 Nov 2009 07:53:14 +0000 (07:53 +0000)]
StudyId should be passed into Find method

14 years agoBase python interface for notebook
asl [Fri, 20 Nov 2009 07:52:37 +0000 (07:52 +0000)]
Base python interface for notebook

14 years agoImplementation of update for objects
asl [Fri, 20 Nov 2009 07:51:53 +0000 (07:51 +0000)]
Implementation of update for objects

14 years agodefault implementation of FindObjectByInternalEntry
asl [Fri, 20 Nov 2009 07:50:45 +0000 (07:50 +0000)]
default implementation of FindObjectByInternalEntry

14 years agoadd necessary libs to COMMON_LIBS variable
pkv [Fri, 20 Nov 2009 04:32:28 +0000 (04:32 +0000)]
add necessary libs to COMMON_LIBS variable

14 years agoadd $(COMMON_LIBS) in section Executables targets
pkv [Fri, 20 Nov 2009 04:30:12 +0000 (04:30 +0000)]
add $(COMMON_LIBS) in section Executables targets

14 years agoBase implementation of Notebook
asl [Thu, 19 Nov 2009 05:44:40 +0000 (05:44 +0000)]
Base implementation of Notebook

14 years agoBase implementation
asl [Thu, 19 Nov 2009 05:42:21 +0000 (05:42 +0000)]
Base implementation

14 years agoAdds Notebook CPP UNIT tests
pkv [Fri, 13 Nov 2009 09:10:16 +0000 (09:10 +0000)]
Adds Notebook CPP UNIT tests

14 years agoFix the bugs
pkv [Fri, 13 Nov 2009 09:07:28 +0000 (09:07 +0000)]
Fix the bugs

14 years agoImplementation of expression evaluator
pkv [Thu, 12 Nov 2009 06:15:38 +0000 (06:15 +0000)]
Implementation of expression evaluator

14 years agoNotebook initial version
asl [Wed, 11 Nov 2009 07:54:31 +0000 (07:54 +0000)]
Notebook initial version

14 years agoKernel_Utils::Localizer - common interface to solve problems with non-"C" locales
ouv [Mon, 2 Nov 2009 12:21:39 +0000 (12:21 +0000)]
Kernel_Utils::Localizer - common interface to solve problems with non-"C" locales

14 years agoBug IPAL21432 - TC5.1.3 Load script doesn't work with Notebook in scenario PROD-009. RELIQUAT_5x_30102009
ouv [Mon, 26 Oct 2009 10:41:22 +0000 (10:41 +0000)]
Bug IPAL21432 - TC5.1.3 Load script doesn't work with Notebook in scenario PROD-009.

14 years agoRemove undesired output to console
vsr [Mon, 19 Oct 2009 12:24:17 +0000 (12:24 +0000)]
Remove undesired output to console

14 years agotag 5.1.2 --> 5.1.3
adam [Wed, 14 Oct 2009 09:18:35 +0000 (09:18 +0000)]
tag 5.1.2 --> 5.1.3

14 years agoCorrect previous integration V5_1_3rc1
dmv [Wed, 14 Oct 2009 06:42:37 +0000 (06:42 +0000)]
Correct previous integration

14 years ago*** empty log message ***
adam [Mon, 12 Oct 2009 13:52:54 +0000 (13:52 +0000)]
*** empty log message ***

14 years agocorrect previous integration (Porting to Python 2.6)
dmv [Mon, 12 Oct 2009 13:46:07 +0000 (13:46 +0000)]
correct previous integration (Porting to Python 2.6)

14 years agoChanging version to 5.1.3
maintenance team [Mon, 12 Oct 2009 07:30:05 +0000 (07:30 +0000)]
Changing version to 5.1.3

14 years agoPorting to Python 2.6 - add coding page specification for Python scripts
dmv [Mon, 12 Oct 2009 06:15:10 +0000 (06:15 +0000)]
Porting to Python 2.6 - add coding page specification for Python scripts

14 years agodesactive doxygen with cmake
adam [Fri, 9 Oct 2009 14:33:49 +0000 (14:33 +0000)]
desactive doxygen with cmake
desactive cppunit on windows for all modules except med

14 years ago*** empty log message ***
adam [Fri, 9 Oct 2009 14:32:39 +0000 (14:32 +0000)]
*** empty log message ***

14 years agoPorting to Python 2.6 - add coding page specification for Python scripts
dmv [Fri, 9 Oct 2009 13:25:42 +0000 (13:25 +0000)]
Porting to Python 2.6 - add coding page specification for Python scripts

14 years agoReplace a fix by another fix ...
adam [Fri, 9 Oct 2009 09:33:41 +0000 (09:33 +0000)]
Replace a fix by another fix ...

14 years agoCCAR: add the PyNode object that can be created in a container
caremoli [Thu, 8 Oct 2009 14:29:01 +0000 (14:29 +0000)]
CCAR: add the PyNode object that can be created in a container
to execute remote Python code.
Example from python interpreter:
import salome_pynode
code="""def f(x):
  return 2*x
"""
node=container.createPyNode("mynode",code)
y=node.execute("f",10)

14 years ago0020523: String notebook support
dmv [Thu, 8 Oct 2009 14:03:18 +0000 (14:03 +0000)]
0020523: String notebook support

14 years agoAdd detection of boost regex library for BlSurfPlugin
nge [Thu, 8 Oct 2009 08:07:04 +0000 (08:07 +0000)]
Add detection of boost regex library for BlSurfPlugin

14 years agoTo see which hdf5 we're using in configure log
nge [Tue, 6 Oct 2009 14:12:20 +0000 (14:12 +0000)]
To see which hdf5 we're using in configure log

14 years agoTo see which libxml2 we're using in configure log
nge [Tue, 6 Oct 2009 14:05:43 +0000 (14:05 +0000)]
To see which libxml2 we're using in configure log

14 years ago*** empty log message ***
adam [Tue, 6 Oct 2009 10:05:35 +0000 (10:05 +0000)]
*** empty log message ***

14 years agoGet output files from temporary directory
secher [Mon, 5 Oct 2009 13:45:19 +0000 (13:45 +0000)]
Get output files from temporary directory

14 years agoDistributed salome session run now in temporary directory and not inb Application...
secher [Mon, 5 Oct 2009 09:32:12 +0000 (09:32 +0000)]
Distributed salome session run now in temporary directory and not inb Application directory

14 years agoCCAR: _id not initialized
caremoli [Mon, 5 Oct 2009 06:55:25 +0000 (06:55 +0000)]
CCAR: _id not initialized

14 years agowindows not implemented
adam [Fri, 2 Oct 2009 15:15:38 +0000 (15:15 +0000)]
windows not implemented

14 years agoPorting to boost 1.37
vsr [Fri, 2 Oct 2009 13:35:40 +0000 (13:35 +0000)]
Porting to boost 1.37

15 years agoCCAR: move DSC trace function from Calcium directory to DSC_Basic directory
caremoli [Thu, 1 Oct 2009 16:23:10 +0000 (16:23 +0000)]
CCAR: move DSC trace function from Calcium directory to DSC_Basic directory
for more general use