]>
SALOME platform Git repositories - modules/shaper.git/log
mpv [Mon, 18 Feb 2019 08:58:27 +0000 (11:58 +0300)]
An additiona lcondition to avoid crash in some Abort cases
Commenting on tests related to GDML
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/shaper
Commenting on the GDML plugin
vsv [Fri, 15 Feb 2019 15:29:01 +0000 (18:29 +0300)]
Issue #2865: Do not highlight a pre-selected shape
vsv [Fri, 15 Feb 2019 10:25:46 +0000 (13:25 +0300)]
Issue #2862: Reset state of visibility if it was unsynchronized.
vsv [Fri, 15 Feb 2019 08:14:46 +0000 (11:14 +0300)]
Issue #2863: Use Utf8 string for file selector
azv [Wed, 13 Feb 2019 12:14:57 +0000 (15:14 +0300)]
Issues #2850, #2860: Change type of angle while Python Dump, because the configuration of constrained lines may be changed by the subsequent constraints.
mpv [Wed, 13 Feb 2019 12:39:38 +0000 (15:39 +0300)]
Fix for the issue #2859: Wrong update when changing a parameter value
mpv [Wed, 13 Feb 2019 11:20:34 +0000 (14:20 +0300)]
An additional fix for the issue 2861 : Can't use a parameter created on the fly in another parameter expression
mpv [Wed, 13 Feb 2019 11:13:52 +0000 (14:13 +0300)]
Fix for the issue #2861. This issue 2861 is not a regression, but caused by order of parameters relative to other features. Here parameter l1 is created in sketch and when the sketch is current feature, new parameter was created just after, before l1.
azv [Tue, 12 Feb 2019 10:01:34 +0000 (13:01 +0300)]
Issue #2856: Fatal error in sketcher Split when moving the mouse on a circle
mpv [Fri, 8 Feb 2019 12:52:19 +0000 (15:52 +0300)]
Fix for the issue #2854 : Group of faces in error after modification of a sketch. Now an order of results of extrusion depend only on order of creation of sketch elements in selected sketch faces.
mpv [Wed, 6 Feb 2019 08:11:43 +0000 (11:11 +0300)]
Modifications cause by issue #2851 fix
mpv [Tue, 5 Feb 2019 13:29:15 +0000 (16:29 +0300)]
Fix for the issue #2851 : cloison07 dump produces an error
vsv [Fri, 1 Feb 2019 12:34:15 +0000 (15:34 +0300)]
Issue #2849: Provide filtering for cases when a feature and its result are selected
mpv [Thu, 31 Jan 2019 06:12:26 +0000 (09:12 +0300)]
Update users guide for toolbars management part
mpv [Wed, 30 Jan 2019 12:51:11 +0000 (15:51 +0300)]
Issue #2627 : added a new unit-test
mpv [Wed, 30 Jan 2019 12:15:45 +0000 (15:15 +0300)]
Update users guide for toolbars management part
mpv [Wed, 30 Jan 2019 12:09:46 +0000 (15:09 +0300)]
Issue #2493 : added a new unit-test
mpv [Wed, 30 Jan 2019 11:43:42 +0000 (14:43 +0300)]
Issue #2491 : added a new unit-test
mpv [Wed, 30 Jan 2019 08:14:06 +0000 (11:14 +0300)]
Fix for the issue #2754 : the rename error message
mpv [Tue, 29 Jan 2019 14:07:05 +0000 (17:07 +0300)]
Fix for the issue #2847 pipe creation is unstable. Make arguments of the pipe ordered and correctly typed.
mpv [Tue, 29 Jan 2019 13:43:58 +0000 (16:43 +0300)]
Optimization in the frames of issue #1668
mpv [Tue, 29 Jan 2019 12:09:25 +0000 (15:09 +0300)]
Fix for keeping the partition results if some argument was appended. Based on "CEA Parametric.pdf", page 7
mpv [Mon, 28 Jan 2019 13:50:26 +0000 (16:50 +0300)]
Fix for the restore of selection attribute state. Based on "CEA Parametric.pdf", page 6
mpv [Tue, 22 Jan 2019 10:15:19 +0000 (13:15 +0300)]
Fix the problem of the sketch plane update
mpv [Tue, 22 Jan 2019 07:32:46 +0000 (10:32 +0300)]
Fix the problem of the sketch plane update
azv [Mon, 21 Jan 2019 10:02:35 +0000 (13:02 +0300)]
Fix naming problems in "big models".
azv [Fri, 18 Jan 2019 13:05:05 +0000 (16:05 +0300)]
Update incorrect units tests and add missing tests (issues #2838, #2839, #2840, #2841, #2842, #2843, #2844, #2845)
mpv [Fri, 18 Jan 2019 06:34:03 +0000 (09:34 +0300)]
Optimization and minor fix of the Filter By Neighbors algorithm.
mpv [Wed, 16 Jan 2019 09:15:42 +0000 (12:15 +0300)]
Fix the transactions management in the test.
mpv [Wed, 16 Jan 2019 08:22:23 +0000 (11:22 +0300)]
Make model.end() in unit-tests set current feature to the last feature of the active document.
azv [Wed, 16 Jan 2019 06:55:32 +0000 (09:55 +0300)]
Fix crash on changing parameters of 'galeries' model. Update model to change business parameters.
vsv [Tue, 15 Jan 2019 09:07:31 +0000 (12:07 +0300)]
Fix the script selection
azv [Tue, 15 Jan 2019 05:34:26 +0000 (08:34 +0300)]
Issue #2824: Constraints at wrong positions when editing the sketch
Improve updating the position of the odd point, which is used to keep the sign of a point-line distance constraint. There is also changed the order of the features to be updated by the SketchSolver: sketch features updated before constraints.
vsv [Mon, 14 Jan 2019 15:46:25 +0000 (18:46 +0300)]
Issue #2833: Update example scripts
vsv [Mon, 14 Jan 2019 12:20:51 +0000 (15:20 +0300)]
Issue #2825: Do not change deflection of pre-highlighting and selection because of performance reasons
vsv [Mon, 14 Jan 2019 11:28:56 +0000 (14:28 +0300)]
Issue #2832: avoid deletion of nodes on not correct places
azv [Mon, 14 Jan 2019 07:22:56 +0000 (10:22 +0300)]
Issue #2376: update test case
mpv [Fri, 11 Jan 2019 14:10:40 +0000 (17:10 +0300)]
Fix for the issue #2836 : Test2409.py is not tested and not up-to-date
mpv [Fri, 11 Jan 2019 13:34:17 +0000 (16:34 +0300)]
Fix for the issue #2835 : Add TestPartitionFaceSolid.py in test suite
mpv [Fri, 11 Jan 2019 13:31:09 +0000 (16:31 +0300)]
Fix for #2834 : In Test2290.py, names have not been updated in group
mpv [Fri, 11 Jan 2019 13:16:29 +0000 (16:16 +0300)]
Fix for the issue #2826 : generate error in group while the move-to-the-end is not implemented.
mpv [Thu, 10 Jan 2019 13:32:18 +0000 (16:32 +0300)]
Fix for the issue #2831 : In Split and Trim, the segment is not highlighted
vsv [Thu, 10 Jan 2019 12:27:32 +0000 (15:27 +0300)]
Issue #2754: Objects of the same type can not have the same name.
vsv [Thu, 10 Jan 2019 10:49:40 +0000 (13:49 +0300)]
Issue #2830: Compilation bug fix
vsv [Thu, 10 Jan 2019 10:45:02 +0000 (13:45 +0300)]
Issue #2830: Make Red/Green button accessible in OpenParts application
vsv [Thu, 10 Jan 2019 10:05:24 +0000 (13:05 +0300)]
Issue #2830: Remove Green/Red button
vsv [Wed, 9 Jan 2019 15:23:21 +0000 (18:23 +0300)]
Issue #2809: Add "Show only" menu item for multi-selection in a viewer
mpv [Wed, 9 Jan 2019 15:03:29 +0000 (18:03 +0300)]
Fix for the issue #2828 : Button "See Preview" in parameters panel does not work
vsv [Wed, 9 Jan 2019 14:43:28 +0000 (17:43 +0300)]
Fix line length issue
vsv [Wed, 9 Jan 2019 14:34:25 +0000 (17:34 +0300)]
Fix possible exception in case if deflection parameter is not defined in preferences
vsv [Wed, 9 Jan 2019 14:33:30 +0000 (17:33 +0300)]
Issue #2815: Select result presentation on feature selection
vsv [Wed, 9 Jan 2019 12:13:28 +0000 (15:13 +0300)]
Merge remote-tracking branch 'origin/Toolbars_Management'
vsv [Wed, 9 Jan 2019 11:59:35 +0000 (14:59 +0300)]
Issue #2825: Set the same deflection value from preferences on highlighting as on a presentation object.
mpv [Sat, 29 Dec 2018 12:18:32 +0000 (15:18 +0300)]
Improve ExchangePlugin code coverage
mpv [Sat, 29 Dec 2018 08:49:16 +0000 (11:49 +0300)]
Fix for python dump checker.
If selection references to removed object, it has null context, but after dump/load it is not-initialized.
mpv [Fri, 28 Dec 2018 11:36:50 +0000 (14:36 +0300)]
Update for the spheres centers correct initialization on open: selection should not reset to Origin.
mpv [Fri, 28 Dec 2018 08:33:47 +0000 (11:33 +0300)]
Fix for the #2716 comment 3 : make smash allow sub-solids selected, but "Apply" button is disabled
azv [Thu, 27 Dec 2018 07:26:54 +0000 (10:26 +0300)]
Issue #2810: crash creating arc fillet
Fix additional crash on Debian due to non-initialized boolean fields.
mpv [Thu, 27 Dec 2018 05:24:24 +0000 (08:24 +0300)]
Fix for the issue #2820: restore the attribute list sub-shape type for weak naming scripts
mpv [Wed, 26 Dec 2018 12:18:34 +0000 (15:18 +0300)]
Fix for the issue #2808 : update users guide.
mpv [Tue, 25 Dec 2018 06:33:12 +0000 (09:33 +0300)]
Restore the RefList hashing
mpv [Mon, 24 Dec 2018 15:00:04 +0000 (18:00 +0300)]
Update of the test due to the previous commit
mpv [Mon, 24 Dec 2018 13:50:39 +0000 (16:50 +0300)]
Fix for the tests from EDF mail: changing of conception Fillet don't have geometrical naming flag, but compounds of edges must be divided (while working with compounds is not implemented this change can not be rolled back).
mpv [Mon, 24 Dec 2018 07:37:46 +0000 (10:37 +0300)]
Update tests due to updated neighbor algorithm naming
mpv [Fri, 21 Dec 2018 16:48:08 +0000 (19:48 +0300)]
Additional fixes for neighbors selection basing on the current unit-tests results.
mpv [Fri, 21 Dec 2018 15:38:07 +0000 (18:38 +0300)]
Make line < 100 sym
mpv [Fri, 21 Dec 2018 15:28:45 +0000 (18:28 +0300)]
Fix for the robinet model with partitions: final groups selection with neighbors algorithm requires explicit context name.
mpv [Fri, 21 Dec 2018 08:06:00 +0000 (11:06 +0300)]
Fix for the issue #2819 : Fatal error when undo
azv [Thu, 20 Dec 2018 11:32:05 +0000 (14:32 +0300)]
Fix errors in new unit tests
azv [Thu, 20 Dec 2018 10:14:03 +0000 (13:14 +0300)]
[Code coverage GeomAlgoAPI]: Improve coverage of Placement feature
azv [Thu, 20 Dec 2018 09:51:14 +0000 (12:51 +0300)]
[Code coverage GeomAlgoAPI]: Call static methods of builders
azv [Thu, 20 Dec 2018 08:14:16 +0000 (11:14 +0300)]
[Code coverage GeomAlgoAPI]: Check errors in MultiTranslation
azv [Thu, 20 Dec 2018 07:34:52 +0000 (10:34 +0300)]
[Code coverage GeomAlgoAPI]: Increase coverage of NExplode algorithm
azv [Thu, 20 Dec 2018 06:32:47 +0000 (09:32 +0300)]
Avoid regression in Pipe unit tests
azv [Thu, 20 Dec 2018 05:27:46 +0000 (08:27 +0300)]
Fix warning on inaccessible line of code
azv [Thu, 20 Dec 2018 04:50:33 +0000 (07:50 +0300)]
[Code coverage GeomAPI]: Unit test for lines (2D and 3D)
azv [Thu, 20 Dec 2018 04:09:06 +0000 (07:09 +0300)]
[Code coverage GeomAlgoAPI]: Remove unused method in Partition
azv [Thu, 20 Dec 2018 04:08:50 +0000 (07:08 +0300)]
[Code coverage GeomAlgoAPI]: Refactoring of Pipe algorithm
azv [Thu, 20 Dec 2018 03:51:35 +0000 (06:51 +0300)]
[Code coverage GeomAlgoAPI]: Remove unused method in PointBuilder
azv [Thu, 20 Dec 2018 03:48:00 +0000 (06:48 +0300)]
[Code coverage GeomAlgoAPI]: Cover error messages in transformations
azv [Wed, 19 Dec 2018 16:25:06 +0000 (19:25 +0300)]
[Code coverage GeomAlgoAPI]: Remove unused method hasVolume()
azv [Wed, 19 Dec 2018 16:20:47 +0000 (19:20 +0300)]
[Code coverage GeomAlgoAPI]: Check errors in Ellipsoid builder
azv [Wed, 19 Dec 2018 15:44:37 +0000 (18:44 +0300)]
[Code coverage GeomAPI]: Unit test for Ellipse2d
azv [Wed, 19 Dec 2018 15:24:10 +0000 (18:24 +0300)]
[Code coverage GeomAPI]: Unit test for Ax1, Ax2, Ax3
azv [Wed, 19 Dec 2018 14:58:35 +0000 (17:58 +0300)]
[Code coverage GeomAPI]: Call methods related to GUI
azv [Wed, 19 Dec 2018 14:43:41 +0000 (17:43 +0300)]
[Code coverage GeomAPI]: Unit test for planar edge
azv [Wed, 19 Dec 2018 14:14:22 +0000 (17:14 +0300)]
[Code coverage GeomAPI]: Improve coverage of primitives
azv [Wed, 19 Dec 2018 11:24:02 +0000 (14:24 +0300)]
[Code coverage GeomAlgoAPI]: Refactoring of ShapeAPI and additional unit tests
azv [Wed, 19 Dec 2018 09:37:11 +0000 (12:37 +0300)]
[Code coverage GeomAPI]: Exclude code used in GUI
azv [Wed, 19 Dec 2018 09:36:49 +0000 (12:36 +0300)]
[Code coverage GeomAlgoAPI]: Additional tests for Revolution and Extrusion
azv [Wed, 19 Dec 2018 08:27:51 +0000 (11:27 +0300)]
[Code coverage GeomAlgoAPI]: EdgeBuilder refactoring
azv [Wed, 19 Dec 2018 08:13:54 +0000 (11:13 +0300)]
[Code coverage GeomAlgoAPI]: Circ2dBuilder refactoring and additional tests
azv [Wed, 19 Dec 2018 05:29:32 +0000 (08:29 +0300)]
Fix "copy-paste" misprint
azv [Tue, 18 Dec 2018 15:41:02 +0000 (18:41 +0300)]
[Code coverage GeomAPI]: Improve coverage quality
azv [Tue, 18 Dec 2018 15:40:18 +0000 (18:40 +0300)]
[Code coverage GeomAlgoAPI]: Remove default constructors of algorithms
azv [Tue, 18 Dec 2018 14:41:26 +0000 (17:41 +0300)]
[Code coverage ExchangePlugin]: Improve coverage of Export feature
azv [Tue, 18 Dec 2018 14:16:20 +0000 (17:16 +0300)]
[Code coverage GeomAPI]: Exclude AISObject related to GUI