vsr
aa36eeade7
Compatibility with old SALOME studies
2013-08-13 10:56:50 +00:00
vsr
b87a6c3f3b
Merge from V7_2_BR 09/08/2013
2013-08-12 09:34:06 +00:00
mpa
e688f2b77f
Implementation of 0021757: EDF 1829 : Activate bring to front action on simple selection of an object
2013-08-06 14:37:17 +00:00
jfa
dde31f0675
Mantis issue 0021191: apply a fix by PKV for note 0012153 on the case of Glue by list (second constructor in GUI)
2013-08-06 09:37:47 +00:00
skv
e8922cac3a
0021563: EDF GEOM: Extrusion with scale factor sometimes gives wrong shapes
2013-07-31 12:54:30 +00:00
eap
bd234baffa
0022287: [CEA 912] Notebook: clicking on "update study" returns an error message
...
Pb: notebook disappeared.
// get a free dockable window id
- myWindowID = 1;
+ myWindowID = 10;
2013-07-29 09:35:36 +00:00
eap
79367306ff
++myWindowID; // pb when a GEOM is a sole module: CreationInfoWdg replaces Python console
2013-07-26 16:10:25 +00:00
eap
84eccf2fcf
22261: EDF 2698 SMESH: Memory leak when displaying 2D quadratic elements as arcs
...
Fix leaks of CORBA objects
2013-07-24 12:41:29 +00:00
rnc
a9dca097e6
IMP: GEOM: Japanese translations
2013-07-23 14:32:11 +00:00
skv
5c1fd84469
0022177: [CEA 799] RemoveExtraEdges produces non valid faces
2013-07-23 12:27:25 +00:00
eap
bf782252cf
0021684: EDF 2221 : Display the arguments and the name of the operations
...
Make operation name not editable
2013-07-16 10:47:05 +00:00
eap
ed08a2dcc3
0021684: EDF 2221 : Display the arguments and the name of the operations
...
Make creation parameters not editable
2013-07-16 10:33:24 +00:00
jfa
bf456e30c0
Mantis issue 0021934: [CEA 694] Delete the internal faces of an object.
2013-07-12 13:16:30 +00:00
akl
7b119929a6
Correct deletion of folders with sub-objects in the Object Browser.
2013-07-10 12:14:17 +00:00
skv
3c094b0dc5
0022177: [CEA 799] RemoveExtraEdges produces non valid faces
2013-07-10 07:16:01 +00:00
akl
078431b1ad
Fix: restore "Show/Hide/Show Only" for GEOM component.
2013-07-09 11:17:47 +00:00
akl
1dd8f0e9e6
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:22:16 +00:00
akl
a992b19d3a
Iterate all children of study and append it to the it's father.
2013-07-09 08:18:12 +00:00
akl
251a6167ff
Remove unused code.
2013-07-04 10:05:06 +00:00
eap
0842c2560a
0022227: [CEA 827] Building a surface from a cloud of points
...
Restore def MakeSmoothingSurface() removed by mistake
2013-07-03 10:55:18 +00:00
eap
9ee55016e9
0022227: [CEA 827] Building a surface from a cloud of points
...
1) fix GetCreationInformation()
2) remove debug output
2013-07-03 10:54:43 +00:00
jfa
5f7358def1
Mantis issue 0022237: Study dump produces a Python code containing syntax errors
2013-07-01 06:40:44 +00:00
akl
c5b6deb54b
Implementation of 0021855: EDF 2321 GEOM : Add folders to group objects in the object browser.
2013-06-28 08:18:20 +00:00
eap
bd9ab0c29b
0021684: EDF 2221 : Display the arguments and the name of the operations
...
Print a warning of not implemented GEOM_BaseDriver::GetCreationInformation()
2013-06-27 13:27:28 +00:00
eap
833e0c922f
0021934: Delete the internal faces of an object.
...
Implement GetCreationInformation()
2013-06-27 12:49:25 +00:00
jfa
182542382e
Mantis issue 0021934: Delete the internal faces of an object. Correction to avoid errors on not suitable arguments.
2013-06-24 11:47:08 +00:00
eap
8c5cdd2d44
Add English translations to unfinished ones
2013-06-21 10:36:01 +00:00
ctn
e59d54200b
context unclosed
2013-06-21 09:34:51 +00:00
fahed
86da93bd4f
French translation update for IMP concerning bounding box exact computation.
2013-06-21 09:14:29 +00:00
eap
753d24c751
Synchronizing with GEOM_msg_en.ts
2013-06-21 08:56:46 +00:00
eap
0c3b75095a
0022232: [CEA 837] Memory corruption in GEOM/SMESH that leads to segfault on debian64
...
Fix
==7374== Invalid read of size 8
==7374== at 0x6B1F53F: TCollection_BasicMapIterator::Next() (in libTKernel.so.0.0.0)
==7374== by 0x3A120D3A: GEOMAlgo_Builder::FillInternalShapes() (GEOMAlgo_Builder_3.cxx:717)
- in FillInternalShapes() fix removal of map items while iteration through the map
2013-06-19 14:28:05 +00:00
eap
5de463a68d
0022232: [CEA 837] Memory corruption in GEOM/SMESH that leads to segfault on debian64
...
Fix "Mismatched free() / delete / delete []" valgrind error
- fix GEOM_Object_i::GetName() as GEOM_Object::GetName() now returns TCollection_AsciiString
2013-06-19 14:25:16 +00:00
eap
1d2e9cb443
0022232: [CEA 837] Memory corruption in GEOM/SMESH that leads to segfault on debian64
...
Fix "Mismatched free() / delete / delete []" valgrind error
- Standard_EXPORT char* GetName();
+ Standard_EXPORT TCollection_AsciiString GetName();
2013-06-19 14:23:50 +00:00
vsr
e69511781d
Fix complilation problem
2013-06-18 08:15:47 +00:00
eap
2100873392
0021684: EDF 2221 : Display the arguments and the name of the operations
...
-class GEOM_SubShapeDriver : public TFunction_Driver {
+class GEOM_SubShapeDriver : public GEOM_BaseDriver {
+ bool GetCreationInformation(std::string& theOperationName,
+ std::vector<GEOM_Param>& params);
2013-06-17 12:51:09 +00:00
eap
4211dca375
untabify
2013-06-17 12:50:10 +00:00
eap
e86fadf71e
0021684: EDF 2221 : Display the arguments and the name of the operations
...
In MakeCurveParametric(), store creation parameters using GEOMImpl_ICurveParametric
2013-06-17 12:49:52 +00:00
eap
33dea8badc
0021684: EDF 2221 : Display the arguments and the name of the operations
...
In GetShapesOnShapeAsCompound(), store creation parameters using GEOMImpl_IShapes
2013-06-17 12:49:23 +00:00
eap
3a09aaf844
- Standard_EXPORT bool GetOperatorParameters( const std::string theOperation,
...
+ Standard_EXPORT bool GetOperatorParameters( const std::string& theOperation,
2013-06-17 12:48:13 +00:00
eap
4345ad0598
-#include <GEOMImpl_CopyDriver.hxx>
2013-06-17 12:47:32 +00:00
eap
c85eef2610
0021684: EDF 2221 : Display the arguments and the name of the operations
...
#define EDGE_CURVE_LENGTH 12
+#define SHAPES_ON_SHAPE 13
-#define SHAPES_ON_SHAPE 1
2013-06-17 12:46:38 +00:00
eap
c7ffbf7b4e
0021684: EDF 2221 : Display the arguments and the name of the operations
...
+ virtual bool GetCreationInformation(std::string& theOperationName,
+ std::vector<GEOM_Param>& params);
2013-06-17 12:44:32 +00:00
eap
1fc45b2209
fix some warnings at doc generation
2013-06-17 12:42:48 +00:00
eap
7d03d7203b
0021684: EDF 2221 : Display the arguments and the name of the operations
...
+ virtual GEOM::CreationInformation* GetCreationInformation();
2013-06-17 12:42:04 +00:00
eap
c0b87081f9
0021684: EDF 2221 : Display the arguments and the name of the operations
...
+ GEOMImpl_ICurveParametric.hxx \
2013-06-17 12:41:01 +00:00
eap
73db631e5e
unused variable
2013-06-17 12:39:59 +00:00
eap
346da3aa8c
0021684: EDF 2221 : Display the arguments and the name of the operations
2013-06-17 12:39:35 +00:00
eap
c9f33420c0
0021684: EDF 2221 : Display the arguments and the name of the operations
...
+ void updateCreationInfo();
2013-06-17 12:39:23 +00:00
eap
7961d43ecf
0021684: EDF 2221 : Display the arguments and the name of the operations
...
+ GEOMGUI_CreationInfoWdg.cxx
2013-06-17 12:34:18 +00:00
eap
d946d05748
0021684: EDF 2221 : Display the arguments and the name of the operations
...
+ //Returns a driver creator of this object
+ Standard_EXPORT Handle(TFunction_Driver) GetCreationDriver();
2013-06-17 12:19:23 +00:00