Commit Graph

201 Commits

Author SHA1 Message Date
env
e2dcf4323c ENV: Windows porting. 2005-08-11 04:43:57 +00:00
env
f931ebe5b6 ENV: Windows porting. 2005-08-11 04:14:22 +00:00
env
424ee09297 ENV: Windows porting. 2005-08-11 04:04:55 +00:00
asv
66ed942fe4 rules for display/erase popup commands changed. Also added code to create a default view window on Display command if no window was open. 2005-08-10 06:22:56 +00:00
jfa
774da7a735 Improve error reporting for Filling Surface; initialize myGeometryGUI in FillingDlg to avoid exception on initialization of the dialog 2005-08-08 13:02:01 +00:00
asv
c03f2eac0d getDesktop() method is changed: now it is NOT virtual, it is implemented in GEOMBase_Helper and removed from all successors. 2005-08-02 12:45:47 +00:00
asv
694a9aaaee menues "Tools" and "Preferences" are moved to the right.. 2005-08-02 12:43:40 +00:00
jfa
40a7e07f71 Fix crash of BugRevolution.py import: apply the same patch, as on V2_2_0_maintainance 2005-08-02 09:03:51 +00:00
asv
60efe138c3 if a shape to be rotated is a vertex, and it is located ON the Revolution Axis, then the algorithm builds a circle with null radius. Incorrect, visualization of such shape fails. This case is checked and revolution is not done in this case. 2005-08-01 12:51:04 +00:00
san
f24ba2bafa Preparation of v.3.0.1 2005-07-29 11:46:49 +00:00
san
6ebb62e289 Preparation of v.3.0.1 2005-07-28 15:25:49 +00:00
san
f4e80938ef SALOME porting to OCCT 5.2.4 2005-07-28 15:06:06 +00:00
jfa
9d528b0574 IPAL8796: delete the files in tmp dir after import 2005-07-28 07:31:11 +00:00
eap
df8fe594e1 PAL9166 - add MakeSketcherOnPlane() and MakeMarkerPntTwoVec() 2005-07-20 10:44:57 +00:00
eap
14cc4e7e88 Move MEDWrapper to MED module 2005-07-12 05:48:53 +00:00
asv
23d15c3fc3 &Ok => O&k as requested by QA team in some bug.. 2005-07-11 11:08:44 +00:00
asv
2cff49a1b0 Popup-s changed. "isActiveViewer" parameter = "isActiveView", its calculation is moved to SalomeApp level. 2005-07-11 11:07:49 +00:00
mzn
144524d7be Improvement(Add a new preference to GEOM ? default ?Shading/Wireframe? visualization mode). 2005-07-06 12:42:51 +00:00
srn
7a7535dd1e BugID: 9377, modified method onEditDelete, added a call to updateActions 2005-07-06 05:58:34 +00:00
vsr
2d9fa003b4 Update version number: 3.0.0 2005-07-05 11:39:32 +00:00
jfa
e8d58ca1fb IPAL9384 3.c.: useless reference objects are created after execution of GEOM_tube_geom_gg2.py script 2005-07-01 08:02:02 +00:00
eap
74a4d30fb0 PAL9074. Now MakeSolidShells() makes one solid of all given shells like OCC MakeSolid() does 2005-06-30 08:24:39 +00:00
srn
d43286833e BugID: 9377, modifed method closeEvent 2005-06-30 07:14:30 +00:00
asv
2d00c4016f fixed bug with popups in GEOM. 2005-06-28 10:00:46 +00:00
asv
35ca94a337 small error fixed (BUG_NO instead of BUT_NO) 2005-06-27 12:49:29 +00:00
asv
0bfe0b990b Bug fixed: if Plot2D viewer is active, then "computation" of popup crashed. 2005-06-27 11:51:58 +00:00
mkr
a28e157934 Fix for bug IPAL9232 : 3.0.0(/dn06/../current1606): simple dataflow execution is aborted. 2005-06-27 10:38:23 +00:00
asv
14c6b1f558 new function globalParam() of Selection is used in GEOM. 2005-06-24 06:13:27 +00:00
asv
167977175e Bug IPAL9276 is fixed. 2005-06-23 14:04:19 +00:00
eap
2bdf57403e PAL9167. Check selection after constructor type change 2005-06-23 11:27:59 +00:00
stv
0759ac4eab Preferences 2005-06-22 09:58:12 +00:00
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