]>
SALOME platform Git repositories - modules/gui.git/log
ouv [Mon, 12 Mar 2007 12:07:01 +0000 (12:07 +0000)]
Possibility to dump view content to JPEG image file
rkv [Wed, 21 Feb 2007 15:09:44 +0000 (15:09 +0000)]
Check if a picked actor is this actor.
ouv [Mon, 19 Feb 2007 14:06:46 +0000 (14:06 +0000)]
GLViewPort2d fit all operation is called after the correct GLWidget resizing.
sln [Sun, 18 Feb 2007 13:55:14 +0000 (13:55 +0000)]
Verification on zero before disconnect added
sln [Sun, 18 Feb 2007 13:54:07 +0000 (13:54 +0000)]
Zoom changed on XZoom, YZoom changed on Zoom
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)
sln [Tue, 13 Feb 2007 07:59:16 +0000 (07:59 +0000)]
VTKViewer_MergeFilter was added
sln [Tue, 13 Feb 2007 07:58:28 +0000 (07:58 +0000)]
Errors of Linux compilation was fixed
sln [Fri, 9 Feb 2007 18:46:22 +0000 (18:46 +0000)]
XZoom changed on Zoom for compability with old applications
ouv [Tue, 6 Feb 2007 14:22:44 +0000 (14:22 +0000)]
To fit the tooltip rectangle in the screen borders
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.
ouv [Wed, 31 Jan 2007 10:51:30 +0000 (10:51 +0000)]
minor changes
ouv [Tue, 30 Jan 2007 16:25:26 +0000 (16:25 +0000)]
Added signal vfViewDumped()
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
sln [Tue, 16 Jan 2007 10:56:31 +0000 (10:56 +0000)]
These 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
sln [Tue, 16 Jan 2007 10:53:21 +0000 (10:53 +0000)]
Initialization of myOpacity fields was added in constructor
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 );
sln [Tue, 16 Jan 2007 10:48:26 +0000 (10:48 +0000)]
Compilation warning removed
rkv [Thu, 28 Dec 2006 10:49:21 +0000 (10:49 +0000)]
GetElemObjId() method fixed
sln [Wed, 13 Dec 2006 12:33:54 +0000 (12:33 +0000)]
ensureItemVisible method has been added
sln [Wed, 13 Dec 2006 12:33:15 +0000 (12:33 +0000)]
One warning of compilation has been disabled
sln [Fri, 1 Dec 2006 09:40:46 +0000 (09:40 +0000)]
#if defined WNT
#pragma warning ( disable:4251 )
#endif
sln [Fri, 1 Dec 2006 09:40:19 +0000 (09:40 +0000)]
updateDesktopTitle method added
sln [Fri, 1 Dec 2006 09:39:27 +0000 (09:39 +0000)]
Rollback code of RunBrowser (use of system comand)
rkv [Mon, 20 Nov 2006 14:22:44 +0000 (14:22 +0000)]
RKV: Added a flag IsThrough for selection also invisible elements
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.
sln [Tue, 14 Nov 2006 09:57:07 +0000 (09:57 +0000)]
Selection of inxexes added
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&
sln [Thu, 9 Nov 2006 16:31:11 +0000 (16:31 +0000)]
Local fix against font small point size
sln [Fri, 3 Nov 2006 16:31:46 +0000 (16:31 +0000)]
Acceleraror CTRL+F for Preferences dlg removed
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;
sln [Mon, 30 Oct 2006 14:35:30 +0000 (14:35 +0000)]
#pragma warning( disable:4251 )
sln [Fri, 20 Oct 2006 15:19:25 +0000 (15:19 +0000)]
Compilation without OCC viewer fixed
abd [Thu, 19 Oct 2006 06:38:15 +0000 (06:38 +0000)]
First stable version after merging with V3_2_2
stv [Thu, 28 Sep 2006 10:22:15 +0000 (10:22 +0000)]
Unnecessary popup menu separators were removed.
stv [Tue, 26 Sep 2006 09:52:34 +0000 (09:52 +0000)]
Button "Maximize" added to resizeable dialogs.
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)
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.
abd [Wed, 13 Sep 2006 09:15:01 +0000 (09:15 +0000)]
Rollback regregression in QA automatic testing
stv [Mon, 11 Sep 2006 13:37:10 +0000 (13:37 +0000)]
Property "KeepEditors"
stv [Mon, 11 Sep 2006 13:36:58 +0000 (13:36 +0000)]
Property "Selection"
abd [Mon, 11 Sep 2006 11:21:45 +0000 (11:21 +0000)]
Implementation of method IsLess() for subOwners
stv [Fri, 8 Sep 2006 12:54:02 +0000 (12:54 +0000)]
Title modified
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.
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.
stv [Fri, 8 Sep 2006 12:42:05 +0000 (12:42 +0000)]
Some modifications in the "View" menu
stv [Fri, 8 Sep 2006 12:41:27 +0000 (12:41 +0000)]
Method setWidget() first time set caption and icon
stv [Fri, 8 Sep 2006 12:39:52 +0000 (12:39 +0000)]
QDS_Table - table supporting QDS_Datum as editors
stv [Fri, 8 Sep 2006 12:38:37 +0000 (12:38 +0000)]
createViewManager() become public
abd [Mon, 4 Sep 2006 09:01:43 +0000 (09:01 +0000)]
Using run-time type info for compare of Data Owners
stv [Thu, 31 Aug 2006 13:38:38 +0000 (13:38 +0000)]
Improovement of messages in status bar for module.
stv [Thu, 31 Aug 2006 08:21:04 +0000 (08:21 +0000)]
Compilation warnings
stv [Thu, 31 Aug 2006 06:05:38 +0000 (06:05 +0000)]
Method selectAll()
stv [Thu, 31 Aug 2006 05:46:38 +0000 (05:46 +0000)]
Compilation warnings
stv [Thu, 31 Aug 2006 05:17:19 +0000 (05:17 +0000)]
Option support for data dictionary item.
stv [Wed, 30 Aug 2006 09:01:50 +0000 (09:01 +0000)]
Module icons in toolbar enlarged for 20 x 20.
stv [Wed, 30 Aug 2006 09:01:13 +0000 (09:01 +0000)]
Functions for image manipulation were added.
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.
stv [Tue, 29 Aug 2006 11:47:38 +0000 (11:47 +0000)]
Objects of class SUIT_DataObject deleted by method deleteLater() instead operator delete().
stv [Tue, 29 Aug 2006 11:45:02 +0000 (11:45 +0000)]
Comparing method isLess() was added.
stv [Tue, 29 Aug 2006 11:44:13 +0000 (11:44 +0000)]
Class LightApp_GLOwner was removed. LightApp_DataOwner used instead.
stv [Tue, 29 Aug 2006 11:41:29 +0000 (11:41 +0000)]
Wrong preprocessor disabling directives corrected.
stv [Tue, 29 Aug 2006 11:32:05 +0000 (11:32 +0000)]
Comparing mechanism for SUIT_DataOwner modified.
stv [Tue, 29 Aug 2006 11:26:38 +0000 (11:26 +0000)]
Subcontrol wrapper behaviour corrected. Methods hide(), show(), setShown() were modified.
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.
stv [Tue, 29 Aug 2006 11:08:46 +0000 (11:08 +0000)]
Useless class GLViewer_Owner was replaced by SUIT_DataOwner.
stv [Tue, 29 Aug 2006 11:06:58 +0000 (11:06 +0000)]
updateModelRoot() invoked in any case.
abd [Fri, 25 Aug 2006 12:04:44 +0000 (12:04 +0000)]
Fix bug 13266
Fix some misprints
stv [Thu, 24 Aug 2006 04:48:02 +0000 (04:48 +0000)]
Unnecessary construction "dynamic_cast" was replaced by "qt_cast". Construction "dynamic_cast" not work when Qt library was compiled without RTTI support. Function "qt_cast" should be used for QObject's descendants if it possible.
stv [Thu, 24 Aug 2006 04:44:12 +0000 (04:44 +0000)]
Preprocessor directive WNT was replaced by WIN32. Directive WIN32 was used in the entire Qtx project.
abd [Mon, 21 Aug 2006 11:50:57 +0000 (11:50 +0000)]
remove code for replacing ":" by "/"
Bug SWP13012
abd [Wed, 16 Aug 2006 07:38:44 +0000 (07:38 +0000)]
Add pictures in binary format
abd [Wed, 16 Aug 2006 07:37:52 +0000 (07:37 +0000)]
Remove pictures in text format
abd [Wed, 16 Aug 2006 07:30:16 +0000 (07:30 +0000)]
Add pictures in binary format
abd [Wed, 16 Aug 2006 07:21:32 +0000 (07:21 +0000)]
Add pictures in binary format
abd [Wed, 16 Aug 2006 07:21:31 +0000 (07:21 +0000)]
Remove pictures in text format
abd [Wed, 16 Aug 2006 07:05:01 +0000 (07:05 +0000)]
Merge documentation for GUI package
abd [Mon, 14 Aug 2006 07:41:40 +0000 (07:41 +0000)]
Fix compilation on LInux
stv [Fri, 11 Aug 2006 11:32:49 +0000 (11:32 +0000)]
Source code comments were added for classes of package QDS
stv [Fri, 11 Aug 2006 11:32:18 +0000 (11:32 +0000)]
Source code comments added for classes of package DDS
abd [Thu, 10 Aug 2006 08:38:52 +0000 (08:38 +0000)]
Updating Dataset before checking
abd [Thu, 10 Aug 2006 06:08:40 +0000 (06:08 +0000)]
Bug SWP12863
Protection for empty shrink data
nds [Wed, 9 Aug 2006 13:46:48 +0000 (13:46 +0000)]
Porting on Win32
ouv [Tue, 8 Aug 2006 12:13:11 +0000 (12:13 +0000)]
SWP12260
abd [Tue, 8 Aug 2006 08:11:57 +0000 (08:11 +0000)]
Merge with HEAD file names
abd [Tue, 8 Aug 2006 07:58:30 +0000 (07:58 +0000)]
Fix linux compilation error ( macros MESSAGE )
abd [Tue, 8 Aug 2006 07:56:37 +0000 (07:56 +0000)]
Fix letter registry for Linux compilation
abd [Tue, 8 Aug 2006 07:55:39 +0000 (07:55 +0000)]
Adding file for branch compilation under Linux platform
skt [Mon, 7 Aug 2006 08:42:05 +0000 (08:42 +0000)]
SWP12792: convert sepeartors for file paths depending on current platform
skt [Mon, 7 Aug 2006 08:25:47 +0000 (08:25 +0000)]
SWP12792: Help pages is connected
ouv [Tue, 1 Aug 2006 12:45:54 +0000 (12:45 +0000)]
SWP12779
asv [Fri, 28 Jul 2006 10:14:12 +0000 (10:14 +0000)]
Added <code> tag to the text output in RegWidget to make it look better on Windows. For Unix I suppose it will be OK as well.
asv [Thu, 27 Jul 2006 11:47:06 +0000 (11:47 +0000)]
Fix for bug SWP12964: default value of "Store/restore last GUI state" is unchecked (in the dialog), but in the code the default value was "true" which is wrong.
ptv [Mon, 17 Jul 2006 07:41:06 +0000 (07:41 +0000)]
remove memory leak
ptv [Fri, 14 Jul 2006 05:43:55 +0000 (05:43 +0000)]
remove memory leaks uninitalised memory read, etc...
noticed with Rational Purify on Windows
ptv [Wed, 12 Jul 2006 12:15:19 +0000 (12:15 +0000)]
CTH12949, clear selection before emit signal that study closed
tma [Wed, 5 Jul 2006 11:16:10 +0000 (11:16 +0000)]
add images in binary
tma [Wed, 5 Jul 2006 11:15:28 +0000 (11:15 +0000)]
remove images in ascii
ptv [Wed, 5 Jul 2006 09:44:20 +0000 (09:44 +0000)]
remove memory leak on myFormats QPtrList