]> SALOME platform Git repositories - modules/gui.git/log
Salome HOME
modules/gui.git
15 years ago0013557: field values display Phase8_Part1_16122008
sln [Tue, 9 Dec 2008 12:17:15 +0000 (12:17 +0000)]
0013557: field values display

QtxFontEdit class and related controls in preferences has been updated in order to support custom fonts instead of system fonts only. For example VTK viewer uses only three fonts Arial, Courier and Times. As result there is no point in providing    control with system fonts for VTK viewer. Also ?S? button has been added in QtxFontEdit in order to provide ?Shadow? style of VTK font. ?1underline? property of QFont is replaced with ?overline? property in order to store ?Shadow? status of font to avoid conflict simultaneous usage of ?U? and ?S? button.

All related controls for font definition in SMESH and VISU modules have been updated accordingly

16 years agoFix from BR_V5_DEV
ptv [Thu, 27 Nov 2008 15:43:34 +0000 (15:43 +0000)]
Fix from BR_V5_DEV
Qt4 porting. Fatal Error SIGSEGV on deleting a mesh. Regress.

16 years agoBug 0016836: Dump to Post Script
vsv [Mon, 17 Nov 2008 15:07:14 +0000 (15:07 +0000)]
Bug 0016836: Dump to Post Script

16 years agoBug 0016836: Dump to Post Script
vsv [Mon, 17 Nov 2008 14:58:16 +0000 (14:58 +0000)]
Bug 0016836: Dump to Post Script

16 years agoImprove SALOME style handling
vsr [Sat, 1 Nov 2008 11:07:41 +0000 (11:07 +0000)]
Improve SALOME style handling

16 years agoImprove SALOME style handling
vsr [Sat, 1 Nov 2008 06:15:52 +0000 (06:15 +0000)]
Improve SALOME style handling

16 years agoImprove SALOME style handling
vsr [Fri, 31 Oct 2008 15:31:08 +0000 (15:31 +0000)]
Improve SALOME style handling

16 years agoImprove SALOME style handling
vsr [Fri, 31 Oct 2008 15:25:26 +0000 (15:25 +0000)]
Improve SALOME style handling

16 years agoImprove SALOME style handling
vsr [Fri, 31 Oct 2008 15:20:25 +0000 (15:20 +0000)]
Improve SALOME style handling

16 years agoRemove obsolete files
vsr [Fri, 31 Oct 2008 08:46:50 +0000 (08:46 +0000)]
Remove obsolete files

16 years agoFix compilation problem on some platforms
vsr [Fri, 31 Oct 2008 08:46:31 +0000 (08:46 +0000)]
Fix compilation problem on some platforms

16 years agoImprove SALOME style handling
vsr [Fri, 31 Oct 2008 08:14:26 +0000 (08:14 +0000)]
Improve SALOME style handling

16 years agoRemoving flicker on resizing 3D view on Win32
san [Thu, 30 Oct 2008 10:01:31 +0000 (10:01 +0000)]
Removing flicker on resizing 3D view on Win32

16 years agoFix for IPAL17729 : Vector presentation is wrong after scaling.
mkr [Thu, 30 Oct 2008 06:34:03 +0000 (06:34 +0000)]
Fix for IPAL17729 : Vector presentation is wrong after scaling.

16 years agoChanging version to 5.1.0 V5_1_0a3
maintenance team [Wed, 29 Oct 2008 08:52:37 +0000 (08:52 +0000)]
Changing version to 5.1.0

16 years agoFix of crash when the creation of study fails
stv [Mon, 27 Oct 2008 13:01:06 +0000 (13:01 +0000)]
Fix of crash when the creation of study fails
 (new created empty study can't successful perform method createDocument() and should be deleted)

16 years agoCorrect the logic of TestRecorder usage inside Salome.
mkr [Mon, 27 Oct 2008 07:09:09 +0000 (07:09 +0000)]
Correct the logic of TestRecorder usage inside Salome.

16 years agoPlot2d: clicking in legend on curve name doesn't highlight it in object browser
dmv [Fri, 24 Oct 2008 12:11:34 +0000 (12:11 +0000)]
Plot2d: clicking in legend on curve name doesn't highlight it in object browser

16 years agoFix for ATLAS20522
stv [Wed, 22 Oct 2008 13:47:44 +0000 (13:47 +0000)]
Fix for ATLAS20522

16 years agoFix wrong signal/slot connection
vsr [Wed, 22 Oct 2008 12:33:10 +0000 (12:33 +0000)]
Fix wrong signal/slot connection

16 years agoIssue 0019893 : support menus ID by action() method
vsr [Wed, 22 Oct 2008 07:16:41 +0000 (07:16 +0000)]
Issue 0019893 : support menus ID by action() method

16 years agorollback of improvement of using same ids in the application and menu/tool managers
asl [Wed, 22 Oct 2008 04:53:39 +0000 (04:53 +0000)]
rollback of improvement of using same ids in the application and menu/tool managers

16 years ago5x REGRESS: crash on delete object in GEOM
dmv [Tue, 21 Oct 2008 12:03:35 +0000 (12:03 +0000)]
5x REGRESS: crash on delete object in GEOM

16 years agoPlot2d: clicking in legend on curve name doesn't highlight it in object browser
dmv [Tue, 21 Oct 2008 11:27:39 +0000 (11:27 +0000)]
Plot2d: clicking in legend on curve name doesn't highlight it in object browser

16 years agoCorrent error in XML file
vsr [Tue, 21 Oct 2008 05:15:21 +0000 (05:15 +0000)]
Corrent error in XML file

16 years agoimprovements for OSCARGUI
asl [Fri, 17 Oct 2008 13:42:25 +0000 (13:42 +0000)]
improvements for OSCARGUI

16 years agoUsing QListWidgetItem instead of QListBoxItem
vsv [Fri, 17 Oct 2008 06:45:50 +0000 (06:45 +0000)]
Using QListWidgetItem instead of QListBoxItem

16 years agoSignal activated() is obsolete. Replaced by triggered()
vsv [Fri, 17 Oct 2008 06:44:49 +0000 (06:44 +0000)]
Signal activated() is obsolete. Replaced by triggered()

16 years agoSignal activated(int) conflicts with the same signal defined in QAction. Replaced...
vsv [Fri, 17 Oct 2008 06:42:11 +0000 (06:42 +0000)]
Signal activated(int) conflicts with the same signal defined in QAction. Replaced by triggered(int)

16 years agoIssue 0019994: integrate patch for compilation with cmake (from E.Adam)
vsr [Thu, 16 Oct 2008 08:20:09 +0000 (08:20 +0000)]
Issue 0019994: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0020008: integrate patch for compilation with gcc 4.3.2 (from E.Adam)
vsr [Wed, 15 Oct 2008 13:50:24 +0000 (13:50 +0000)]
Issue 0020008: integrate patch for compilation with gcc 4.3.2 (from E.Adam)

16 years agoIssue 0019994: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 12:55:29 +0000 (12:55 +0000)]
Issue 0019994: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0019994: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 12:48:35 +0000 (12:48 +0000)]
Issue 0019994: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0019994: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 12:29:18 +0000 (12:29 +0000)]
Issue 0019994: integrate patch for compilation with cmake (from E.Adam)

16 years agoIssue 0019994: integrate patch for compilation with cmake (from E.Adam)
vsr [Wed, 15 Oct 2008 12:20:07 +0000 (12:20 +0000)]
Issue 0019994: integrate patch for compilation with cmake (from E.Adam)

16 years agoEQt4 porting. Error after Compute of mesh if Create mesh dialog box is opened.
dmv [Tue, 14 Oct 2008 13:20:17 +0000 (13:20 +0000)]
EQt4 porting. Error after Compute of mesh if Create mesh dialog box is opened.

16 years agoFix compilation errors after merging KERNEL module from V4_1_0_maintainance branch
abd [Fri, 10 Oct 2008 10:18:33 +0000 (10:18 +0000)]
Fix compilation errors after merging KERNEL module from V4_1_0_maintainance branch

16 years agoQT4 porting: logarithmic scale is not taken from preferences
dmv [Wed, 8 Oct 2008 06:32:17 +0000 (06:32 +0000)]
QT4 porting: logarithmic scale is not taken from preferences

16 years agoUndo the previous changes.
nds [Wed, 8 Oct 2008 03:17:51 +0000 (03:17 +0000)]
Undo the previous changes.

16 years agoAllow Object browser's sections to be movable
vsr [Tue, 7 Oct 2008 12:11:48 +0000 (12:11 +0000)]
Allow Object browser's sections to be movable

16 years agoMerging from the BR_V5_DEV branch.
nds [Mon, 6 Oct 2008 07:25:51 +0000 (07:25 +0000)]
Merging from the BR_V5_DEV branch.

16 years agoMerge with VISU 2008
vsv [Fri, 3 Oct 2008 13:17:23 +0000 (13:17 +0000)]
Merge with VISU 2008

16 years agoMerge with VISU 2008
vsv [Fri, 3 Oct 2008 12:56:16 +0000 (12:56 +0000)]
Merge with VISU 2008

16 years ago*** empty log message ***
stv [Fri, 3 Oct 2008 09:41:23 +0000 (09:41 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
stv [Wed, 1 Oct 2008 12:03:48 +0000 (12:03 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
stv [Tue, 30 Sep 2008 13:01:45 +0000 (13:01 +0000)]
*** empty log message ***

16 years ago0013946: Implement QActionGroup functionality for SALOME series 5x V5_1_0a2
vsr [Thu, 25 Sep 2008 09:34:32 +0000 (09:34 +0000)]
0013946: Implement QActionGroup functionality for SALOME series 5x

16 years agoFix problem with default preferences type
vsr [Thu, 25 Sep 2008 07:03:40 +0000 (07:03 +0000)]
Fix problem with default preferences type

16 years ago0013946: Implement QActionGroup functionality for SALOME series 5x
vsr [Thu, 25 Sep 2008 03:54:10 +0000 (03:54 +0000)]
0013946: Implement QActionGroup functionality for SALOME series 5x

16 years ago0013946: Implement QActionGroup functionality for SALOME series 5x
vsr [Wed, 24 Sep 2008 13:18:06 +0000 (13:18 +0000)]
0013946: Implement QActionGroup functionality for SALOME series 5x

16 years agoFix problem with drawing color button when assigned color is invalid.
vsr [Wed, 24 Sep 2008 12:21:19 +0000 (12:21 +0000)]
Fix problem with drawing color button when assigned color is invalid.

16 years agoFix for IPAL20242 (Qt4 porting: SIGSEGV on several studies). TG_TRIPOLI_qt4_porting V5_1_0a1
mzn [Fri, 19 Sep 2008 12:45:12 +0000 (12:45 +0000)]
Fix for IPAL20242 (Qt4 porting: SIGSEGV on several studies).

16 years ago*** empty log message ***
stv [Fri, 19 Sep 2008 12:15:44 +0000 (12:15 +0000)]
*** empty log message ***

16 years agoFix problem of compilation without test recorder
vsr [Fri, 19 Sep 2008 06:11:39 +0000 (06:11 +0000)]
Fix problem of compilation without test recorder

16 years agoTestRecorder support.
mkr [Thu, 18 Sep 2008 13:48:23 +0000 (13:48 +0000)]
TestRecorder support.

16 years agoTestRecorder support.
mkr [Thu, 18 Sep 2008 13:08:52 +0000 (13:08 +0000)]
TestRecorder support.

16 years agoTestRecorder support.
mkr [Thu, 18 Sep 2008 12:51:36 +0000 (12:51 +0000)]
TestRecorder support.

16 years agoFix for bug PAL20022 (Crash of application on Close without saving operation).
mzn [Thu, 18 Sep 2008 11:42:43 +0000 (11:42 +0000)]
Fix for bug PAL20022 (Crash of application on Close without saving operation).

16 years agoImplement 'make dist' and 'make distcheck' steps support
vsr [Tue, 16 Sep 2008 06:48:40 +0000 (06:48 +0000)]
Implement 'make dist' and 'make distcheck' steps support

16 years agoPorting to CAS-6.3
maintenance team [Fri, 12 Sep 2008 09:15:27 +0000 (09:15 +0000)]
Porting to CAS-6.3

16 years agoImplement 'make dist' and 'make distcheck' steps support
vsr [Fri, 12 Sep 2008 08:31:27 +0000 (08:31 +0000)]
Implement 'make dist' and 'make distcheck' steps support

16 years agoImplement 'make dist' and 'make distcheck' steps support
vsr [Thu, 11 Sep 2008 10:03:11 +0000 (10:03 +0000)]
Implement 'make dist' and 'make distcheck' steps support

16 years agoImplement 'make dist' and 'make distcheck' steps support
vsr [Thu, 11 Sep 2008 05:21:38 +0000 (05:21 +0000)]
Implement 'make dist' and 'make distcheck' steps support

16 years agoImplement 'make dist' and 'make distcheck' steps support
vsr [Thu, 11 Sep 2008 04:25:46 +0000 (04:25 +0000)]
Implement 'make dist' and 'make distcheck' steps support

16 years agoRemove obsolete files
vsr [Tue, 9 Sep 2008 12:40:48 +0000 (12:40 +0000)]
Remove obsolete files

16 years agoRemove obsolete files
vsr [Tue, 9 Sep 2008 12:32:57 +0000 (12:32 +0000)]
Remove obsolete files

16 years agoRemove obsolete files
vsr [Tue, 9 Sep 2008 06:16:25 +0000 (06:16 +0000)]
Remove obsolete files

16 years agoRemove obsolete files
vsr [Mon, 8 Sep 2008 10:45:55 +0000 (10:45 +0000)]
Remove obsolete files

16 years agoRemove obsolete files
vsr [Fri, 5 Sep 2008 08:04:35 +0000 (08:04 +0000)]
Remove obsolete files

16 years agoPorting functionality on Win32 Platform
abd [Thu, 4 Sep 2008 13:45:47 +0000 (13:45 +0000)]
Porting functionality on Win32 Platform

16 years agoBug #: IPAL20119
abd [Tue, 2 Sep 2008 10:15:05 +0000 (10:15 +0000)]
Bug #: IPAL20119

Implementation of QtxRubberBand for customization of selection interface in OCC Viewer

16 years agoRefix of IPAL19631: Qt4 porting. There are nonsignificant zeros in many fields of...
mkr [Tue, 2 Sep 2008 07:16:41 +0000 (07:16 +0000)]
Refix of IPAL19631: Qt4 porting. There are nonsignificant zeros in many fields of dialog boxes. Regression occured after fix of IPAL20206.

16 years agoFIx pb with minimum and maximum values of the spin box
vsr [Tue, 2 Sep 2008 06:58:48 +0000 (06:58 +0000)]
FIx pb with minimum and maximum values of the spin box

16 years agoFix painting problem for color scale widget
vsr [Mon, 1 Sep 2008 14:03:29 +0000 (14:03 +0000)]
Fix painting problem for color scale widget

16 years agoMigrate smesh plugins to SALOME 5.x
vsr [Mon, 1 Sep 2008 04:11:43 +0000 (04:11 +0000)]
Migrate smesh plugins to SALOME 5.x

16 years agoremove code for debug
abd [Thu, 28 Aug 2008 13:40:21 +0000 (13:40 +0000)]
remove code for debug

16 years agoFix compilation problems on Win32 platform
abd [Thu, 28 Aug 2008 09:42:54 +0000 (09:42 +0000)]
Fix compilation problems on Win32 platform

16 years agoBug IPAL20206 Qt4 porting: vectors are not displayed in 3D and hangup on edit
dmv [Tue, 26 Aug 2008 07:28:41 +0000 (07:28 +0000)]
Bug IPAL20206 Qt4 porting: vectors are not displayed in 3D and hangup on edit

16 years agoCorrection integration for issue 0016100: EDF 429 VISU : Automatic creation of a...
akl [Fri, 22 Aug 2008 16:16:00 +0000 (16:16 +0000)]
Correction integration for issue 0016100: EDF 429 VISU : Automatic creation of a view Plot2D when we display a curve.

16 years agoAppends a License dialog.
nds [Thu, 21 Aug 2008 03:35:22 +0000 (03:35 +0000)]
Appends a License dialog.

16 years agoAppends a License dialog in case of using "--useLicense" flag in application command...
nds [Wed, 20 Aug 2008 08:25:30 +0000 (08:25 +0000)]
Appends a License dialog in case of using "--useLicense" flag in application command line.

16 years agoAppends a License dialog.
nds [Wed, 20 Aug 2008 08:23:04 +0000 (08:23 +0000)]
Appends a License dialog.

16 years agoBLSURF ported to autoconf and puts its resources into blsurfplugin folder now.
jfa [Thu, 14 Aug 2008 11:45:50 +0000 (11:45 +0000)]
BLSURF ported to autoconf and puts its resources into blsurfplugin folder now.

16 years agoBug IPAL18008 :QT4 PORTING: Impossible to load script with "-" in the name
dmv [Wed, 13 Aug 2008 13:59:53 +0000 (13:59 +0000)]
Bug IPAL18008 :QT4 PORTING: Impossible to load script with "-" in the name

16 years agoMerging with BR_WPdev_For_5_0
abd [Fri, 8 Aug 2008 07:24:59 +0000 (07:24 +0000)]
Merging with BR_WPdev_For_5_0

16 years agoFeature 0016100 : EDF 429 VISU : Automatic creation of a view Plot2D when we display...
mkr [Wed, 6 Aug 2008 06:03:49 +0000 (06:03 +0000)]
Feature 0016100 : EDF 429 VISU : Automatic creation of a view Plot2D when we display a curve.

16 years agoFix for issue 0019935: EDF 793 SMESH: Drawing of a line on a non-planar surface....
akl [Fri, 1 Aug 2008 08:13:19 +0000 (08:13 +0000)]
Fix for issue 0019935: EDF 793 SMESH: Drawing of a line on a non-planar surface. To draw only connectivity lines.

16 years agoAdd QtxTranslator class to workaround limitation of QTranslator class with translatin...
vsr [Thu, 31 Jul 2008 07:53:45 +0000 (07:53 +0000)]
Add QtxTranslator class to workaround limitation of QTranslator class with translating messages of global (empty) context in frames of migrating to Qt 4.4.0

16 years agoIssue 0016172: EDF 452 SMESH : Define in the preferences if we want or not the Mesh...
akl [Thu, 31 Jul 2008 06:46:51 +0000 (06:46 +0000)]
Issue 0016172: EDF 452 SMESH : Define in the preferences if we want or not the Mesh info Box (at end of computation).

16 years agoFeature 0016551: EDF PAL 501: To add a second trihedron always visible and with const...
ouv [Wed, 30 Jul 2008 12:08:11 +0000 (12:08 +0000)]
Feature 0016551: EDF PAL 501: To add a second trihedron always visible and with constant size

16 years agomerge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_29Jul08)
vsr [Tue, 29 Jul 2008 10:29:47 +0000 (10:29 +0000)]
merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_29Jul08)

16 years agoimprove MRU action
vsr [Tue, 29 Jul 2008 10:24:22 +0000 (10:24 +0000)]
improve MRU action

16 years agoFix combo box model problems
vsr [Tue, 29 Jul 2008 03:57:09 +0000 (03:57 +0000)]
Fix combo box model problems

16 years agoFix combo box model problems
vsr [Mon, 28 Jul 2008 13:42:32 +0000 (13:42 +0000)]
Fix combo box model problems

16 years agoFeature 0016551: EDF PAL 501: To add a second trihedron always visible and with const...
ouv [Thu, 24 Jul 2008 13:52:57 +0000 (13:52 +0000)]
Feature 0016551: EDF PAL 501: To add a second trihedron always visible and with constant size

16 years agoFix pb with jumping status bar
vsr [Fri, 18 Jul 2008 12:57:51 +0000 (12:57 +0000)]
Fix pb with jumping status bar

16 years agoRemove unnecessary code (it is moved to the base class)
vsr [Fri, 18 Jul 2008 12:44:12 +0000 (12:44 +0000)]
Remove unnecessary code (it is moved to the base class)

16 years agoFix porting error
vsr [Fri, 18 Jul 2008 12:23:23 +0000 (12:23 +0000)]
Fix porting error

16 years agoFix problem with 'cleared' state of the combo box (infinite loop)
vsr [Fri, 18 Jul 2008 12:22:24 +0000 (12:22 +0000)]
Fix problem with 'cleared' state of the combo box (infinite loop)

16 years agoAdd MRU preferences
vsr [Fri, 18 Jul 2008 03:51:41 +0000 (03:51 +0000)]
Add MRU preferences