mkr [Tue, 28 Nov 2006 11:41:23 +0000 (11:41 +0000)]
Some corrections concerning PAL11537:
1)second click on "Play" button of the "Succcessive animation" dlg after
animation finishing convert "Play" button in "Pause";
2)wrong behaviour of the play-slider.
jfa [Fri, 3 Nov 2006 14:51:43 +0000 (14:51 +0000)]
Update documentation for PAL13555(cutlines option to see the length of abscissa), PAL13556(donly new prs), 11537(successive animation), 8166(clean memory after each frame).
mkr [Wed, 1 Nov 2006 08:51:33 +0000 (08:51 +0000)]
Fix for bug PAL11537 : Create an animation given several med files (add consecutive animation mode) : renaming "consecutive" -> "succcessive". Add
python script for testing.
mkr [Wed, 1 Nov 2006 08:43:49 +0000 (08:43 +0000)]
Fix for bug PAL11537 : Create an animation given several med files (add consecutive animation mode) : renaming "consecutive" -> "succcessive". Add
python script for testing.
mkr [Wed, 25 Oct 2006 07:56:29 +0000 (07:56 +0000)]
Modifications, which are concern to bug PAL11537:
1. Animation::addField(...) method returns now a boolean value.
2. All checks for compatibility of several animated fields
(according to time stamps number) were moved from
VisuGUI::OnTimeAnimation() slot to addField(...) method
of implementation.
mkr [Tue, 24 Oct 2006 08:58:38 +0000 (08:58 +0000)]
Fix for bug PAL8166 : [IMP] A flag "clean memory after each frame" in visu animation :
1. now we use ProcessEvent mechanism from SALOME_Event instead of
qApp->lock() and qApp->unlock();
2. add fix for bug IPAL12899 from WP_DEV branch;
3. the following characteristics from "Animation" dialog are
available now from Post-Pro preferences too
-- Speed
-- Cycled animation
-- Use proportional timing
-- Clean memory at each frame
4. the tab order in Post-Pro preferences was changed: now it looks like
"MED import"-"Scalar Bar"-"CutLines"-"Sweep,Animation"-"Representation"-...
apo [Fri, 20 Oct 2006 06:52:31 +0000 (06:52 +0000)]
Fix for Bug IPAL13642
Incorrect visualization of time stamp on field built on profile.
Additional check that verifies whether it is possible to build the presentation on the Entity or not is introduced.
apo [Tue, 5 Sep 2006 08:19:23 +0000 (08:19 +0000)]
To fix compilation bug in case of Mandriva64 usage.
The used "glXGetProcAddressARB" function is conditionally declared in the "GL/glx.h". So, to be sure that the function will be acessible in compile time it is necessary to define the "GLX_GLXEXT_LEGACY" preporcessor variable before including the "GL/glx.h" header file.
apo [Mon, 21 Aug 2006 14:40:06 +0000 (14:40 +0000)]
Fix for
Bug PAL13237 - CRASH after trying to select a cell for "Selection Info".
Bug PAL13239 - Numerations of elements(nodes) for the same mesh in Mesh and Post-Pro modules are different.
The two bugs are bound together.
The integrated fixes provide more correct definition of mapping between MED and VTK as for MED Families as for MED Entities itself.
In case of definition of MED Families mapping it was necessary to increase the VTK index when the Family contains from mesh elements of different geometric type.
And MED indexes should be taken from MED not from VISU CONVERTER internal numeration.
Fix for
Bug PAL12820: EDF207 SMESH and VISU: Visualization of groups on nodes and cells of a standard grid
Bug PAL12613: Groups aren't read from the med files, containing mesh of MED_GRILLE_STANDARD type.
asv [Tue, 27 Jun 2006 07:49:40 +0000 (07:49 +0000)]
Fix to bug PAL10465.
Modification of resource files location in "build" and "installation" directories. Now resource files are placed in share/salome/resources/<module_name>. Various configuration files (configure.in.base, make_module/conclude/commence, etc.) are changed.
apo [Wed, 10 May 2006 08:23:50 +0000 (08:23 +0000)]
Fix for Bug12370
Changing of Segmentaiton window background change the main window background (MKO)
- Now the background colors of the main and segmentation viewes are synhronized