]> SALOME platform Git repositories - modules/visu.git/log
Salome HOME
modules/visu.git
16 years agoFix 2 problems:
akl [Fri, 21 Mar 2008 07:58:53 +0000 (07:58 +0000)]
Fix 2 problems:
1) only 2 digits after point in some spinboxes: use initSpinBox method.
2) Min and Max fields are not enabled if to select 'Use imposed range' button: add 'Use field range' and 'Use imposed range' buttons into QButtonGroup.

16 years agoFix of IPAL19281(Stream Lines Preferences dialog: Step Length field - only 2 digits...
akl [Thu, 20 Mar 2008 14:44:49 +0000 (14:44 +0000)]
Fix of IPAL19281(Stream Lines Preferences dialog: Step Length field - only 2 digits after point available for input): use new initSpinBox method to set min, max, step and precision values for QDoubleSpinBox objects.

16 years ago+ void initSpinBox( QSpinBox*, int, int, int = 1 )
akl [Thu, 20 Mar 2008 14:26:50 +0000 (14:26 +0000)]
+ void initSpinBox( QSpinBox*, int, int, int = 1 )
+ void initSpinBox( QDoubleSpinBox*, double, double, double = 0.1, int = 6 )

16 years agoFix of IPAL19278(Number Of Contour is active by Default, but for Surface must be...
akl [Thu, 20 Mar 2008 08:33:28 +0000 (08:33 +0000)]
Fix of IPAL19278(Number Of Contour is active by Default, but for Surface must be off): use click() instead of setChecked(bool) for radio-buttons to emit buttonClicked(int) signal in the QButtonGroup.

16 years agoBug IPAL19307 - Qt4 porting. Cut Lines. Generate Curves check box has wrong position.
ouv [Wed, 19 Mar 2008 11:51:47 +0000 (11:51 +0000)]
Bug IPAL19307 - Qt4 porting. Cut Lines. Generate Curves check box has wrong position.

16 years agoA partial fix of IPAL19301(Setup Animation dialog problems).
akl [Wed, 19 Mar 2008 11:28:14 +0000 (11:28 +0000)]
A partial fix of IPAL19301(Setup Animation dialog problems).

16 years agoIPAL19283 - Wrong message
nkv [Wed, 19 Mar 2008 07:49:13 +0000 (07:49 +0000)]
IPAL19283 - Wrong message

16 years agoFix of IPAL19300(bad view of play and other animation buttons).
akl [Tue, 18 Mar 2008 14:46:50 +0000 (14:46 +0000)]
Fix of IPAL19300(bad view of play and other animation buttons).

16 years agoFix of IPAL19205(There is no button "Close" in Successive Animation window).
akl [Tue, 18 Mar 2008 14:21:33 +0000 (14:21 +0000)]
Fix of IPAL19205(There is no button "Close" in Successive Animation window).

16 years agoCorrection of bug 19202
vsv [Tue, 18 Mar 2008 14:01:58 +0000 (14:01 +0000)]
Correction of bug 19202

16 years agoFix of IPAL19226(Show Table operation led to segmentation violation).
akl [Tue, 18 Mar 2008 12:53:07 +0000 (12:53 +0000)]
Fix of IPAL19226(Show Table operation led to segmentation violation).

16 years agoBug IPAL19261 - Qt4 porting: Cut Lines dialog problem
ouv [Tue, 18 Mar 2008 12:20:21 +0000 (12:20 +0000)]
Bug IPAL19261 - Qt4 porting: Cut Lines dialog problem

16 years agoBug IPAL19237 - Qt4 porting: Changing of color in ?Vector Field Representation? dialo...
ouv [Tue, 18 Mar 2008 10:36:46 +0000 (10:36 +0000)]
Bug IPAL19237 - Qt4 porting: Changing of color in ?Vector Field Representation? dialog box doesn?t influense on presentation in 3D Viewer.

16 years agoBug IPAL19234 - Qt4 porting: No one presentation type is activated in ?Plot3D Definit...
ouv [Tue, 18 Mar 2008 10:22:39 +0000 (10:22 +0000)]
Bug IPAL19234 - Qt4 porting: No one presentation type is activated in ?Plot3D Definition? dialog box.

16 years agoBUG 19142 - "Arrange presentations" dialog is broken
nkv [Tue, 18 Mar 2008 10:00:50 +0000 (10:00 +0000)]
BUG 19142 - "Arrange presentations" dialog is broken

16 years agoBUG 19145 - Error message after call "Selection Info" dialog
nkv [Tue, 18 Mar 2008 09:17:11 +0000 (09:17 +0000)]
BUG 19145 - Error message after call "Selection Info" dialog

16 years agoBUG 19145 - Exception after "Selection Info" call
nkv [Mon, 17 Mar 2008 12:39:04 +0000 (12:39 +0000)]
BUG 19145 - Exception after "Selection Info" call

16 years agoCrash clipping plane fixed (bug 19183)
vsv [Fri, 14 Mar 2008 13:28:58 +0000 (13:28 +0000)]
Crash clipping plane fixed (bug 19183)

16 years agoFix for bug IPAL19203.
mkr [Thu, 13 Mar 2008 15:53:20 +0000 (15:53 +0000)]
Fix for bug IPAL19203.

16 years agoAdditional corrections for IPAL19178.
mkr [Thu, 13 Mar 2008 07:49:31 +0000 (07:49 +0000)]
Additional corrections for IPAL19178.

16 years agoFix for IPAL19178.
mkr [Wed, 12 Mar 2008 06:13:47 +0000 (06:13 +0000)]
Fix for IPAL19178.

16 years agoFix for IPAL19177.
mkr [Tue, 11 Mar 2008 09:03:54 +0000 (09:03 +0000)]
Fix for IPAL19177.

16 years agoTo correct Makefiles according to modifications in check_vtk.m4 file (remove dependen...
mkr [Fri, 7 Mar 2008 12:33:50 +0000 (12:33 +0000)]
To correct Makefiles according to modifications in check_vtk.m4 file (remove dependences from OGL_LIBS in check_vtk.m4).

16 years agoFix pb with standard libraries
vsr [Thu, 6 Mar 2008 14:47:10 +0000 (14:47 +0000)]
Fix pb with standard libraries

16 years ago*** empty log message ***
vsr [Mon, 3 Mar 2008 16:11:05 +0000 (16:11 +0000)]
*** empty log message ***

16 years agoMove VTK_LIBS flags to the end of LDFLAGS to avoid dependence from the native qwt...
mkr [Fri, 29 Feb 2008 15:41:54 +0000 (15:41 +0000)]
Move VTK_LIBS flags to the end of LDFLAGS to avoid dependence from the native qwt library => to avoid the dependence from the native qt library (NB: at the current moment the version of the native qt is lower than 4).

16 years ago*** empty log message ***
stv [Tue, 19 Feb 2008 12:05:32 +0000 (12:05 +0000)]
*** empty log message ***

16 years agoMerge from branch BR_Dev_For_4_0 (from tag mergeto_BR_QT4_Dev_12Feb08) mergefrom_BR_Dev_For_4_0_12Feb08
vsr [Tue, 12 Feb 2008 16:15:54 +0000 (16:15 +0000)]
Merge from branch BR_Dev_For_4_0 (from tag mergeto_BR_QT4_Dev_12Feb08)

16 years agoMerge from BR_Dev_For_4_0 branch (from mergeto_BR_QT4_Dev_17Jan08 tag) before_mergefrom_BR_Dev_For_4_0_12Feb08 mergefrom_BR_Dev_For_4_0_17Jan08
vsr [Mon, 11 Feb 2008 14:46:01 +0000 (14:46 +0000)]
Merge from BR_Dev_For_4_0 branch (from mergeto_BR_QT4_Dev_17Jan08 tag)

16 years agoMerge from BR_Dev_For_4_0 branch (from tag mergeto_BR_QT4_Dev_17Jan08)
vsr [Fri, 8 Feb 2008 14:22:18 +0000 (14:22 +0000)]
Merge from BR_Dev_For_4_0 branch (from tag mergeto_BR_QT4_Dev_17Jan08)

16 years agofix for bug: VVTK view's scene is not shown before_mergefrom_BR_Dev_For_4_0_17Jan08
asl [Fri, 18 Jan 2008 07:58:34 +0000 (07:58 +0000)]
fix for bug: VVTK view's scene is not shown

16 years ago*** empty log message ***
vsr [Thu, 27 Dec 2007 12:02:20 +0000 (12:02 +0000)]
*** empty log message ***

16 years ago*** empty log message *** snapshot_171207
stv [Mon, 17 Dec 2007 14:18:20 +0000 (14:18 +0000)]
*** empty log message ***

17 years ago*** empty log message *** snapshot_291007
vsr [Thu, 4 Oct 2007 08:54:54 +0000 (08:54 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
vsr [Tue, 21 Aug 2007 14:47:46 +0000 (14:47 +0000)]
*** empty log message ***

17 years agoFix unresolvable symbols
abd [Tue, 21 Aug 2007 05:41:24 +0000 (05:41 +0000)]
Fix unresolvable symbols

17 years agoFix dependence of ObjectBrowser and signal for ButtonGroup (buttonClicked() instead...
abd [Tue, 21 Aug 2007 05:40:43 +0000 (05:40 +0000)]
Fix dependence of ObjectBrowser and signal for ButtonGroup (buttonClicked() instead clicked())

17 years agoFix unresolvable symbols and dependence of ObjectBrowser
abd [Tue, 21 Aug 2007 05:39:11 +0000 (05:39 +0000)]
Fix unresolvable symbols and dependence of ObjectBrowser

17 years agoFirst executable version
abd [Mon, 13 Aug 2007 09:09:39 +0000 (09:09 +0000)]
First executable version

17 years agoTo fix retriving data on points of a selected cell V4_0 start_porting_to_qt4
apo [Fri, 25 May 2007 14:40:50 +0000 (14:40 +0000)]
To fix retriving data on points of a selected cell

17 years agoMinor changes
apo [Fri, 25 May 2007 14:25:46 +0000 (14:25 +0000)]
Minor changes

17 years agoMinor changes
apo [Fri, 25 May 2007 14:20:42 +0000 (14:20 +0000)]
Minor changes

17 years agoFix for Bug IPAL16066
apo [Fri, 25 May 2007 14:17:44 +0000 (14:17 +0000)]
Fix for Bug IPAL16066
 - IOLS. Selection info: no Data on elements

17 years agoFix bug 16041: IOLS. Regression with selection.
jfa [Fri, 25 May 2007 13:09:01 +0000 (13:09 +0000)]
Fix bug 16041: IOLS. Regression with selection.

17 years agoFixing bug 16061: IOLS. Attribute error on load script, dumped from attached study...
jfa [Fri, 25 May 2007 10:07:59 +0000 (10:07 +0000)]
Fixing bug 16061: IOLS. Attribute error on load script, dumped from attached study. Fix a bug, leading to creation of invalid study.

17 years agoFix for Bug IPAL16060
apo [Thu, 24 May 2007 14:17:50 +0000 (14:17 +0000)]
Fix for Bug IPAL16060
 - IOLS. To update "VISU_Example_03.py" for work without errors.

17 years agoFix bug 15976: IOLS. Problem with dynamic_cast and dynamically loaded libraries.
jfa [Thu, 24 May 2007 13:23:24 +0000 (13:23 +0000)]
Fix bug 15976: IOLS. Problem with dynamic_cast and dynamically loaded libraries.

17 years agoTo avoid duplication in LDFLAGS
apo [Thu, 24 May 2007 07:59:52 +0000 (07:59 +0000)]
To avoid duplication in LDFLAGS

17 years agoTo fix regression with restoring of presentation scalar bar title
apo [Thu, 24 May 2007 07:59:23 +0000 (07:59 +0000)]
To fix regression with restoring of presentation scalar bar title

17 years agoFix for Bug IPAL15982
apo [Thu, 24 May 2007 06:11:26 +0000 (06:11 +0000)]
Fix for Bug IPAL15982
 - IOLS. Incorrect work of play slider with mouse

17 years agoFix for Bug IPAL16051
apo [Wed, 23 May 2007 13:42:03 +0000 (13:42 +0000)]
Fix for Bug IPAL16051
 - IOLS. Mandriva64 porting: CRASH after trying to create ScalarMap presentation.

17 years agoTo remove useless message
apo [Wed, 23 May 2007 12:51:41 +0000 (12:51 +0000)]
To remove useless message

17 years agoUse SameAs functionality instead of pure GUI - storeToObject
apo [Wed, 23 May 2007 12:51:12 +0000 (12:51 +0000)]
Use SameAs functionality instead of pure GUI - storeToObject

17 years agoIn context of fix for Bug IPAL16041 - IOLS. Regressions with selection
apo [Wed, 23 May 2007 12:50:20 +0000 (12:50 +0000)]
In context of fix for Bug IPAL16041 - IOLS. Regressions with selection

17 years agoFix for Bug IPAL16041
apo [Wed, 23 May 2007 12:48:01 +0000 (12:48 +0000)]
Fix for Bug IPAL16041
 - IOLS. Regressions with selection

17 years agoCrash on TimeStamps.med / pression - IsoSurfaces
apo [Wed, 23 May 2007 10:49:36 +0000 (10:49 +0000)]
Crash on TimeStamps.med / pression - IsoSurfaces

17 years agoJust improve layouting
apo [Wed, 23 May 2007 10:28:44 +0000 (10:28 +0000)]
Just improve layouting

17 years agoFix for Bug IPAL16044
apo [Wed, 23 May 2007 10:28:20 +0000 (10:28 +0000)]
Fix for Bug IPAL16044
 - IOLS. fatal error SIGSEGV on some presentations

17 years agoFix for Bug IPAL16044
apo [Wed, 23 May 2007 09:58:15 +0000 (09:58 +0000)]
Fix for Bug IPAL16044
 - IOLS. fatal error SIGSEGV on some presentations

17 years agoFix for Bug IPAL16028
apo [Wed, 23 May 2007 09:38:17 +0000 (09:38 +0000)]
Fix for Bug IPAL16028
 - IOLS. Bad view of the ScalarMap created on groups.

17 years agoFix for Bug IPAL16036
apo [Wed, 23 May 2007 08:28:02 +0000 (08:28 +0000)]
Fix for Bug IPAL16036
 - IOLS. Slider has no cross closing button

17 years agoFix for Bug IPAL16034
apo [Wed, 23 May 2007 06:39:39 +0000 (06:39 +0000)]
Fix for Bug IPAL16034
 - IOLS. Wrong ScalarMap presentation is created for the "ssnv164a.resu.med".

17 years agoFix bugs 15980,15981: IOLS: 'AVI' and 'MORE' buttons are always inactive.
jfa [Tue, 22 May 2007 12:35:46 +0000 (12:35 +0000)]
Fix bugs 15980,15981: IOLS: 'AVI' and 'MORE' buttons are always inactive.

17 years agoFix for Bug IPAL16038
apo [Tue, 22 May 2007 12:31:42 +0000 (12:31 +0000)]
Fix for Bug IPAL16038
 - IOLS. Fatal error on playing non-visible StreamLines

17 years agoFix bug 16037: IOLS. Fatal error on playing two presentations with different time...
jfa [Tue, 22 May 2007 11:38:59 +0000 (11:38 +0000)]
Fix bug 16037: IOLS. Fatal error on playing two presentations with different time stamps.

17 years agoCompletion implementation of PAL13246
apo [Tue, 22 May 2007 10:46:37 +0000 (10:46 +0000)]
Completion implementation of PAL13246

17 years agoFix bug 16003: IOLS. Wrong items are in 'Scalar Mode' listbox during ScalarMap_On_Def...
jfa [Tue, 22 May 2007 08:00:06 +0000 (08:00 +0000)]
Fix bug 16003: IOLS. Wrong items are in 'Scalar Mode' listbox during ScalarMap_On_DeformedShape creation.

17 years agoFix bug 15990: IOLS. fatal error SIGSEGV on activate Post-Pro for this hdf.
jfa [Tue, 22 May 2007 07:06:49 +0000 (07:06 +0000)]
Fix bug 15990: IOLS. fatal error SIGSEGV on activate Post-Pro for this hdf.

17 years agoMerge from BR_mergefrom_BR_Dev_For_4_0 mergefrom_BR_mergefrom_BR_Dev_For_4_0_21May07 mergefrom_T_EDF_15278_22May07
apo [Mon, 21 May 2007 14:10:21 +0000 (14:10 +0000)]
Merge from BR_mergefrom_BR_Dev_For_4_0

17 years agoFix global links to local for correct work on any station V4_0rc1 V4_0rc1_automake V4_0rc2
abd [Wed, 25 Apr 2007 09:22:23 +0000 (09:22 +0000)]
Fix global links to local for correct work on any station

17 years agoFix mistake in Makefile.am ( .so instead .la )
abd [Wed, 25 Apr 2007 06:54:22 +0000 (06:54 +0000)]
Fix mistake in Makefile.am ( .so instead .la )

17 years agoSmall modification
maintenance team [Mon, 23 Apr 2007 14:22:29 +0000 (14:22 +0000)]
Small modification

17 years agoFix mistakes in porting on VTK 5.0
abd [Fri, 20 Apr 2007 07:52:49 +0000 (07:52 +0000)]
Fix mistakes in porting on VTK 5.0

17 years agoMerging from V3_2_6pre4 and BR40_WP_1_2_2
abd [Wed, 18 Apr 2007 15:43:39 +0000 (15:43 +0000)]
Merging from V3_2_6pre4 and BR40_WP_1_2_2

17 years agofix compilation problem Before_Merging_With_V3_2_6pre4
abd [Tue, 17 Apr 2007 10:42:55 +0000 (10:42 +0000)]
fix compilation problem

17 years agoMigration to autotools after_AutoTools
mpv [Mon, 16 Apr 2007 06:22:06 +0000 (06:22 +0000)]
Migration to autotools

17 years agoMigration to autotools
mpv [Mon, 16 Apr 2007 06:19:09 +0000 (06:19 +0000)]
Migration to autotools

17 years agoProvide more user-friendly behaviour if AVI recording is not available: warning on... V4_0a2 before_AutoTools
jfa [Thu, 22 Mar 2007 10:31:23 +0000 (10:31 +0000)]
Provide more user-friendly behaviour if AVI recording is not available: warning on attempt to use instead of controls disabling.

17 years agoPorting to VTK-5.0.0
enk [Thu, 15 Mar 2007 15:08:47 +0000 (15:08 +0000)]
Porting to VTK-5.0.0

17 years agoUpdate Salome version T4_0_a1 V4_0a1
abd [Fri, 9 Feb 2007 15:30:26 +0000 (15:30 +0000)]
Update Salome version

17 years agoMerging with WPdev
abd [Wed, 7 Feb 2007 12:31:00 +0000 (12:31 +0000)]
Merging with WPdev

17 years agoMerging with WPdev
abd [Wed, 7 Feb 2007 12:17:47 +0000 (12:17 +0000)]
Merging with WPdev

18 years agoThis commit was generated by cvs2git to create branch 'BR_Dev_For_4_0'.
admin [Mon, 18 Sep 2006 05:44:27 +0000 (05:44 +0000)]
This commit was generated by cvs2git to create branch 'BR_Dev_For_4_0'.

Sprout from V3_2_0_maintainance 2006-09-18 05:44:26 UTC enk <enk@opencascade.com> 'Fix for Bug IPAL12882'
Cherrypick from V3_2_0_maintainance 2006-06-08 09:43:23 UTC admin <salome-admin@opencascade.com> 'This commit was generated by cvs2git to create branch 'V3_2_0_maintainance'.':
    doc/salome/tui/VISU/sources/bg_salome.gif
    src/VISU_SWIG/batch_test_events.py
    src/VISU_SWIG/test_events.py

18 years agoFix for Bug IPAL12882
enk [Mon, 18 Sep 2006 05:44:26 +0000 (05:44 +0000)]
Fix for Bug IPAL12882
  Setup Aniamtion: "Use range of time stamps" discards modification of properties

It's unnecessaty to recompute values for properties, if ranges was't changed.

18 years agoFix for Bug PAL13239
apo [Thu, 7 Sep 2006 05:50:43 +0000 (05:50 +0000)]
Fix for Bug PAL13239
 - Numerations of elements(nodes) for the same mesh in Mesh and Post-Pro modules are different.

18 years agoTo fix compilation bug in case of Mandriva64 usage. V3_2_2pre
apo [Tue, 5 Sep 2006 08:19:23 +0000 (08:19 +0000)]
To fix compilation bug in case of Mandriva64 usage.
The used "glXGetProcAddressARB" function is conditionally declared in the "GL/glx.h". So, to be sure that the function will be acessible in compile time it is necessary to define the "GLX_GLXEXT_LEGACY" preporcessor variable before including the "GL/glx.h" header file.

18 years agoGVIEW12830
ouv [Mon, 4 Sep 2006 12:40:58 +0000 (12:40 +0000)]
GVIEW12830

18 years agoJoin modifications from branch BR_For_OCT_611: migration to OCCT6.1.1 with new except... mergefrom_BR_For_OCT_611_04Sep06
jfa [Mon, 4 Sep 2006 11:35:20 +0000 (11:35 +0000)]
Join modifications from branch BR_For_OCT_611: migration to OCCT6.1.1 with new exception handling and improved threads support.

18 years agoPAL13244, update of documentation
asl [Thu, 31 Aug 2006 04:18:58 +0000 (04:18 +0000)]
PAL13244, update of documentation

18 years agoPAL13262
asl [Tue, 29 Aug 2006 07:58:58 +0000 (07:58 +0000)]
PAL13262

18 years agoFix for bug IPAL12672("Change Clipping" leads to "Fatal error: Attempt to access...
mzn [Mon, 28 Aug 2006 14:14:06 +0000 (14:14 +0000)]
Fix for bug IPAL12672("Change Clipping" leads to "Fatal error: Attempt to access to null object").

18 years agoPAL13029 - scalar bar values aren't stored in case of scalar map on deformed shape
asl [Mon, 28 Aug 2006 07:22:18 +0000 (07:22 +0000)]
PAL13029 - scalar bar values aren't stored in case of scalar map on deformed shape

18 years agoCorrection, because of removing of "est_events.py" and "batch_test_events.py"
akk [Mon, 28 Aug 2006 06:29:20 +0000 (06:29 +0000)]
Correction, because of removing of "est_events.py" and "batch_test_events.py"

18 years agoScript is obsolete, because tries to call "CreateTestView()" and "ShowTestObject...
akk [Fri, 25 Aug 2006 12:05:19 +0000 (12:05 +0000)]
Script is obsolete, because tries to call "CreateTestView()" and "ShowTestObject()" methods aren't defined in "VISU_Gen.idl" (since 1.9 revision)

18 years agoIncrement version number: 3.2.2
vsr [Fri, 25 Aug 2006 07:11:29 +0000 (07:11 +0000)]
Increment version number: 3.2.2

18 years agoPAL13141
asl [Fri, 25 Aug 2006 05:16:18 +0000 (05:16 +0000)]
PAL13141

18 years agoPAL12688 - python command <3D view>.ShowPart( VISU.View.VIEWER, 0 ) don't change...
asl [Thu, 24 Aug 2006 13:23:20 +0000 (13:23 +0000)]
PAL12688 - python command <3D view>.ShowPart( VISU.View.VIEWER, 0 ) don't change status of viewer

18 years agoUsing of QGuardedPtrs for SVTK_ViewWindow.
abd [Wed, 23 Aug 2006 14:49:04 +0000 (14:49 +0000)]
Using of QGuardedPtrs for SVTK_ViewWindow.
BUG 12118 and 13026

18 years agoFix for bug 10597 : Post-Pro data incorrect restored from HDF, created on 2.2.6 versi...
mkr [Wed, 23 Aug 2006 05:49:08 +0000 (05:49 +0000)]
Fix for bug 10597 : Post-Pro data incorrect restored from HDF, created on 2.2.6 version in 3.1.0a2 version.

18 years agoUpdate table of contents: add reference to Python documentation.
mkr [Tue, 22 Aug 2006 08:04:49 +0000 (08:04 +0000)]
Update table of contents: add reference to Python documentation.