asv [Fri, 5 May 2006 12:35:44 +0000 (12:35 +0000)]
Fix to method onDumpPython().
It fixes the following bug: when Dump Python is called first with checked, and after that - with unchecked "Save GUI State" checkbox -- the Python script is written with errors as IParameters has internal "DympPython" property set ON (left from the first call). Currently, it is possible to set it OFF, and it is done in SalomeApp_Application::OnDumpPython() function.
asv [Thu, 4 May 2006 08:11:23 +0000 (08:11 +0000)]
Interface of action() virtual function and onAccelAction() has changed: now it returns bool. 'true' return value means that the event (key accelerator action) is handled and should NOT be passed further, 'false' -- event is NOT handled.
asv [Thu, 4 May 2006 08:10:23 +0000 (08:10 +0000)]
Interface of action() virtual function has changed: now it returns bool. 'true' return value means that the event (key accelerator action) is handled and should NOT be passed further, 'false' -- event is NOT handled.
asv [Tue, 2 May 2006 10:58:24 +0000 (10:58 +0000)]
Fixed a bug: restoring of Plot2D view AFTER module(VISU)->restoreVisualParameters() worked incorrectly because VISU displayer did FitAll() after displaying.
Fix: moved restoration of views parameters to the very end. works ok.
apo [Thu, 27 Apr 2006 14:02:15 +0000 (14:02 +0000)]
Fix for Bug12312 TC: SIGFPE exception is raised during nodes selection in VTK viewer when "Add Node" dialog is opened.
(addtional check were introduced before applying value to the SetNumberOfCloudPoints method)
Improve modules configuration an launching procedure:
- allow reading of user configuration files from previous SALOME versions on startup if current is not found
- allow imporing additional configuration files from GUI
- use own configuration file for each SALOME module
Improve modules configuration an launching procedure:
- allow reading of user configuration files from previous SALOME versions on startup if current is not found
- allow imporing additional configuration files from GUI
- use own configuration file for each SALOME module
apo [Wed, 19 Apr 2006 11:35:10 +0000 (11:35 +0000)]
To explicitly specify what should be changed when the actor changes its reprsentation mode, in other case some properties like line width or opacity is throught out.
apo [Tue, 18 Apr 2006 08:47:04 +0000 (08:47 +0000)]
Fix on Bug11663
There is the same 3D popup for all VTK viewers in "Mesh".
(To redefine methods of the LightApp_VTKDataOwner to get result for the active VTK view, not where the LightApp_VTKDataOwner was created. So, we unify the way to find corresponding VTK actros, sub-selection indexes and selection mode)
apo [Tue, 11 Apr 2006 07:36:26 +0000 (07:36 +0000)]
Fix on Bug1984
TC: Sphere and Plane segmentation for planar mesh give SIGFPE fatal error
- Additional checks were provided in order to avoid calaculation on invalid bounding boxes
apo [Mon, 10 Apr 2006 12:41:23 +0000 (12:41 +0000)]
Fix for Bug9756 TC: Mandrake porting: Local co-ordinate system created in OCC Viewer is invisible
(it is necessary to update VTK pipeline before getting any information from it)
asl [Wed, 5 Apr 2006 06:21:45 +0000 (06:21 +0000)]
The standard way of update "Light" data models is provided. To use it, it is necessary to reimplement virtual method build and (if necessary) updateWidgets. By standard way, the children of first level are disconnected from parent (setParent(0)), after that new data model is created (using virtual method build), with help of updateWidgets all widgets are updated in order to show correct data model (by standard, this is only object browser) and after that all old objects are deleted.
Method build must only create objects, it is forbidden to delete them there
srn [Tue, 28 Mar 2006 08:09:29 +0000 (08:09 +0000)]
BugID 12025, partly fixed bug, no more fictive "GUI state" objects appears in Object Browser. Still the order of "GUI state" root object is not correct. It must be the last object in the object browser.