]> SALOME platform Git repositories - modules/gui.git/log
Salome HOME
modules/gui.git
16 years agoNPAL19051: Part of code is moved from Splot2d_Viewer::onCloneView() slot to Pplot2d_V...
sln [Tue, 20 May 2008 09:11:52 +0000 (09:11 +0000)]
NPAL19051: Part of code is moved from Splot2d_Viewer::onCloneView() slot to Pplot2d_Viewer::onCloneView() slot

16 years agoNPAL19051: getId() method is added in order to have window unique identifier which...
sln [Tue, 20 May 2008 09:09:50 +0000 (09:09 +0000)]
NPAL19051: getId() method is added in order to have window unique identifier which can be used from python

16 years agoNPAL19051: New methods are introduced for view handling.
sln [Tue, 20 May 2008 09:08:55 +0000 (09:08 +0000)]
NPAL19051: New methods are introduced for view handling.
static QValueList<int>   getViews();
static int               getActiveView();
static QString           getViewType( const int );
static bool              setViewTitle( const int, const QString& );
static QString           getViewTitle( const int );
static QValueList<int>   findViews( const QString& );
static bool              activateView( const int );
static int               createView( const QString& );
static bool              closeView( const int );
static int               cloneView( const int );
static bool              isViewVisible( const int id );
static bool              groupAllViews();
static bool              splitView( const int, Orientation, Action );
static bool              moveView( const int, const int, const bool );
static QValueList<int>   neighbourViews( const int );

16 years agoNPAL19051: Dependencies from Plot2d and OCCViewer are added
sln [Tue, 20 May 2008 09:08:00 +0000 (09:08 +0000)]
NPAL19051: Dependencies from Plot2d and OCCViewer are added

16 years agoNPAL19051: Notification of python module about changing active view, view cloning...
sln [Tue, 20 May 2008 09:06:50 +0000 (09:06 +0000)]
NPAL19051: Notification of python module about changing active view, view cloning view and closing view is provided
1) Desktop's signal windowActivated() is connectedto the slot onActiveViewChanged() during the module activation.
2) All necessary signals of all opened views are connected to the corresponding slots of the SALOME_PYQT_Module class.
3) These slots perform corresponding calls of the Python GUI module functions, passing view ID as parameter.
4) Desktop's signal windowActivated() is disconnected from the slot onActiveViewChanged()  during the module deactivation.

16 years agoNPAL19051:
sln [Tue, 20 May 2008 09:04:05 +0000 (09:04 +0000)]
NPAL19051:
1) Parameter 'wid' is added in windowList() method. It specifies area which windows have to be returned; if it is equal to null when widgets of all areas are retuned
2)New method move() is added for moving the first widget to the same area which the second widget belongs to.
3)New method stack() is added for grouping all windows in one area.
4)New auxiliary private method wgArea is added for detecting area containing given widget

16 years agoNPAL19051:
sln [Tue, 20 May 2008 09:03:26 +0000 (09:03 +0000)]
NPAL19051:
1) New signal viewCloned() is added to notify other objects about finishing ?Clone? operation from onCloneView slot
2)Part of code is moved from Splot2d_Viewer::onCloneView() slot to Pplot2d_Viewer::onCloneView() slot

16 years agoNPAL19051: Possibility to clone specified view from SalomePyQt code is added.
sln [Tue, 20 May 2008 09:02:42 +0000 (09:02 +0000)]
NPAL19051: Possibility to clone specified view from SalomePyQt code is added.
1)New method cloneView() is added.
2)Part of functionality is moved from onCloneView() slot to cloneView()

16 years agoNPAL19051:
sln [Tue, 20 May 2008 09:00:58 +0000 (09:00 +0000)]
NPAL19051:
1) cloneView() slot is renamed in  viewCloned() slot.
2) Parameter is added in viewCloned( SUIT_ViewWindow* ) slot for uniformity with corresponding signal emitted from Plot2d_Viewer
3)viewCloned() signal is emitted from onCloneView() slot now.

16 years agoNPAL19051: New messages are added for ?Close?, ?Close All? ?Group All? items of ...
sln [Tue, 20 May 2008 09:00:08 +0000 (09:00 +0000)]
NPAL19051: New messages are added for ?Close?, ?Close All? ?Group All? items of ?Windows? menu

16 years agoNPAL19051:
sln [Tue, 20 May 2008 08:59:06 +0000 (08:59 +0000)]
NPAL19051:
CloseId, CloseAllId, GroupAllId, identifiers are added in enumeration for corresponding items of ?Windows? menu.
onCloseWindow(), onCloseAllWindow(), onGroupAllWindow() slots are added too.

16 years agoNPAL18219 EDF 618 VISU : Regression, Lost of permformance in Vectors representation
dmv [Mon, 19 May 2008 07:58:39 +0000 (07:58 +0000)]
NPAL18219 EDF 618 VISU : Regression, Lost of permformance in Vectors representation

16 years agoNPAL18219 EDF 618 VISU : Regression, Lost of permformance in Vectors representation
dmv [Mon, 19 May 2008 07:51:00 +0000 (07:51 +0000)]
NPAL18219 EDF 618 VISU : Regression, Lost of permformance in Vectors representation

16 years agoNPAL19730 EDF 700 ALL : Dump study filename verification too restrictive
dmv [Mon, 19 May 2008 07:39:23 +0000 (07:39 +0000)]
NPAL19730 EDF 700 ALL : Dump study filename verification too restrictive

16 years agoFix for bug IPAL19512: Error message is shown after selection of Gauss point outside... TG_start_Deformed_CutPlanes V4_1_2 V4_1_2rc3
mkr [Wed, 30 Apr 2008 07:00:37 +0000 (07:00 +0000)]
Fix for bug IPAL19512: Error message is shown after selection of Gauss point outside of segmentation cursor.

16 years agoAdditional fix for bug NPAL19028 (see remarks from Olivier Giorgis).
mzn [Tue, 29 Apr 2008 13:13:59 +0000 (13:13 +0000)]
Additional fix for bug NPAL19028 (see remarks from Olivier Giorgis).

16 years agoNPAL19303: EDF 677 VISU : Time Stamps are mixed during ScalaMapOnDeformedShape presen... V4_1_2rc2
sln [Wed, 23 Apr 2008 07:46:38 +0000 (07:46 +0000)]
NPAL19303: EDF 677 VISU : Time Stamps are mixed during ScalaMapOnDeformedShape presentations.

Blinking during animation and 3D Cash presentation is removed. Returned value of UnstructuredGridExecute() is changed. It is equal to 1 now instead of 0.

16 years agoNPAL18556 : unification of SALOME killing
vsr [Tue, 22 Apr 2008 14:52:23 +0000 (14:52 +0000)]
NPAL18556 : unification of SALOME killing

16 years agoFix a bug of check qwt procedure: recheck of qwt with "config.status --recheck" comma...
vsr [Tue, 22 Apr 2008 14:46:40 +0000 (14:46 +0000)]
Fix a bug of check qwt procedure: recheck of qwt with "config.status --recheck" command fails

16 years agoDocumentation for NPAL15860 revised by YSN.
rnv [Tue, 22 Apr 2008 12:38:11 +0000 (12:38 +0000)]
Documentation for NPAL15860 revised by YSN.

16 years agoUpdate for install Salome modules to lib folder instead of lib64 V4_1_2rc1
maintenance team [Thu, 17 Apr 2008 09:53:16 +0000 (09:53 +0000)]
Update for install Salome modules to lib folder instead of lib64

16 years agoenable loading resources of MESH plugings by prepending plugin name to
eap [Thu, 17 Apr 2008 07:27:50 +0000 (07:27 +0000)]
enable loading resources of MESH plugings by prepending plugin name to
pixMap name

16 years agoPAL18352, PAL19290: Conflict in objects selections when switching modules
eap [Wed, 16 Apr 2008 08:17:31 +0000 (08:17 +0000)]
PAL18352, PAL19290: Conflict in objects selections when switching modules
+  virtual bool                        isSelectionCompatible();

16 years agoChanging version to 4.1.2
maintenance team [Wed, 16 Apr 2008 08:05:32 +0000 (08:05 +0000)]
Changing version to 4.1.2

16 years agoPR: oops... wrong commit, restore previous version
prascle [Thu, 3 Apr 2008 13:01:26 +0000 (13:01 +0000)]
PR: oops... wrong commit, restore previous version

16 years agoPR: remove traces
prascle [Thu, 3 Apr 2008 12:49:00 +0000 (12:49 +0000)]
PR: remove traces

16 years agoNPAL19067
vtn [Wed, 2 Apr 2008 14:56:30 +0000 (14:56 +0000)]
NPAL19067

16 years agoNPAL19067
vtn [Wed, 2 Apr 2008 14:53:16 +0000 (14:53 +0000)]
NPAL19067

16 years agoNPAL19067: To have a scaling button in the OCC View like in the VTK view. Documentati...
vtn [Wed, 2 Apr 2008 14:35:23 +0000 (14:35 +0000)]
NPAL19067: To have a scaling button in the OCC View like in the VTK view. Documentation update.

16 years agoNPAL19067: To have a scaling button in the OCC View like in the VTK view.
vtn [Wed, 2 Apr 2008 14:04:21 +0000 (14:04 +0000)]
NPAL19067: To have a scaling button in the OCC View like in the VTK view.

16 years agoImplementation of NPAL15860 (EDF PAL 409: to have in file menu a history of the open... TG_start_ELNO_visualization
rnv [Tue, 25 Mar 2008 07:21:16 +0000 (07:21 +0000)]
Implementation of NPAL15860 (EDF PAL 409: to have in file menu a history of the open studies).

16 years agoFix for bug NPAL19028 ( Default way browser ).
mzn [Thu, 20 Mar 2008 12:42:42 +0000 (12:42 +0000)]
Fix for bug NPAL19028 ( Default way browser ).

16 years agoPAL13946 Improvment of SalomePyQt interface
eap [Thu, 13 Mar 2008 14:43:10 +0000 (14:43 +0000)]
PAL13946 Improvment of SalomePyQt interface
1)
+  QActionGroup*          createActionGroup(const int id, const bool exclusive);
2) replace QtxAction by QAction in order to enable passing QActionGroup* as argument

16 years agoPAL13946 Improvment of SalomePyQt interface
eap [Thu, 13 Mar 2008 14:29:42 +0000 (14:29 +0000)]
PAL13946 Improvment of SalomePyQt interface
+  QActionGroup*          createActionGroup(const int id, const bool exclusive);

16 years agoNPAL 19238 GUI of V4_1_0_maintainance doesn't compil on M2008 32B
dmv [Wed, 12 Mar 2008 11:59:08 +0000 (11:59 +0000)]
NPAL 19238 GUI of V4_1_0_maintainance doesn't compil on M2008 32B

16 years agoIPAL18008 Impossible to load script with '-' in the name
dmv [Tue, 11 Mar 2008 10:04:37 +0000 (10:04 +0000)]
IPAL18008 Impossible to load script with '-' in the name

16 years agoIPAL18207 Desktop changes in size after save long path or name
dmv [Tue, 11 Mar 2008 09:35:00 +0000 (09:35 +0000)]
IPAL18207 Desktop changes in size after save long path or name

16 years agoIPAL18008 Impossible to load script with '-' in the name
dmv [Tue, 11 Mar 2008 09:29:06 +0000 (09:29 +0000)]
IPAL18008 Impossible to load script with '-' in the name

16 years agoJoin delta from tag V4_1_1 till tag mergeto_V4_1_0_maintainance_07Mar2008.
jfa [Fri, 7 Mar 2008 11:05:45 +0000 (11:05 +0000)]
Join delta from tag V4_1_1 till tag mergeto_V4_1_0_maintainance_07Mar2008.

16 years agoJoin modifications from BR_Dev_For_4_0 tag V4_1_1.
jfa [Fri, 7 Mar 2008 07:44:13 +0000 (07:44 +0000)]
Join modifications from BR_Dev_For_4_0 tag V4_1_1.

18 years agoFix for problem with table of contents resizing. V3_2_0
mkr [Tue, 6 Jun 2006 12:04:33 +0000 (12:04 +0000)]
Fix for problem with table of contents resizing.

18 years agoUpdate GUI documentaion (remove Kernel reference and fix for bug IPAL12493). T3_2_0b2 V3_2_0b2
mkr [Mon, 5 Jun 2006 13:58:07 +0000 (13:58 +0000)]
Update GUI documentaion (remove Kernel reference and fix for bug IPAL12493).

18 years agoAdd KERNEL documentation in Desktop (Menu/Help).
mkr [Mon, 5 Jun 2006 13:52:46 +0000 (13:52 +0000)]
Add KERNEL documentation in Desktop (Menu/Help).

18 years agoJoin modifications from branch BR_DEBUG_3_2_0b1
jfa [Thu, 1 Jun 2006 11:27:52 +0000 (11:27 +0000)]
Join modifications from branch BR_DEBUG_3_2_0b1

18 years agoJoin modifications from branch OCC_debug_for_3_2_0b1 T3_2_0b1 V3_2_0b1
jfa [Sat, 6 May 2006 08:40:48 +0000 (08:40 +0000)]
Join modifications from branch OCC_debug_for_3_2_0b1

18 years agoTo rollback mistaken integration
apo [Fri, 7 Apr 2006 13:06:31 +0000 (13:06 +0000)]
To rollback mistaken integration

18 years agoTo avoid compilation errors about conversion between std::string and QString. V3_2_0a2
mkr [Fri, 17 Mar 2006 12:44:28 +0000 (12:44 +0000)]
To avoid compilation errors about conversion between std::string and QString.

18 years agoPAL11851 T2_3_2_0a2
vsr [Wed, 15 Mar 2006 13:32:22 +0000 (13:32 +0000)]
PAL11851

18 years agoChange version name to 3.2.0a2
jfa [Wed, 15 Mar 2006 12:59:50 +0000 (12:59 +0000)]
Change version name to 3.2.0a2

18 years agoJoin modifications from branch OCC_development_for_3_2_0a2
jfa [Mon, 13 Mar 2006 13:47:41 +0000 (13:47 +0000)]
Join modifications from branch OCC_development_for_3_2_0a2

18 years agoUpdate version to 3.2.0a1 V3_2_0a1
jfa [Wed, 8 Feb 2006 09:42:55 +0000 (09:42 +0000)]
Update version to 3.2.0a1

18 years agoRemove duplicated string resources
vsr [Wed, 8 Feb 2006 07:26:20 +0000 (07:26 +0000)]
Remove duplicated string resources

18 years agoMerge from OCC_development_generic_2006
smh [Tue, 7 Feb 2006 14:14:31 +0000 (14:14 +0000)]
Merge from OCC_development_generic_2006

Preparation of 3.2.0a1

18 years agono message
stv [Tue, 17 Jan 2006 11:50:24 +0000 (11:50 +0000)]
no message

18 years agoSearch item referenced list in the component. If not found then list searched in...
stv [Thu, 29 Dec 2005 14:27:26 +0000 (14:27 +0000)]
Search item referenced list in the component. If not found then list searched in the dictionary.

18 years agolook for the list in component
ptv [Thu, 29 Dec 2005 10:58:46 +0000 (10:58 +0000)]
look for the list in component

18 years agoJoin modifications from branch BR_3_1_0deb T_OCC_development_generic_2006_start
jfa [Wed, 28 Dec 2005 08:38:00 +0000 (08:38 +0000)]
Join modifications from branch BR_3_1_0deb

18 years agoRetriveing dictionary item without specified component.
stv [Wed, 28 Dec 2005 06:57:45 +0000 (06:57 +0000)]
Retriveing dictionary item without specified component.

18 years agoCorrection: parent of Plot2d_ViewFrame can be not only class Plot2d_ViewWindow. T_Before_Join_BR_3_1_0deb
nds [Tue, 27 Dec 2005 08:14:02 +0000 (08:14 +0000)]
Correction: parent of Plot2d_ViewFrame can be not only class Plot2d_ViewWindow.

18 years agoprintf parameter error.
stv [Tue, 27 Dec 2005 08:12:03 +0000 (08:12 +0000)]
printf parameter error.

18 years agono message
stv [Fri, 23 Dec 2005 08:12:36 +0000 (08:12 +0000)]
no message

18 years agoIPAL9991: It is wrong number of minor/major scale division in the Plot2d view.
nds [Fri, 23 Dec 2005 07:05:41 +0000 (07:05 +0000)]
IPAL9991: It is wrong number of minor/major scale division in the Plot2d view.

18 years agoIPAL9991: It is wrong number of minor/major scale division in the Plot2d view.
nds [Fri, 23 Dec 2005 06:56:20 +0000 (06:56 +0000)]
IPAL9991: It is wrong number of minor/major scale division in the Plot2d view.

18 years agoIPAL10673: Mark active viewer better
nds [Thu, 22 Dec 2005 14:57:55 +0000 (14:57 +0000)]
IPAL10673: Mark active viewer better
IPAL10398: Wrong popup for tabulated viewers

18 years agoSuppress usage of deleted object.
jfa [Thu, 22 Dec 2005 14:07:46 +0000 (14:07 +0000)]
Suppress usage of deleted object.

18 years agoIPAL9301: SIGFPE appears after changing scale mode of the Plot2d presentation
nds [Thu, 22 Dec 2005 12:05:44 +0000 (12:05 +0000)]
IPAL9301: SIGFPE appears after changing scale mode of the Plot2d presentation

18 years agoNot set the main window to the QApplication. If main window of application is closed...
stv [Thu, 22 Dec 2005 10:20:43 +0000 (10:20 +0000)]
Not set the main window to the QApplication. If main window of application is closed then main event loop finished and application exits. Now event loop finished when all toplevel windows closed.

18 years agoMethods loadPreferences() and savePreferences().
stv [Thu, 22 Dec 2005 07:26:15 +0000 (07:26 +0000)]
Methods loadPreferences() and savePreferences().

18 years agoSSPP10924
stv [Wed, 21 Dec 2005 11:48:56 +0000 (11:48 +0000)]
SSPP10924

18 years agono message
stv [Wed, 21 Dec 2005 11:44:09 +0000 (11:44 +0000)]
no message

18 years agoremoveObject(). Recursive invocation replaced by iterative references removing.
stv [Wed, 21 Dec 2005 09:25:04 +0000 (09:25 +0000)]
removeObject(). Recursive invocation replaced by iterative references removing.

18 years agoBug fix for SSPP10924
stv [Wed, 21 Dec 2005 07:16:12 +0000 (07:16 +0000)]
Bug fix for SSPP10924

18 years agoCompilation warnings
stv [Tue, 20 Dec 2005 12:59:53 +0000 (12:59 +0000)]
Compilation warnings

18 years agoNew method "isSynchronizing()"
stv [Tue, 20 Dec 2005 12:52:49 +0000 (12:52 +0000)]
New method "isSynchronizing()"

18 years agoFix for bug PAL10982 ( T_3_1_0pre: can't change the trihedron size of a VTK view ).
mzn [Tue, 20 Dec 2005 12:39:15 +0000 (12:39 +0000)]
Fix for bug PAL10982 ( T_3_1_0pre: can't change the trihedron size of a VTK view ).

18 years agono message
vsv [Tue, 20 Dec 2005 12:17:02 +0000 (12:17 +0000)]
no message

18 years agono message
vsv [Tue, 20 Dec 2005 12:11:19 +0000 (12:11 +0000)]
no message

18 years agoFix for bug PAL10982 ( T_3_1_0pre: can't change the trihedron size of a VTK view ).
mzn [Tue, 20 Dec 2005 11:59:35 +0000 (11:59 +0000)]
Fix for bug PAL10982 ( T_3_1_0pre: can't change the trihedron size of a VTK view ).

18 years agoPAL10670 - it is necessary to increase speed of selection and popup construction...
asl [Tue, 20 Dec 2005 07:26:34 +0000 (07:26 +0000)]
PAL10670 - it is necessary to increase speed of selection and popup construction of big number of objects

18 years agomissing include <qimage.h> is added.
asv [Mon, 19 Dec 2005 14:01:51 +0000 (14:01 +0000)]
missing include <qimage.h> is added.

18 years agoAdded binary graphics files for clipping.
stv [Fri, 16 Dec 2005 14:36:52 +0000 (14:36 +0000)]
Added binary graphics files for clipping.

18 years agoRemoved non binary graphics files.
stv [Fri, 16 Dec 2005 14:36:04 +0000 (14:36 +0000)]
Removed non binary graphics files.

18 years agoRemoved "#include <utilities.h>"
stv [Fri, 16 Dec 2005 13:55:36 +0000 (13:55 +0000)]
Removed "#include <utilities.h>"

18 years agoCorrection.
mzn [Fri, 16 Dec 2005 12:34:14 +0000 (12:34 +0000)]
Correction.

18 years agoMove clipping dialog from LightApp to OCCViewer package.
mzn [Fri, 16 Dec 2005 12:24:25 +0000 (12:24 +0000)]
Move clipping dialog from LightApp to OCCViewer package.

18 years agoFix for PAL10462( Reactivate GEOM_CLIPPING plane functionality ).
mzn [Fri, 16 Dec 2005 10:55:01 +0000 (10:55 +0000)]
Fix for PAL10462( Reactivate GEOM_CLIPPING plane functionality ).

18 years agoProperties mySelectionEnabled and myMultiSelectionEnabled taked into account now.
stv [Fri, 16 Dec 2005 09:26:42 +0000 (09:26 +0000)]
Properties mySelectionEnabled and myMultiSelectionEnabled taked into account now.

18 years agoParent object parameter added to constructor.
stv [Fri, 16 Dec 2005 08:19:54 +0000 (08:19 +0000)]
Parent object parameter added to constructor.

18 years agono message
stv [Fri, 16 Dec 2005 08:05:29 +0000 (08:05 +0000)]
no message

18 years agoCyclic invocation of method "show" was removed.
stv [Fri, 16 Dec 2005 07:08:10 +0000 (07:08 +0000)]
Cyclic invocation of method "show" was removed.

18 years agono message
stv [Thu, 15 Dec 2005 16:02:32 +0000 (16:02 +0000)]
no message

18 years agoCorrection of the path to XML file.
akk [Thu, 15 Dec 2005 13:41:46 +0000 (13:41 +0000)]
Correction of the path to XML file.

18 years agoPAL10870 - to improve export of Plot2d to PostScript
asl [Thu, 15 Dec 2005 10:01:25 +0000 (10:01 +0000)]
PAL10870 - to improve export of Plot2d to PostScript

18 years agoPAL10870 - to improve export of Plot2d to PostScript
asl [Thu, 15 Dec 2005 09:55:40 +0000 (09:55 +0000)]
PAL10870 - to improve export of Plot2d to PostScript

18 years agonew packages DDS, QDS
asl [Thu, 15 Dec 2005 09:45:48 +0000 (09:45 +0000)]
new packages DDS, QDS

18 years agofor compilation under Linux
asl [Thu, 15 Dec 2005 09:39:51 +0000 (09:39 +0000)]
for compilation under Linux

18 years ago*** empty log message ***
asl [Thu, 15 Dec 2005 09:39:05 +0000 (09:39 +0000)]
*** empty log message ***

18 years agoLibraries for several kinds of controls (line edit, spinbox, combobox, ...). These...
stv [Thu, 15 Dec 2005 08:33:37 +0000 (08:33 +0000)]
Libraries for several kinds of controls (line edit, spinbox, combobox, ...). These controls operate with scientific numeric datas. Each data described by individual characteristics (range, default value, measure unit, default value, name, comment, etc) from XML file.

18 years agoAdded checking of the validator pointer.
stv [Thu, 15 Dec 2005 07:35:35 +0000 (07:35 +0000)]
Added checking of the validator pointer.

18 years agono message
stv [Wed, 14 Dec 2005 13:13:18 +0000 (13:13 +0000)]
no message