Salome HOME
modules/shaper.git
8 years agoIssue #1016: Hide selection rectangle on sketcher operation
vsv [Mon, 12 Oct 2015 07:49:02 +0000 (10:49 +0300)]
Issue #1016: Hide selection rectangle on sketcher operation

8 years agoEqual points should not be used in the operation preselection.
nds [Mon, 12 Oct 2015 05:33:04 +0000 (08:33 +0300)]
Equal points should not be used in the operation preselection.

8 years agoIssue #1011 In sketch edition, the cross cursor must be displayed only in the 3D...
nds [Thu, 8 Oct 2015 11:01:46 +0000 (14:01 +0300)]
Issue #1011 In sketch edition, the cross cursor must be displayed only in the 3D view

8 years ago#1041 Sometimes when setting several distance constraints, the first input field...
nds [Thu, 8 Oct 2015 09:49:50 +0000 (12:49 +0300)]
#1041 Sometimes when setting several distance constraints, the first input field is inactive

XGUI_PropertyPanel::activateNextWidget: the function is not finished yet, only setFocus is called. During this setFocus, the WidgetEditor leads to restart of the distance operation. When the loop returned back to the activateNextWidget, aNextWidget=0(sometimes or trash) and the empty widget is activated(after the distance operation has been already started with existed active first widget).

8 years agoIssue #1055: Disable Edit command if the selected feature is currently editing
vsv [Thu, 8 Oct 2015 09:21:25 +0000 (12:21 +0300)]
Issue #1055: Disable Edit command if the selected feature is currently editing

8 years agoMerge branch 'Dev_1.5.0' of salome:modules/shaper into Dev_1.5.0
vsv [Wed, 7 Oct 2015 15:54:32 +0000 (18:54 +0300)]
Merge branch 'Dev_1.5.0' of salome:modules/shaper into Dev_1.5.0

8 years agoRemove unnecessary variable
vsv [Wed, 7 Oct 2015 15:54:21 +0000 (18:54 +0300)]
Remove unnecessary variable

8 years agoEnable change mode items only in case if the object currently has opposite display...
vsv [Wed, 7 Oct 2015 14:16:19 +0000 (17:16 +0300)]
Enable change mode items only in case if the object currently has opposite display mode

8 years agoFix for the issue #1019
mpv [Wed, 7 Oct 2015 11:04:05 +0000 (14:04 +0300)]
Fix for the issue #1019

8 years agoUndoes of the previous modifications.
nds [Tue, 6 Oct 2015 14:06:47 +0000 (17:06 +0300)]
Undoes of the previous modifications.

8 years agoFix for Groups folder update: sometimes groups became disabled and never appeared...
mpv [Tue, 6 Oct 2015 14:01:41 +0000 (17:01 +0300)]
Fix for Groups folder update: sometimes groups became disabled and never appeared in the Object Browser

8 years agoApply widget value change by enter/tab event.
nds [Tue, 6 Oct 2015 10:14:17 +0000 (13:14 +0300)]
Apply widget value change by enter/tab event.

8 years agoCorrection for the "Default" button. Incorrect cases are:
nds [Tue, 6 Oct 2015 09:02:50 +0000 (12:02 +0300)]
Correction for the "Default" button. Incorrect cases are:

1. GeomApp: Change the viewer background in Preferences. Click "Default" button, nothing happens.
2. SUITApp: Change the viewer background in Preferences: Click "Default" button, nothing happens.
During correction, the issues #98 and #128 are checked.

8 years agoAdaptation of compilation procedure in SALOME environment
mpv [Tue, 6 Oct 2015 05:59:31 +0000 (08:59 +0300)]
Adaptation of compilation procedure in SALOME environment

8 years agoOptimize the flushing: this improvement speed ups the unit test for 3-4 times
mpv [Mon, 5 Oct 2015 13:23:37 +0000 (16:23 +0300)]
Optimize the flushing: this improvement speed ups the unit test for 3-4 times

8 years agoIssue #1010 In sketch edition, use the mouse cursor of the cursor theme instead of...
nds [Mon, 5 Oct 2015 08:58:26 +0000 (11:58 +0300)]
Issue #1010 In sketch edition, use the mouse cursor of the cursor theme instead of a custom cross cursor

Using the standard Qt cursor symbol.

8 years ago#1010 In sketch edition, use the mouse cursor of the cursor theme instead of a custom...
nds [Mon, 5 Oct 2015 07:02:33 +0000 (10:02 +0300)]
#1010 In sketch edition, use the mouse cursor of the cursor theme instead of a custom cross cursor

8 years agoIssue #590 Setting random colors to bodies. "Color" popup menu action available in...
nds [Mon, 5 Oct 2015 07:01:00 +0000 (10:01 +0300)]
Issue #590 Setting random colors to bodies. "Color" popup menu action available in viewer 3d.

8 years agoIssue #590 Setting random colors to bodies V_1.4.0_demo1
nds [Fri, 2 Oct 2015 13:14:01 +0000 (16:14 +0300)]
Issue #590 Setting random colors to bodies

8 years agoRemove obsolete methods
mpv [Wed, 30 Sep 2015 12:32:44 +0000 (15:32 +0300)]
Remove obsolete methods

8 years agoAvoid crash opening a study (issue #1032)
azv [Wed, 30 Sep 2015 07:48:34 +0000 (10:48 +0300)]
Avoid crash opening a study (issue #1032)

Rebuild the entity if it was removed by storage.

8 years agoPersistence for keep arc orientation. Part 2 (issue #1027)
azv [Wed, 30 Sep 2015 04:57:56 +0000 (07:57 +0300)]
Persistence for keep arc orientation. Part 2 (issue #1027)

8 years agoPersistence for keep arc orientation (issue #1027)
azv [Wed, 30 Sep 2015 04:48:40 +0000 (07:48 +0300)]
Persistence for keep arc orientation (issue #1027)

8 years agoMake points with parameters placed on lines from another group (issue #1025)
azv [Tue, 29 Sep 2015 12:06:11 +0000 (15:06 +0300)]
Make points with parameters placed on lines from another group (issue #1025)

8 years agoCorrect checking directions of lines used in the Angle constraint (issue #1023)
azv [Tue, 29 Sep 2015 11:01:30 +0000 (14:01 +0300)]
Correct checking directions of lines used in the Angle constraint (issue #1023)

8 years agoIssue #1022: Do not call pop-up on non selected index
vsv [Mon, 28 Sep 2015 13:49:40 +0000 (16:49 +0300)]
Issue #1022: Do not call pop-up on non selected index

8 years agoUpdate documentation
vsv [Mon, 28 Sep 2015 09:57:27 +0000 (12:57 +0300)]
Update documentation

8 years agoImprove viewer performance
vsv [Fri, 25 Sep 2015 08:57:12 +0000 (11:57 +0300)]
Improve viewer performance

8 years agoUpdate merging SketchSolver groups (issue #1013) 1.4.0_demo1
azv [Thu, 24 Sep 2015 07:19:39 +0000 (10:19 +0300)]
Update merging SketchSolver groups (issue #1013)

8 years agoMake workplane and its parameters external
azv [Thu, 24 Sep 2015 06:29:00 +0000 (09:29 +0300)]
Make workplane and its parameters external

8 years agoDocumenting of Python code
vsv [Wed, 23 Sep 2015 12:43:16 +0000 (15:43 +0300)]
Documenting of Python code

8 years agoFix for the issue #1012: correct order of arguments and some fixes of default values
mpv [Wed, 23 Sep 2015 08:34:42 +0000 (11:34 +0300)]
Fix for the issue #1012: correct order of arguments and some fixes of default values

8 years agoOptimize performance of the sketch solver
azv [Wed, 23 Sep 2015 06:04:26 +0000 (09:04 +0300)]
Optimize performance of the sketch solver

8 years agoSource documentation updated. Obsolete files removed
vsv [Tue, 22 Sep 2015 16:52:07 +0000 (19:52 +0300)]
Source documentation updated. Obsolete files removed

8 years agoOptimization of Viewer performance up to two times
vsv [Tue, 22 Sep 2015 08:12:45 +0000 (11:12 +0300)]
Optimization of Viewer performance up to two times

8 years agoComments of the code. Dev_1.4.0 V_1.4.0
nds [Fri, 18 Sep 2015 17:02:42 +0000 (20:02 +0300)]
Comments of the code.

8 years agoGeomDataAPI documentation update
dbv [Fri, 18 Sep 2015 16:51:45 +0000 (19:51 +0300)]
GeomDataAPI documentation update

8 years agoAvoid SketchSolver documentation warnings
azv [Fri, 18 Sep 2015 16:45:02 +0000 (19:45 +0300)]
Avoid SketchSolver documentation warnings

8 years agoConstructionPlugin documentation update
dbv [Fri, 18 Sep 2015 16:41:13 +0000 (19:41 +0300)]
ConstructionPlugin documentation update

8 years agoTest cases for constraint Angle, Multi-Rotation, Multi-Translation and Fillet features
azv [Fri, 18 Sep 2015 16:08:27 +0000 (19:08 +0300)]
Test cases for constraint Angle, Multi-Rotation, Multi-Translation and Fillet features

8 years agoSketchPlugin documentation update
dbv [Fri, 18 Sep 2015 16:28:51 +0000 (19:28 +0300)]
SketchPlugin documentation update

8 years agoUpdate of documentation
vsv [Fri, 18 Sep 2015 16:17:23 +0000 (19:17 +0300)]
Update of documentation

8 years agoGeomValidators documentation update
dbv [Fri, 18 Sep 2015 16:07:38 +0000 (19:07 +0300)]
GeomValidators documentation update

8 years ago#684 Icon correction should be done only in create operation.
nds [Fri, 18 Sep 2015 15:48:41 +0000 (18:48 +0300)]
#684 Icon correction should be done only in create operation.

8 years agoIssue #999: Clear selection of deactivated objects
vsv [Fri, 18 Sep 2015 14:52:31 +0000 (17:52 +0300)]
Issue #999: Clear selection of deactivated objects

8 years agoTests update
dbv [Fri, 18 Sep 2015 14:45:19 +0000 (17:45 +0300)]
Tests update

8 years agoForgotten verification of fixed points (issues #982, #993)
azv [Fri, 18 Sep 2015 14:41:20 +0000 (17:41 +0300)]
Forgotten verification of fixed points (issues #982, #993)

8 years agoIssue #1002: Fit depth of viewer
vsv [Fri, 18 Sep 2015 14:37:28 +0000 (17:37 +0300)]
Issue #1002: Fit depth of viewer

8 years agoBug #1001: Fatal error after activation part
dbv [Fri, 18 Sep 2015 14:27:33 +0000 (17:27 +0300)]
Bug #1001: Fatal error after activation part

8 years agoRemove unnecessary method
vsv [Fri, 18 Sep 2015 13:42:04 +0000 (16:42 +0300)]
Remove unnecessary method

8 years agoFix for issue #1000
mpv [Fri, 18 Sep 2015 12:37:03 +0000 (15:37 +0300)]
Fix for issue #1000

8 years agoAvoid crash on using of wrong folder as a model for opening
vsv [Fri, 18 Sep 2015 11:48:39 +0000 (14:48 +0300)]
Avoid crash on using of wrong folder as a model for opening

8 years agoDocumentation fixes.
spo [Fri, 18 Sep 2015 10:29:45 +0000 (13:29 +0300)]
Documentation fixes.

8 years agoDocumentation fixes.
spo [Fri, 18 Sep 2015 09:55:11 +0000 (12:55 +0300)]
Documentation fixes.

8 years agoImprove SQUISH tests
spo [Fri, 18 Sep 2015 08:33:01 +0000 (11:33 +0300)]
Improve SQUISH tests

8 years agoTest for boolean with compsolid
dbv [Fri, 18 Sep 2015 08:48:46 +0000 (11:48 +0300)]
Test for boolean with compsolid

8 years agoMerge branch 'Dev_1.4.0' of newgeom:newgeom into Dev_1.4.0
mpv [Fri, 18 Sep 2015 08:34:43 +0000 (11:34 +0300)]
Merge branch 'Dev_1.4.0' of newgeom:newgeom into Dev_1.4.0

8 years agoSend "document changed" on bad try to open folder
mpv [Fri, 18 Sep 2015 08:34:23 +0000 (11:34 +0300)]
Send "document changed" on bad try to open folder

8 years agoFix TestParameterRename
spo [Fri, 18 Sep 2015 08:30:49 +0000 (11:30 +0300)]
Fix TestParameterRename

8 years agoFix of uninitialized memory using
vsv [Fri, 18 Sep 2015 08:22:57 +0000 (11:22 +0300)]
Fix of uninitialized memory using

8 years agoDocumentation fixes.
dbv [Fri, 18 Sep 2015 06:48:16 +0000 (09:48 +0300)]
Documentation fixes.

8 years ago#968 parameter creation problem
nds [Fri, 18 Sep 2015 04:25:22 +0000 (07:25 +0300)]
#968  parameter creation problem

do not display operation presentation if there are not shapes/result on it.

8 years agoUpdate the Doxygen documentation for the Model* packages
mpv [Thu, 17 Sep 2015 17:12:58 +0000 (20:12 +0300)]
Update the Doxygen documentation for the Model* packages

8 years agoUpdate of documentation in the Model package
mpv [Thu, 17 Sep 2015 16:41:42 +0000 (19:41 +0300)]
Update of documentation in the Model package

8 years agoMinor changes
mpv [Thu, 17 Sep 2015 16:31:22 +0000 (19:31 +0300)]
Minor changes

8 years agoFix for the crash on import of OpenParts document from the SALOME study with the...
mpv [Thu, 17 Sep 2015 16:30:03 +0000 (19:30 +0300)]
Fix for the crash on import of OpenParts document from the SALOME study with the opened Session

8 years agoUse .get() for shared pointers checking
vsv [Thu, 17 Sep 2015 16:19:03 +0000 (19:19 +0300)]
Use .get() for shared pointers checking

8 years agoPartition test fix
dbv [Thu, 17 Sep 2015 16:12:37 +0000 (19:12 +0300)]
Partition test fix

8 years agoValidator for partition
dbv [Thu, 17 Sep 2015 15:05:54 +0000 (18:05 +0300)]
Validator for partition

8 years agoNew "Combine" flag for partition
dbv [Thu, 17 Sep 2015 14:37:24 +0000 (17:37 +0300)]
New "Combine" flag for partition

8 years agoImprove performance of sketch solver by disabling by default the search of failed...
azv [Thu, 17 Sep 2015 13:49:13 +0000 (16:49 +0300)]
Improve performance of sketch solver by disabling by default the search of failed constraints

8 years agoIssue #963 Constraint is blinking during movement
nds [Thu, 17 Sep 2015 13:02:35 +0000 (16:02 +0300)]
Issue #963 Constraint is blinking during movement

It is necessary to check the previous state of the enable flag. SALOME unconditionally call ClearSelection by the enable selection state change if the new state is false.

8 years agoFix for hang up (and crash after) on remove of all features in the complicated model...
mpv [Thu, 17 Sep 2015 13:09:05 +0000 (16:09 +0300)]
Fix for hang up (and crash after) on remove of all features in the complicated model (model_with_parameters2.hdf)

8 years agoReturn removing of constraint for the unique fixed point to avoid conflicting constra...
azv [Thu, 17 Sep 2015 11:27:11 +0000 (14:27 +0300)]
Return removing of constraint for the unique fixed point to avoid conflicting constraints (issue #753)

8 years agoFix for generation of ExtrusionSketch preview while the nested sketch element is...
mpv [Thu, 17 Sep 2015 10:51:28 +0000 (13:51 +0300)]
Fix for generation of ExtrusionSketch preview while the nested sketch element is modified.

8 years agoExtrusion Cut: the current extrusion cut feature should be restored after sketch...
nds [Thu, 17 Sep 2015 10:00:59 +0000 (13:00 +0300)]
Extrusion Cut: the current extrusion cut feature should be restored after sketch is finished.

8 years agoIssue #924 Fatal error as result of ExtrusionCut call
nds [Thu, 17 Sep 2015 09:36:54 +0000 (12:36 +0300)]
Issue #924 Fatal error as result of ExtrusionCut call

An attempt to delete widgets.

8 years agoFix for the issue #991
mpv [Thu, 17 Sep 2015 09:08:11 +0000 (12:08 +0300)]
Fix for the issue #991

8 years agoExplicit initialization of myDisabled and myConcealed fields of base objects (to...
mpv [Thu, 17 Sep 2015 08:21:29 +0000 (11:21 +0300)]
Explicit initialization of myDisabled and myConcealed fields of base objects (to suppress the memory analysers warnings)

8 years agoFix for the issue #997
mpv [Thu, 17 Sep 2015 07:43:13 +0000 (10:43 +0300)]
Fix for the issue #997

8 years agoPartial fix for the issue #992: synchronisation of transaction in that case. The...
mpv [Thu, 17 Sep 2015 06:47:36 +0000 (09:47 +0300)]
Partial fix for the issue #992: synchronisation of transaction in that case. The problem with data model in OB will be fixed with persistence mechanism of the current Active part and history line will be implemented.

8 years agoCheck multi coincidence and remove fixing of copied entities in MultiRotation/MultiTr...
azv [Thu, 17 Sep 2015 06:41:17 +0000 (09:41 +0300)]
Check multi coincidence and remove fixing of copied entities in MultiRotation/MultiTranslation (issue #982)

8 years agoSpell-checking
spo [Thu, 17 Sep 2015 06:24:31 +0000 (09:24 +0300)]
Spell-checking

8 years agoIssue #818 - Deletion of a parameter used in a feature
spo [Thu, 17 Sep 2015 06:24:10 +0000 (09:24 +0300)]
Issue #818 - Deletion of a parameter used in a feature

8 years agoIssue #924 Fatal error as result of ExtrusionCut call
nds [Thu, 17 Sep 2015 06:12:41 +0000 (09:12 +0300)]
Issue #924 Fatal error as result of ExtrusionCut call

An attempt to delete widgets.

8 years agoSpell-checking
spo [Thu, 17 Sep 2015 05:55:20 +0000 (08:55 +0300)]
Spell-checking

8 years agoIssue #818 - Deletion of a parameter used in a feature -- Replace parameters
spo [Thu, 17 Sep 2015 05:52:19 +0000 (08:52 +0300)]
Issue #818 - Deletion of a parameter used in a feature -- Replace parameters

8 years agoIssue #986 activate field after apply constarint on one object
nds [Thu, 17 Sep 2015 05:04:03 +0000 (08:04 +0300)]
Issue #986 activate field after apply constarint on one object

It blocks signals of widgets, which are to be removed

8 years agoIssue #986 activate field after apply constarint on one object
nds [Thu, 17 Sep 2015 04:58:07 +0000 (07:58 +0300)]
Issue #986 activate field after apply constarint on one object

It blocks signals of widgets, which are to be removed

8 years agoVisualize CompSolid sub-shapes when compsolid shape(e.g. through Object Browser)...
nds [Wed, 16 Sep 2015 16:11:45 +0000 (19:11 +0300)]
Visualize CompSolid sub-shapes when compsolid shape(e.g. through Object Browser) is chosen.

Extrusion(CompSolid), Boolean, Select extrusion.

8 years agoIssue #948 Wrong display after Sketch edition
nds [Wed, 16 Sep 2015 15:51:43 +0000 (18:51 +0300)]
Issue #948 Wrong display after Sketch edition

Code correction.

8 years agoIssue #839 Selection of Part sub-results
nds [Wed, 16 Sep 2015 15:09:31 +0000 (18:09 +0300)]
Issue #839 Selection of Part sub-results

8 years agoBug #994: 'Distance' icon in 'Translation' property panel is not useful
dbv [Wed, 16 Sep 2015 15:01:58 +0000 (18:01 +0300)]
Bug #994: 'Distance' icon in 'Translation' property panel is not useful

8 years agoBug #990: Fatal error when select faces From and To
dbv [Wed, 16 Sep 2015 14:51:16 +0000 (17:51 +0300)]
Bug #990: Fatal error when select faces From and To

8 years agoFix for a regression: create a point(0, 0), start line creation, select the point...
nds [Wed, 16 Sep 2015 13:01:04 +0000 (16:01 +0300)]
Fix for a regression: create a point(0, 0), start line creation, select the point as the line start point. The control did not lost the focus, because the attribute default value is (0,0). Initialize flag of the attribute should be checked.

8 years agoFix for a regression: create a point(100, 100), start line creation, select the point...
nds [Wed, 16 Sep 2015 12:44:27 +0000 (15:44 +0300)]
Fix for a regression: create a point(100, 100), start line creation, select the point as the line start point. The coordinates should be: (100, 100)

8 years agoAttach second point of the Coincidence constraint to the first one.
azv [Wed, 16 Sep 2015 11:30:37 +0000 (14:30 +0300)]
Attach second point of the Coincidence constraint to the first one.

Improve fixing of moved feature (issue #975)

8 years agoIssue #948 Wrong display after Sketch edition
nds [Wed, 16 Sep 2015 11:03:34 +0000 (14:03 +0300)]
Issue #948 Wrong display after Sketch edition

Save/restore hidden state of feature/results.

8 years agoCalculate points coordinates according their relation to the Angle center while chang...
azv [Wed, 16 Sep 2015 07:37:12 +0000 (10:37 +0300)]
Calculate points coordinates according their relation to the Angle center while changing angle value (issue #965)

8 years agoFix for the issue #769: fillet now does not destroy the naming of the modified edge...
mpv [Wed, 16 Sep 2015 07:27:52 +0000 (10:27 +0300)]
Fix for the issue #769: fillet now does not destroy the naming of the modified edge of the sketch.