]>
SALOME platform Git repositories - modules/shaper.git/log
szy [Fri, 23 Jan 2015 14:40:04 +0000 (17:40 +0300)]
Merge branch 'Dev_0.7.1' of newgeom:newgeom into Dev_0.7.1
szy [Fri, 23 Jan 2015 14:39:42 +0000 (17:39 +0300)]
Fix for the issue #365.
szy [Fri, 23 Jan 2015 13:53:51 +0000 (16:53 +0300)]
Fix Import bug.
sbh [Fri, 23 Jan 2015 13:31:11 +0000 (16:31 +0300)]
Merge branch 'Dev_0.7.1' of newgeom:newgeom.git into Dev_0.7.1
sbh [Fri, 23 Jan 2015 13:30:15 +0000 (16:30 +0300)]
Corrections in the documentation of the Config package
vsv [Fri, 23 Jan 2015 12:03:54 +0000 (15:03 +0300)]
Issue #379: Rename tooltip
vsv [Thu, 22 Jan 2015 16:05:40 +0000 (19:05 +0300)]
Merge branch 'Dev_0.7.1' of newgeom:newgeom into Dev_0.7.1
vsv [Thu, 22 Jan 2015 16:05:31 +0000 (19:05 +0300)]
Issue #374:Prevent switching viewer interaction mode. Clear operations on module deactivation and application exit
sbh [Thu, 22 Jan 2015 14:14:50 +0000 (17:14 +0300)]
Merge branch 'Dev_0.7.1' of newgeom:newgeom.git into Dev_0.7.1
sbh [Thu, 22 Jan 2015 14:14:15 +0000 (17:14 +0300)]
Issue #316: call commands update on Part activation
mpv [Thu, 22 Jan 2015 14:11:09 +0000 (17:11 +0300)]
Fix for Issue #375: abort of nested operation problem
vsv [Thu, 22 Jan 2015 10:30:38 +0000 (13:30 +0300)]
Merge branch 'Dev_0.7.1' of newgeom:newgeom into Dev_0.7.1
vsv [Thu, 22 Jan 2015 10:30:30 +0000 (13:30 +0300)]
Issue #369: Update faces list of Sketcher presentation
sbh [Thu, 22 Jan 2015 10:20:16 +0000 (13:20 +0300)]
Merge branch 'Dev_0.7.1' of newgeom:newgeom.git into Dev_0.7.1
sbh [Thu, 22 Jan 2015 10:19:45 +0000 (13:19 +0300)]
Make generation/instalation of documentation optional. Fixes install problems under the linux
mpv [Thu, 22 Jan 2015 09:08:49 +0000 (12:08 +0300)]
Implementation of all needed methods of the validator DifferentObjects
mpv [Thu, 22 Jan 2015 09:07:39 +0000 (12:07 +0300)]
Merge branch 'Dev_0.7.1' of newgeom:newgeom into Dev_0.7.1
mpv [Thu, 22 Jan 2015 09:07:11 +0000 (12:07 +0300)]
Apply patch of Renaud Nedelec for exportation of groups to GEOM
vsv [Thu, 22 Jan 2015 08:50:40 +0000 (11:50 +0300)]
Merge branch 'Dev_0.7.1' of newgeom:newgeom into Dev_0.7.1
vsv [Thu, 22 Jan 2015 08:50:03 +0000 (11:50 +0300)]
Issue #367: Make moved point equal to selected
mpv [Thu, 22 Jan 2015 08:29:57 +0000 (11:29 +0300)]
Fix for Issue #359 : implement the method of validator
vsv [Wed, 21 Jan 2015 15:50:33 +0000 (18:50 +0300)]
Issue #358: Prevent crashes on operations when viewer is absent
sbh [Wed, 21 Jan 2015 14:34:34 +0000 (17:34 +0300)]
Merge branch 'Dev_0.7.1' of newgeom:newgeom.git into Dev_0.7.1
sbh [Wed, 21 Jan 2015 14:34:14 +0000 (17:34 +0300)]
set version of the app from cmake lists file
vsv [Wed, 21 Jan 2015 13:34:49 +0000 (16:34 +0300)]
Increase tolerance for sketch contour closing
sbh [Wed, 21 Jan 2015 13:30:12 +0000 (16:30 +0300)]
Merge branch 'Dev_0.7.1' of newgeom:newgeom.git into Dev_0.7.1
sbh [Wed, 21 Jan 2015 13:29:19 +0000 (16:29 +0300)]
Small core corrections
mpv [Wed, 21 Jan 2015 13:06:50 +0000 (16:06 +0300)]
Make doxygen is accessible for everybody
nds [Wed, 21 Jan 2015 09:33:50 +0000 (12:33 +0300)]
Regression correction: the axis is not displayed in the black dash-dots. The reason is displayer correction to do not perform redisplay if the presentation is not modified.
nds [Wed, 21 Jan 2015 09:06:41 +0000 (12:06 +0300)]
Issue #359 Axis with the same point on both ends
mpv [Wed, 21 Jan 2015 08:24:38 +0000 (11:24 +0300)]
Issue #360: fix of disappearance of sketch result because sub-results are not ready yet
nds [Wed, 21 Jan 2015 06:39:05 +0000 (09:39 +0300)]
Issue #351 constraint is not applied on preselected segments
The reason: lost selection of the circle center.
The decision: do not perform redisplay the AIS presentation in the AIS_InteractiveContext(displayer) if the shapes are equal. Here the GeomAPI realisation is necessary. The TopoDS_Shape realisation of the isEqual method is not enough because different TShapes instances are created and isEqual returns false.
A correction in the widget shape selector to avoid the distance presentation update by set an object(before set an attribute). In the previous version, the distance was jumped by selecting two points on lines. The reason is the distance calculation between point-object by setObject and after that point-point by setAttr
nds [Tue, 20 Jan 2015 14:54:42 +0000 (17:54 +0300)]
Issue #351 constraint is not applied on preselected segments
The reason: lost selection of the circle center.
The decision: do not perform redisplay the AIS presentation in the AIS_InteractiveContext(displayer) if the shapes are equal. Here the GeomAPI realisation is necessary. The TopoDS_Shape realisation of the isEqual method is not enough because different TShapes instances are created and isEqual returns false.
A correction in the widget shape selector to avoid the distance presentation update by set an object(before set an attribute). In the previous version, the distance was jumped by selecting two points on lines. The reason is the distance calculation between point-object by setObject and after that point-point by setAttr
nds [Tue, 20 Jan 2015 12:18:25 +0000 (15:18 +0300)]
Issue #336 Create/Edit Line -filter for first and last point fields
It creates a new custom filter to ignore the global selected construction results with an exception of the sketch feature(a composite feature).
nds [Tue, 20 Jan 2015 09:32:55 +0000 (12:32 +0300)]
Issue #336 Create/Edit Line -filter for first and last point fields
It corrects the displayed name for the selection attribute. The sketch feature vertices can be selected in the shape selector control.
mpv [Mon, 19 Jan 2015 16:40:36 +0000 (19:40 +0300)]
Fix for crash of double-click in one point during creation of linear segment in a sketch
mpv [Fri, 16 Jan 2015 14:24:10 +0000 (17:24 +0300)]
Fix for issue #347 : on undo of part creation reset the current document
mpv [Fri, 16 Jan 2015 13:44:53 +0000 (16:44 +0300)]
Fix for the issue #294 : do not erase internal data structure of document on close: it may be undone
sbh [Fri, 16 Jan 2015 13:27:17 +0000 (16:27 +0300)]
Merge branch 'Dev_0.7.1' of newgeom:newgeom.git into Dev_0.7.1
sbh [Fri, 16 Jan 2015 13:26:47 +0000 (16:26 +0300)]
Doxygen documentation generation added
sbh [Fri, 16 Jan 2015 07:02:11 +0000 (10:02 +0300)]
Reanud's patch for modern Cpp11 compilers applied
sbh [Thu, 15 Jan 2015 15:51:07 +0000 (18:51 +0300)]
Issue #356: plugins dependency mechanism implemented
sbh [Wed, 14 Jan 2015 13:46:48 +0000 (16:46 +0300)]
Merge branch 'Dev_0.7.1' of newgeom:newgeom.git into Dev_0.7.1
sbh [Wed, 14 Jan 2015 12:42:47 +0000 (15:42 +0300)]
Issue #328: bug with hanging of the app on absent file sourcing fixed
mpv [Wed, 14 Jan 2015 09:06:38 +0000 (12:06 +0300)]
Fix for issue #154. Management of any number of nested operations without help of OCCT.
sbh [Wed, 14 Jan 2015 08:20:55 +0000 (11:20 +0300)]
Issue #329: avoid app crashes on malformed python feature launching
sbh [Mon, 12 Jan 2015 17:24:32 +0000 (20:24 +0300)]
Resolve crashes in the release mode under Debian Squeeze linux
nds [Mon, 12 Jan 2015 08:29:43 +0000 (11:29 +0300)]
It should not be possible to use the circle/arc line in the distance operation.
szy [Tue, 30 Dec 2014 14:52:35 +0000 (17:52 +0300)]
Added edge selection for case of neighbors.
vsv [Tue, 30 Dec 2014 14:18:42 +0000 (17:18 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
vsv [Tue, 30 Dec 2014 14:18:34 +0000 (17:18 +0300)]
Provide processing of 'N' and 'P' keys in viewer to select overlayed objects.
mpv [Tue, 30 Dec 2014 14:17:23 +0000 (17:17 +0300)]
Apply the first naming name test
szy [Tue, 30 Dec 2014 14:12:20 +0000 (17:12 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
nds [Tue, 30 Dec 2014 13:45:40 +0000 (16:45 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
nds [Tue, 30 Dec 2014 13:45:29 +0000 (16:45 +0300)]
The constraint is moved by the mouse click on it(an attempt to edit value by double click)
vsv [Tue, 30 Dec 2014 13:12:56 +0000 (16:12 +0300)]
Issue #354: Updated icon
szy [Tue, 30 Dec 2014 13:06:46 +0000 (16:06 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
szy [Tue, 30 Dec 2014 13:06:32 +0000 (16:06 +0300)]
Added Vertex Selection (case1: by 3 faces).
nds [Tue, 30 Dec 2014 12:49:54 +0000 (15:49 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
nds [Tue, 30 Dec 2014 12:49:36 +0000 (15:49 +0300)]
Issue #351 - constraint is not applied on preselected segments
A correction to avoid hang up on the fix contraint creation.
vsv [Tue, 30 Dec 2014 12:42:33 +0000 (15:42 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
vsv [Tue, 30 Dec 2014 12:42:21 +0000 (15:42 +0300)]
Issue #347: Avoid crash on empty feature
Mikhail PONIKAROV [Tue, 30 Dec 2014 12:02:51 +0000 (15:02 +0300)]
Merge branch 'Dev_0.6.1' of ssh://newgeom.redmine.opencascade.com:322/newgeom into Dev_0.6.1
Mikhail PONIKAROV [Tue, 30 Dec 2014 12:01:45 +0000 (15:01 +0300)]
Porting to CentOS
vsv [Tue, 30 Dec 2014 11:52:17 +0000 (14:52 +0300)]
Version number changed
vsv [Tue, 30 Dec 2014 11:43:53 +0000 (14:43 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
vsv [Tue, 30 Dec 2014 11:43:45 +0000 (14:43 +0300)]
Erase objects of cancelled Sketcher
nds [Tue, 30 Dec 2014 11:34:45 +0000 (14:34 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
nds [Tue, 30 Dec 2014 11:34:30 +0000 (14:34 +0300)]
Issue #351 - constraint is not applied on preselected segments
szy [Tue, 30 Dec 2014 11:28:17 +0000 (14:28 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
vsv [Tue, 30 Dec 2014 10:17:50 +0000 (13:17 +0300)]
Issue #338: Provide sketch validator for extrusion
vsv [Tue, 30 Dec 2014 10:01:18 +0000 (13:01 +0300)]
Issue #344: Edit tooltip
szy [Tue, 30 Dec 2014 09:52:39 +0000 (12:52 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
szy [Tue, 30 Dec 2014 09:51:56 +0000 (12:51 +0300)]
Edges selection - second part.
vsv [Tue, 30 Dec 2014 09:51:28 +0000 (12:51 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
vsv [Tue, 30 Dec 2014 09:51:13 +0000 (12:51 +0300)]
Issue #332: Find point by coordinates comparison instead selection
mpv [Tue, 30 Dec 2014 09:49:18 +0000 (12:49 +0300)]
Issue #349 : added checking on close of the study crashes
mpv [Tue, 30 Dec 2014 09:24:22 +0000 (12:24 +0300)]
Issue #335 : generaet the shape for selection construction elements whole results to let them appeared in the naming structures of the document
mpv [Tue, 30 Dec 2014 08:18:07 +0000 (11:18 +0300)]
Added findByName method for naming issue
nds [Tue, 30 Dec 2014 05:06:30 +0000 (08:06 +0300)]
A modification to move a list of attributes(at the first version only the first one is moved).
nds [Mon, 29 Dec 2014 17:01:37 +0000 (20:01 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
nds [Mon, 29 Dec 2014 17:01:26 +0000 (20:01 +0300)]
Remove multiSelection flag set, because it is enoght to set selectionEnabled flag in false between move-release functionality. There is a bug in SALOME 7.5.1, after it is fixed, the NewGeom_SalomeViewer should be corrected.
vsv [Mon, 29 Dec 2014 16:34:16 +0000 (19:34 +0300)]
Issue #340: Correction of tooltip
nds [Mon, 29 Dec 2014 15:56:58 +0000 (18:56 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
nds [Mon, 29 Dec 2014 15:56:44 +0000 (18:56 +0300)]
Debug the selection restore on the Full Salome mode. There is a bug there, that enableSelection(false) call AISContext->ClearSelected(update_viewer=true), the problem 1: it should not clear, the problem 2: it should not update viewer - we have blinking.
szy [Mon, 29 Dec 2014 15:54:16 +0000 (18:54 +0300)]
Added SubShape Selection for Edge (trivial case).
vsv [Mon, 29 Dec 2014 15:38:40 +0000 (18:38 +0300)]
Avoid crash with null shape for presentation
vsv [Mon, 29 Dec 2014 15:27:24 +0000 (18:27 +0300)]
Bug fixes in XML
nds [Mon, 29 Dec 2014 14:09:07 +0000 (17:09 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
nds [Mon, 29 Dec 2014 14:08:55 +0000 (17:08 +0300)]
It undoes one modification, which leads to crash in the full SALOME mode
vsv [Mon, 29 Dec 2014 14:03:58 +0000 (17:03 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
vsv [Mon, 29 Dec 2014 14:01:53 +0000 (17:01 +0300)]
Obsolete keyword "use-subshapes" is removed
nds [Mon, 29 Dec 2014 13:55:31 +0000 (16:55 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
nds [Mon, 29 Dec 2014 13:55:21 +0000 (16:55 +0300)]
Disable selection in the viewer between mouse move and mouse release signals processing.
Otherwise the viewer clears the current selection.
vsv [Mon, 29 Dec 2014 13:50:03 +0000 (16:50 +0300)]
Provide Copy command for items in Group operation
vsv [Mon, 29 Dec 2014 13:07:45 +0000 (16:07 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
vsv [Mon, 29 Dec 2014 13:07:35 +0000 (16:07 +0300)]
Issue #327: Update presentation on width changed
mpv [Mon, 29 Dec 2014 12:52:34 +0000 (15:52 +0300)]
Allows to append the naming name in the group.
szy [Mon, 29 Dec 2014 12:29:41 +0000 (15:29 +0300)]
Added selectSubShape() method (part1: face selection)
szy [Mon, 29 Dec 2014 12:27:42 +0000 (15:27 +0300)]
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1