Salome HOME
modules/smesh.git
15 years agoDump Python Extension TG_DumpPython_Extension_1
ouv [Sat, 1 Nov 2008 14:41:52 +0000 (14:41 +0000)]
Dump Python Extension

15 years agoDump Python Extension
ouv [Fri, 31 Oct 2008 13:41:04 +0000 (13:41 +0000)]
Dump Python Extension

15 years agoOrientation of faces is added for new elements' preview (remark for issue 0017291... V5_1_0a2
ouv [Fri, 26 Sep 2008 12:00:26 +0000 (12:00 +0000)]
Orientation of faces is added for new elements' preview (remark for issue 0017291: EDF 591 SMESH : Visualization of the orientation of the normal vector of the mesh faces)

15 years agoAdditional fix for the issue 19964.
rnv [Thu, 25 Sep 2008 05:36:22 +0000 (05:36 +0000)]
Additional fix for the issue 19964.

15 years agoImplementation of the issue 19950.
rnv [Thu, 25 Sep 2008 05:34:45 +0000 (05:34 +0000)]
Implementation of the issue 19950.

15 years agoFix 'make dist' procedure bugs V5_1_0a1
vsr [Fri, 19 Sep 2008 05:19:40 +0000 (05:19 +0000)]
Fix 'make dist' procedure bugs

15 years agoFix of issue 0019967: EDF SMESH 806: TUI script example is missing for the Concatenat...
akl [Thu, 18 Sep 2008 07:52:07 +0000 (07:52 +0000)]
Fix of issue 0019967: EDF SMESH 806: TUI script example is missing for the Concatenate and ConcatenateWithGroups functions.

15 years agoAdditional fix for issue 16186.
rnv [Wed, 17 Sep 2008 13:47:00 +0000 (13:47 +0000)]
Additional fix for issue 16186.
Quadrangle split into 2 triangles by smallest diagonal.

15 years agoFix for issue 19964 EDF SMESH 803( Bad dump script of revolutionned mesh with groups).
rnv [Wed, 17 Sep 2008 10:31:27 +0000 (10:31 +0000)]
Fix for issue 19964 EDF SMESH 803( Bad dump script of revolutionned mesh with groups).

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 11:57:30 +0000 (11:57 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
  remove extra code

15 years agoadd more error messages
eap [Tue, 16 Sep 2008 10:04:38 +0000 (10:04 +0000)]
add more error messages

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 08:59:29 +0000 (08:59 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
  Add new NETGEN parameters to Mesh_Triangle and Mesh_Tetrahedron algorithms

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 08:57:26 +0000 (08:57 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
         <message>
+            <source>SUBMESH_NOT_ALLOWED</source>
+            <translation>No sense in creating a submesh ignored by global algorithm "%1"</translation>
+        </message>

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 08:56:38 +0000 (08:56 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
  Read a new aglo attribute "support-submeshes":

+      QString suppSub = atts.value("support-submeshes");
+      if ( !suppSub.isEmpty() )
+        isSupportSubmeshes = (suppSub == "true");
+

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 08:55:16 +0000 (08:55 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
 //================================================================================
 /*!
+ * \brief Return name of the algorithm that does not support submeshes and makes
+ * submesh creation useless
+ *  \retval char* - string is to be deleted!!!
+ */
+//================================================================================
+
+char* SMESHGUI_MeshOp::isSubmeshIgnored() const

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 08:51:05 +0000 (08:51 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+  bool IsSupportSubmeshes; //!< TRUE if the algo building all-dim elems supports submeshes

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 08:49:28 +0000 (08:49 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
1)        algo->Compute() depending on algo->SupportSubmeshes()
2)
+  /*!
+   * \brief Return true if no mesh entities is bound to the submesh
+   */
+  bool IsEmpty() const;

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 08:46:01 +0000 (08:46 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+  /*!
+   * \brief Return an alternative parameter for a node on seam
+   */
+  double GetOtherParam(const double param) const;

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 08:45:09 +0000 (08:45 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
   const SMESH_Hypothesis * GetHypothesis(const TopoDS_Shape &    aSubShape,
                                          const SMESH_HypoFilter& aFilter,
-                                         const bool              andAncestors) const;
+                                         const bool              andAncestors,
+                                         TopoDS_Shape*           assignedTo=0) const;

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 08:44:22 +0000 (08:44 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+  static SMESH_HypoPredicate* IsMoreLocalThan(const TopoDS_Shape& theShape);

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 08:43:43 +0000 (08:43 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
        rearrange Compute()

15 years ago[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
eap [Tue, 16 Sep 2008 08:42:30 +0000 (08:42 +0000)]
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+  bool SupportSubmeshes() const { return _supportSubmeshes; }
+  // 5 - whether supports submeshes if !NeedDescretBoundary()

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

15 years agoRemove obsolete files
vsr [Tue, 16 Sep 2008 03:27:48 +0000 (03:27 +0000)]
Remove obsolete files

15 years agoImplement 'make dist' and 'make distcheck' steps support
vsr [Tue, 16 Sep 2008 03:20:19 +0000 (03:20 +0000)]
Implement 'make dist' and 'make distcheck' steps support

15 years agoPorting to CAS-6.3
maintenance team [Fri, 12 Sep 2008 14:55:45 +0000 (14:55 +0000)]
Porting to CAS-6.3

15 years agoRemark for issue 17291 EDF 591 SMESH : Visualization of the orientation of the normal...
ouv [Fri, 12 Sep 2008 11:40:22 +0000 (11:40 +0000)]
Remark for issue 17291 EDF 591 SMESH : Visualization of the orientation of the normal vector of the mesh faces

15 years agoIMP 0016175: EDF455: Save GUIState don't redisplay the objects.
jfa [Tue, 9 Sep 2008 14:36:46 +0000 (14:36 +0000)]
IMP 0016175: EDF455: Save GUIState don't redisplay the objects.

15 years agoFix compilation conflict on Linux stations with installed f77 and gfortran at the...
abd [Tue, 9 Sep 2008 09:41:17 +0000 (09:41 +0000)]
Fix compilation conflict on Linux stations with installed f77 and gfortran at the same time

15 years agoPorting functionality on Win32 Platform
abd [Thu, 4 Sep 2008 13:53:04 +0000 (13:53 +0000)]
Porting functionality on Win32 Platform

15 years agoInitialize some fields before usage.
jfa [Wed, 3 Sep 2008 07:05:53 +0000 (07:05 +0000)]
Initialize some fields before usage.

15 years ago[SALOME platform 0019943]: Pb with projection 2d
eap [Tue, 2 Sep 2008 08:46:36 +0000 (08:46 +0000)]
[SALOME platform 0019943]: Pb with projection 2d
     In SMESH_Pattern::Load(mesh,face), fix treating seam vertices of not seam edges

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

15 years agoIMP 0016693: EDF461: To use BelongToGeom or LyingOnGeom with non-subshape Objects.
jfa [Tue, 26 Aug 2008 07:55:14 +0000 (07:55 +0000)]
IMP 0016693: EDF461: To use BelongToGeom or LyingOnGeom with non-subshape Objects.

15 years agoImplementation of new version of meshing for QuadranglePreference for feature 0016220...
skl [Mon, 18 Aug 2008 07:39:04 +0000 (07:39 +0000)]
Implementation of new version of meshing for QuadranglePreference for feature 0016220 from Mantis.

15 years agoBug IPAL20033 Error after Close Study with Change Clipping dialog box opened. Sometim...
dmv [Tue, 12 Aug 2008 12:44:55 +0000 (12:44 +0000)]
Bug IPAL20033 Error after Close Study with Change Clipping dialog box opened. Sometimes it either crashes or hangs up.

15 years agoImplementation on the issue 16186: EDF PAL 459: Mapping: when refining, to separate...
rnv [Tue, 12 Aug 2008 09:52:11 +0000 (09:52 +0000)]
Implementation on the issue 16186: EDF PAL 459: Mapping: when refining, to separate quadrangles into 2 triangles.

15 years agoBug 0016155: EDF PAL 447: If the shape is a Shell, disable 3D tab.
jfa [Mon, 11 Aug 2008 11:00:16 +0000 (11:00 +0000)]
Bug 0016155: EDF PAL 447: If the shape is a Shell, disable 3D tab.

15 years agoMerging with BR_WPdev_For_5_0
abd [Fri, 8 Aug 2008 07:45:27 +0000 (07:45 +0000)]
Merging with BR_WPdev_For_5_0

15 years agoFeature 0017291: EDF 591 SMESH : Visualization of the orientation of the normal vecto...
ouv [Tue, 5 Aug 2008 09:43:34 +0000 (09:43 +0000)]
Feature 0017291: EDF 591 SMESH : Visualization of the orientation of the normal vector of the mesh faces

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

15 years agoTo implement issue 0016172: EDF 452 SMESH : Define in the preferences if we want...
akl [Thu, 31 Jul 2008 06:45:54 +0000 (06:45 +0000)]
To implement issue 0016172: EDF 452 SMESH : Define in the preferences if we want or not the Mesh info Box (at end of computation).

15 years agomerge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_29Jul08)
vsr [Tue, 29 Jul 2008 14:08:56 +0000 (14:08 +0000)]
merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_29Jul08)

15 years agoMerge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_08Jul08)
vsr [Wed, 23 Jul 2008 11:49:09 +0000 (11:49 +0000)]
Merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_08Jul08)

15 years agoMerge from BR_Dev_For_4_0 branch (from tag mergeto_BR_QT4_Dev_07Jul08)
vsr [Tue, 22 Jul 2008 09:10:35 +0000 (09:10 +0000)]
Merge from BR_Dev_For_4_0 branch (from tag mergeto_BR_QT4_Dev_07Jul08)

15 years ago*** empty log message ***
stv [Thu, 17 Jul 2008 11:15:12 +0000 (11:15 +0000)]
*** empty log message ***

15 years agoSalome5x : fix for bug IPAL13068 : There is no help page for "Hypothesis Construction...
mkr [Tue, 1 Jul 2008 05:21:23 +0000 (05:21 +0000)]
Salome5x : fix for bug IPAL13068 : There is no help page for "Hypothesis Construction" dlg for "Netgen 1D-2D-3D" hypothesis.

15 years agoFix problems:
vsr [Sat, 7 Jun 2008 11:03:19 +0000 (11:03 +0000)]
Fix problems:
- too small width of Filter dialog box
- allow activating filter items by single click

15 years agoFix a bug from the additional comment from Ilya MATVEYEV 2008-04-28 14:32 for bug...
akl [Fri, 6 Jun 2008 11:25:41 +0000 (11:25 +0000)]
Fix a bug from the additional comment from Ilya MATVEYEV 2008-04-28 14:32 for bug IPAL19572: the content of previously created filter is not cleaned.

15 years agoFix IPAL19670(Qt4 porting: Selection filters library - Unexpected error message).
akl [Fri, 6 Jun 2008 11:19:10 +0000 (11:19 +0000)]
Fix IPAL19670(Qt4 porting: Selection filters library - Unexpected error message).

15 years agoFix for bug IPAL19890(Qt4 porting. Default Presicion = 0. Mesh Algorithm Wire Discret...
mzn [Wed, 4 Jun 2008 12:29:23 +0000 (12:29 +0000)]
Fix for bug IPAL19890(Qt4 porting. Default Presicion = 0. Mesh Algorithm Wire Discretisation, Hypothesis Average Length).

15 years agoFix for bug IPAL19909(Qt4 porting. Incorrect default value f(t) 1e+20 in Distribution...
mzn [Wed, 4 Jun 2008 08:31:20 +0000 (08:31 +0000)]
Fix for bug IPAL19909(Qt4 porting. Incorrect default value f(t) 1e+20 in Distribution with table density, Nb Segment Hypothesis Construction).

15 years agoFix for bug IPAL19810(Qt4 porting: Modification - Smoothing after operation cursor...
mzn [Tue, 3 Jun 2008 11:47:27 +0000 (11:47 +0000)]
Fix for bug IPAL19810(Qt4 porting: Modification - Smoothing after operation cursor remains to be "watches").

15 years agoFix for bug IPAL19437.
mzn [Wed, 21 May 2008 08:46:45 +0000 (08:46 +0000)]
Fix for bug IPAL19437.

15 years agoPAL19669: sensitive zone of OK button is very small
asl [Wed, 30 Apr 2008 05:33:05 +0000 (05:33 +0000)]
PAL19669: sensitive zone of OK button is very small

15 years agoFix for IPAL19590: Qt4 porting: Segmentation violation at Modification - add Quadrati...
mkr [Tue, 29 Apr 2008 13:58:41 +0000 (13:58 +0000)]
Fix for IPAL19590: Qt4 porting: Segmentation violation at Modification - add Quadratic Tetrahedron.

15 years agoFix of IPAL19560 (Qt4 porting: Colors/Size - problems in "Preferences - Set Color... V5_0_0 V5_0_0rc1
akl [Fri, 25 Apr 2008 11:31:43 +0000 (11:31 +0000)]
Fix of IPAL19560 (Qt4 porting: Colors/Size - problems in "Preferences - Set Color" dialog).

15 years agoFix of IPAL19633 (Qt4 porting. Strange value of Tolerance when use spin box): set...
akl [Fri, 25 Apr 2008 07:13:46 +0000 (07:13 +0000)]
Fix of IPAL19633 (Qt4 porting. Strange value of Tolerance when use spin box): set step=0.00001 instead of 0.1.

15 years agoFix of IPAL19661 (Qt4 porting. Merge Nodes (Elements).Edit selected group.Selection...
akl [Thu, 24 Apr 2008 11:46:09 +0000 (11:46 +0000)]
Fix of IPAL19661 (Qt4 porting. Merge Nodes (Elements).Edit selected group.Selection of elements differs).

15 years agoFix of IPAL19446 (Qt4 porting. Cancel on Export MED file leads to inapplicable warning).
akl [Wed, 23 Apr 2008 13:04:17 +0000 (13:04 +0000)]
Fix of IPAL19446 (Qt4 porting. Cancel on Export MED file leads to inapplicable warning).

15 years agoFix of IPAL19621 (Qt4 porting: regress of automatic assign a set of hypotheses).
vsr [Wed, 23 Apr 2008 11:11:39 +0000 (11:11 +0000)]
Fix of IPAL19621 (Qt4 porting: regress of automatic assign a set of hypotheses).

15 years agoFix of IPAL19621 (Qt4 porting: regress of automatic assign a set of hypotheses).
akl [Wed, 23 Apr 2008 07:41:48 +0000 (07:41 +0000)]
Fix of IPAL19621 (Qt4 porting: regress of automatic assign a set of hypotheses).

16 years agoPAL19566
asl [Mon, 21 Apr 2008 08:11:59 +0000 (08:11 +0000)]
PAL19566

16 years agoNew icons for Smesh module.
mzn [Thu, 17 Apr 2008 13:14:26 +0000 (13:14 +0000)]
New icons for Smesh module.

16 years agoPAL19566, PAL19567, PAL19571, PAL19572
asl [Thu, 17 Apr 2008 11:33:56 +0000 (11:33 +0000)]
PAL19566, PAL19567, PAL19571, PAL19572

16 years agoPAL19582 : crash on apply
asl [Thu, 17 Apr 2008 11:33:07 +0000 (11:33 +0000)]
PAL19582 : crash on apply

16 years agoFixing of IPAL19468 (Qt4 porting: "Create sub-mesh" dialog - no choice on Geometry...
akl [Thu, 17 Apr 2008 05:55:03 +0000 (05:55 +0000)]
Fixing of IPAL19468 (Qt4 porting: "Create sub-mesh" dialog - no choice on Geometry selection).

16 years agoSMESHGUI_HypothesesUtils.* : replace STL classes (map, list, ...) by Qt classes...
mkr [Fri, 11 Apr 2008 15:50:30 +0000 (15:50 +0000)]
SMESHGUI_HypothesesUtils.* : replace STL classes (map, list, ...) by Qt  classes (QMap, QList, ...)

16 years ago1) Fix for bug IPAL19258 : Qt4 porting. Incorrect view of Preferences: no default...
mkr [Fri, 11 Apr 2008 14:02:03 +0000 (14:02 +0000)]
1) Fix for bug IPAL19258 : Qt4 porting. Incorrect view of Preferences: no default color; small black square; alignment.
2) SMESHGUI_Preferences_ScalarBarDlg dialog box: add <Help> button.

16 years agoBug IPAL19465 - QT4 porting: crash creating add.hypothesis
ouv [Fri, 11 Apr 2008 10:51:22 +0000 (10:51 +0000)]
Bug IPAL19465 - QT4 porting: crash creating add.hypothesis

16 years agoBug IPAL19515 - Qt4 porting. Smoothing. Name of whole mesh, submesh or group doesn...
ouv [Thu, 10 Apr 2008 12:18:58 +0000 (12:18 +0000)]
Bug IPAL19515 - Qt4 porting. Smoothing. Name of whole mesh, submesh or group doesn't appear.

16 years agoFixing of IPAL19491 (Qt4 porting. Merge Nodes (Elements). Edit selected group. Bad...
akl [Thu, 10 Apr 2008 05:21:55 +0000 (05:21 +0000)]
Fixing of IPAL19491 (Qt4 porting. Merge Nodes (Elements). Edit selected group. Bad disposition).

16 years agoFixing of IPAL19511 (Qt4 porting. View button of selection in Symmetry window is...
akl [Wed, 9 Apr 2008 12:44:59 +0000 (12:44 +0000)]
Fixing of IPAL19511 (Qt4 porting. View button of selection in Symmetry window is wrong).

16 years agoFix for bug IPAL19502 (Qt4 porting. Edit Group. Ok (Apply) doesn't become active...
mzn [Wed, 9 Apr 2008 12:02:44 +0000 (12:02 +0000)]
Fix for bug IPAL19502 (Qt4 porting. Edit Group. Ok (Apply) doesn't become active after change of color).

16 years agoBug IPAL19470 - Qt4 porting. Orientation, Filter. Crash after selection Bad oriented...
ouv [Wed, 9 Apr 2008 11:52:07 +0000 (11:52 +0000)]
Bug IPAL19470 - Qt4 porting. Orientation, Filter. Crash after selection Bad oriented volume and check Mesh

16 years agoBug IPAL19464 - Qt4 porting. Orientation. Error on "Add to.." and "Copy from" in...
ouv [Wed, 9 Apr 2008 09:33:37 +0000 (09:33 +0000)]
Bug IPAL19464 - Qt4 porting. Orientation. Error on "Add to.." and "Copy from" in Filter for Faces(..Volumes)

16 years agoFix for bug PAL19432 (Qt4 porting: Application crash at Add button push (Set Filters...
mzn [Tue, 8 Apr 2008 15:22:29 +0000 (15:22 +0000)]
Fix for bug PAL19432 (Qt4 porting: Application crash at Add button push (Set Filters dialog, Create Group).

16 years agoFixing of IPAL19489 (QT4 porting: loading pattern is impossible).
akl [Tue, 8 Apr 2008 12:14:31 +0000 (12:14 +0000)]
Fixing of IPAL19489 (QT4 porting: loading pattern is impossible).

16 years agoFix of IPAL19448 (Qt4 porting: application hungs up at several Import MED file cycles).
akl [Tue, 8 Apr 2008 10:40:18 +0000 (10:40 +0000)]
Fix of IPAL19448 (Qt4 porting: application hungs up at several Import MED file cycles).

16 years agoFix for bug IPAL19438 : Qt4 porting. MESH. For many fields number of digits after...
mkr [Mon, 7 Apr 2008 12:01:32 +0000 (12:01 +0000)]
Fix for bug IPAL19438 : Qt4 porting. MESH. For many fields number of digits after comma very little: 3 only.

16 years agoBug IPAL19467 - QT4 porting: geometrical group is not selected for mesh group
ouv [Mon, 7 Apr 2008 09:54:43 +0000 (09:54 +0000)]
Bug IPAL19467 - QT4 porting: geometrical group is not selected for mesh group

16 years agoFix of IPAL19449 (Qt4 porting: Too short warning at MED file import): the file has...
akl [Fri, 4 Apr 2008 12:35:54 +0000 (12:35 +0000)]
Fix of IPAL19449 (Qt4 porting: Too short warning at MED file import): the file has been generated by modified 'po2ts' utility.

16 years agoBug IPAL19442 - Qt4 porting. Merge nodes. Add, Remove, Edit selected group don't...
ouv [Thu, 3 Apr 2008 11:41:33 +0000 (11:41 +0000)]
Bug IPAL19442 - Qt4 porting. Merge nodes. Add, Remove, Edit selected group don't work.

16 years agoUp to date
akl [Thu, 3 Apr 2008 11:08:37 +0000 (11:08 +0000)]
Up to date

16 years agoBug IPAL19413 - Qt4 porting: import salome_test fails
ouv [Tue, 1 Apr 2008 13:11:53 +0000 (13:11 +0000)]
Bug IPAL19413 - Qt4 porting: import salome_test fails

16 years agoQt4 porting: automatic resizing of Hypothesis Construction: Number of Segments dialog.
mkr [Tue, 1 Apr 2008 11:40:34 +0000 (11:40 +0000)]
Qt4 porting: automatic resizing of Hypothesis Construction: Number of Segments dialog.

16 years agoQt4 porting: automatic resizing of Hypothesis Construction: Number of Segments dialog.
mkr [Mon, 31 Mar 2008 14:54:49 +0000 (14:54 +0000)]
Qt4 porting: automatic resizing of Hypothesis Construction: Number of Segments dialog.

16 years agoFix of IPAL19366(Qt4 porting. Adding of items in the list is very long action).
akl [Mon, 31 Mar 2008 12:56:23 +0000 (12:56 +0000)]
Fix of IPAL19366(Qt4 porting. Adding of items in the list is very long action).

16 years agoQt4 porting: add axis grids to plot 2d preview. V5_0_0a1 V5_0_0a2
mkr [Fri, 28 Mar 2008 15:57:02 +0000 (15:57 +0000)]
Qt4 porting: add axis grids to plot 2d preview.

16 years agoFix for IPAL19402: Qt4 porting: SIGSEGV on mesh computing.
mkr [Fri, 28 Mar 2008 14:21:47 +0000 (14:21 +0000)]
Fix for IPAL19402: Qt4 porting: SIGSEGV on mesh computing.

16 years agoBug IPAL19361 - Qt4 porting. It is impossible showing ID of elements in 3D Viewer... VSR_280308
ouv [Fri, 28 Mar 2008 11:23:48 +0000 (11:23 +0000)]
Bug IPAL19361 - Qt4 porting. It is impossible showing ID of elements in 3D Viewer because corresponding string is missing in the pop-up menu

16 years agoBug IPAL19360 - Qt4 porting. Activation of functionality ?Modification/Mesh pass...
ouv [Thu, 27 Mar 2008 09:23:36 +0000 (09:23 +0000)]
Bug IPAL19360 - Qt4 porting. Activation of functionality ?Modification/Mesh pass throught a point? leads to fatal error

16 years agoBug IPAL19345 - Qt4 porting: crash on Union, Intersect, Cut Groups
ouv [Wed, 26 Mar 2008 17:38:40 +0000 (17:38 +0000)]
Bug IPAL19345 - Qt4 porting: crash on Union, Intersect, Cut Groups

16 years agoBug IPAL19372 : Qt4 porting: it's impossible to fill a 'Filter' table.
ouv [Wed, 26 Mar 2008 12:57:40 +0000 (12:57 +0000)]
Bug IPAL19372 : Qt4 porting: it's impossible to fill a 'Filter' table.

16 years ago*** empty log message ***
vsr [Tue, 25 Mar 2008 14:49:18 +0000 (14:49 +0000)]
*** empty log message ***

16 years agoBug IPAL19348 : Qt4 porting: Error message is shown after pressing of ?Filter? button...
ouv [Tue, 25 Mar 2008 08:39:56 +0000 (08:39 +0000)]
Bug IPAL19348 : Qt4 porting: Error message is shown after pressing of ?Filter? button in ?Modification of orientation? dialog box

16 years agoQt4 porting.
mkr [Mon, 24 Mar 2008 15:55:29 +0000 (15:55 +0000)]
Qt4 porting.

16 years agoQt4 porting.
mkr [Mon, 24 Mar 2008 07:11:19 +0000 (07:11 +0000)]
Qt4 porting.

16 years agoQt4 porting.
mkr [Fri, 21 Mar 2008 11:24:48 +0000 (11:24 +0000)]
Qt4 porting.

16 years agoQt4 porting.
mkr [Fri, 21 Mar 2008 11:04:02 +0000 (11:04 +0000)]
Qt4 porting.