Commit Graph

293 Commits

Author SHA1 Message Date
dmv
3d3be0ce81 0020062: [CEA 295] Type coherence in *.i files 2008-12-30 14:11:08 +00:00
mzn
064a124120 Fix for bug IPAL20731 (Clipping item is available in pop-up with multiple selection, but it works for one element only). 2008-12-23 12:12:49 +00:00
abd
85c0f44772 Update copyright information 2008-11-27 13:08:54 +00:00
dmv
4ee952246b 4x : SIGSEGV after Close Study with Clipping dialog box opened. 2008-11-20 14:11:49 +00:00
dmv
668fab300c 0020045: EDF 852 SMESH: Documention of Projection algorithms 2008-11-18 15:22:06 +00:00
dmv
9e7d5e2d9f 0020037: EDF 859 SMESH : Mesh Element Info help unavailable 2008-11-10 14:30:02 +00:00
dmv
2022134281 Modification, Transformation. IDs of elements are missing, if selection with rectange is used. 2008-10-28 07:37:16 +00:00
dmv
5958898517 Edit Mesh/Sub-Mesh window has strange "half-active" view, if do Compute. 2008-10-23 08:13:40 +00:00
dmv
8a9b59c3e6 Item Delete in pop-up of link on hypotheses or algorithm doesn't work. 2008-10-22 06:43:37 +00:00
dmv
6d02e18557 4x, 5x : Selection with rectangle is impossible for mesh elements if Submesh or Group is showed. 2008-10-17 11:26:28 +00:00
eap
ecf5c3827e 20002: EDF 821 SMESH : ExportMED GUI behavior
warning if no valid mesh selected
2008-10-14 09:22:18 +00:00
abd
c6130fee7b Fix compilation problems on Win32 Platform 2008-10-07 13:30:33 +00:00
dmv
ea83f5820d Merge Nodes dialog box with opened Merge Elements crashes Salome. Regress to series3x 2008-10-07 08:42:26 +00:00
abd
3ef56c2b32 Win32 Porting.
Correction of Export/Import defines for Win32 platform.
Removed "using namespace std" from header files.
2008-10-03 11:40:07 +00:00
eap
043cbb6e60 0019970: create groups automatically
remove "Name" lineEdit
2008-10-01 12:04:32 +00:00
eap
6298ac0081 0019970: create groups automatically
remove not realized slots
2008-10-01 08:24:29 +00:00
eap
ba61af6520 0019970: create groups automatically 2008-09-30 08:07:29 +00:00
eap
ac0b64544d [SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
fix
error: default argument missing for parameter 14 of 'HypothesisData::HypothesisData(const QString&, const QString&, const QString&, const QString&, const QString&, const QString&, const QValueList<int>&, bool, const QStringList&, const QStringList&, const QStringList&, const QStringList&, bool, bool)'
2008-09-18 05:51:19 +00:00
eap
b4ce843583 [SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+msgid "SMESHGUI_MeshOp::SUBMESH_NOT_ALLOWED"
+msgstr "No sense in creating a submesh ignored by global algorithm \"%1\""
2008-09-16 14:51:26 +00:00
eap
fb8f3ac751 [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");
+
2008-09-16 14:50:02 +00:00
eap
8e7cd4625d [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
2008-09-16 14:49:49 +00:00
eap
2bc1c40f58 [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
2008-09-16 14:49:07 +00:00
akl
bc3f3f9c01 Fix for issue 0019935: EDF 793 SMESH: Drawing of a line on a non-planar surface. To draw only connectivity lines. 2008-08-01 07:39:10 +00:00
eap
08ba46c116 [SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
+msgid "SMESH_HYP_13"
+msgstr "Algorithm can't work without shape"
+
+msgid "SMESHGUI_ComputeDlg::SHOW_BAD_MESH"
+msgstr "Show bad Mesh"
+
2008-07-21 09:58:49 +00:00
eap
481dfe6e2e [SALOME platform 0019316]: Need to have a better interface with GHS3D diagnostics
+  void onShowBadMesh();
2008-07-21 09:58:11 +00:00
dmv
b4aed9ff1c Bug IPAL20034 Error after Find geometry by mesh element selection,if element is selected,but mesh isn't created.Regress. 2008-07-15 06:20:48 +00:00
skl
779689b9a7 Changes for bug IPAL19574. 2008-07-04 11:02:20 +00:00
mkr
4112f94a38 Fix for bug IPAL20043 : Problem of current folder definition during mesh export (Appendix for Mantis 0019903). 2008-07-03 09:00:42 +00:00
jfa
c174b59dd5 Bug 0019389: Impossible to create a group with a selection in another group. 2008-07-03 07:33:37 +00:00
vsr
4324ec1b43 IMP 001989: multi selection in "Import" dialog boxes 2008-07-02 08:41:03 +00:00
dmv
dcb0b83441 Bug IPAL20033 Error after Close Study with Change Clipping dialog box opened. Sometimes it either crashes or hangs up. 2008-07-01 13:26:51 +00:00
dmv
15ec793e1d Bug IPAL20038 Name disappears in Create Group on Mesh dialog box when Group type is changed. 2008-07-01 12:38:09 +00:00
mkr
4f55f53101 Fix for bug 0019903: EDF 781 SMESH: give a default name when exporting mesh. 2008-06-30 10:06:21 +00:00
dmv
b9f577609d IPAL19824, Smoothing. Selection of edges is incorrect - they must be inactive.
IPAL10421, Needless selection in 3D Viewer during Smoothing operation
2008-06-23 10:18:26 +00:00
skl
aa7d5e89a0 Updated for bug IPAL19474. 2008-06-23 07:56:20 +00:00
dmv
25dc346fe7 IPAL 19883 Smoothing. Error on Apply if "Fixed nodes ids" is activated, but node is not selected. 2008-06-20 13:53:26 +00:00
vsr
3506ddb84a Fix problems with quadratic elements preview in 'Add Quadriatic element' dialog box. 2008-06-20 13:24:37 +00:00
dmv
e48a1779f1 IPAL 18631 Remove Extra Messages from the Terminal in case of Release Mode 2008-06-19 10:33:52 +00:00
vsr
607c254121 Fix bug with SIGSEGV when entering wrong edge id in "Diagonal Inversion" and "Union Triangles" dialog boxes 2008-06-19 08:39:09 +00:00
dmv
a0a59a9d9c ID 0019887: EDF 757 SMESH: It is possible to delete a referenced GEOM object from SMESH 2008-06-19 07:15:20 +00:00
skl
d606c0d54d Update for bug IPAL19574. 2008-06-19 05:35:18 +00:00
vsr
b471fad098 Issue 0016760: improve dialog box 2008-06-09 07:09:36 +00:00
mzn
9400fe5867 Fix for bug 0019870(Import/Export should show current directory). Correction. 2008-06-07 13:55:17 +00:00
mzn
3e81347908 Fix for bug 0019870(Import/Export should show current directory). 2008-06-07 12:49:40 +00:00
skl
ce5a49c530 Update for bug IPAL19784. 2008-05-29 05:11:32 +00:00
asl
239fc6cc6a PAL16760 - MED file information 2008-05-27 10:27:58 +00:00
eap
2637a98e56 PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects
hide groups and submeshes
2008-05-27 06:17:13 +00:00
eap
54df188f64 PAL19802 A "Clear Mesh data" method for SMESH.Mesh objects 2008-05-26 14:14:19 +00:00
eap
7a72e1b402 remove obsolete file 2008-05-23 10:15:17 +00:00
dmv
ef54a05a85 Bug #: NPAL19561 Strip extra spaces from groups popup menu in SMESH 2008-05-22 08:54:11 +00:00