]> SALOME platform Git repositories - modules/gui.git/log
Salome HOME
modules/gui.git
17 years agoAlt key kode is inserted in SelectionEvent
sln [Thu, 29 Nov 2007 17:23:08 +0000 (17:23 +0000)]
Alt key kode is inserted in SelectionEvent

17 years agoRollback to the one of previous version then pulling and rectangular selection worked...
sln [Wed, 28 Nov 2007 15:02:36 +0000 (15:02 +0000)]
Rollback to the one of previous version then pulling and rectangular selection worked properly

17 years agosavePreferences(); method is called after study->closeDocument(); method call because...
sln [Tue, 20 Nov 2007 10:55:29 +0000 (10:55 +0000)]
savePreferences(); method is called after study->closeDocument(); method call because closeDocument method can influence on visibility of tool bar(CTH17800)

17 years agoforgetLocalUserChanges method added
sln [Fri, 9 Nov 2007 09:28:17 +0000 (09:28 +0000)]
forgetLocalUserChanges method added

17 years agoNew methods for correct updating ofg titles defined by user through "Settings" dialog
sln [Wed, 7 Nov 2007 14:31:44 +0000 (14:31 +0000)]
New methods for correct updating ofg titles defined by user through "Settings" dialog

17 years agoProtection is added for GUITHARE application, (*.FORT21 fort21) filter. When user...
sln [Mon, 5 Nov 2007 12:23:24 +0000 (12:23 +0000)]
Protection is added for GUITHARE application, (*.FORT21 fort21) filter. When user selects \93fort21\94 file name then extension should not be added

17 years agoSelection improvement
enk [Wed, 31 Oct 2007 13:38:21 +0000 (13:38 +0000)]
Selection improvement
Added changes from current version of SALOME

17 years agoJunctions imp.
enk [Wed, 24 Oct 2007 06:19:29 +0000 (06:19 +0000)]
Junctions imp.
selection

17 years agoMinor fix
ouv [Fri, 28 Sep 2007 09:06:10 +0000 (09:06 +0000)]
Minor fix

17 years agoMinor fix
ouv [Thu, 27 Sep 2007 13:47:16 +0000 (13:47 +0000)]
Minor fix

17 years agoModification of the selection algorithm
ouv [Thu, 27 Sep 2007 12:59:21 +0000 (12:59 +0000)]
Modification of the selection algorithm

17 years agoSeveral definitions added
sln [Mon, 24 Sep 2007 12:09:22 +0000 (12:09 +0000)]
Several definitions added

typedef QValueVector<int> QIntVector;
typedef QValueVector<double> QDoubleVector;
typedef QValueVector<QString> QStringVector;

17 years ago*** empty log message ***
enk [Thu, 20 Sep 2007 13:19:31 +0000 (13:19 +0000)]
*** empty log message ***

17 years agoAdaptation of pulling
ouv [Mon, 17 Sep 2007 12:30:46 +0000 (12:30 +0000)]
Adaptation of pulling

17 years agoMinor change
ouv [Thu, 13 Sep 2007 10:32:25 +0000 (10:32 +0000)]
Minor change

17 years agoCTH16289
ouv [Mon, 3 Sep 2007 09:49:15 +0000 (09:49 +0000)]
CTH16289

17 years agoTitles are stored in static variables (customer request) For_CTH_V1_2
sln [Wed, 18 Apr 2007 08:28:28 +0000 (08:28 +0000)]
Titles are stored in static variables (customer request)

17 years agoProtection from automatic generation of titles using curve\92s titles is added. Before...
sln [Fri, 13 Apr 2007 12:16:49 +0000 (12:16 +0000)]
Protection from automatic generation of titles using curve\92s titles is added. Before this protection user could specify the titles manually using \93Plot 2d View Settings\94 dialog box. There was situation when titles generated automatically in updateTitles method and user lost his changes. Now there are myTitleAutoGeneration, myXTitleAutoGeneration, myYTitleAutoGeneration fields. They are true by default but if user changes titles they becomes true and automatic generation is not performed. Also corresponding methods for setting/getting these fields are added. Signal titleChangedByUser( const int theObjectType ) added too.

17 years agoQtxWorkstackArea::removeWidget method updated. Now if active window is removed then...
sln [Thu, 12 Apr 2007 13:39:42 +0000 (13:39 +0000)]
QtxWorkstackArea::removeWidget method updated. Now if active window is removed then activated( activeWidget() )signal is emited in order to notify QtxWorkstack about change of active window

17 years agoStart of Help on Linux platform fixed CTH_V12
sln [Mon, 2 Apr 2007 12:19:08 +0000 (12:19 +0000)]
Start of Help on Linux platform fixed

17 years agoSize of buffer during writing fixed
sln [Fri, 30 Mar 2007 10:56:47 +0000 (10:56 +0000)]
Size of buffer during writing fixed

17 years agoLinux compilation
sln [Thu, 29 Mar 2007 10:56:51 +0000 (10:56 +0000)]
Linux compilation

17 years agoProblem of storing big files fixed (CTH14436, CTH15176)
sln [Thu, 29 Mar 2007 10:52:48 +0000 (10:52 +0000)]
Problem of storing big files fixed (CTH14436, CTH15176)

17 years agoLinux compilation
sln [Tue, 27 Mar 2007 15:51:51 +0000 (15:51 +0000)]
Linux compilation

17 years agosetButtonFocus( OK ) method call added in acceptData method in order to provide corre...
sln [Tue, 27 Mar 2007 06:49:40 +0000 (06:49 +0000)]
setButtonFocus( OK ) method call added in acceptData method in order to provide correct retrieving values from table

17 years agoFigures and messages for "Setup curves" dialog
sln [Thu, 22 Mar 2007 12:40:55 +0000 (12:40 +0000)]
Figures and messages for "Setup curves" dialog

17 years agoFigures for "Setup curves" dialog
sln [Thu, 22 Mar 2007 12:40:37 +0000 (12:40 +0000)]
Figures for "Setup curves" dialog

17 years agomyNbMarkers field is added. This field is specified number of markers for steps....
sln [Thu, 22 Mar 2007 12:39:00 +0000 (12:39 +0000)]
myNbMarkers field is added. This field is specified number of markers for steps. Sets number of markers for steps. If number of markers is equal to 1 (default) then markers are displayed for steps only. If number of markers is equal to 3 (for example) then markers are displayed for steps and two markers are displayed between steps.

17 years agoPlot2d_SetupCurvesDlg is added.
sln [Thu, 22 Mar 2007 12:36:54 +0000 (12:36 +0000)]
Plot2d_SetupCurvesDlg is added.

New class Plot2d_PlotCurve is added. The class is derived from QwtPlotCurve. Its main purpose is redefining drawSymbols virtual method in order to provide possibility to change  number of markers between steps.

New methods are added in Plot2d_Plot2d:
bool                setCurveNbMarkers( long key, const int nb );
int                 curveNbMarkers( long key ) const;

17 years agoPlot2d_SetupCurvesDlg is added
sln [Thu, 22 Mar 2007 12:34:19 +0000 (12:34 +0000)]
Plot2d_SetupCurvesDlg is added

Dialog contains table with parameters of curves and \93-\94 button for removing curves.

Table columns:

\93Fig\94 \96 read-only column for preview of marker. It depends on values of \93Marker\94 and \93Color\94 columns. If values of this columns are changed then preview of marker is updated accordingly.

\93Text\94 \96 column for changing name of legend

\93Marker\94 - column for changing type of marker

\93Color\94 \96 column for changing color of curve and curve\92s marker

\93Nb markers\94 \96 column for changing number of marker\92s for steps. If number of markers is equal to 1 then markers are displayed for steps only. If number of markers is equal to 3 (for example) then markers are displayed for steps and two markers are displayed between side by side steps.

17 years agoDialog contains table with parameters of curves and \93-\94 button for removing curves.
sln [Thu, 22 Mar 2007 12:32:47 +0000 (12:32 +0000)]
Dialog contains table with parameters of curves and \93-\94 button for removing curves.

Table columns:

\93Fig\94 \96 read-only column for preview of marker. It depends on values of \93Marker\94 and \93Color\94 columns. If values of this columns are changed then preview of marker is updated accordingly.

\93Text\94 \96 column for changing name of legend

\93Marker\94 - column for changing type of marker

\93Color\94 \96 column for changing color of curve and curve\92s marker

\93Nb markers\94 \96 column for changing number of marker\92s for steps. If number of markers is equal to 1 then markers are displayed for steps only. If number of markers is equal to 3 (for example) then markers are displayed for steps and two markers are displayed between side by side steps.

17 years agoPossibility to dump view content to JPEG image file
ouv [Fri, 16 Mar 2007 10:26:49 +0000 (10:26 +0000)]
Possibility to dump view content to JPEG image file

17 years agoCheck if a picked actor is this actor.
rkv [Wed, 21 Feb 2007 15:09:44 +0000 (15:09 +0000)]
Check if a picked actor is this actor.

17 years agoGLViewPort2d fit all operation is called after the correct GLWidget resizing.
ouv [Mon, 19 Feb 2007 14:06:46 +0000 (14:06 +0000)]
GLViewPort2d fit all operation is called after the correct GLWidget resizing.

17 years agoVerification on zero before disconnect added
sln [Sun, 18 Feb 2007 13:55:14 +0000 (13:55 +0000)]
Verification on zero before disconnect added

17 years agoZoom changed on XZoom, YZoom changed on Zoom
sln [Sun, 18 Feb 2007 13:54:07 +0000 (13:54 +0000)]
Zoom changed on XZoom,  YZoom changed on Zoom

17 years agoFix of removing toolbar separators when part of actions is hidden (from CSCdev)
sln [Tue, 13 Feb 2007 14:56:42 +0000 (14:56 +0000)]
Fix of removing toolbar separators when part of actions is hidden (from CSCdev)

17 years agoVTKViewer_MergeFilter was added
sln [Tue, 13 Feb 2007 07:59:16 +0000 (07:59 +0000)]
VTKViewer_MergeFilter was added

17 years agoErrors of Linux compilation was fixed
sln [Tue, 13 Feb 2007 07:58:28 +0000 (07:58 +0000)]
Errors of Linux compilation was fixed

17 years agoXZoom changed on Zoom for compability with old applications
sln [Fri, 9 Feb 2007 18:46:22 +0000 (18:46 +0000)]
XZoom changed on Zoom for compability with old applications

17 years agoTo fit the tooltip rectangle in the screen borders
ouv [Tue, 6 Feb 2007 14:22:44 +0000 (14:22 +0000)]
To fit the tooltip rectangle in the screen borders

17 years agoThe VTK's vtkMergeFilter is fixed and added as VTKViewer_MergeFilter. Fields adding...
rkv [Thu, 1 Feb 2007 10:18:22 +0000 (10:18 +0000)]
The VTK's vtkMergeFilter is fixed and added as VTKViewer_MergeFilter. Fields adding as named cell data arrays is fixed in the merge filter.

17 years agominor changes
ouv [Wed, 31 Jan 2007 10:51:30 +0000 (10:51 +0000)]
minor changes

17 years agoAdded signal vfViewDumped()
ouv [Tue, 30 Jan 2007 16:25:26 +0000 (16:25 +0000)]
Added signal vfViewDumped()

17 years agoAdded XZoom and YZoom parameters for GLObjects instead of simple Zoom.
ouv [Tue, 23 Jan 2007 16:40:28 +0000 (16:40 +0000)]
Added XZoom and YZoom parameters for GLObjects instead of simple Zoom.
YZoom is changing by mouse wheel moving, XZoom - by ctrl+wheel

17 years agoThese icons will be added in binary mode
sln [Tue, 16 Jan 2007 10:56:31 +0000 (10:56 +0000)]
These icons will be added in binary mode

17 years agoThese icons will be added in binary mode
sln [Tue, 16 Jan 2007 10:55:48 +0000 (10:55 +0000)]
These icons will be added in binary mode

17 years agoInitialization of myOpacity fields was added in constructor
sln [Tue, 16 Jan 2007 10:53:21 +0000 (10:53 +0000)]
Initialization of myOpacity fields was added in constructor

17 years agoMethods are added:
sln [Tue, 16 Jan 2007 10:50:13 +0000 (10:50 +0000)]
Methods are added:

// Gets type of last selector where selection has been changed
QString        lastSelectionSource() const;

// Verifies whether synchronization between selectors is enabled
bool            isSynchronizationEnabled() const;

// Enable or disable synchronization between selectors
void            setSynchronizationEnabled( const bool );

17 years agoCompilation warning removed
sln [Tue, 16 Jan 2007 10:48:26 +0000 (10:48 +0000)]
Compilation warning removed

17 years agoGetElemObjId() method fixed
rkv [Thu, 28 Dec 2006 10:49:21 +0000 (10:49 +0000)]
GetElemObjId() method fixed

17 years agoensureItemVisible method has been added
sln [Wed, 13 Dec 2006 12:33:54 +0000 (12:33 +0000)]
ensureItemVisible method has been added

17 years agoOne warning of compilation has been disabled
sln [Wed, 13 Dec 2006 12:33:15 +0000 (12:33 +0000)]
One warning of compilation has been disabled

18 years ago#if defined WNT For_CTH_V1_2a
sln [Fri, 1 Dec 2006 09:40:46 +0000 (09:40 +0000)]
#if defined WNT
#pragma warning ( disable:4251 )
#endif

18 years agoupdateDesktopTitle method added
sln [Fri, 1 Dec 2006 09:40:19 +0000 (09:40 +0000)]
updateDesktopTitle method added

18 years agoRollback code of RunBrowser (use of system comand)
sln [Fri, 1 Dec 2006 09:39:27 +0000 (09:39 +0000)]
Rollback code of RunBrowser (use of system comand)

18 years agoRKV: Added a flag IsThrough for selection also invisible elements
rkv [Mon, 20 Nov 2006 14:22:44 +0000 (14:22 +0000)]
RKV: Added a flag IsThrough for selection also invisible elements

18 years agoSVTK_Viewer::EraseAll for call with parameter "true" is fixed to remove a renderer...
rkv [Tue, 14 Nov 2006 10:27:24 +0000 (10:27 +0000)]
SVTK_Viewer::EraseAll for call with parameter "true" is fixed to remove a renderer from an actor and not vice versa.

18 years agoSelection of inxexes added
sln [Tue, 14 Nov 2006 09:57:07 +0000 (09:57 +0000)]
Selection of inxexes added

18 years agoinput parameter of selectObjects method changed from TColStd_IndexedMapOfInteger...
sln [Tue, 14 Nov 2006 09:56:25 +0000 (09:56 +0000)]
input parameter of selectObjects method changed from TColStd_IndexedMapOfInteger theIndex on const TColStd_IndexedMapOfInteger theIndex&

18 years agoLocal fix against font small point size
sln [Thu, 9 Nov 2006 16:31:11 +0000 (16:31 +0000)]
Local fix against font small point size

18 years agoAcceleraror CTRL+F for Preferences dlg removed
sln [Fri, 3 Nov 2006 16:31:46 +0000 (16:31 +0000)]
Acceleraror CTRL+F for Preferences dlg removed

18 years agoMerged with BR_L_2_3_5
sln [Tue, 31 Oct 2006 07:36:47 +0000 (07:36 +0000)]
Merged with BR_L_2_3_5

  // Protection against QwtCurve::drawLines() bug in Qwt 0.4.x:
  // sometimes it crashes (FPE) if draws curve with big abciss or ordinate cooridates
  // after curve with small values
  double      getMaxX() const;
  double      getMaxY() const;

18 years ago#pragma warning( disable:4251 )
sln [Mon, 30 Oct 2006 14:35:30 +0000 (14:35 +0000)]
#pragma warning( disable:4251 )

18 years agoCompilation without OCC viewer fixed
sln [Fri, 20 Oct 2006 15:19:25 +0000 (15:19 +0000)]
Compilation without OCC viewer fixed

18 years agoFirst stable version after merging with V3_2_2
abd [Thu, 19 Oct 2006 06:38:15 +0000 (06:38 +0000)]
First stable version after merging with V3_2_2

18 years agoUnnecessary popup menu separators were removed.
stv [Thu, 28 Sep 2006 10:22:15 +0000 (10:22 +0000)]
Unnecessary popup menu separators were removed.

18 years agoButton "Maximize" added to resizeable dialogs.
stv [Tue, 26 Sep 2006 09:52:34 +0000 (09:52 +0000)]
Button "Maximize" added to resizeable dialogs.

18 years agoOne iheritance level was missed in virtual method setColumnWidth() (Now QListView...
stv [Tue, 26 Sep 2006 08:56:24 +0000 (08:56 +0000)]
One iheritance level was missed in virtual method setColumnWidth() (Now QListView was replaced by QtxListView)

18 years agoIdentificator assignment moved on the base level - SUIT_ViewManager. Useless id's...
stv [Mon, 25 Sep 2006 06:37:23 +0000 (06:37 +0000)]
Identificator assignment moved on the base level - SUIT_ViewManager. Useless id's removed from inherit classes.
Title mechanism in the SUIT_ViewManager was changed. Now view manager support title for views with specific tags: %M - view manager number, %V - view number.

18 years agoRollback regregression in QA automatic testing
abd [Wed, 13 Sep 2006 09:15:01 +0000 (09:15 +0000)]
Rollback regregression  in QA automatic testing

18 years agoProperty "KeepEditors"
stv [Mon, 11 Sep 2006 13:37:10 +0000 (13:37 +0000)]
Property "KeepEditors"

18 years agoProperty "Selection"
stv [Mon, 11 Sep 2006 13:36:58 +0000 (13:36 +0000)]
Property "Selection"

18 years agoImplementation of method IsLess() for subOwners
abd [Mon, 11 Sep 2006 11:21:45 +0000 (11:21 +0000)]
Implementation of method IsLess() for subOwners

18 years agoTitle modified
stv [Fri, 8 Sep 2006 12:54:02 +0000 (12:54 +0000)]
Title modified

18 years agoIdentificator assignment moved on the base level - SUIT_ViewManager. Useless id's...
stv [Fri, 8 Sep 2006 12:51:15 +0000 (12:51 +0000)]
Identificator assignment moved on the base level - SUIT_ViewManager. Useless id's removed from inherit classes.
Title mechanism in the SUIT_ViewManager was changed. Now view manager support title for views with specific tags: %M - view manager number, %V - view number.

18 years agoSlot onDeleteView() renamed as onClosingView().
stv [Fri, 8 Sep 2006 12:49:58 +0000 (12:49 +0000)]
Slot onDeleteView() renamed as onClosingView().
Handler QWidget::closeEvent() not invoked for SUIT_ViewWindow. View window hides and removes by the virtual method SUIT_ViewManager::closeView(). User can define own behavior of window closing.
Identificator assignment moved on the base level - SUIT_ViewManager. Useless id's removed from inherit classes.
Title mechanism in the SUIT_ViewManager was changed. Now view manager support title for views with specific tags: %M - view manager number, %V - view number.

18 years agoSome modifications in the "View" menu
stv [Fri, 8 Sep 2006 12:42:05 +0000 (12:42 +0000)]
Some modifications in the "View" menu

18 years agoMethod setWidget() first time set caption and icon
stv [Fri, 8 Sep 2006 12:41:27 +0000 (12:41 +0000)]
Method setWidget() first time set caption and icon

18 years agoQDS_Table - table supporting QDS_Datum as editors
stv [Fri, 8 Sep 2006 12:39:52 +0000 (12:39 +0000)]
QDS_Table - table supporting QDS_Datum as editors

18 years agocreateViewManager() become public
stv [Fri, 8 Sep 2006 12:38:37 +0000 (12:38 +0000)]
createViewManager() become public

18 years agoUsing run-time type info for compare of Data Owners
abd [Mon, 4 Sep 2006 09:01:43 +0000 (09:01 +0000)]
Using run-time type info for compare of Data Owners

18 years agoImproovement of messages in status bar for module.
stv [Thu, 31 Aug 2006 13:38:38 +0000 (13:38 +0000)]
Improovement of messages in status bar for module.

18 years agoCompilation warnings
stv [Thu, 31 Aug 2006 08:21:04 +0000 (08:21 +0000)]
Compilation warnings

18 years agoMethod selectAll()
stv [Thu, 31 Aug 2006 06:05:38 +0000 (06:05 +0000)]
Method selectAll()

18 years agoCompilation warnings
stv [Thu, 31 Aug 2006 05:46:38 +0000 (05:46 +0000)]
Compilation warnings

18 years agoOption support for data dictionary item.
stv [Thu, 31 Aug 2006 05:17:19 +0000 (05:17 +0000)]
Option support for data dictionary item.

18 years agoModule icons in toolbar enlarged for 20 x 20.
stv [Wed, 30 Aug 2006 09:01:50 +0000 (09:01 +0000)]
Module icons in toolbar enlarged for 20 x 20.

18 years agoFunctions for image manipulation were added.
stv [Wed, 30 Aug 2006 09:01:13 +0000 (09:01 +0000)]
Functions for image manipulation were added.

18 years agoSize of module combobox icons was reduced.
stv [Tue, 29 Aug 2006 11:51:17 +0000 (11:51 +0000)]
Size of module combobox icons was reduced.
Obvious open levels for Object Browser.

18 years agoObjects of class SUIT_DataObject deleted by method deleteLater() instead operator...
stv [Tue, 29 Aug 2006 11:47:38 +0000 (11:47 +0000)]
Objects of class SUIT_DataObject deleted by method deleteLater() instead operator delete().

18 years agoComparing method isLess() was added.
stv [Tue, 29 Aug 2006 11:45:02 +0000 (11:45 +0000)]
Comparing method isLess() was added.

18 years agoClass LightApp_GLOwner was removed. LightApp_DataOwner used instead.
stv [Tue, 29 Aug 2006 11:44:13 +0000 (11:44 +0000)]
Class LightApp_GLOwner was removed. LightApp_DataOwner used instead.

18 years agoWrong preprocessor disabling directives corrected.
stv [Tue, 29 Aug 2006 11:41:29 +0000 (11:41 +0000)]
Wrong preprocessor disabling directives corrected.

18 years agoComparing mechanism for SUIT_DataOwner modified.
stv [Tue, 29 Aug 2006 11:32:05 +0000 (11:32 +0000)]
Comparing mechanism for SUIT_DataOwner modified.

18 years agoSubcontrol wrapper behaviour corrected. Methods hide(), show(), setShown() were modified.
stv [Tue, 29 Aug 2006 11:26:38 +0000 (11:26 +0000)]
Subcontrol wrapper behaviour corrected. Methods hide(), show(), setShown() were modified.

18 years agoDefault value of "autoOpen" flag was changed on "false" in method updateTree(). Metho...
stv [Tue, 29 Aug 2006 11:10:46 +0000 (11:10 +0000)]
Default value of "autoOpen" flag was changed on "false" in method updateTree(). Method openLevels() was added.

18 years agoUseless class GLViewer_Owner was replaced by SUIT_DataOwner.
stv [Tue, 29 Aug 2006 11:08:46 +0000 (11:08 +0000)]
Useless class GLViewer_Owner was replaced by SUIT_DataOwner.

18 years agoupdateModelRoot() invoked in any case.
stv [Tue, 29 Aug 2006 11:06:58 +0000 (11:06 +0000)]
updateModelRoot() invoked in any case.

18 years agoFix bug 13266
abd [Fri, 25 Aug 2006 12:04:44 +0000 (12:04 +0000)]
Fix bug 13266
Fix some misprints