]>
SALOME platform Git repositories - modules/gui.git/log
vsr [Tue, 11 Dec 2007 13:56:00 +0000 (13:56 +0000)]
Update copyright info.
apo [Mon, 10 Dec 2007 14:51:36 +0000 (14:51 +0000)]
Fix for Bug NPAL18219
EDF 618 VISU : Regression, Lost of permformance in Vectors representation
apo [Mon, 10 Dec 2007 14:34:18 +0000 (14:34 +0000)]
Fix for Bug NPAL18219
EDF 618 VISU : Regression, Lost of permformance in Vectors representation
dmv [Thu, 22 Nov 2007 07:24:23 +0000 (07:24 +0000)]
NPAL 16561 correct names
maintenance team [Fri, 16 Nov 2007 08:10:42 +0000 (08:10 +0000)]
Change version to 3.2.8
apo [Wed, 14 Nov 2007 08:14:29 +0000 (08:14 +0000)]
Fix for Bug NPAL16809
EDF 562 VISU Gauss Picking, having an alphanumeric selection
jfa [Fri, 19 Oct 2007 06:41:41 +0000 (06:41 +0000)]
NPAL17336: pb 'undefined symbol' on Mandriva2006. Try to fix.
jfa [Wed, 17 Oct 2007 12:15:47 +0000 (12:15 +0000)]
NPAL17269: Performance pb. when creating a group with GUI.
maintenance team [Thu, 4 Oct 2007 12:27:29 +0000 (12:27 +0000)]
Update GUI documentation for NPAL16771
vsr [Thu, 4 Oct 2007 08:14:29 +0000 (08:14 +0000)]
Improve check of Qt and PyQt products
vsr [Thu, 4 Oct 2007 08:08:20 +0000 (08:08 +0000)]
Improve SALOME Swig interface (use GUI module API instead of ModuleCatalog to get the component name/username)
maintenance team [Fri, 28 Sep 2007 09:11:17 +0000 (09:11 +0000)]
Change version to 3.2.8
vsr [Fri, 28 Sep 2007 06:30:40 +0000 (06:30 +0000)]
Fix small problem with --execute command line option for runSalome script: the .py extension should be removed from the script name when using "import <script>" command to avoid error message "Import error: no module named py"
apo [Fri, 28 Sep 2007 04:23:40 +0000 (04:23 +0000)]
Fix for Bug NPAL17044
Attempt to access null object on VISU.
This regression has come from fix for Bug NPAL16771.
apo [Thu, 20 Sep 2007 09:55:33 +0000 (09:55 +0000)]
Fix for Bug NPAL16976
bug in appearance of polyhedron in VTK viewer after debug NPAL16814.
The bug was fixed by introduction one additianal line of code, namely -
myPoints->Modified(); // the VTK bug
mzn [Wed, 19 Sep 2007 14:10:21 +0000 (14:10 +0000)]
Fix for Bug NPAL16630 (runSalome and runAppli use python option "-i" when it has arguments, and no option otherwise).
mzn [Fri, 14 Sep 2007 13:43:59 +0000 (13:43 +0000)]
Fix for Bug NPAL16771 (EDF 556 SMESH : Can't select some groups of nodes in the VTK view).
akl [Thu, 13 Sep 2007 08:35:23 +0000 (08:35 +0000)]
IPAL16919 (Wrong "Warning" appears after closing of dlg to select profile of the browser to show docs):
- QString aCommand;
- aCommand.sprintf("%s %s %s",myApp.latin1(),myParams.latin1(),myHelpFile.latin1());
- myStatus = system(aCommand);
+ QProcess* proc = new QProcess();
+ proc->addArgument( myApp );
+ if (!myParams.isEmpty()) proc->addArgument( myParams );
+ proc->addArgument( myHelpFile );
+ myStatus = proc->start();
apo [Wed, 12 Sep 2007 14:36:42 +0000 (14:36 +0000)]
Fix for Bug NPAL16814
SIGSEGV on animation when field name is long
(final version)
apo [Wed, 12 Sep 2007 10:16:10 +0000 (10:16 +0000)]
Fix for Bug NPAL16814
SIGSEGV on animation when field name is long
jfa [Tue, 21 Aug 2007 11:35:20 +0000 (11:35 +0000)]
NPAL16628: Pb with KDE desktop and Salome. Force desktop activation.
eap [Wed, 15 Aug 2007 09:13:09 +0000 (09:13 +0000)]
PAL16719 (Visualization of flat polyhedron in SMESH and VISU)
modify VTKViewer_OrderedTriangulator to fix getting faces of vtkConvexPointSet
jfa [Tue, 14 Aug 2007 07:35:06 +0000 (07:35 +0000)]
NPAL16628: Pb with KDE desktop and Salome option --execute. Ensure the application is registered in the session before python scripts execution.
eap [Wed, 8 Aug 2007 09:13:14 +0000 (09:13 +0000)]
PAL16537 (wrong warning message)
- printf( "* Warning: library %s cannot be found\n", moduleTitle.latin1() );
- printf( "* Module will not be available\n" );
+ printf( "* Warning: library %s cannot be found\n", lib.latin1() );
+ printf( "* Module %s will not be available in GUI mode\n", moduleTitle.latin1() );
eap [Tue, 7 Aug 2007 14:26:57 +0000 (14:26 +0000)]
+#make top_builddir absolute path, else there is a wrong path in .la file (-L../../../lib/salome)
+top_builddir=$(shell (cd ../../..;pwd))
jfa [Tue, 26 Jun 2007 07:27:13 +0000 (07:27 +0000)]
Change version to 3.2.7
sln [Tue, 29 May 2007 13:46:41 +0000 (13:46 +0000)]
Bug NPAL16035: Pb with the history list of salome (GUI). Case when command length is approximately equal to the width of screen solved.
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.
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
sln [Thu, 24 May 2007 07:52:20 +0000 (07:52 +0000)]
Problem of compilation on Mandriva64 fixed
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
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
vsr [Wed, 23 May 2007 06:27:28 +0000 (06:27 +0000)]
Fix problem on some platforms - add carriage return to the last line
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 ));
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.
jfa [Thu, 19 Apr 2007 07:36:49 +0000 (07:36 +0000)]
NPAL15647: EDF403: TUI: restoreVisualState is not working.
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)
jfa [Thu, 5 Apr 2007 10:38:47 +0000 (10:38 +0000)]
PAL13554: Redesign options of runSalome.
apo [Tue, 27 Mar 2007 14:20:03 +0000 (14:20 +0000)]
To fix Bug NPAL15278 - "EDF 347 : ScalarMaponDeformedShape"
jfa [Thu, 15 Mar 2007 06:56:37 +0000 (06:56 +0000)]
A patch by Paul RASCLE for ASTER cluster (64 bits).
maintenance team [Tue, 6 Mar 2007 12:46:00 +0000 (12:46 +0000)]
Small update
maintenance team [Mon, 5 Mar 2007 12:07:38 +0000 (12:07 +0000)]
Updatin GUI documentation for PAL13460
vsr [Fri, 2 Mar 2007 13:54:47 +0000 (13:54 +0000)]
Increment SALOME version number : 3.2.6
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
vsr [Wed, 21 Feb 2007 09:58:24 +0000 (09:58 +0000)]
NPAL14863: update object browser outside from SALOME in the batch mode
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).
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).
mkr [Thu, 8 Feb 2007 14:12:22 +0000 (14:12 +0000)]
Fix for bug NPAL14830 : removing some traces (again) in OCCViewer_ViewPort.cxx.
jfa [Thu, 1 Feb 2007 10:32:06 +0000 (10:32 +0000)]
Change version to 3.2.5
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.
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
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
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.
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.
enk [Fri, 26 Jan 2007 09:13:42 +0000 (09:13 +0000)]
Added comments.
mkr [Tue, 23 Jan 2007 06:15:49 +0000 (06:15 +0000)]
Fix for NPAL14147 : Remove a lot of trace at launching.
vsr [Mon, 22 Jan 2007 13:56:33 +0000 (13:56 +0000)]
Update GUI documentation: SALOME installation page
enk [Mon, 22 Jan 2007 11:16:20 +0000 (11:16 +0000)]
Fix for Bug IPAL14023:
Incorrect presentation of a polyhedral mesh volume
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.
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.
eap [Thu, 21 Dec 2006 12:25:47 +0000 (12:25 +0000)]
Complete linker options with -lTOOLSDS -lSalomeSession
jfa [Tue, 12 Dec 2006 08:01:41 +0000 (08:01 +0000)]
Correct documentation style and pictures.
epa [Thu, 7 Dec 2006 12:37:28 +0000 (12:37 +0000)]
Add automatic fitall in plot2d after edit the cutlines
mzn [Wed, 6 Dec 2006 15:00:32 +0000 (15:00 +0000)]
Fix for bug PAL14104(Impossible to restore GUI state).
mkr [Wed, 6 Dec 2006 09:15:37 +0000 (09:15 +0000)]
Fix for bug PAL13883 : customize windows() -> Impossible to have a python window.
jfa [Mon, 4 Dec 2006 09:04:44 +0000 (09:04 +0000)]
Change version to 3.2.4
skl [Thu, 30 Nov 2006 07:55:02 +0000 (07:55 +0000)]
Some corrections for NEPTUNE.
asl [Wed, 29 Nov 2006 12:52:24 +0000 (12:52 +0000)]
comment correction
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
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...
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
mkr [Mon, 27 Nov 2006 13:53:29 +0000 (13:53 +0000)]
Fix for PAL14011 : Strange behaviour in rotation in VTK Viewer.
mkr [Wed, 22 Nov 2006 06:37:29 +0000 (06:37 +0000)]
Fix 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.
mkr [Tue, 21 Nov 2006 14:01:27 +0000 (14:01 +0000)]
Fix for IPAL10048 : Changing rotation point in GUI visualization.
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
mzn [Wed, 8 Nov 2006 13:01:11 +0000 (13:01 +0000)]
Provide possibility to remove icon from item.
jfa [Fri, 3 Nov 2006 13:53:20 +0000 (13:53 +0000)]
Update documentation for Post-Pro preferences.
vsr [Fri, 3 Nov 2006 11:16:55 +0000 (11:16 +0000)]
Improvement: add signal to allow customization of preferences changing processing
vsr [Wed, 1 Nov 2006 14:48:01 +0000 (14:48 +0000)]
Add methods to set boolean preference
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
vsr [Wed, 1 Nov 2006 08:07:48 +0000 (08:07 +0000)]
Fix a bug of CHECK_CORBA_IN_GUI check procedure
jfa [Mon, 30 Oct 2006 14:52:31 +0000 (14:52 +0000)]
Change version to 3.2.3
vsr [Mon, 30 Oct 2006 08:13:02 +0000 (08:13 +0000)]
Fix a bug of CHECK_SALOME_GUI check procedure
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
vsr [Fri, 27 Oct 2006 12:38:33 +0000 (12:38 +0000)]
Implement UpdateView() method
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
vsr [Thu, 26 Oct 2006 13:24:27 +0000 (13:24 +0000)]
Implement hasSetting() method
vsr [Thu, 26 Oct 2006 11:39:21 +0000 (11:39 +0000)]
Implement method to add global preferences group (from Python modules)
vsr [Thu, 26 Oct 2006 10:56:11 +0000 (10:56 +0000)]
Fix bug: correct user preferences file loading for SALOME-based applications
mkr [Thu, 26 Oct 2006 08:43:22 +0000 (08:43 +0000)]
Update documentaion according to PAL8166: improve Post-Pro preferences.
epa [Wed, 25 Oct 2006 08:30:48 +0000 (08:30 +0000)]
PAL 13374 - EDF PAL 274:VISU easily visualize element edges
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.
vsr [Tue, 24 Oct 2006 13:36:48 +0000 (13:36 +0000)]
Implement a method to clear log messages window : clearMessages()
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
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)
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)
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)
vsr [Fri, 20 Oct 2006 10:32:14 +0000 (10:32 +0000)]
Fix a bug: bad wrapping for method getRenderWindowInteractor()
vsr [Wed, 18 Oct 2006 14:01:25 +0000 (14:01 +0000)]
Imp PAL13587 : Improve "Active module" popup menu command