eap
5c95ba9078
Regression of SMESH_SRC/doc/salome/examples/measurements_ex01.py
...
Manage temporary SMESH_IDSource created by MeshEditor::MakeIDSource()
2013-08-07 14:06:39 +00:00
fahed
20b497db84
French translation for imp [CEA 750] / MANTIS 22169
2013-08-06 09:26:40 +00:00
eap
27a1dc566b
Prevent SIGSEGV
...
if ( !anActor ) anActor = SMESH::CreateActor( aMeshSObj->GetStudy(), aMeshSObj->GetID().c_str(), true );
+ if ( anActor ) // actor is not created for an empty mesh
+ {
+ anActor->SetEntityMode( entities );
2013-08-05 10:58:04 +00:00
vsr
6399cfb3c4
0022169: [CEA 750] Chose before visualization mesh element type to display
...
Improve automatic limit exceed warning message
2013-08-05 08:35:32 +00:00
eap
c979ba741c
0021941: [CEA 699] Use for Auto Color method on mesh group the same
...
algorithm that this one in GEOM which define colors (note 15888)
In AutoColor(), pass a generated color to a group
2013-07-29 12:21:40 +00:00
rnc
14e8376963
IMP: SMESH: Japanese translations
2013-07-24 13:22:27 +00:00
eap
52b6bfaabb
22261: EDF 2698 SMESH: Memory leak when displaying 2D quadratic elements as arcs
...
- QString IOR = app->orb()->object_to_string( theObject );
+ CORBA::String_var ior = app->orb()->object_to_string( theObject );
2013-07-24 12:42:52 +00:00
eap
adab833f26
22261: EDF 2698 SMESH: Memory leak when displaying 2D quadratic elements as arcs
...
+ delete aHistogram;
2013-07-24 12:42:22 +00:00
eap
d0b4e3c141
22261: EDF 2698 SMESH: Memory leak when displaying 2D quadratic elements as arcs
...
Fix a leak of a CORBA object
2013-07-23 14:20:46 +00:00
eap
7608df4ad1
0020976: EDF 1471 SMESH: New ergonomy to display quality controls
...
Make Quality Info dialog look same as Quality Info tab of Mesh Info
dialog: add Help and Dump buttons
2013-07-23 12:35:23 +00:00
eap
997c16d89d
SALOME Forum bug: sub-mesh removal leads to an Exception in a re-opened study.
...
1) call myFilterDlg->UnRegisterFilters();
2) re-create an actor after converting a group to standalone as a
CORBA object becomes different from that held by the actor
2013-07-22 14:35:30 +00:00
eap
6a8e2f83ff
SALOME Forum bug: sub-mesh removal leads to an Exception in a re-opened study.
...
+ void UnRegisterFilters();
2013-07-22 14:29:04 +00:00
eap
91084ee58a
SALOME Forum bug: sub-mesh removal leads to an Exception in a re-opened study.
...
Now UnRegister(), corresponding to the Register() called by AttributeIOR,
is invoked by an object publisher i.e. by SMESH_Gen_i::publish() but not by GUI
because GUI is unable to track publication of all objects created by the Engine:
for example groups can be created while mesh.Compute() is called.
2013-07-22 14:27:40 +00:00
eap
1fa8c22987
untabify
2013-07-17 14:53:51 +00:00
eap
94ce6f40fc
22252: EDF 2684 SMESH: Extrusion along a path with a curvilinear edge
...
Activate selection of the Base Point right at checking its check-box
2013-07-17 08:26:43 +00:00
eap
667c4a210e
22252: EDF 2684 SMESH: Extrusion along a path with a curvilinear edge
...
Allow selecting any node as a Base Point
2013-07-16 14:31:10 +00:00
eap
f4ec60b8ca
make Cancel button checkable
2013-07-09 11:57:50 +00:00
akl
7c7b4b0636
0021708: [CEA 586] Object browser sort only children:
...
+ Add Use Case browser data tree management
+ Add "Sort children" contextual menu popup item
+ Update user documentation
2013-07-09 08:32:08 +00:00
eap
7567e381c8
0020976: EDF 1471 SMESH: New ergonomy to display quality controls
...
Optimization for large meshes
2013-07-03 16:02:20 +00:00
eap
f4b63cd2bd
Compute progress bar
2013-07-03 16:01:42 +00:00
eap
49cd1d951a
untabify
2013-07-03 16:00:57 +00:00
mpa
a58d128175
0020976: EDF 1471 SMESH: New ergonomy to display quality controls
2013-06-27 12:35:43 +00:00
eap
aba3423ef3
Bug: not all fields available after switching from the 3-d to an other constructor
...
+ myTextLabel2->show();
+ mySelectButton2->show();
+ myLineEdit2->show();
2013-06-25 13:51:49 +00:00
eap
1500689577
CoTech decision: move MEDWrapper from MED to SMESH
...
MED.idl no more exists
SALOME_MED::MedFileInfo -> SMESH::MedFileInfo
2013-06-25 11:56:49 +00:00
eap
bc2201e3e0
CoTech decision: move MEDWrapper from MED to SMESH
...
+ -I$(srcdir)/../MEDWrapper/Base \
2013-06-24 10:07:56 +00:00
eap
d2061a67e9
CoTech decision: move MEDWrapper from MED to SMESH
...
-#include <MED_Common.hxx>
+#include "MED_Common.hxx"
2013-06-24 10:07:44 +00:00
eap
8cf728d8be
Add English translations to unfinished ones
2013-06-21 10:40:14 +00:00
eap
aa99dc4c2c
Synchronizing with SMESH_msg_en.ts
2013-06-21 08:36:07 +00:00
eap
bc01f35b88
<source>SMESH_GIGABYTE</source>
...
- <translation>%1 G</translation>
+ <translation>%1 GB</translation>
2013-06-21 08:35:49 +00:00
vsr
bcb546c1b2
0022169: [CEA 750] Chose before visualization mesh element type to display
2013-06-21 05:33:07 +00:00
eap
9ad61d3503
Show free RAM while computing the mesh
2013-06-20 14:29:16 +00:00
eap
5dcd4d5ae9
+ SUIT_OverrideCursor wc;
2013-06-20 13:05:03 +00:00
kga
14570f80e3
0020976: EDF 1471 SMESH: New ergonomy to display quality controls
...
fix v1
2013-06-19 07:46:33 +00:00
cvw
02df1b69aa
add SMESH plugin MGCleaner
2013-06-13 13:38:35 +00:00
eap
4fecefcc2b
0021952: Add an option to write planar meshes as 3D meshes in MED files
2013-06-05 15:13:53 +00:00
eap
b61aaf79a6
0022103: EDF 2550 SMESH : Allow viscous layer with 3D extrusion
...
= Allow viscous layers on boundary EDGEs of a 2D sub-mesh
Redesign onCriterionChanged() to avoid SIGSEGV on a comboItem of an
improper side
2013-06-04 14:59:12 +00:00
eap
f72c766475
untabify and
...
-#ifdef WITHGENERICOBJ
2013-05-30 14:20:52 +00:00
eap
036be279a4
0022104: EDF 2550 SMESH: 2D viscous layer, allow specifying edges with viscous layer
...
Provide access to QLabel's of parameters:
+ QLabel* getLabel(int i) const;
+ ListOfWidgets myParamLabels;
2013-05-30 14:20:00 +00:00
eap
251eb76e54
0022108: EDF 2547 SMESH: Duplicate elements only
...
Modify UniqueName() to look through all objects (groups, sub-meshes
etc) and not only meshes.
2013-05-28 16:49:06 +00:00
eap
4effbfc0dc
0022108: EDF 2547 SMESH: Duplicate elements only
2013-05-28 16:47:51 +00:00
vsr
2cbc0e004d
Fix regression (SIGSEGV) caused by improvement 0022099
2013-05-27 14:50:33 +00:00
eap
7b5176ec4d
0022172: [CEA 790] create the groups corresponding to domains
...
Prepend "Warning" to error description with code==COMPERR_WARNING
2013-05-24 11:49:50 +00:00
vsr
5de80d5f32
0022101: EDF 2492 SMESH: Update Destination field when "Find closest to destination" is unchecked in "Move node"
2013-05-22 15:48:24 +00:00
eap
5dcf8c6597
0022106: EDF 2464 SMESH : Split quadrangles in 4 triangles
2013-05-22 15:36:05 +00:00
vsr
b07f27826f
0022099: EDF 2307 SMESH: Apply a transformation to several meshes, sub-meshes or groups
2013-05-22 15:25:18 +00:00
vsr
686e5fb3ee
0022097: EDF 2408 SMESH: Hide ID of double node in the function "Merge nodes"
2013-05-22 14:03:03 +00:00
vsr
10e0608dee
0022097: EDF 2408 SMESH: Hide ID of double node in the function "Merge nodes"
2013-05-22 13:35:08 +00:00
vsr
e87a86a68d
0021941: [CEA 699] Use for Auto Color method on mesh group the same algorithm that this one in GEOM which define colors.
2013-05-21 14:57:30 +00:00
eap
88068fce89
0022107: EDF 2502 SMESH: Publish the result of show bad mesh in a group
2013-05-21 09:09:04 +00:00
akl
e69867dda8
Fix to take into account qudratic edges also.
2013-05-17 12:26:06 +00:00
eap
7c9cf53741
untabify
2013-05-16 17:18:39 +00:00
eap
0e9e37a6e8
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
...
0022100: EDF 2413 SMESH: Take into account TRIA7
2013-05-16 17:18:28 +00:00
eap
9791c651e7
0022100: EDF 2413 SMESH: Take into account TRIA7
2013-05-16 17:17:56 +00:00
eap
7c9baff7a5
indentation
2013-05-16 17:16:44 +00:00
eap
50e4126336
0022100: EDF 2413 SMESH: Take into account TRIA7
...
+ case 4137: // BIQUADRATIC TRIANGLE
Support all types of elements in DAT format files
2013-05-16 17:15:56 +00:00
gdd
51f6c9cec0
Update translations
2013-04-18 09:07:26 +00:00
vsr
ae86d2a1ab
Merge from V6_main 12/04/2013
2013-04-12 14:40:29 +00:00
vsr
bd8f1aee7c
Merge from V6_main 01/04/2013
2013-04-01 13:05:47 +00:00
mpa
5d01c143df
IPAL0051783: TC 7.2.0: Filter added ID elements before click 'Add' button
2013-03-25 10:28:48 +00:00
mpa
93616350f1
IPAL0051782: TC7.2.0: Incorrect operation of the dialog box "Filter" for creation of the group
2013-03-25 06:54:18 +00:00
vsr
31ca0b3e3b
Merge from V6_main 15/03/2013
2013-03-15 14:59:29 +00:00
vsr
7aebb99e42
Merge from V6_main 06/03/2013
2013-03-06 13:57:01 +00:00
vsr
ae29d46509
Merge from BR_PORTING_VTK6 01/03/2013
2013-03-01 13:13:25 +00:00
vsr
88b3dbe23b
Merge from V6_main 28/02/2013
2013-02-28 15:07:35 +00:00
vsr
9a54694a0a
Merge from V6_main 11/02/2013
2013-02-12 14:37:44 +00:00
vsr
1067ffa6e7
Merge from V6_main 13/12/2012
2012-12-13 11:41:29 +00:00
vsr
f5016d85b7
Merge from V6_main (04/10/2012)
2012-10-08 11:56:59 +00:00
vsr
bd4e115a78
Merge from V6_main_20120808 08Aug12
2012-08-09 10:03:55 +00:00
vsr
0635c9fc80
Merge from BR_V5_DEV 16Feb09
2009-02-17 05:27:49 +00:00
jfa
79b1ac2b6d
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
2008-03-07 07:47:05 +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
jfa
57b43b4d01
Join modifications from branch OCC_debug_for_3_2_0b1
2006-05-06 08:51:48 +00:00
jfa
4ff5bd6154
Join modifications from branch OCC_development_for_3_2_0a2
2006-03-13 15:29:49 +00:00
smh
d0f366c4a3
Merge from OCC_development_generic_2006
...
Preparation of 3.2.0a1
2006-02-07 15:01:11 +00:00
jfa
6b471bcc54
Join modifications from branch BR_3_1_0deb
2005-12-28 09:17:39 +00:00
eap
e884fc2507
PAL10953. Use GUI to create hypothesis from a hypotheses set
2005-12-26 10:43:09 +00:00
eap
e019559d0b
PAL10953. Make fields of parameters protected
2005-12-26 10:41:53 +00:00
eap
dcc030258b
fix bug 10073. Check isVisible() in enterEvent() which unexpectedly comes after accept()
2005-12-19 13:14:02 +00:00
asl
01d6aed55b
PAL10902 - local selection is stay in viewer after "apply" of Modifiction->Orientation operation
2005-12-14 07:11:48 +00:00
asl
bfcd70d78a
PAL10810 - "Display", "Erase", "Display only" on root objects
2005-12-14 06:44:19 +00:00
asl
326ed6ac2c
Fix of compilation problems on some platforms
2005-12-06 12:52:53 +00:00
mzn
94b4c4f7f7
Remove unnecessary item.
2005-12-06 12:32:59 +00:00
smh
2754c581d3
Copyrights update
2005-12-05 16:31:55 +00:00
mzn
d1cf3c4101
Fix for bug PAL8377 (ExportToMed TUI vs GUI: how to set the value of the boolean "auto_groups"?).
2005-12-02 13:04:27 +00:00
mzn
7d9ae6b54f
Fix for bug IPAL10313 (It is impossible to select "Start point" from 3D viewer in "Extrusion along a path" dialog box).
2005-12-02 10:52:13 +00:00
asl
24e3153614
Improvement: now in rules you can use "canBeDisplayed" parameter. It is true, if current object can be displayed in active viewer. The result of this check is calculated by new virtual method LightApp_Displayer::canBeDisplayed. GEOM, SMESH, VISU overrides it in order to provide information, what object can be displayed in what viewer
2005-12-01 10:05:38 +00:00
asl
6d9831519d
PAL10678 - selection is lost after "update"
2005-11-30 12:39:44 +00:00
asl
9280276b1d
It is recommended to use standard Qt QInputDialog instead QtxNameDlg
2005-11-28 09:22:22 +00:00
asl
8d0c572759
PAL10397 - node mustn't be selected after add operation
2005-11-28 06:51:45 +00:00
asl
5bbfd7c156
PAL10665 - unnecessary Plot2d in CreateHypothesis dialog
2005-11-25 14:40:19 +00:00
asl
6a1c128a1e
PAL9878 - selection lost after some operations
2005-11-25 14:06:27 +00:00
asl
d76a2a2557
PAL10471 - incorrect 3D popup for erased objects
2005-11-24 09:44:05 +00:00
eap
9048686ff8
PAL10491. "... algo misses some hypothesis" -> "... algo misses nD hypothesis"
2005-11-23 15:08:50 +00:00
asl
25c935e78a
PAL8978 - selection is lost after some operations
2005-11-23 12:08:49 +00:00
asl
2ad752b10c
PAL8238 - Hypothesis for non-regular 1D meshing
2005-11-23 09:07:44 +00:00
mzn
82ea47a7c9
Fix for bug PAL10408 (Strange behaviour of the selection icon in the "create group" dialog box).
2005-11-22 15:09:07 +00:00
eap
2850e5f7ba
PAL10515. fix disconnect from selection manager
2005-11-16 15:01:31 +00:00
eap
4fe88e90a7
PAL10501. SetCurrentStudy() to SMESH_Gen in GetSMESHGen()
2005-11-16 09:18:22 +00:00
eap
773894ff04
PAL10513. Desable tabs according to shape dimention at edition as well
2005-11-14 14:11:48 +00:00
asl
52c4d72583
PAL10479
2005-11-14 13:55:07 +00:00
eap
590a56bae0
PAL10491. Add messages used by GetMessageOnAlgoStateErrors()
2005-11-14 09:18:24 +00:00
eap
bf36cccf8e
PAL10491. Add GetMessageOnAlgoStateErrors()
2005-11-14 09:17:11 +00:00
eap
ad354c1c09
PAL10491. use GetAlgoState() instead of IsReadyToCompute()
2005-11-14 09:16:18 +00:00
mzn
11899ab525
Fix for bug PAL10409 (Filter "Belong to geom" fails if 2 geom shapes have the same name);
2005-11-11 15:50:58 +00:00
asl
c819d8fdd3
PAL10125 - references isn't selected in mesh creation dialog
2005-11-11 11:58:16 +00:00
asl
2f652b3784
PAL9878 - selection lost after operation
2005-11-11 08:56:51 +00:00
asl
8db6ce0cb0
PAL9391 - remarks
2005-11-09 11:10:51 +00:00
asl
8b1761d4a6
PAL10100 - just computed mesh must be selected in VTK
2005-11-08 09:50:41 +00:00
eap
a2fe500c74
PAL10406. Enable myNodes when a pattern is loaded. UpdatePreview() when elements to refine are selected
2005-11-07 14:37:54 +00:00
asl
e292bda630
PAL5597 - export must appear in popup only for non-empty meshes
2005-11-07 08:24:51 +00:00
asl
2bb3ddd168
PAL10125 - different popup for object and reference to object
2005-11-07 07:26:06 +00:00
nds
81a502af84
Using files from package LightApp instead of files from package SalomeApp
2005-11-03 08:38:17 +00:00
asl
d47d1f292b
PAL10397 - Selection isn't cleared after apply
2005-11-02 07:26:40 +00:00
mzn
936be4abe3
Fix for bug IPAL10431 ( It is impossible create/edit mesh using GUI ).
2005-11-01 13:34:43 +00:00
eap
902a6da0b2
PAL10237. Add a button assigning a set of hypotheses
2005-11-01 10:28:04 +00:00
eap
12b34b1b56
PAL10237. Read HypothesesSet's
2005-11-01 10:14:10 +00:00
eap
60bdcf56b1
PAL10237. Add GetHypothesesSets()
2005-11-01 10:12:45 +00:00
eap
4faf049688
PAL10237. Add class HypothesesSet
2005-11-01 10:11:11 +00:00
mzn
cee115afad
Icon for the volume control.
2005-10-28 11:56:18 +00:00
mzn
6719903275
Correct the scalar bar title for the volume control.
2005-10-27 14:19:54 +00:00
asl
1ca52d6d92
PAL10347 - can't create group on geometry
2005-10-27 08:09:13 +00:00
mzn
d1bef0cbc1
Fix for bug PAL10393 ( Set MED2.2 as the default version in the export to med dialog box ).
2005-10-25 08:54:19 +00:00
asl
b0105f0f9d
PAL10332 - references are interpreted as original objects in filters, dialogs, etc.
2005-10-25 08:19:21 +00:00
jfa
9efbaa6f5e
Fix for bug 9366: incorrect size of the 'Select color' buttons
2005-10-24 09:11:09 +00:00
mzn
d03efc5f7a
Fix for bug PAL10344.
2005-10-20 13:50:20 +00:00
asl
8e26c31d5f
PAL9881 - preferences are not taken into account in SMESH
2005-10-12 12:18:43 +00:00
asl
c06234a40f
PAL10203 - dialog of triangle union wasn't updated after operation
2005-10-12 07:44:47 +00:00
mkr
f87e54ae3a
Modifications to avoid compilation errors with Qt and STL strings.
2005-10-11 10:58:59 +00:00
eap
d89db6381d
IMP 10199 (add Volume Control)
2005-10-10 15:12:42 +00:00
eap
81f4aba6d7
IMP 10199 (add Volume Control)
2005-10-10 14:51:36 +00:00
asl
6cbd23c4f4
PAL9881 - changing of selection of hilight preferences must occur immediate effect in VTK viewer
2005-10-07 06:44:04 +00:00
asl
ea1a40fff7
PAL9844 - selected edge must be unhilighted after apply
2005-10-07 05:15:29 +00:00
asl
544a24fb7f
PAL9844 - SMESH: union of triangles - correction of common edge presentation
2005-10-05 07:43:58 +00:00
asl
63dec6763c
All modules must use SVTK package instead VTK
2005-10-05 06:32:47 +00:00
jfa
7140a309e3
Only some code style changes
2005-10-04 07:58:26 +00:00
jfa
8ad9cef463
Fix crash after 'Belong to' filter creation if there are no mesh in the study
2005-10-04 07:35:48 +00:00
jfa
694e1d2360
Fix pb., appeared after wrong integration of 1.5 version: criteria are not saved
2005-10-04 07:29:19 +00:00
asl
bb608ced0c
PAL10133 - Two "display" in popup
2005-10-04 05:36:09 +00:00
jfa
5aed93b518
Provide correct static variable <aFilterManager> management to avoid problems, appering if SMESHGUI is loaded from python script before module activation via GUI
2005-10-03 13:01:36 +00:00
asl
b4e0a04085
PAL9843
2005-09-29 08:19:07 +00:00
asl
94bdfc735c
PAL9963
2005-09-29 07:00:14 +00:00
asl
40793ae45e
PAL9391
2005-09-27 06:33:42 +00:00
jfa
317741e60d
Debug algorithms and hypotheses assignment
2005-09-26 11:11:52 +00:00
jfa
3e906035e4
Remove not used files
2005-09-22 14:34:08 +00:00
jfa
0d21bf88f5
Fix pb. with 'Belong to ...' filters creation
2005-09-15 13:39:48 +00:00
mzn
287d1c4720
Fix for problem: Preferences-Mesh-General tab: Display modes ?Nodes? and ?Shrink? are permuted.
2005-09-07 06:22:45 +00:00
mzn
f62232e212
Fix for the problem: it's impossible to modify element by typing it ID (without selection by mouse).
2005-09-02 08:32:03 +00:00
mzn
0e57fc7441
Fix for the problem: regression: SMESH ? remove nodes/elements manually.
2005-09-02 08:18:36 +00:00
mzn
fbaf4c789f
Fix for the problem: VTK Viewer isn?t updated automatically after activation of any function from Control menu.
2005-09-01 10:15:35 +00:00