Commit Graph

569 Commits

Author SHA1 Message Date
vsr
fc626c5c07 From CoTech 51: change default preferences 2013-03-29 13:13:59 +00:00
rnv
f5d3729ad4 Implementation of the "0021951: EDF 2355 SMESH : Supression of SetFilter button in the standalone part of the group dialog" issue. 2013-03-29 10:27:35 +00:00
akl
f89c0586c1 Copyrights update 2013 2013-03-29 08:57:56 +00:00
eap
37b13e00d4 In OnEditDelete(),
+    // Call mesh->Clear() to prevent loading mesh from file caused by hypotheses removal
+    ...
2013-03-12 13:46:11 +00:00
eap
52ffb07d75 0021859: SMESH : Add conversion from QUAD8 to QUAD9 and from HEXA20 to HEXA27
add criterion SMESH::FT_EntityType
2013-03-06 08:36:13 +00:00
eap
91a2b8aad9 0021859: SMESH : Add conversion from QUAD8 to QUAD9 and from HEXA20 to HEXA27 2013-03-06 08:35:11 +00:00
rnc
a1c4092296 Update error message about not supported types of elements. All quadratic quadrangles and hexaedra can now be written in .mesh format 2013-02-25 10:36:44 +00:00
akl
2770bdc924 0022123: EDF 2558 SMESH: Group creation crashs with the filter "Free faces":
using reject() slot instead of closeEvent() and hideEvent().
2013-02-21 12:10:00 +00:00
jfa
aea880cf9e 0021840: [CEA 655] Scalar bar: using a logarithmic scale 2013-02-08 12:40:16 +00:00
eap
d89bbd5095 typo: geomerty -> geometry 2013-01-28 08:20:18 +00:00
jfa
2e3f1dc0ff Mantis issue 0020483: EDF 1117 SMESH,VISU: Mesh with descending connectivity is badly read by SMESH and VISU 2013-01-25 13:47:57 +00:00
vsr
577906c7b0 Imp: numbering font preferences 2012-12-29 11:45:10 +00:00
eap
752ad5bd14 untabify 2012-12-28 16:30:38 +00:00
eap
a763cfdd81 - <translation>%1 nodes successfully merged.</translation>
+        <translation>%1 groups of nodes successfully merged.</translation>
2012-12-28 15:49:07 +00:00
eap
d8ad3b8931 minor decoration 2012-12-28 15:48:52 +00:00
vsr
fe32ec275a Imp: Mesh Info dialog box - show node/element position not only in colocated mode 2012-12-28 14:49:43 +00:00
eap
3e47e37091 initialize myIsMultipleAllowed 2012-12-28 11:39:01 +00:00
eap
79cd67d5b8 untabify 2012-12-28 11:38:26 +00:00
eap
08f731ecd6 Use GEOM_Object_var instead of GEOM_Object_wrap for obj returned by GetMainShape() 2012-12-28 11:38:13 +00:00
eap
414745da0e 0021948]: EDF SMESH : Memory is not freed when deleting a mesh
Move declaration of GEOM::GEOM_Object_wrap form
  GEOMBase/GEOM_GenericObjPtr.h to GEOM_I/GEOM_wrap.hxx as GEOMBase is
  a part of GUI

-#include <GEOM_GenericObjPtr.h>
+#include <GEOM_wrap.hxx>
2012-12-24 13:58:17 +00:00
vsr
75be4ee0eb 0021858: EDF 2171 SMESH : Add an information about the groups an element or node belongs to
- additional minor change: trim long group names
2012-12-21 11:06:26 +00:00
vsr
5e7fae6a20 0021858: EDF 2171 SMESH : Add an information about the groups an element or node belongs to 2012-12-20 14:44:56 +00:00
vsr
b31f9cd66a Fix misprint 2012-12-20 12:52:29 +00:00
vsr
1e288edaa1 Imp: show element position in a mesh information dialog box 2012-12-20 05:59:39 +00:00
vsr
2cb5a0ee33 Imp: dump mesh information to file 2012-12-19 14:33:24 +00:00
vsr
22878614be Imp for Mesh Info dialog box: double click on "connectivity" item switch dialog box to show information of connected nodes/elements 2012-12-18 08:06:25 +00:00
eap
cda4289765 - nbElemsLabel = new QLabel(" 0", this );
+  nbElemsLabel = new QLabel("0", this );
2012-12-17 16:42:40 +00:00
vsr
beab223e19 Imp: allow customization of nodes / cells numbering text properties via preferences 2012-12-17 15:48:01 +00:00
vsr
5f2fdbf53f Fix bug: wrong default color the the group 2012-12-17 12:15:09 +00:00
eap
b3aa30bca3 21948: EDF SMESH : Memory is not freed when deleting a mesh
Elimenate memory leaks on CORBA objects, servants of SALOMEDS objects etc
2012-12-14 13:57:37 +00:00
eap
4f585d60b6 21948: EDF SMESH : Memory is not freed when deleting a mesh
<source>SMESH_VISU_PROBLEM</source>
+        <translation>Mesh visualization failed</translation>
+    </message>
+    <message>
+        <source>SMESH_VISU_PROBLEM_MEMORY</source>
         <translation>Mesh visualization failed, probably due to lack of memory</translation>
2012-12-14 13:54:34 +00:00
eap
f48b7044a2 21948: EDF SMESH : Memory is not freed when deleting a mesh
+  bool                         myToDeleteInitParamsHypo;
2012-12-14 13:54:12 +00:00
eap
111d1ee46e 21948: EDF SMESH : Memory is not freed when deleting a mesh
Show nb of nodes and elements in "Compute" dialog
2012-12-14 13:49:42 +00:00
eap
cad015ecdc 21948: EDF SMESH : Memory is not freed when deleting a mesh
SMESH::RemoveVisualObjectWithActors() at object removal from study
2012-12-14 13:44:41 +00:00
eap
2eb294fdc3 21948: EDF SMESH : Memory is not freed when deleting a mesh
Elimenate memory leaks
2012-12-14 12:30:59 +00:00
vsr
37b9292da6 Merge from BR_Qt48_porting (compatibility with Qt4.8) 14/12/2012 2012-12-14 10:16:09 +00:00
vsr
13ff1c4641 Merge from V6_6_BR (V6_6_0rc2) 11/12/2012 2012-12-11 13:23:39 +00:00
gdd
6a54fa6046 Update translation files 2012-10-23 10:03:15 +00:00
eap
b75ee995ab 0021339: EDF 1928 SMESH: Create group of 0D elements 2012-10-18 11:44:44 +00:00
eap
5d017835af untabify 2012-10-18 11:44:28 +00:00
eap
e1fe8b5ce1 fix of comment 2012-10-18 11:43:55 +00:00
eap
0c27c22747 0021339: EDF 1928 SMESH: Create group of 0D elements
Enable filtering 0D elements
2012-10-18 11:42:50 +00:00
eap
1fb9c7dd26 0021339: EDF 1928 SMESH: Create group of 0D elements
Enable creation of Balls and 0D elements on all selected nodes, not
  on one node only
2012-10-18 11:41:56 +00:00
vsr
f3f2d644ef 0021915: [CEA 685] Remove Ascii from the STL file selection filter in the import STL file dialog box 2012-10-16 16:00:19 +00:00
eap
7c801b5b44 Values of element controls have been added to Mesh info 2012-10-16 09:56:24 +00:00
eap
0f6b40b239 Avoid referencing memory of an automatic variable
struct StdParam
   {
-    const char* text() const { return myText.toLatin1().constData(); }
+    const char* text() const {
+      ((QByteArray&) myTextAsBytes) = myText.toLatin1(); return myTextAsBytes.constData();
+    }
2012-10-15 14:27:55 +00:00
gdd
00e6cbee7f EDF 2357 : Modification of the "Files of type" (*.med => *.*med) - CTN 2012-10-15 09:58:06 +00:00
vsr
65de7c2a91 0021905: EDF SMESH: Impossible to add a face without layers with "viscous layers" 2012-10-12 15:07:11 +00:00
vsr
aa3edf49ef 0021906: [CEA 579] Missing section in Mesh Properties Dialog 2012-10-12 05:28:23 +00:00
ana
5a4525c20f Avoid "GROUP" redefinition on win32: add 'MeshObjectType'enum to namespace SMESH 2012-10-10 08:46:51 +00:00