]>
SALOME platform Git repositories - modules/shaper.git/log
nds [Wed, 9 Sep 2015 13:27:56 +0000 (16:27 +0300)]
Update ok_error button to be in the style of changed ok button.
nds [Wed, 9 Sep 2015 13:23:16 +0000 (16:23 +0300)]
Correction for previous integration.
spo [Wed, 9 Sep 2015 11:33:53 +0000 (14:33 +0300)]
Issue #910 - Impossible to set start point , end points for line manually
nds [Wed, 9 Sep 2015 13:16:10 +0000 (16:16 +0300)]
Issue #905 Update of invalid feature representation in property panel
Correction for Part feature.
nds [Wed, 9 Sep 2015 13:06:55 +0000 (16:06 +0300)]
Issue #905 Update of invalid feature representation in property panel
Widget should not be in pink also.
azv [Wed, 9 Sep 2015 13:15:26 +0000 (16:15 +0300)]
Update groups merging (issue #933)
mpv [Wed, 9 Sep 2015 13:01:43 +0000 (16:01 +0300)]
Update of pictures by ABA
azv [Wed, 9 Sep 2015 12:05:33 +0000 (15:05 +0300)]
SketchSolver performance improvement (issue #934)
nds [Wed, 9 Sep 2015 12:02:34 +0000 (15:02 +0300)]
Issue #905 Update of invalid feature representation in property panel
Widget should not be in pink also.
nds [Wed, 9 Sep 2015 11:30:35 +0000 (14:30 +0300)]
Issue #905 Update of invalid feature representation in property panel
Widget should not be in pink also.
nds [Wed, 9 Sep 2015 11:09:33 +0000 (14:09 +0300)]
Issue #905 Update of invalid feature representation in property panel
azv [Wed, 9 Sep 2015 10:57:43 +0000 (13:57 +0300)]
Update Angle constraint to work properly with perpendicular lines (issue #927)
dbv [Wed, 9 Sep 2015 09:05:42 +0000 (12:05 +0300)]
Tests update
azv [Wed, 9 Sep 2015 07:15:52 +0000 (10:15 +0300)]
Strange behavior of Angle constraint (issue #912)
Recalculate positions of the attributes to avoid conflicting constraints while changing the value of angle several times
spo [Wed, 9 Sep 2015 06:47:14 +0000 (09:47 +0300)]
Issue #910 - Impossible to set start point , end points for line manually
vsv [Wed, 9 Sep 2015 06:45:27 +0000 (09:45 +0300)]
Issue #925: Remove Deactivate part command
vsv [Tue, 8 Sep 2015 15:39:44 +0000 (18:39 +0300)]
Memory leak detected
dbv [Tue, 8 Sep 2015 15:28:48 +0000 (18:28 +0300)]
Translation and Rotation code clean up
spo [Tue, 8 Sep 2015 15:03:01 +0000 (18:03 +0300)]
Improve Linux scripts
dbv [Tue, 8 Sep 2015 14:16:28 +0000 (17:16 +0300)]
Tests for placement
mpv [Tue, 8 Sep 2015 14:02:30 +0000 (17:02 +0300)]
Fix for issue #913: update sketch elements due to the parameters update
mpv [Tue, 8 Sep 2015 13:25:58 +0000 (16:25 +0300)]
Fix for issue #918: naming for sketch sub-elements, even if the sketch is fully selected.
dbv [Tue, 8 Sep 2015 13:05:54 +0000 (16:05 +0300)]
Code clean up
dbv [Tue, 8 Sep 2015 12:44:11 +0000 (15:44 +0300)]
Improvement #651: Arc direction must be flexible
azv [Tue, 8 Sep 2015 12:21:32 +0000 (15:21 +0300)]
Update coordinates of a point coincided with line, arc or circle (issue #883)
spo [Tue, 8 Sep 2015 11:03:35 +0000 (14:03 +0300)]
Improve linux scripts
spo [Tue, 8 Sep 2015 11:03:01 +0000 (14:03 +0300)]
Issue #903 - Parameter is not created, if expression contains not created parameter
mpv [Tue, 8 Sep 2015 11:30:41 +0000 (14:30 +0300)]
Merge branch 'Dev_1.4.0' of newgeom:newgeom into Dev_1.4.0
mpv [Tue, 8 Sep 2015 11:30:24 +0000 (14:30 +0300)]
Fix for issue #922: box naming problems after update
vsv [Tue, 8 Sep 2015 10:01:54 +0000 (13:01 +0300)]
Create error label
vsv [Tue, 8 Sep 2015 09:00:00 +0000 (12:00 +0300)]
Error label is added to solver
dbv [Tue, 8 Sep 2015 08:06:37 +0000 (11:06 +0300)]
Test update
nds [Tue, 8 Sep 2015 07:47:47 +0000 (10:47 +0300)]
1. Sketch solver invalid state: do not restart the create operation;
2. Line creation: several click in the same point: do not deactivate point widget if the feature already contains this value. [Scenario: start sketch, start line creation, click in the same place; create contour, create other sketch, click in the point on the 1st sketch to create a line. It is not possible]
3. Correction to call customizeCurrentObject only when some is displayed/erased. If this check is absent, there can be a crash. Scenario of the crash is: Create contour, make two lines paralle, make them perpendicular, Undo. Reason: created message of Sketch comes earlies than redisplay of perpendicular. SketchPrs_Perpendicular: getResult -> crash.
mpv [Tue, 8 Sep 2015 07:23:52 +0000 (10:23 +0300)]
Make information about displayed objects loaded also from the old files.
nds [Tue, 8 Sep 2015 05:40:58 +0000 (08:40 +0300)]
Operation Prs is corrected: 1. to be not visualized if the module can not display the feature of the presentation[e.g. sketch sub-entity creation, when the mouse is not over viewer]; 2. Call redisplay of the presentation by the REDISPLAY/CREATE message, instead of doing that by the UPDATE message.
Correction in selection processing, cased by #26658. Scenario: Create two lines in the sketch, start Distance constraint, Click in the common point of lines three times[without moving], the result is that both distance attributes are filled with the same value. However there is a filter that prohibits this.
mpv [Mon, 7 Sep 2015 15:17:06 +0000 (18:17 +0300)]
Make sketch without good (like auxiliary) sub-elements produce an empty result, not the previous one.
mpv [Mon, 7 Sep 2015 15:08:27 +0000 (18:08 +0300)]
Fix for crash on SALOME-aplpication with sub-part close.
spo [Mon, 7 Sep 2015 14:18:10 +0000 (17:18 +0300)]
Issue #901 - It is possible to define empty name for parameter
dbv [Mon, 7 Sep 2015 14:17:40 +0000 (17:17 +0300)]
Now partition creates compsolids instead of compounds
mpv [Mon, 7 Sep 2015 13:24:13 +0000 (16:24 +0300)]
Disable debug output
nds [Mon, 7 Sep 2015 13:20:18 +0000 (16:20 +0300)]
#878 Segmentation fault when setting distance on the two same points
Crash by click in the same point, caused by OCCT dir2d
nds [Mon, 7 Sep 2015 12:07:20 +0000 (15:07 +0300)]
It provides error messages for validators.
mpv [Mon, 7 Sep 2015 13:19:22 +0000 (16:19 +0300)]
Fix for re-creation of old presentation of sketch circle on change radius in viewer, then in property panel, then "apply".
mpv [Mon, 7 Sep 2015 13:18:29 +0000 (16:18 +0300)]
Fix (by NDS) for leaving sketch circle presentation problem: when change radius in the viewer and then - in the property panel.
vsv [Mon, 7 Sep 2015 12:53:28 +0000 (15:53 +0300)]
Process "Move to the end" event
vsv [Mon, 7 Sep 2015 11:17:40 +0000 (14:17 +0300)]
Process "Mode to end" event
azv [Mon, 7 Sep 2015 12:22:37 +0000 (15:22 +0300)]
Improve performance of calculation of multi-translation constraint (issue #893)
spo [Mon, 7 Sep 2015 12:17:28 +0000 (15:17 +0300)]
Fix SQUISH tests
mpv [Mon, 7 Sep 2015 12:17:47 +0000 (15:17 +0300)]
Make reordered event not grouped
vsv [Mon, 7 Sep 2015 09:31:32 +0000 (12:31 +0300)]
Processing "Move to the end" event
vsv [Mon, 7 Sep 2015 09:30:32 +0000 (12:30 +0300)]
Issue #910: Do not replace text in spin box if it is not changed
vsv [Mon, 7 Sep 2015 08:14:38 +0000 (11:14 +0300)]
Issue #807: Show/hide commands have to be accessible only for current part and constructions in PartSet
azv [Mon, 7 Sep 2015 08:16:23 +0000 (11:16 +0300)]
Forgotten initialization of the Distance constraint field (issue #874)
azv [Mon, 7 Sep 2015 07:54:58 +0000 (10:54 +0300)]
Sort constraints before adding it to the solver (issue #911)
nds [Mon, 7 Sep 2015 06:00:06 +0000 (09:00 +0300)]
displayAllResults is obsolete
nds [Mon, 7 Sep 2015 05:48:13 +0000 (08:48 +0300)]
This code is obsolete, the planes are erased either by plane selecting or in deactivate() of this widget.
nds [Mon, 7 Sep 2015 04:59:29 +0000 (07:59 +0300)]
Result preview is low for the point. The updateViewer() should be blocked in moveObject() like it is done in updateObject()
nds [Mon, 7 Sep 2015 04:17:29 +0000 (07:17 +0300)]
Temporary workaroud of crash in SALOME study, happens by closing document.
nds [Sun, 6 Sep 2015 15:13:17 +0000 (18:13 +0300)]
Temporary workaroud of crash in SALOME study, happens by closing document.
nds [Sun, 6 Sep 2015 13:49:46 +0000 (16:49 +0300)]
Operation Prs: green preview is low. Scenario: Sketch, Start Circle, 1st Click, move to PP, input R=80, Activate 1st control, Input value. Result: the presentation is not redisplayed. Reason: in onFeatureUpdateMsg UpdateViewer() should be called.
nds [Sun, 6 Sep 2015 11:08:48 +0000 (14:08 +0300)]
OperationPrs: do not visualize parameters of feature, if they are not inCase. Example: Extrusion, select a plane in the 2nd choice, activate 1st choice, the plane should not be marked in the viewer.
vsv [Fri, 4 Sep 2015 16:35:28 +0000 (19:35 +0300)]
Take into account folders which can not be shown empty when history updated
mpv [Fri, 4 Sep 2015 15:51:53 +0000 (18:51 +0300)]
Created a new event that features were reordered due to the "move to end" action
vsv [Fri, 4 Sep 2015 15:37:12 +0000 (18:37 +0300)]
If moved feature comes below current feature then it has to be current feature
vsv [Fri, 4 Sep 2015 15:36:22 +0000 (18:36 +0300)]
Issue #807: Disable Show/Hide commands for objects from non-active document
mpv [Fri, 4 Sep 2015 14:48:47 +0000 (17:48 +0300)]
Make sketch lines more selectable (selection area is increased)
spo [Fri, 4 Sep 2015 14:28:11 +0000 (17:28 +0300)]
Fix: SketchPlugin_Sketch::SOLVER_ERROR() should be obligatory
spo [Fri, 4 Sep 2015 13:41:24 +0000 (16:41 +0300)]
Issue #504 - 1.17. Error user feedback when a feature fail
mpv [Fri, 4 Sep 2015 13:40:17 +0000 (16:40 +0300)]
Make moved groups update their results
dbv [Fri, 4 Sep 2015 13:20:29 +0000 (16:20 +0300)]
Partition naming for infinite planes
mpv [Fri, 4 Sep 2015 11:48:56 +0000 (14:48 +0300)]
Fix for issue #889
nds [Fri, 4 Sep 2015 11:36:32 +0000 (14:36 +0300)]
Compillation correction
spo [Fri, 4 Sep 2015 11:17:02 +0000 (14:17 +0300)]
Add error descriptions for some feture and attribute validators
spo [Fri, 4 Sep 2015 09:45:51 +0000 (12:45 +0300)]
Spell-checking
spo [Fri, 4 Sep 2015 09:45:29 +0000 (12:45 +0300)]
Make error messages shorter
vsv [Fri, 4 Sep 2015 09:53:18 +0000 (12:53 +0300)]
Check a case when created object can be canceled
vsv [Thu, 3 Sep 2015 15:16:00 +0000 (18:16 +0300)]
Using og non initialized value
mpv [Fri, 4 Sep 2015 08:52:24 +0000 (11:52 +0300)]
Merge branch 'Dev_1.4.0' of newgeom:newgeom into Dev_1.4.0
mpv [Fri, 4 Sep 2015 08:52:08 +0000 (11:52 +0300)]
Undo the regression: optimization makes the sketch instable
asl [Fri, 4 Sep 2015 08:25:08 +0000 (11:25 +0300)]
Issue #807: disable the show/hide actions if the part set document is not active
mpv [Fri, 4 Sep 2015 07:26:33 +0000 (10:26 +0300)]
Merge branch 'Dev_1.4.0' of newgeom:newgeom into Dev_1.4.0
mpv [Fri, 4 Sep 2015 07:26:11 +0000 (10:26 +0300)]
Optimization for big sketched (from unit tests)
dbv [Fri, 4 Sep 2015 06:52:27 +0000 (09:52 +0300)]
Added sketch attribute selection for composite features
mpv [Fri, 4 Sep 2015 05:29:26 +0000 (08:29 +0300)]
Fix for other than bodies results renaming and issue #908
mpv [Thu, 3 Sep 2015 13:56:12 +0000 (16:56 +0300)]
Fir for issue #899: all results now have "_index" suffix, including the first one.
mpv [Thu, 3 Sep 2015 13:32:09 +0000 (16:32 +0300)]
Fix for the issue #869: more user-friendly names of attributes
mpv [Thu, 3 Sep 2015 13:23:50 +0000 (16:23 +0300)]
Debug of update of feature that need no preview
dbv [Thu, 3 Sep 2015 12:39:05 +0000 (15:39 +0300)]
Fix for extrusion creation
spo [Thu, 3 Sep 2015 11:39:53 +0000 (14:39 +0300)]
Improve Linux scripts
spo [Thu, 3 Sep 2015 11:34:24 +0000 (14:34 +0300)]
Improve Linux scripts
spo [Thu, 3 Sep 2015 11:31:54 +0000 (14:31 +0300)]
Improve Linux scripts
mpv [Thu, 3 Sep 2015 11:14:32 +0000 (14:14 +0300)]
Make the partition selection of plane correctly named, since it is used in the later naming structures
mpv [Thu, 3 Sep 2015 09:21:05 +0000 (12:21 +0300)]
Fix for the problem of update of BOP created on CompSolid every time (like Group objects selection)
dbv [Thu, 3 Sep 2015 08:39:23 +0000 (11:39 +0300)]
Revolution: returned previous algo for simple faces
nds [Thu, 3 Sep 2015 08:39:15 +0000 (11:39 +0300)]
Fix for a crash: Create sketch, circle, Radius constraint with 0 value.
It appends a positive value validator in order to solver is not performed when the value is not valid.
mpv [Thu, 3 Sep 2015 08:38:14 +0000 (11:38 +0300)]
Debug of naming of Boolean operation of extrusion and revolution results.
azv [Thu, 3 Sep 2015 08:22:33 +0000 (11:22 +0300)]
Do not recalculate constraints if there are invalid features (issue #874)
dbv [Thu, 3 Sep 2015 08:05:59 +0000 (11:05 +0300)]
Extrusion returned previous algo for simple faces.
mpv [Thu, 3 Sep 2015 06:26:28 +0000 (09:26 +0300)]
Support of attributes located in the same switch in several cases
nds [Thu, 3 Sep 2015 04:39:09 +0000 (07:39 +0300)]
Fix for a crash: Create sketch, circle, Radius constraint with 0 value.