Salome HOME
modules/shaper.git
8 years agoObject Browser tree needed method implementation
mpv [Wed, 19 Aug 2015 12:05:38 +0000 (15:05 +0300)]
Object Browser tree needed method implementation

8 years agoIssue #478 Problem of performance with selection: using a flag about temprary append...
nds [Wed, 19 Aug 2015 11:48:39 +0000 (14:48 +0300)]
Issue #478 Problem of performance with selection: using a flag about temprary append selection when validating highligh.

8 years agoIssue #736: axis size correct computation basing on bounding box of cylindrical face
mpv [Wed, 19 Aug 2015 11:48:39 +0000 (14:48 +0300)]
Issue #736: axis size correct computation basing on bounding box of cylindrical face

8 years agoImplementation of the Angle constraint (issue #788)
azv [Wed, 19 Aug 2015 11:29:43 +0000 (14:29 +0300)]
Implementation of the Angle constraint (issue #788)

8 years agoPerformance optimization: allow to put temporary objects into selection attributes...
mpv [Wed, 19 Aug 2015 10:56:45 +0000 (13:56 +0300)]
Performance optimization: allow to put temporary objects into selection attributes to check validity and then remove them

8 years agoIssue #478 Problem of performance with selection: remove last instead of clearing...
nds [Wed, 19 Aug 2015 10:52:32 +0000 (13:52 +0300)]
Issue #478 Problem of performance with selection: remove last instead of clearing the list.

8 years agoIssue #478 Problem of performance with selection
nds [Wed, 19 Aug 2015 09:11:11 +0000 (12:11 +0300)]
Issue #478 Problem of performance with selection

8 years agoAdded removeLast method in the list to optimize the selection algorithm further
mpv [Wed, 19 Aug 2015 08:44:23 +0000 (11:44 +0300)]
Added removeLast method in the list to optimize the selection algorithm further

8 years agoCorrection for compilation on Linux
mpv [Wed, 19 Aug 2015 08:29:52 +0000 (11:29 +0300)]
Correction for compilation on Linux

8 years agoDebug of visualization of compsolids and sub-shapes
mpv [Wed, 19 Aug 2015 08:26:46 +0000 (11:26 +0300)]
Debug of visualization of compsolids and sub-shapes

8 years agoCompsolid visualization debug.
nds [Wed, 19 Aug 2015 07:35:36 +0000 (10:35 +0300)]
Compsolid visualization debug.

8 years agoIssue #800 Crash on call of pop-up menu of Part result
nds [Tue, 18 Aug 2015 12:00:49 +0000 (15:00 +0300)]
Issue #800 Crash on call of pop-up menu of Part result

8 years agoFox for the issue #855: make able to create a sketch arc using keyboard, not only...
mpv [Tue, 18 Aug 2015 16:14:28 +0000 (19:14 +0300)]
Fox for the issue #855: make able to create a sketch arc using keyboard, not only selection in the viewer.

8 years agoAdd new test
eso [Tue, 18 Aug 2015 13:45:22 +0000 (16:45 +0300)]
Add new test

8 years agoFix for the remove of sketch element in delete: on apply it was still in the sketch...
mpv [Tue, 18 Aug 2015 13:21:18 +0000 (16:21 +0300)]
Fix for the remove of sketch element in delete: on apply it was still in the sketch result.

8 years agoCompsolids creation in revolution
dbv [Tue, 18 Aug 2015 06:44:58 +0000 (09:44 +0300)]
Compsolids creation in revolution

8 years agoIssue #845: rename and delete actions are disabled in deactivated part
asl [Tue, 18 Aug 2015 11:39:11 +0000 (14:39 +0300)]
Issue #845: rename and delete actions are disabled in deactivated part

8 years agoIssue #856: "show parent feature" should be available only on result bodies
asl [Tue, 18 Aug 2015 09:18:16 +0000 (12:18 +0300)]
Issue #856: "show parent feature" should be available only on result bodies

8 years agoIssue #800 Crash on call of pop-up menu of Part result
nds [Tue, 18 Aug 2015 11:13:13 +0000 (14:13 +0300)]
Issue #800 Crash on call of pop-up menu of Part result

8 years agoIt removes stabilization fix, which is not necessary anymore because ModuleBase_Widge...
nds [Tue, 18 Aug 2015 09:11:38 +0000 (12:11 +0300)]
It removes stabilization fix, which is not necessary anymore because ModuleBase_WidgetSelector performs this disconnect in deactivate().

8 years agoMerge branch 'Dev_1.4.0' of newgeom:newgeom into Dev_1.4.0
mpv [Tue, 18 Aug 2015 09:01:18 +0000 (12:01 +0300)]
Merge branch 'Dev_1.4.0' of newgeom:newgeom into Dev_1.4.0

8 years agoDebug of abort-updates
mpv [Tue, 18 Aug 2015 09:00:56 +0000 (12:00 +0300)]
Debug of abort-updates

8 years agoIssue #810: hide "Edit" menu after undo/redo
asl [Tue, 18 Aug 2015 07:11:00 +0000 (10:11 +0300)]
Issue #810: hide "Edit" menu after undo/redo

8 years agoIt removes obsolete code. In Mirror constraint setFlushed should not be called as...
nds [Tue, 18 Aug 2015 04:34:35 +0000 (07:34 +0300)]
It removes obsolete code. In Mirror constraint setFlushed should not be called as it is in multi rotation and multi translation constraints.

8 years agoIssue #661: on abort, undo or redo of operation, only the updated features are update...
mpv [Mon, 17 Aug 2015 13:50:54 +0000 (16:50 +0300)]
Issue #661: on abort, undo or redo of operation, only the updated features are updated, not everything.

8 years agoAvoid removing distance entity from list of SolveSpace entities (issue #848)
azv [Mon, 17 Aug 2015 12:40:20 +0000 (15:40 +0300)]
Avoid removing distance entity from list of SolveSpace entities (issue #848)

8 years agoIt should use the parent realization, which uses myDisabled flag.
nds [Mon, 17 Aug 2015 12:21:54 +0000 (15:21 +0300)]
It should use the parent realization, which uses myDisabled flag.

8 years agoCompsolid result should not be concealed when it is created.
nds [Mon, 17 Aug 2015 10:33:25 +0000 (13:33 +0300)]
Compsolid result should not be concealed when it is created.

8 years agoIssue #532: validator is added to xml; new type "plane" is treated
asl [Mon, 17 Aug 2015 09:28:15 +0000 (12:28 +0300)]
Issue #532: validator is added to xml; new type "plane" is treated

8 years agoSupport the temporary compatibility with old saved files to be able to check the...
mpv [Mon, 17 Aug 2015 07:49:11 +0000 (10:49 +0300)]
Support the temporary compatibility with old saved files to be able to check the currently opened issues. Will be removed later.

8 years agoChanges to avoid "conflicting constraints" during rotation and translation
azv [Fri, 14 Aug 2015 15:22:47 +0000 (18:22 +0300)]
Changes to avoid "conflicting constraints" during rotation and translation

8 years agoTemporary commit proposed by DBV: to make unit-tests working while the compsolids...
mpv [Fri, 14 Aug 2015 14:32:38 +0000 (17:32 +0300)]
Temporary commit proposed by DBV: to make unit-tests working while the compsolids implementation is finished in extrusion and revolution

8 years agoCompsolids: initial implementation of sub-results of results on the data model level.
mpv [Fri, 14 Aug 2015 14:24:27 +0000 (17:24 +0300)]
Compsolids: initial implementation of sub-results of results on the data model level.

8 years agoIssue #649: selection of the "parent" feature
asl [Fri, 14 Aug 2015 11:33:21 +0000 (14:33 +0300)]
Issue #649: selection of the "parent" feature

8 years agoIssue #611: minimum size for list widget is decreased
asl [Fri, 14 Aug 2015 08:59:49 +0000 (11:59 +0300)]
Issue #611: minimum size for list widget is decreased

8 years agoIssue #835: icons are updated
asl [Fri, 14 Aug 2015 07:08:17 +0000 (10:08 +0300)]
Issue #835: icons are updated

8 years agorefs #836: the icons of extrusion options with size 32x32
asl [Fri, 14 Aug 2015 06:56:55 +0000 (09:56 +0300)]
refs #836: the icons of extrusion options with size 32x32

8 years agoIssue #650: too long tooltips
asl [Fri, 14 Aug 2015 04:34:47 +0000 (07:34 +0300)]
Issue #650: too long tooltips

8 years agoUpdate SQUISH tests.
spo [Fri, 14 Aug 2015 06:25:05 +0000 (09:25 +0300)]
Update SQUISH tests.

8 years agoSQUIHS test for issue #474
spo [Thu, 13 Aug 2015 13:59:39 +0000 (16:59 +0300)]
SQUIHS test for issue #474

8 years agoSQUISH test for issue #679
spo [Thu, 13 Aug 2015 13:44:19 +0000 (16:44 +0300)]
SQUISH test for issue #679

8 years agoSQUISH test for refs #576
spo [Thu, 13 Aug 2015 12:54:40 +0000 (15:54 +0300)]
SQUISH test for refs #576

8 years agoFix Import/Export tests
spo [Thu, 13 Aug 2015 12:24:42 +0000 (15:24 +0300)]
Fix Import/Export tests

8 years agoUpdate behavior of calculation of Multi-Translation constraint
azv [Thu, 13 Aug 2015 11:51:19 +0000 (14:51 +0300)]
Update behavior of calculation of Multi-Translation constraint

8 years agoUpdate behavior of calculation of Multi-Rotation constraint
azv [Tue, 11 Aug 2015 12:51:34 +0000 (15:51 +0300)]
Update behavior of calculation of Multi-Rotation constraint

8 years agoAdd new tests
eso [Thu, 13 Aug 2015 11:27:24 +0000 (14:27 +0300)]
Add new tests

8 years agoCompsolid creation in extrusion
dbv [Thu, 13 Aug 2015 06:13:17 +0000 (09:13 +0300)]
Compsolid creation in extrusion

8 years agoIssue #681: add undo,redo,rebuild into the standard SALOME toolbar
asl [Thu, 13 Aug 2015 09:36:59 +0000 (12:36 +0300)]
Issue #681: add undo,redo,rebuild into the standard SALOME toolbar

8 years agoIssue #418 fix: don't allow to put empty edges names into the name of vertex
mpv [Thu, 13 Aug 2015 09:26:06 +0000 (12:26 +0300)]
Issue #418 fix: don't allow to put empty edges names into the name of vertex

8 years agoImprove SQUISH tests for Jenkins
spo [Thu, 13 Aug 2015 08:32:42 +0000 (11:32 +0300)]
Improve SQUISH tests for Jenkins

8 years agoIssue #460: the correct clearing of the layout to set the row stretch to default...
asl [Thu, 13 Aug 2015 08:00:20 +0000 (11:00 +0300)]
Issue #460: the correct clearing of the layout to set the row stretch to default value

8 years agoIssue #719: taking into account that edges may lay on the same circle, but splitted...
mpv [Thu, 13 Aug 2015 06:55:35 +0000 (09:55 +0300)]
Issue #719: taking into account that edges may lay on the same circle, but splitted in the point param=0

8 years agoIssue #517 implementation: naming of sketch elements now independent on feature sketc...
mpv [Thu, 13 Aug 2015 06:15:14 +0000 (09:15 +0300)]
Issue #517 implementation: naming of sketch elements now independent on feature sketch in the history. Also added implementation of good naming for intersected edges (like "8" figure naming).

8 years agoIssue #806: the prevision is set to 15 globally in all spin boxes
asl [Thu, 13 Aug 2015 04:47:00 +0000 (07:47 +0300)]
Issue #806: the prevision is set to 15 globally in all spin boxes

8 years agoIssue #801: place holder for hint in input fields
asl [Thu, 13 Aug 2015 04:46:26 +0000 (07:46 +0300)]
Issue #801: place holder for hint in input fields

8 years agoRevert "Support of additional attributes if ModelWidget and features"
spo [Wed, 12 Aug 2015 13:07:29 +0000 (16:07 +0300)]
Revert "Support of additional attributes if ModelWidget and features"

This reverts commit 7b84d9a2bc0884881956d27123f4c31d1efd844b.

8 years agoSupport of additional attributes if ModelWidget and features
spo [Tue, 11 Aug 2015 10:28:44 +0000 (13:28 +0300)]
Support of additional attributes if ModelWidget and features

8 years agoAdd SALOME test
spo [Wed, 12 Aug 2015 11:25:45 +0000 (14:25 +0300)]
Add SALOME test

8 years agoAdd new tests
eso [Tue, 11 Aug 2015 14:07:01 +0000 (17:07 +0300)]
Add new tests

8 years agoIssue #517: make sketch sub-elements are numbered (for naming) independently on featu...
mpv [Tue, 11 Aug 2015 12:33:36 +0000 (15:33 +0300)]
Issue #517: make sketch sub-elements are numbered (for naming) independently on features outside of the sketch. Just a number of created element in the sketch. For this the list of sketch sub-elements is not reduced, even if the element was removed.

8 years agoChange names of some ExchangePlugin feature attributes
spo [Tue, 11 Aug 2015 10:28:25 +0000 (13:28 +0300)]
Change names of some ExchangePlugin feature attributes

8 years agoSpell-checking
spo [Thu, 6 Aug 2015 09:20:13 +0000 (12:20 +0300)]
Spell-checking

8 years agoUpdat test with new window size
spo [Tue, 11 Aug 2015 10:24:01 +0000 (13:24 +0300)]
Updat test with new window size

8 years agoSet standard window size
eso [Tue, 11 Aug 2015 09:10:15 +0000 (12:10 +0300)]
Set standard window size

8 years agoEliminate some Visual Studio warnings
mpv [Tue, 11 Aug 2015 08:58:37 +0000 (11:58 +0300)]
Eliminate some Visual Studio warnings

8 years agoAdd test for radius
Eugeny SAVCHENKO [Tue, 11 Aug 2015 08:41:19 +0000 (11:41 +0300)]
Add test for radius

8 years agoThe persistence mechanism of part results modification features support
mpv [Tue, 11 Aug 2015 06:53:18 +0000 (09:53 +0300)]
The persistence mechanism of part results modification features support

8 years agoUpdate tests accorfing new name for point componnts X and Y
spo [Mon, 10 Aug 2015 14:25:12 +0000 (17:25 +0300)]
Update tests accorfing new name for point componnts X and Y

8 years agoImprove SQUISH tests
spo [Mon, 10 Aug 2015 13:48:35 +0000 (16:48 +0300)]
Improve SQUISH tests

8 years agoIssue #623: correct tooltip if the part is not loaded yet
asl [Mon, 10 Aug 2015 13:27:20 +0000 (16:27 +0300)]
Issue #623: correct tooltip if the part is not loaded yet

8 years agoIssue #783: failed automatic test is corrected
asl [Mon, 10 Aug 2015 12:19:04 +0000 (15:19 +0300)]
Issue #783: failed automatic test is corrected

8 years agoAdd tests for the issue 818 and for the distance constraint.
spo [Mon, 10 Aug 2015 12:21:31 +0000 (15:21 +0300)]
Add tests for the issue 818 and for the distance constraint.

8 years agoIssue #624: vertical buttons in switcher are implemented as a row of toolbuttons
asl [Mon, 10 Aug 2015 12:04:25 +0000 (15:04 +0300)]
Issue #624: vertical buttons in switcher are implemented as a row of toolbuttons

8 years agoIssue #833: the colon is removed for coordinate input fields (like "X:")
asl [Mon, 10 Aug 2015 09:34:06 +0000 (12:34 +0300)]
Issue #833: the colon is removed for coordinate input fields (like "X:")

8 years agoFix for the TestParameterRename.py crash sometimes on Linux: map removes shared point...
mpv [Mon, 10 Aug 2015 11:32:46 +0000 (14:32 +0300)]
Fix for the TestParameterRename.py crash sometimes on Linux: map removes shared pointer and destructor call the map with the same key that causes the infinitive recursion.

8 years agoIssue #783: "movement" word is replaced by "translation"
asl [Mon, 10 Aug 2015 09:19:25 +0000 (12:19 +0300)]
Issue #783: "movement" word is replaced by "translation"

8 years agoImplementation of Partition movement using new result creation, with different data...
mpv [Fri, 7 Aug 2015 13:39:15 +0000 (16:39 +0300)]
Implementation of Partition movement using new result creation, with different data. Plus some debug.

8 years agoAdd basic SQUISH test
spo [Wed, 3 Jun 2015 09:56:15 +0000 (12:56 +0300)]
Add basic SQUISH test

8 years agoFix: test ModelAPI_TestUndoRedo
spo [Thu, 6 Aug 2015 11:15:42 +0000 (14:15 +0300)]
Fix: test ModelAPI_TestUndoRedo

8 years agoIssue #763 - It is possible to remove parameter which is used in features -- Fix...
spo [Wed, 5 Aug 2015 14:49:38 +0000 (17:49 +0300)]
Issue #763 - It is possible to remove parameter which is used in features -- Fix complex cases

8 years agoWarning dialog before deletion shows directly dependent features and indirectly ones.
spo [Fri, 24 Jul 2015 08:23:02 +0000 (11:23 +0300)]
Warning dialog before deletion shows directly dependent features and indirectly ones.

8 years agoIssue #763 - It is possible to remove parameter which is used in features -- Add...
spo [Wed, 5 Aug 2015 14:16:32 +0000 (17:16 +0300)]
Issue #763 - It is possible to remove parameter which is used in features -- Add used parameters in attributes

8 years agoFix: using wron label for expression
spo [Thu, 6 Aug 2015 08:52:26 +0000 (11:52 +0300)]
Fix: using wron label for expression

8 years agoFix: gcc issue: default parameter value for a reference from a constructor
spo [Thu, 6 Aug 2015 08:51:37 +0000 (11:51 +0300)]
Fix: gcc issue: default parameter value for a reference from a constructor

8 years agoSpell-checking
spo [Fri, 24 Jul 2015 05:31:59 +0000 (08:31 +0300)]
Spell-checking

8 years agoError management -- Improve validators.
spo [Wed, 22 Jul 2015 06:21:15 +0000 (09:21 +0300)]
Error management -- Improve validators.

8 years agoError management -- Default attribute validator
spo [Wed, 5 Aug 2015 14:49:17 +0000 (17:49 +0300)]
Error management -- Default attribute validator

8 years agoError management -- Introduce ErrorMgr
spo [Wed, 22 Jul 2015 11:10:54 +0000 (14:10 +0300)]
Error management -- Introduce ErrorMgr

8 years agoImprove ModelAPI_ValidatorsFactory interface + Introduce validate(attribute) method.
spo [Mon, 27 Jul 2015 10:40:47 +0000 (13:40 +0300)]
Improve ModelAPI_ValidatorsFactory interface + Introduce validate(attribute) method.

8 years agoError management -- Improve Model_Validator
spo [Wed, 22 Jul 2015 11:29:08 +0000 (14:29 +0300)]
Error management -- Improve Model_Validator

8 years agoError management -- Feature validator returns an error.
spo [Wed, 29 Jul 2015 10:55:13 +0000 (13:55 +0300)]
Error management -- Feature validator returns an error.

8 years agoError management -- Attribute validator returns an error.
spo [Wed, 29 Jul 2015 10:54:09 +0000 (13:54 +0300)]
Error management -- Attribute validator returns an error.

8 years agoIntroduce ModelAPI_Expression.
spo [Wed, 5 Aug 2015 14:25:43 +0000 (17:25 +0300)]
Introduce ModelAPI_Expression.
Implement DoubleAttribute, Point and Point2D using ModelAPI_Expression.

8 years agoMake ModuleBase_ModelWidget::restoreValue() non-virtual and create virtual ModuleBase...
spo [Mon, 27 Jul 2015 10:56:41 +0000 (13:56 +0300)]
Make ModuleBase_ModelWidget::restoreValue() non-virtual and create virtual ModuleBase_ModelWidget::restoreValueCustom().

Also ModuleBase_ModelWidget::restoreValue() emits signals beforeValuesRestored() and afterValuesRestored().

8 years agoMerge tag 'V_1.3.1' into HEAD
spo [Tue, 4 Aug 2015 12:21:08 +0000 (15:21 +0300)]
Merge tag 'V_1.3.1' into HEAD

8 years agoCompsolid: define to do not visualize compsolid itself, to visualize subobjects only.
nds [Fri, 31 Jul 2015 12:39:56 +0000 (15:39 +0300)]
Compsolid: define to do not visualize compsolid itself, to visualize subobjects only.

8 years agoPartition feature definition.
nds [Fri, 31 Jul 2015 12:13:26 +0000 (15:13 +0300)]
Partition feature definition.

8 years agoCompsolid: an interface to disable SHOW/HIDE action on sub-results.
nds [Fri, 31 Jul 2015 10:59:27 +0000 (13:59 +0300)]
Compsolid: an interface to disable SHOW/HIDE action on sub-results.

8 years agoCompsolid: 1. a define to process the first shape as a shape of compsolid[debug purpo...
nds [Fri, 31 Jul 2015 10:32:28 +0000 (13:32 +0300)]
Compsolid: 1. a define to process the first shape as a shape of compsolid[debug purpose]; 2. "Color" on compsolid to change colors of all sub-solids.

8 years agoFix: critical make_shared problem in Debian 6 V_1.3.1
spo [Fri, 31 Jul 2015 09:20:47 +0000 (12:20 +0300)]
Fix: critical make_shared problem in Debian 6