Commit Graph

273 Commits

Author SHA1 Message Date
jfa
9e091cbbbc Fix bug 17577: Help in 4x: Page is not displayed. 2007-12-05 11:47:28 +00:00
ouv
e9c972fa1f Bug IPAL18040 - 4.x: color of the displayed edge group doesn't correspond to set one. 2007-12-03 09:48:14 +00:00
eap
f09f98d9c2 PAL16617 (Modification/Transformation operations with copy don't create a new mesh)
fix message string
2007-11-29 12:52:50 +00:00
jfa
4a314e77eb Fix bug 17655: 'Show' and 'Display only' don't work on Mesh root object. 2007-11-26 13:21:41 +00:00
jfa
a3511231dc Fix bug 17722: menu for 'Geometry' button of 'Create Sub-mesh' dlg was lost. 2007-11-21 11:20:17 +00:00
jfa
d2bb955929 Update Help references (bug 17577) 2007-11-20 12:14:55 +00:00
eap
e7636315f5 PAL16842 (Genertion of groups when a mesh is transformed)
+  QCheckBox*        MakeGroupsCheck;
2007-11-12 10:00:22 +00:00
eap
6e73804458 PAL16774 (Crash after display of many groups)
+  void RemoveVisuData(int studyID);
-  void UpdateView (SUIT_ViewWindow*,
+  bool UpdateView (SUIT_ViewWindow*,
2007-11-07 10:14:24 +00:00
eap
65bad49375 PAL16774 (Crash after display of many groups)
add SMESH_VISU_PROBLEM_CLEAR
2007-11-07 10:06:00 +00:00
eap
edf16dcfc6 PAL16202,16203 (Propagation 1D on edges group)
1) avoid double "Salome exception" in error description
     2) select mesh after visualization
2007-11-07 09:50:37 +00:00
eap
1a2cff525d PAL16774 (Crash after display of many groups)
+  virtual void                studyClosed( SUIT_Study* );
        and catch during visualization
2007-11-07 09:31:16 +00:00
eap
b0b1fb044d PAL16774 (Crash after display of many groups)
+  virtual void                studyClosed( SUIT_Study* );
2007-11-07 09:30:18 +00:00
ouv
1949fa0f3e Bug NPAL12872 - EDF189 GEOM, SMESH : Visualization of groups with many colors 2007-11-06 08:54:05 +00:00
rnv
e28cd63140 Implementation of NPAL13504 improvement. 2007-10-24 07:05:58 +00:00
jfa
8d59a5ffda NPAL17241: EDF590: Keyboard shortcuts for removing and renaming an object. 2007-10-23 07:06:01 +00:00
dmv
43baeb818c NPAL 16561 2007-10-23 06:39:12 +00:00
dmv
4e6faba5b9 NPAL16561 2007-10-18 13:28:46 +00:00
eap
6814271570 PAL16774 (Crash after display of many groups)
add missing white space to SMESH_CONTINUE_MESH_VISUALIZATION
2007-10-03 08:51:29 +00:00
eap
1ec6e6b0ec PAL14858 (The Mesh Info Dialog Box is too slow)
fix mesh update
2007-10-02 14:18:14 +00:00
eap
1db9bf4129 PAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
-  void Update(const Handle(SALOME_InteractiveObject)& theIO,
+  bool Update(const Handle(SALOME_InteractiveObject)& theIO,
2007-09-24 13:53:31 +00:00
eap
b18c323afd PAL16631 (SALOME crash after a mesh computation failed due to lack of memory)
fix misspelling
2007-09-24 13:48:53 +00:00
mzn
9010d190b3 Fix for Bug NPAL16771 (EDF 556 SMESH : Can't select some groups of nodes in the VTK view). 2007-09-17 10:07:18 +00:00
eap
17429a9441 PAL16774,PAL16631(SALOME crash after a mesh computation that failed because of lack of memory)
Catch exceptions during visualization
2007-09-11 06:13:14 +00:00
eap
b7b32942ac - FitAll();
+	      // FitAll(); - PAL16770(Display of a group performs an automatic fit all)
2007-09-10 13:38:49 +00:00
jfa
7f32c96d19 Join modifications from V3_2_0_maintainance branch 2007-08-31 08:28:40 +00:00
jfa
856524def1 Join modifications from V3_2_0_maintainance (V3_2_6pre4 - T32x_16Aug2007_16h00m) 2007-08-21 08:30:33 +00:00
abd
174f30eb78 Integrate improvement PAL13615 from V3_2_0_maintainance 2007-04-24 11:04:11 +00:00
abd
3e125896a0 Fix compilation errors 2007-04-19 09:39:10 +00:00
abd
358f8ddd54 Merging from V3_2_6pre4 2007-04-18 15:44:59 +00:00
abd
82decf21b0 Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
enk
af2e05780a Porting to VTK-5.0.0 2007-03-15 15:10:27 +00:00
abd
9d11375af4 Merging with WPdev 2007-02-07 12:14:23 +00:00
jfa
ffd567ddfa PAL13409: EDF282 SMESH: Tetrahedron is added if we specify Mefisto. 2006-09-08 11:18:59 +00:00
jfa
9ab6519add PAL12755: EDF: SALOME frozen with Load Script and a Python Module. Improve fix to not catch exceptions. 2006-08-16 10:25:26 +00:00
jfa
1cfad77716 PAL12755: EDF: SALOME frozen with Load Script and a Python Module. Additional fix. 2006-08-15 09:52:22 +00:00
mzn
1b6700a4a5 Fix for bug IPAL10053. 2006-07-28 09:51:49 +00:00
skl
fba89e60bc Correction for bug IPAL12631. 2006-07-27 11:16:54 +00:00
mzn
5c744000ba Fix for IPAL12387. 2006-07-21 14:13:45 +00:00
mzn
9481b237a1 Fix for PAL6643. 2006-07-21 10:16:50 +00:00
skl
882f929e86 Add needed message for bug PAL5437. 2006-07-14 07:42:30 +00:00
skl
102ebded1b Update method isValid() for bug IPAL11201. 2006-07-14 06:24:54 +00:00
jfa
912e56d747 PAL12755: SALOME frozen with 'Load Script' and a python module. A fix by Christian CAREMOLI. 2006-07-12 14:34:12 +00:00
eap
9d574375ee PAL12789. Add and use COORD_MIN and COORD_MAX macros 2006-07-03 14:23:38 +00:00
jfa
36f1b2af07 PAL11898: Extrusion Along a Path: Only edge can be used as a path shape. 2006-06-29 10:24:47 +00:00
eap
77d42b7c3c fix PAL8769: make small values be correctly shown 2006-06-27 11:16:07 +00:00
mzn
1335ea8843 Fix for PAL10496. 2006-06-23 12:51:59 +00:00
skl
337b491aaf Method ::createMesh() is corrected for bug PAL12652.
(Creation of meshes for few GeomEntry is implemented).
2006-06-21 08:32:29 +00:00
jfa
06890db430 PAL12662: salome_test.py execution crashes Salome on some stations. 2006-06-20 13:21:00 +00:00
jfa
c63ee099ad Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
jfa
7cab0901cb Fix bug 10955: Collisions with 'Ctrl+I' and 'Ctrl+M' hot keys. 2006-05-10 14:34:56 +00:00