552 Commits

Author SHA1 Message Date
prascle
373c03904b PR: synchro V7_main tag mergefrom_V6_main_06Mar13 2013-03-11 16:10:13 +00:00
prascle
4cd2499bdd PR: synchro V7_main tag mergefrom_V6_main_28Feb13 2013-03-01 16:33:22 +00:00
prascle
20c126bc22 PR: synchro V6_main tag mergeto_V7_main_11Feb13 2013-02-18 20:50:33 +00:00
eap
58311e9176 Remove actors from views 2012-11-20 10:47:47 +00:00
eap
e867938e10 21382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
Add an option to read/write or not groups of required entities
2012-11-14 13:15:59 +00:00
eap
258d9f24d9 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
URL of documentation
2012-11-13 13:35:01 +00:00
prascle
abb28ffdd2 PR: link problem detection on ubuntu 12.04 2012-11-10 19:11:36 +00:00
vsr
32ea2faf03 Fix bug caused by integration of improvement for tri-quadratic elements - dialog box for adding of quadratic hexahedron was not shown. 2012-11-08 16:05:16 +00:00
ana
48fb343b63 Fix for the "0051573: TC6.6.0: Clipping - Select all check-box behavior is wrong" issue. 2012-11-08 15:07:36 +00:00
eap
8c26f69fe1 initialize myEditCurrentArgument, else valgrind complaints 2012-11-08 08:36:08 +00:00
eap
0e8ed41adb 0021942: [CEA 700] Behavior of the Mesh.Triangle(algo=smesh.NETGEN) command
In readMesh(), if there are incompatible algos assigned, one of
  which is thus ignored by Compute(), make the not ignored algo be
  present in the dialog instead of the ignored one
2012-11-07 08:30:07 +00:00
ana
f0bf265fc0 Fix for the "0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear" issue. 2012-11-01 11:39:48 +00:00
vsr
29819883c2 IPAL 0051565: TC6.6.0: Create sub-mesh - wrong Mesh field when multiply selection 2012-10-29 14:27:39 +00:00
vsr
8255b5e32f Remove bad implementation of "position" parameter for mesh elements causing SIGSEGV 2012-10-29 11:54:32 +00:00
vsr
b503f03bf3 Fix compilation problem. 2012-10-26 09:27:41 +00:00
gdd
b3c476c3ec Merge updates of translations files 2012-10-24 08:08:05 +00:00
eap
436a1990ff 21680: EDF 2288 SMESH: creation of 0D elements from other elements
fix myHelpFileName
2012-10-23 08:03:26 +00:00
eap
e47e273629 21680: EDF 2288 SMESH: creation of 0D elements from other elements
fix onTextChanged() for selectionMode() == CellSelection
2012-10-23 07:50:39 +00:00
eap
9aa7dd10a4 21680: EDF 2288 SMESH: creation of 0D elements from other elements
fix SMESHGUI_FilterTable::Init (const QList<int>& theTypes) for the
   case of theTypes.count() > 1
2012-10-23 07:49:29 +00:00
eap
c7ed8139b4 21680: EDF 2288 SMESH: creation of 0D elements from other elements
and untabify
2012-10-23 07:48:38 +00:00
eap
7bf0e19b3d 21680: EDF 2288 SMESH: creation of 0D elements from other elements 2012-10-23 07:45:56 +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
vsr
1116b207ea Automatic assigning of default name for the group at the dialog box initialization 2012-10-09 05:25:18 +00:00
vsr
92d9bb8988 0021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
- Move all export mesh commands to the single Export submenu (as in main menu File)
2012-10-04 15:54:27 +00:00
vsr
3f2f87b248 0021711: [CEA 579] Simplify Properties dialog accordingly to dimension of mesh
Additional patch for store/restore visual parameters
2012-10-04 15:40:50 +00:00
eap
aafd432548 0021382]: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
Add "Export GMF" to the pop-up of mesh and group
2012-10-04 10:04:17 +00:00
vsr
1e6fde8450 0021711: [CEA 579] Simplify Properties dialog accordingly to dimension of mesh 2012-10-03 14:25:24 +00:00
vsr
878662e498 0021711: [CEA 579] Simplify Properties dialog accordingly to dimension of mesh 2012-10-03 13:45:18 +00:00
rnv
c23203b921 Implementation of the "21459: EDF 1495 SMESH: Manipulation of discrete elements with attributes" issue: visualization of the 0D and balls elements. 2012-09-28 10:59:30 +00:00
rnv
0368b0a293 Implementation of the "21459: EDF 1495 SMESH: Manipulation of discrete elements with attributes" issue: visualization of the 0D and balls elements. 2012-09-28 07:30:34 +00:00
vsr
023c706135 0021882: [CEA 673] Add preference for default color for mesh groups 2012-09-27 08:22:16 +00:00
vsr
a3a6c690ba 0021869: [CEA 672] Clipping always apply even with auto-apply not checked 2012-09-25 11:54:33 +00:00
eap
1cf0520025 021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format) 2012-09-24 11:29:41 +00:00
eap
bf2593a237 0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids
Show elements whose medium nodes were not placed on geometry
2012-09-17 10:20:24 +00:00
eap
6adaa05a56 + prop->Delete(); 2012-09-17 10:18:47 +00:00
eap
d45ee63be8 0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
1) Add to Init() a flag controlling the state of "Insert filter in viewer"
   2) Fix setting a selection mode
2012-09-03 08:30:23 +00:00
eap
8f1d6d923f 0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
Add to Init() a flag controlling the state of "Insert filter in viewer"
2012-09-03 08:29:24 +00:00
vsr
5aee18a1d4 0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
(Fix problem with Object browser updating)
- Revert fix made for issue "0021515: EDF 2169 SMESH: groups not in OB" - it is no more required since actual problem is solved by fix for issue 0020749.
2012-08-30 13:57:33 +00:00
eap
935b0458ec untabify 2012-08-30 07:42:51 +00:00