Commit Graph

1520 Commits

Author SHA1 Message Date
asv
a3dbf9db14 Bug fixes. 2005-06-22 06:29:29 +00:00
eap
bc805bc164 PAL9166. Add possibility to make sketcher on an existing plane 2005-06-20 05:57:52 +00:00
eap
61dbea0587 PAL9166. Add possibility to make sketcher on an existing plane (MakeSketcherOnPlane()) and MakeMarkerPntTwoVec() 2005-06-20 05:34:38 +00:00
mzn
35c0ccc268 Patch for bug IPAL9210(3.0.0 "GEOM_usinggeom.py" script execution failed.). 2005-06-17 12:22:39 +00:00
asv
8383118883 Fix for a bug: a command with id 8001 is the same as 800 (create group) but called from a popup (another caption). so we let it to be handled just as command id 800. Also an icon for 8001 was added. 2005-06-17 10:56:32 +00:00
asv
bfce8429ee Fix for a bug: a command with id 8001 is the same as 800 (create group) but called from a popup (another caption). so we let it to be handled just as command id 800. 2005-06-17 10:55:55 +00:00
asv
650baae06d fix for bug: "rename" can be called even when there is no active viewer. 2005-06-17 06:05:05 +00:00
eap
987a247e12 PAL9151. Restore some code from V2_2_2 revision 2005-06-15 12:43:07 +00:00
srn
8039f8cb66 BugID IPAL9186: Added a call to method initGeomGen 2005-06-15 11:51:24 +00:00
srn
79263e107d BugID IPAL9186: Added a static method InitGeomGen for initialization of myComponentGeom static variable from geompy.py Python script. 2005-06-15 11:50:44 +00:00
asv
9db65c69e0 unneccessary "printf" removed. 2005-06-15 08:22:02 +00:00
mzn
b8a1ff1356 Fix for Bug IPAL9161(3.0.0 (09 June): It is impossible to perform Fillet and Chamfer operations). 2005-06-15 06:17:13 +00:00
eap
8c31a421f1 PAL9165. prevent exception at access to non-initialized out parameters 2005-06-15 05:58:02 +00:00
eap
873285da36 PAL9165. emit message only if no valid ImportExport file found 2005-06-15 05:54:44 +00:00
asv
5013150a88 bug fixes with popup menus. 2005-06-14 12:40:36 +00:00
asv
8ace3710d8 bug fix: change of display mode of VTK viewer throws SIGSEGV. 2005-06-14 12:38:09 +00:00
srn
1b11dbb815 BugID: IPAL9067, added a linker option -l GEOMFiltersSelection 2005-06-14 10:45:24 +00:00
asv
577ebb1ccd Bug fixes. 2005-06-10 12:43:15 +00:00
asv
f10ba4a5f2 2 new icons added to resources for Sketcher Dlg. 2005-06-10 06:44:37 +00:00
asv
b40e6e789a icons used in Sketcher Dlg. 2005-06-10 06:40:48 +00:00
asv
292caa7a1f content moved to GEOM_images.po 2005-06-10 06:23:14 +00:00
asv
e11f561fd5 Fix for bug when GEOM did not check for Engine to be correctly loaded. 2005-06-09 12:34:59 +00:00
asv
f9080ed351 Bug with not full names of selected objects ("Box_" instead of "Box_1") in dialogs is fixed. GetName() method now returns QString. 2005-06-09 12:33:07 +00:00
mzn
46b338c045 Fix for Bug IPAL9053( 3.0.0: "Check Geometry" and "Load script" functionalities from menu "Tools" aren't work.).
"Load Script" moved from Geometry module to menu File(so, now it is accessible from all modules).
2005-06-09 09:10:51 +00:00
asv
9d1fc14305 activateModule/deactivateModule functions are made "bool". 2005-06-08 12:39:43 +00:00
mzn
05b87d9cef Correction. 2005-06-08 09:27:11 +00:00
mzn
a31c59e74c Add string for "Export" functionality. 2005-06-07 09:27:09 +00:00
mzn
adc75d8a5e Fix for IPAL8993(3.0.0: It is impossible to export geometry object.). 2005-06-07 09:26:05 +00:00
stv
815969efba Tooltip gramatic errors 2005-06-07 07:51:33 +00:00
mzn
3ef9f0e473 Update of the object browser added for "Import". 2005-06-07 07:07:32 +00:00
asv
7dfcbd9821 Undefined symbol (SALOME_Event) is removed. 2005-06-07 04:40:09 +00:00
asv
c743faa101 Makefile.in-s were modified, neccessary keys and libraries were added.
OCC_KERNEL_LIBS -> CAS_KERNEL
OCC_MODELER_LIBS -> CAS_MODELER
2005-06-03 12:32:20 +00:00
stv
aad788778e Added LogWindow support for GEOM 2005-06-03 11:30:21 +00:00
asv
1bf3bfc5d8 Rename and Delete functionalities added. 2005-06-03 10:42:52 +00:00
asv
d323a0aa04 Displayer: bug in clearTemporary() is fixed.
GeometryGUI: rules of popups are changed (fixed).
2005-06-03 10:41:52 +00:00
asv
b4446e7a7f getNewObjectName() is made virtual (as it parent class). 2005-06-03 10:40:31 +00:00
asv
e2473f133f Bug with bad object names after explode is fixed. 2005-06-03 10:39:50 +00:00
asv
521dab878e A small bug is fixed. 2005-06-03 10:39:10 +00:00
mzn
629a486f19 Corrected according to the new scheme. 2005-06-03 08:48:54 +00:00
smh
fedf580aaa SMH: Add forgotten files 2005-06-02 09:34:45 +00:00
stv
691b308ad6 *** empty log message *** 2005-06-02 08:21:15 +00:00
smh
7322118087 SMH: Merged GEOM (NEWGUI, HEAD, POLYWORK) 2005-06-02 07:17:09 +00:00
jfa
0213ec6649 PAL8378: fix a bug in Partition algorithm 2005-04-11 05:44:10 +00:00
jfa
6288e136f4 PAL8264: fixed regression in Partition algorithm 2005-04-11 05:29:26 +00:00
vsr
a93de1db49 Fix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared objects in. 2005-04-08 05:28:57 +00:00
jfa
27b79de2de PAL8379: add in geompy.py a function for filtering edges by length. 2005-04-04 11:42:52 +00:00
jfa
390fa7af81 Optimization of GetShapesOn<xxx> functionality 2005-03-23 07:27:20 +00:00
jfa
847b1b1b59 Fix RemoveExtraEdges() to obtain valid shapes. Fix done by SKL. 2005-03-23 07:21:06 +00:00
jfa
15ffc0f2df PAL8395: Fix pb. with bug2extraEdges.py 2005-03-22 09:16:47 +00:00
jfa
b28777dc10 Unlink from not used libGEOMPartition 2005-03-22 07:53:10 +00:00