]> SALOME platform Git repositories - modules/gui.git/log
Salome HOME
modules/gui.git
17 years agothreshold value decreased in setText method because of problem of dispalying long...
sln [Mon, 28 May 2007 09:33:37 +0000 (09:33 +0000)]
threshold value decreased in setText method because of problem of dispalying long strings on Mandriva.

17 years agoBug NPAL16035: Pb with the history list of salome (GUI)
sln [Fri, 25 May 2007 12:18:15 +0000 (12:18 +0000)]
Bug NPAL16035: Pb with the history list of salome (GUI)
Case when two long commands are executed consequently fixed

17 years agoProblem of compilation on Mandriva64 fixed
sln [Thu, 24 May 2007 07:52:20 +0000 (07:52 +0000)]
Problem of compilation on Mandriva64 fixed

17 years agoBug NPAL16035: Pb with the history list of salome (GUI)
sln [Wed, 23 May 2007 09:00:48 +0000 (09:00 +0000)]
Bug NPAL16035: Pb with the history list of salome (GUI)

Now in python console after use of history of commands view is scrolled at the left side of console if current command can be completely displayed on the screen.

void scrollViewAfterHistoryUsing( const QString& command ); method added

17 years agoNPAL16033: Pb with print when the list is too long
sln [Wed, 23 May 2007 09:00:20 +0000 (09:00 +0000)]
NPAL16033: Pb with print when the list is too long

setText method modified. Previously exceptions occurred if one of paragraphs of the input string "s" is too long.  Now long paragraph is limited with threshold numbers of characters and finished by " ..." string. Note that length of the first paragraph of the string is verified only because it is enough for bug fixing. If it will be insufficient for other cases then more complicated check should be implemented. At present it is not done because of possible performance problem.

Bug NPAL16035: Pb with the history list of salome (GUI)

Now in python console after use of history of commands view is scrolled at the left side of console if current command can be completely displayed on the screen.

void scrollViewAfterHistoryUsing( const QString& command ); method added

17 years agoFix problem on some platforms - add carriage return to the last line
vsr [Wed, 23 May 2007 06:27:28 +0000 (06:27 +0000)]
Fix problem on some platforms - add carriage return to the last line

17 years agoNPAL15963 (Problem with option -u (--execute) of runSalome).
eap [Mon, 21 May 2007 10:16:18 +0000 (10:16 +0000)]
NPAL15963 (Problem with option -u (--execute) of runSalome).
void PythonConsole_PyEditor::exec( const QString& command )
-  setText( command + "\n" );
-  handleReturn();
+  // Let events creating a study end before script execution starts
+  setText( command /*+ "\n"*/ );
+  //handleReturn();
+  qApp->postEvent( this, new QKeyEvent(QEvent::KeyPress,Key_Return,13,Qt::NoButton ));

17 years agoNPAL15658: GUI bug with popup: if we have some selected objects in SMESH and switch... T_EDF_15278 T_PAL_15278 V3_2_6 V3_2_6pre5
jfa [Thu, 19 Apr 2007 11:49:18 +0000 (11:49 +0000)]
NPAL15658: GUI bug with popup: if we have some selected objects in SMESH and switch to GEOM, then popup of any object will be wrong.

17 years agoNPAL15647: EDF403: TUI: restoreVisualState is not working.
jfa [Thu, 19 Apr 2007 07:36:49 +0000 (07:36 +0000)]
NPAL15647: EDF403: TUI: restoreVisualState is not working.

17 years agoTo introduce ids mapping for mesh nodes V3_2_6pre4
apo [Wed, 11 Apr 2007 08:56:41 +0000 (08:56 +0000)]
To introduce ids mapping for mesh nodes
(In context of fix for Bug NPAL14169 - EDF VISU 256 : No continuum on a scalarmap)

17 years agoPAL13554: Redesign options of runSalome.
jfa [Thu, 5 Apr 2007 10:38:47 +0000 (10:38 +0000)]
PAL13554: Redesign options of runSalome.

17 years agoTo fix Bug NPAL15278 - "EDF 347 : ScalarMaponDeformedShape" V3_2_6pre3
apo [Tue, 27 Mar 2007 14:20:03 +0000 (14:20 +0000)]
To fix Bug NPAL15278 - "EDF 347 : ScalarMaponDeformedShape"

17 years agoA patch by Paul RASCLE for ASTER cluster (64 bits). V3_2_6pre2
jfa [Thu, 15 Mar 2007 06:56:37 +0000 (06:56 +0000)]
A patch by Paul RASCLE for ASTER cluster (64 bits).

17 years agoSmall update
maintenance team [Tue, 6 Mar 2007 12:46:00 +0000 (12:46 +0000)]
Small update

17 years agoUpdatin GUI documentation for PAL13460 V3_2_6a1
maintenance team [Mon, 5 Mar 2007 12:07:38 +0000 (12:07 +0000)]
Updatin GUI documentation for PAL13460

17 years agoIncrement SALOME version number : 3.2.6
vsr [Fri, 2 Mar 2007 13:54:47 +0000 (13:54 +0000)]
Increment SALOME version number : 3.2.6

17 years agoImprovement NPAL14732: display own values for the Reference objects in the Object...
vsr [Wed, 28 Feb 2007 08:44:17 +0000 (08:44 +0000)]
Improvement NPAL14732: display own values for the Reference objects in the Object Browser

17 years agoNPAL14863: update object browser outside from SALOME in the batch mode
vsr [Wed, 21 Feb 2007 09:58:24 +0000 (09:58 +0000)]
NPAL14863: update object browser outside from SALOME in the batch mode

17 years agoImprove data owners comparison to avoid problems with local selection in OCC viewer...
jfa [Wed, 14 Feb 2007 09:50:36 +0000 (09:50 +0000)]
Improve data owners comparison to avoid problems with local selection in OCC viewer (in debug mode).

17 years agoNPAL14854: EDF 359 OCC: Zooming problem. Take into account direction of vertical...
jfa [Tue, 13 Feb 2007 11:47:25 +0000 (11:47 +0000)]
NPAL14854: EDF 359 OCC: Zooming problem. Take into account direction of vertical mouse movement (like in VTK).

17 years agoFix for bug NPAL14830 : removing some traces (again) in OCCViewer_ViewPort.cxx. V3_2_5
mkr [Thu, 8 Feb 2007 14:12:22 +0000 (14:12 +0000)]
Fix for bug NPAL14830 : removing some traces (again) in OCCViewer_ViewPort.cxx.

17 years agoChange version to 3.2.5 V3_2_5pre1
jfa [Thu, 1 Feb 2007 10:32:06 +0000 (10:32 +0000)]
Change version to 3.2.5

17 years agoRollback previous modifications (Factory SIP keyword) because selection stops working...
vsr [Tue, 30 Jan 2007 12:48:57 +0000 (12:48 +0000)]
Rollback previous modifications (Factory SIP keyword) because selection stops working correctly in this case.

17 years agoRemove "Factory" SIP keyword to avoid unexpected behaviour when storing Selection...
vsr [Tue, 30 Jan 2007 11:14:04 +0000 (11:14 +0000)]
Remove "Factory" SIP keyword to avoid unexpected behaviour when storing Selection objects in the variables

17 years agoImprovement NPAL14675: fix a bug: take into account that activate() method can be...
vsr [Tue, 30 Jan 2007 10:09:21 +0000 (10:09 +0000)]
Improvement NPAL14675: fix a bug: take into account that activate() method can be not implemented in the Python module

17 years agoImprovement NPAL14675
abd [Mon, 29 Jan 2007 13:42:06 +0000 (13:42 +0000)]
Improvement NPAL14675
Processing of status of activation for Python modules

Improved method activateModule(...)
Added member bool lastActivationStatus and private interface for it.

17 years agoMove docs of OCC and VTK viewers from GEOM and SMESH,VISU to GUI, following customer...
jfa [Fri, 26 Jan 2007 14:56:52 +0000 (14:56 +0000)]
Move docs of OCC and VTK viewers from GEOM and SMESH,VISU to GUI, following customer remarks.

17 years agoAdded comments.
enk [Fri, 26 Jan 2007 09:13:42 +0000 (09:13 +0000)]
Added comments.

17 years agoFix for NPAL14147 : Remove a lot of trace at launching.
mkr [Tue, 23 Jan 2007 06:15:49 +0000 (06:15 +0000)]
Fix for NPAL14147 : Remove a lot of trace at launching.

17 years agoUpdate GUI documentation: SALOME installation page
vsr [Mon, 22 Jan 2007 13:56:33 +0000 (13:56 +0000)]
Update GUI documentation: SALOME installation page

17 years agoFix for Bug IPAL14023:
enk [Mon, 22 Jan 2007 11:16:20 +0000 (11:16 +0000)]
Fix for Bug IPAL14023:
Incorrect presentation of a polyhedral mesh volume

17 years agoMPV NPAL13114: for OCCViewer we have to store not-displayed selected objects also...
mpv [Wed, 27 Dec 2006 07:50:33 +0000 (07:50 +0000)]
MPV NPAL13114: for OCCViewer we have to store not-displayed selected objects also. They are stored in mySelectedExternals field. It is filled in setSelected by not-displayed objects and it is appended to getSelected result list.
onDeselection slot clears this list: in calls in case on selection in OCC viewer without shift pressed before setSelection method call.

17 years agoMPV NPAL13114: added 'deselected' slignal. This signal inform that everything is...
mpv [Wed, 27 Dec 2006 07:45:11 +0000 (07:45 +0000)]
MPV NPAL13114: added 'deselected' slignal. This signal inform that everything is deselected in case of mouse-release event in OCC Viewer without Shift button pressed.

17 years agoComplete linker options with -lTOOLSDS -lSalomeSession NPAL14357
eap [Thu, 21 Dec 2006 12:25:47 +0000 (12:25 +0000)]
Complete linker options with -lTOOLSDS -lSalomeSession

17 years agoCorrect documentation style and pictures. V3_2_4 V3_2_4_delivery V3_2_4pre2
jfa [Tue, 12 Dec 2006 08:01:41 +0000 (08:01 +0000)]
Correct documentation style and pictures.

17 years agoAdd automatic fitall in plot2d after edit the cutlines
epa [Thu, 7 Dec 2006 12:37:28 +0000 (12:37 +0000)]
Add automatic fitall in plot2d after edit the cutlines

17 years agoFix for bug PAL14104(Impossible to restore GUI state). V3_2_4pre1
mzn [Wed, 6 Dec 2006 15:00:32 +0000 (15:00 +0000)]
Fix for bug PAL14104(Impossible to restore GUI state).

17 years agoFix for bug PAL13883 : customize windows() -> Impossible to have a python window.
mkr [Wed, 6 Dec 2006 09:15:37 +0000 (09:15 +0000)]
Fix for bug PAL13883 : customize windows() -> Impossible to have a python window.

17 years agoChange version to 3.2.4
jfa [Mon, 4 Dec 2006 09:04:44 +0000 (09:04 +0000)]
Change version to 3.2.4

18 years agoSome corrections for NEPTUNE.
skl [Thu, 30 Nov 2006 07:55:02 +0000 (07:55 +0000)]
Some corrections for NEPTUNE.

18 years agocomment correction
asl [Wed, 29 Nov 2006 12:52:24 +0000 (12:52 +0000)]
comment correction

18 years agoImprovement PAL14012: access to FitAll() and other view window functionality from...
vsr [Wed, 29 Nov 2006 10:03:54 +0000 (10:03 +0000)]
Improvement PAL14012: access to FitAll() and other view window functionality from the Python

18 years agoSome corrections concerning PAL10048:
mkr [Wed, 29 Nov 2006 07:11:07 +0000 (07:11 +0000)]
Some corrections concerning PAL10048:
it is impossible to release "Select Point from View" button...

18 years agoImprovement PAL14013: send a message to the GUI from the container to emit signal
vsr [Tue, 28 Nov 2006 15:05:07 +0000 (15:05 +0000)]
Improvement PAL14013: send a message to the GUI from the container to emit signal

18 years agoFix for PAL14011 : Strange behaviour in rotation in VTK Viewer.
mkr [Mon, 27 Nov 2006 13:53:29 +0000 (13:53 +0000)]
Fix for PAL14011 : Strange behaviour in rotation in VTK Viewer.

18 years agoFix for IPAL10048 : Changing rotation point in GUI visualization.
mkr [Wed, 22 Nov 2006 06:37:29 +0000 (06:37 +0000)]
Fix for IPAL10048 : Changing rotation point in GUI visualization.

18 years agoFix for IPAL10048 : Changing rotation point in GUI visualization.
mkr [Tue, 21 Nov 2006 14:06:47 +0000 (14:06 +0000)]
Fix for IPAL10048 : Changing rotation point in GUI visualization.

18 years agoFix for IPAL10048 : Changing rotation point in GUI visualization.
mkr [Tue, 21 Nov 2006 14:01:27 +0000 (14:01 +0000)]
Fix for IPAL10048 : Changing rotation point in GUI visualization.

18 years agoFix application hangup (infinite loop) which takes place with some custom KDE styles V3_2_3 V3_2_3pre3 V3_2_3pre5
vsr [Tue, 14 Nov 2006 07:23:19 +0000 (07:23 +0000)]
Fix application hangup (infinite loop) which takes place with some custom KDE styles

18 years agoProvide possibility to remove icon from item. V3_2_3pre2 V3_2_3pre4
mzn [Wed, 8 Nov 2006 13:01:11 +0000 (13:01 +0000)]
Provide possibility to remove icon from item.

18 years agoUpdate documentation for Post-Pro preferences.
jfa [Fri, 3 Nov 2006 13:53:20 +0000 (13:53 +0000)]
Update documentation for Post-Pro preferences.

18 years agoImprovement: add signal to allow customization of preferences changing processing
vsr [Fri, 3 Nov 2006 11:16:55 +0000 (11:16 +0000)]
Improvement: add signal to allow customization of preferences changing processing

18 years agoAdd methods to set boolean preference V3_2_3pre1
vsr [Wed, 1 Nov 2006 14:48:01 +0000 (14:48 +0000)]
Add methods to set boolean preference

18 years agoImprove libSalomePy module: implement setView(type), fitAll(), resetView() methods...
vsr [Wed, 1 Nov 2006 11:34:32 +0000 (11:34 +0000)]
Improve libSalomePy module: implement setView(type), fitAll(), resetView() methods to operate with the VTK viewer

18 years agoFix a bug of CHECK_CORBA_IN_GUI check procedure
vsr [Wed, 1 Nov 2006 08:07:48 +0000 (08:07 +0000)]
Fix a bug of CHECK_CORBA_IN_GUI check procedure

18 years agoChange version to 3.2.3
jfa [Mon, 30 Oct 2006 14:52:31 +0000 (14:52 +0000)]
Change version to 3.2.3

18 years agoFix a bug of CHECK_SALOME_GUI check procedure
vsr [Mon, 30 Oct 2006 08:13:02 +0000 (08:13 +0000)]
Fix a bug of CHECK_SALOME_GUI check procedure

18 years agoFix a bug: if custom vtk actors are displayed in the viewer (not SALOME_Actor based...
vsr [Fri, 27 Oct 2006 12:44:39 +0000 (12:44 +0000)]
Fix a bug: if custom vtk actors are displayed in the viewer (not SALOME_Actor based) the viewer operations like FitAll work incorrectly

18 years agoImplement UpdateView() method
vsr [Fri, 27 Oct 2006 12:38:33 +0000 (12:38 +0000)]
Implement UpdateView() method

18 years agoImplement showTrihedron(bool) method to show/hide trihedron in VTK window from Python
vsr [Thu, 26 Oct 2006 14:10:42 +0000 (14:10 +0000)]
Implement showTrihedron(bool) method to show/hide trihedron in VTK window from Python

18 years agoImplement hasSetting() method
vsr [Thu, 26 Oct 2006 13:24:27 +0000 (13:24 +0000)]
Implement hasSetting() method

18 years agoImplement method to add global preferences group (from Python modules)
vsr [Thu, 26 Oct 2006 11:39:21 +0000 (11:39 +0000)]
Implement method to add global preferences group (from Python modules)

18 years agoFix bug: correct user preferences file loading for SALOME-based applications
vsr [Thu, 26 Oct 2006 10:56:11 +0000 (10:56 +0000)]
Fix bug: correct user preferences file loading for SALOME-based applications

18 years agoUpdate documentaion according to PAL8166: improve Post-Pro preferences.
mkr [Thu, 26 Oct 2006 08:43:22 +0000 (08:43 +0000)]
Update documentaion according to PAL8166: improve Post-Pro preferences.

18 years agoPAL 13374 - EDF PAL 274:VISU easily visualize element edges
epa [Wed, 25 Oct 2006 08:30:48 +0000 (08:30 +0000)]
PAL 13374 - EDF PAL 274:VISU easily visualize element edges

18 years agoFor all libSalomePy methods provide "toCreate" parameter (with default value 0) ...
vsr [Tue, 24 Oct 2006 15:22:25 +0000 (15:22 +0000)]
For all libSalomePy methods provide "toCreate" parameter (with default value 0) - if this parameter is not 0, the new VTK window is always created. If this parameter is 0, new VTK window is created only if there is no existing one.

18 years agoImplement a method to clear log messages window : clearMessages()
vsr [Tue, 24 Oct 2006 13:36:48 +0000 (13:36 +0000)]
Implement a method to clear log messages window : clearMessages()

18 years agoImplement access to the LogWindow from the Python modules:
vsr [Mon, 23 Oct 2006 13:25:58 +0000 (13:25 +0000)]
Implement access to the LogWindow from the Python modules:
- show log messages window for the Python modules by default
- provide method message() to add message to the window

18 years agoIntegrate fix from Erwan ADAM (look for pyuic in $PATH; fix missing '$'; look for...
vsr [Mon, 23 Oct 2006 11:13:59 +0000 (11:13 +0000)]
Integrate fix from Erwan ADAM (look for pyuic in $PATH; fix missing '$'; look for sip file in ${PYQTDIR}/share/sip/qt)

18 years agoIntegrate fix from Erwan ADAM (support sip 4.3, 4.4; set SIPDIR correctly if it is...
vsr [Mon, 23 Oct 2006 11:03:44 +0000 (11:03 +0000)]
Integrate fix from Erwan ADAM (support sip 4.3, 4.4; set SIPDIR correctly if it is not set in environment)

18 years agoRollback changes for PAL12755 (no need to release global thread state - othersize...
vsr [Fri, 20 Oct 2006 12:20:29 +0000 (12:20 +0000)]
Rollback changes for PAL12755 (no need to release global thread state - othersize application crashes)

18 years agoFix a bug: bad wrapping for method getRenderWindowInteractor()
vsr [Fri, 20 Oct 2006 10:32:14 +0000 (10:32 +0000)]
Fix a bug: bad wrapping for method getRenderWindowInteractor()

18 years agoImp PAL13587 : Improve "Active module" popup menu command
vsr [Wed, 18 Oct 2006 14:01:25 +0000 (14:01 +0000)]
Imp PAL13587 : Improve "Active module" popup menu command

18 years agoImp PAL13554 : -file option of runSalome
vsr [Wed, 18 Oct 2006 11:23:18 +0000 (11:23 +0000)]
Imp PAL13554 : -file option of runSalome

18 years agoImp PAL10992 : How to create preferences in python modules
vsr [Tue, 17 Oct 2006 13:18:03 +0000 (13:18 +0000)]
Imp PAL10992 : How to create preferences in python modules

18 years agoImp PAL10992 : How to create preferences in python modules
vsr [Tue, 17 Oct 2006 13:03:35 +0000 (13:03 +0000)]
Imp PAL10992 : How to create preferences in python modules

18 years agoRolling back incorrect integration
epa [Thu, 12 Oct 2006 14:34:10 +0000 (14:34 +0000)]
Rolling back incorrect integration

18 years agoAdd internal class that updates object browser item properties
epa [Thu, 12 Oct 2006 14:29:24 +0000 (14:29 +0000)]
Add internal class that updates object browser item properties

18 years agoPAL13397: Upper case characters in SMESH plugins. Now both variants of environment...
jfa [Thu, 5 Oct 2006 07:31:27 +0000 (07:31 +0000)]
PAL13397: Upper case characters in SMESH plugins. Now both variants of environment variable (upper case and case sensitive) are automatically available for NETGEN and GHS3D plugins.

18 years agoPAL10867: noexcepthandler option in GUI not working. Disable signals catching.
jfa [Thu, 28 Sep 2006 08:17:30 +0000 (08:17 +0000)]
PAL10867: noexcepthandler option in GUI not working. Disable signals catching.

18 years agoUpdate for gcc4.1.1
maintenance team [Tue, 26 Sep 2006 08:02:24 +0000 (08:02 +0000)]
Update for gcc4.1.1

18 years agoFix for bug PAL13466(Wrong multiple selection processing in the OCC viewer).
mzn [Fri, 22 Sep 2006 13:42:24 +0000 (13:42 +0000)]
Fix for bug PAL13466(Wrong multiple selection processing in the OCC viewer).

18 years agoModify Makefiles to have SALOME style link both in Session (full salome) and SUITApp...
vsr [Fri, 22 Sep 2006 11:29:56 +0000 (11:29 +0000)]
Modify Makefiles to have SALOME style link both in Session (full salome) and SUITApp (light salome) subfolders

18 years agoMenu item "File->Connect" and corresponding action now are accessible only in SalomeA...
asl [Fri, 22 Sep 2006 06:11:09 +0000 (06:11 +0000)]
Menu item "File->Connect" and corresponding action now are accessible only in SalomeApp_Application

18 years agoPAL12492 - if the font of dockwindow title is greater than height of title, than...
asl [Fri, 22 Sep 2006 06:08:02 +0000 (06:08 +0000)]
PAL12492 - if the font of dockwindow title is greater than height of title, than text will be partly cropped

18 years ago1) error in processor directive is fixed: it causes compilation error in the case...
asl [Fri, 22 Sep 2006 06:05:46 +0000 (06:05 +0000)]
1) error in processor directive is fixed: it causes compilation error in the case of disable Plot2d viewer.
2) in case of one module the combo box with modules names and toolabr with icons of modules aren't created
3) fix for PAL13273

18 years agoFix for bug PAL13475(Wrong selection of objects after Display/Erase from Python conso...
mzn [Thu, 21 Sep 2006 13:14:17 +0000 (13:14 +0000)]
Fix for bug PAL13475(Wrong selection of objects after Display/Erase from Python console/module).

18 years agodestructor must be virtual
asl [Wed, 20 Sep 2006 07:58:09 +0000 (07:58 +0000)]
destructor must be virtual

18 years agoFix a bug: IsInCurrentView() method returns wrong value For_GUI_AutoTools V3_2_2
vsr [Fri, 15 Sep 2006 12:22:28 +0000 (12:22 +0000)]
Fix a bug: IsInCurrentView() method returns wrong value

18 years agoFix for external bug PAL13398(EDF PAL 139 : trihedron_size < 1).
mzn [Fri, 8 Sep 2006 11:05:11 +0000 (11:05 +0000)]
Fix for external bug PAL13398(EDF PAL 139 : trihedron_size < 1).

18 years agoJoin modifications from branch BR_For_OCT_611: migration to OCCT6.1.1 with new except... V3_2_2pre
jfa [Mon, 4 Sep 2006 11:30:42 +0000 (11:30 +0000)]
Join modifications from branch BR_For_OCT_611: migration to OCCT6.1.1 with new exception handling and improved threads support.

18 years agoGUI help update, connected with PAL12858 solving.
mzn [Mon, 4 Sep 2006 09:53:07 +0000 (09:53 +0000)]
GUI help update, connected  with PAL12858 solving.

18 years agoFix for bug PAL13324(EDF263 SMESH: SIGSEGV if changing study in the Create Hypothesis...
mzn [Fri, 1 Sep 2006 14:31:35 +0000 (14:31 +0000)]
Fix for bug PAL13324(EDF263 SMESH: SIGSEGV if changing study in the Create Hypothesis dialog Box).

18 years agoIncrement version number: 3.2.2
vsr [Fri, 25 Aug 2006 07:07:41 +0000 (07:07 +0000)]
Increment version number: 3.2.2

18 years agoPAL12687 - method backgroundColor() returns a color that differs from previously...
asl [Fri, 25 Aug 2006 05:19:05 +0000 (05:19 +0000)]
PAL12687 - method backgroundColor() returns a color that differs from previously passed with help of setBackgroundColor()

18 years agoBugID PAL10141, added a new message for closing locked study
srn [Wed, 23 Aug 2006 07:57:04 +0000 (07:57 +0000)]
BugID PAL10141, added a new message for closing locked study

18 years agoBugID PAL10141, Added a check on study closing whether the study was locked
srn [Wed, 23 Aug 2006 07:51:53 +0000 (07:51 +0000)]
BugID PAL10141, Added a check on study closing whether the study was locked

18 years agoHelp file modification,see bug IPAL13198(Name of the dialog box for import preferences).
mzn [Tue, 22 Aug 2006 07:50:46 +0000 (07:50 +0000)]
Help file modification,see bug IPAL13198(Name of the dialog box for import preferences).

18 years agoPAL13244 - tooltips over curve points
asl [Tue, 22 Aug 2006 05:21:30 +0000 (05:21 +0000)]
PAL13244 - tooltips over curve points

18 years agoFix for bug PAL12445 (No trace when a component is not loaded).
mzn [Thu, 17 Aug 2006 14:57:12 +0000 (14:57 +0000)]
Fix for bug PAL12445 (No trace when a component is not loaded).