Commit Graph

592 Commits

Author SHA1 Message Date
jfa
8ab5789e4a Add missing method MakePrism2Ways. 2011-03-03 12:20:46 +00:00
jfa
78ecbcf67b Add missing method MakePrism2Ways. 2011-03-03 12:13:55 +00:00
eap
f16a176c32 fix "Replacing geompyDC by geompy"
make temporary geompy.py in the current dir to avoid overwriting
   geompy.py when building in GEOM_SRC
2011-03-02 15:26:23 +00:00
eap
0f74641d7b correction of "not to remove CVS directory by cleaning if building in GEOM_SRC" 2011-03-02 08:45:15 +00:00
eap
52795b31b9 not to remove CVS directory by cleaning if building in GEOM_SRC 2011-03-02 08:40:58 +00:00
eap
ed0abf252d 0021196: [CEA 456] Integration and merge modification for debian packages
-			 @top_builddir@/src/GEOM_SWIG/geompy.py \
+			 @top_builddir@/doc/salome/gui/GEOM/geompy.py \

to avoid overwriting geompy.py by geompyDC.py when building in GEOM_SRC
2011-03-01 15:00:11 +00:00
eap
0c2701c3b4 0021196: [CEA 456] Integration and merge modification for debian packages
-INPUT             = @top_builddir@/src/GEOM_SWIG
+INPUT             = .

to avoid overwriting geompy.py by geompyDC.py when building in GEOM_SRC
2011-03-01 14:59:52 +00:00
eap
e5d614b3cf 0021196: [CEA 456] Integration and merge modification for debian packages
make docs to work in docutils and not to generate anything during make install
2011-03-01 14:59:31 +00:00
eap
9726965a46 0021196: [CEA 456] Integration and merge modification for debian packages
make docs to work in docutils
2011-03-01 14:59:08 +00:00
eap
a580ecb350 0021196: [CEA 456] Integration and merge modification for debian packages
geom-install-python.patch:
     Install _libGEOM_Swig.so and  libGEOM_Swig.py into python directories
2011-03-01 14:49:31 +00:00
eap
9dbdfcb44e 0021196: [CEA 456] Integration and merge modification for debian packages
geom-fix-powerpc.patch:
   Rename PPC variable, this is a macro on PowerPC
2011-03-01 14:48:48 +00:00
eap
476819a618 0021196: [CEA 456] Integration and merge modification for debian packages
geom-fix-clean.patch:
  This patch is for cleaning completely the build directory

geom-install-without-docs.patch:
  We think that building and installing the documentation should not
  be the default behavior but reserved to interested users
2011-03-01 14:48:02 +00:00
eap
bdfc48d282 0021196: [CEA 456] Integration and merge modification for debian packages
This patch is for cleaning completely the build directory
2011-03-01 14:45:44 +00:00
rnv
43f4ad9b7d Fix names of the python variables for not published GEOM objects. 2011-03-01 14:06:35 +00:00
akl
38130226cd Fix of transparency on Mandriva2010: it didn't worked because of the returned 'testResult' argument was removed from 'GEOMBase::ConvertIOinGEOMAISShape' method. 2011-03-01 07:23:37 +00:00
jfa
e0257a3b5c Rename Engines::Component to Engines::EngineComponent 2011-02-28 14:44:44 +00:00
vsr
4f33724a37 0021202: [CEA 461] Reload from disk does not work in Salome6 2011-02-28 11:52:36 +00:00
gdd
ca6affd09c Value of slider is badly initialized on first open. 2011-02-22 14:05:56 +00:00
adam
4c9bc281db Remove warnings 2011-02-22 11:45:39 +00:00
jfa
0e58619502 Mantis issue 0021181. A fix by PKV. 2011-02-18 10:36:39 +00:00
vsr
a3cc005370 0021189: [CEA 451] areCoordsInside implementation in GE 2011-02-18 07:55:09 +00:00
rnv
ef26af8d03 Implementation of the "20830: EDF 1357 GUI : Hide/Show Icon"
(at the moment implemeted only in GEOM and SMESH modules).
2011-02-17 08:09:48 +00:00
gdd
b664a705b8 rnc : corrected the bug that the starting point is false when using reverse parameter 2011-02-16 15:10:28 +00:00
jfa
d404209557 Mantis issue 0021182: EDF 1784 GEOM: GetInPlace issue. 2011-02-10 07:07:28 +00:00
jfa
4ee6eebb26 Mantis issue 0021079: problems with Explode. 2011-02-09 09:54:37 +00:00
mpv
ad52e520d5 Added flag for computation internal shapes (manifold topology). In the SALOME/TRIPOLI module this piece of the functionality is not needed. It produces incorrect shapes and/or crashes. 2011-02-08 14:17:24 +00:00
vsr
335b22d949 Improve performance on sphere display in VTK viewer 2011-02-08 09:25:55 +00:00
eap
b4d072bf20 remove debug output 2011-02-08 08:23:56 +00:00
vsr
cac1b61a47 Fix hang-up when displaying sphere in OCC viewer 2011-02-08 08:19:01 +00:00
caremoli
300eff0fcb CCAR:remove trailing whitespace 2011-02-07 17:34:20 +00:00
rnv
2d64222b28 Set deflection coefficient for VTK viewer equal to the 0.0, because it is currently not supported. 2011-02-07 09:22:22 +00:00
eap
e76c7f020e 0021122: EDF 1735 SMESH: Bug when saving in .hdf
Fix dump of multiply published objects
2011-02-04 17:26:34 +00:00
jfa
ca0d85f801 Mantis issue 0021079: problems with Explode. 2011-02-04 14:50:33 +00:00
gdd
2a4038f828 Replace Ok/Cancel by Yes/No
Translation into another language is automatically done by Qt, no "tr" is needed.
2011-02-01 10:56:40 +00:00
rnv
50a3c17fdb Implementation of the 20937: EDF 1399 GEOM: extend the properties of GEOM object. 2011-02-01 06:38:26 +00:00
gdd
f4eb773032 The GEOM Delete Dialog uses 2 QPushButtons for the Yes/No buttons whereas the SMESH one uses a QMessage dialog. To make them coherent (same layout order), use a QDialogButtonBox in the GEOM Delete Dialog. 2011-01-31 16:23:26 +00:00
vsr
8990dca3c5 Remove dependency on CORBA staff in local geom engine 2011-01-27 15:19:55 +00:00
vsr
003f66b535 Fix regression: storeViewParameters() does not work for OCC view 2011-01-24 15:20:25 +00:00
gdd
e694c1e9e8 Updated documentation of closecontour 2011-01-21 10:07:43 +00:00
vsr
8f2d0b5697 0021147: EDF GEOM: Difference between compound of line and compound of edges 2011-01-19 12:43:12 +00:00
gdd
d846e31631 Fix mispell 2011-01-18 09:47:54 +00:00
caremoli
2afbe2f2dc CCAR: In transparency dialog set tracking to false to avoid setting transparency
for each move of the cursor. The transparency is only set when cursor is up.
2011-01-10 14:48:04 +00:00
vsr
03f77667e6 Eliminate useless GetSubShape() lines in the python dump 2011-01-10 11:04:35 +00:00
vsr
0514da352f Eliminate useless GetSubShape() lines in the python dump 2011-01-10 10:50:44 +00:00
vsr
68aba60ffd Eliminate useless GetSubShape() lines in the python dump 2011-01-10 10:16:57 +00:00
vsr
bf697caef8 Small change of the interface for MakeVertexOnCurveByLength function: use boolean flag for the direction parameter instead of double 2011-01-06 21:40:34 +00:00
gdd
bbebe02fd0 RNC: Corrected some Bugs related to the feature EDF 1542 2011-01-06 14:43:29 +00:00
gdd
9f5b7b1ffd error corrected 2011-01-06 13:02:12 +00:00
gdd
55bd653b5b RNC: added MakeVertexOnCurveByLength in test scripts 2011-01-06 12:55:12 +00:00
gdd
7f54b597ab RNC: added MakeVertexOnCurveByLength example in documentation 2011-01-06 12:54:35 +00:00