]>
SALOME platform Git repositories - modules/shaper.git/log
mpv [Fri, 5 Sep 2014 05:43:50 +0000 (09:43 +0400)]
Fixed crash on "distance" constraint creation: validator was moved from Model to SketchPlugin
mpv [Fri, 5 Sep 2014 05:36:49 +0000 (09:36 +0400)]
Issue #85: make readable document I/O error messages
mpv [Fri, 5 Sep 2014 05:13:51 +0000 (09:13 +0400)]
Removed the old SALOME environment files
vsv [Thu, 4 Sep 2014 14:33:34 +0000 (18:33 +0400)]
Fixed bug with creation of second circle in sketch
vsv [Thu, 4 Sep 2014 13:52:18 +0000 (17:52 +0400)]
Issue #25: forbid top area for dock windows
vsv [Thu, 4 Sep 2014 13:25:28 +0000 (17:25 +0400)]
Issue #34: Allow top dock area for console
vsv [Thu, 4 Sep 2014 13:20:15 +0000 (17:20 +0400)]
Issue #34: Object browser, console and property panel can be placed into any dock position
mpv [Thu, 4 Sep 2014 10:29:25 +0000 (14:29 +0400)]
Make circle with radius 0 not crashed: check validity before execution
mpv [Thu, 4 Sep 2014 09:45:38 +0000 (13:45 +0400)]
Make general validation mechanism also for attributes the validate method for feature in validators factory
mpv [Thu, 4 Sep 2014 06:46:02 +0000 (10:46 +0400)]
Debug of sketcher debug validators
mpv [Thu, 4 Sep 2014 06:12:29 +0000 (10:12 +0400)]
Validators improvements (arguments for feature validator)
vsv [Wed, 3 Sep 2014 15:02:10 +0000 (19:02 +0400)]
Boolean operations created
sbh [Wed, 3 Sep 2014 13:23:12 +0000 (17:23 +0400)]
Merge branch 'master' of newgeom:newgeom.git
sbh [Wed, 3 Sep 2014 13:22:56 +0000 (17:22 +0400)]
Bugfix: treat attribute as valid and initialized if it's default value is equual to model's default value
mpv [Wed, 3 Sep 2014 13:02:03 +0000 (17:02 +0400)]
Make bodies list updated on undo/redo/open/abort
vsv [Wed, 3 Sep 2014 08:33:31 +0000 (12:33 +0400)]
Merge branch 'master' of newgeom:newgeom
Conflicts:
src/ModuleBase/CMakeLists.txt
vsv [Wed, 3 Sep 2014 08:27:04 +0000 (12:27 +0400)]
Create Boolean operations
mpv [Wed, 3 Sep 2014 07:48:12 +0000 (11:48 +0400)]
Merge branch 'master' of newgeom:newgeom
mpv [Wed, 3 Sep 2014 07:47:52 +0000 (11:47 +0400)]
Make open/save undo, redo and abort don't cause recomputation of the whole model
sbh [Wed, 3 Sep 2014 07:27:27 +0000 (11:27 +0400)]
"Integer" Attribute added.
sbh [Tue, 2 Sep 2014 15:45:18 +0000 (19:45 +0400)]
Merge branch 'master' of newgeom:newgeom.git
sbh [Tue, 2 Sep 2014 15:45:07 +0000 (19:45 +0400)]
Tiny corrections in source code
sbh [Tue, 2 Sep 2014 15:44:44 +0000 (19:44 +0400)]
Implementation of "Import" BREP and STEP functionality
sbh [Tue, 2 Sep 2014 14:21:02 +0000 (18:21 +0400)]
Treat "Model_FeatureValidator" as default validator (no need to declare it in an XML)
vsv [Mon, 1 Sep 2014 16:09:48 +0000 (20:09 +0400)]
Selection of planar faces provided for sketcher
vsv [Mon, 1 Sep 2014 13:52:34 +0000 (17:52 +0400)]
Issue #101: Fixed editing of nested features
sbh [Fri, 29 Aug 2014 07:30:43 +0000 (11:30 +0400)]
New Attribute - "String" added into the model.
sbh [Wed, 27 Aug 2014 06:58:49 +0000 (10:58 +0400)]
Merge branch 'master' of newgeom:newgeom.git
Conflicts:
src/ModelAPI/ModelAPI_PluginManager.cpp
Sergey BELASH [Wed, 27 Aug 2014 06:46:53 +0000 (10:46 +0400)]
Issue #102: Crush on start operation fixed
sbh [Thu, 21 Aug 2014 11:55:17 +0000 (15:55 +0400)]
Sources formated according to the codeing standards
sbh [Thu, 21 Aug 2014 11:38:59 +0000 (15:38 +0400)]
Refresh menu size after chnges in preferences
sbh [Wed, 20 Aug 2014 09:34:06 +0000 (13:34 +0400)]
Corrections in Windows MSVC10 environment according to the Linux environment
sbh [Wed, 20 Aug 2014 08:01:54 +0000 (12:01 +0400)]
Corrections in Windows MSVC10 environment according to the Linux environment
Sergey BELASH [Wed, 20 Aug 2014 07:48:14 +0000 (11:48 +0400)]
bugfix for libSketchSolver.so: removing unresolved symbols from the SketchPlugin
* SketchPlugin_Constraint extracted as interface for the SketchSolver
* SketchPlugin_Constraint base implemnetation for the SketchPlugin became SketchPlugin_ConstraintBase
* Refactoring: boost::shared_ptr<GeomAPI_AISObject> typedefed as AISObjectPtr
Sergey BELASH [Tue, 19 Aug 2014 08:05:05 +0000 (12:05 +0400)]
bugfix for libSketchSolver.so: paths for some CAS' toolkits defined explicitly
Sergey BELASH [Mon, 18 Aug 2014 13:31:40 +0000 (17:31 +0400)]
Bugfix: application after adding python console into main menu
Sergey BELASH [Mon, 18 Aug 2014 12:12:23 +0000 (16:12 +0400)]
Merge branch 'master' of newgeom:newgeom.git
Conflicts:
src/XGUI/XGUI_MainMenu.cpp
Sergey BELASH [Mon, 18 Aug 2014 08:55:12 +0000 (12:55 +0400)]
Changes in linux environment: SALOME instalation folder became a "products" directory
azv [Fri, 15 Aug 2014 13:37:42 +0000 (17:37 +0400)]
Issue #100: Unpredictable result of distance creation
Added verification of a sign of a point-line distance constraint
vsv [Fri, 15 Aug 2014 08:56:04 +0000 (12:56 +0400)]
Validate resumed operation
vsv [Fri, 15 Aug 2014 07:22:22 +0000 (11:22 +0400)]
Set default values
vsv [Thu, 14 Aug 2014 15:35:33 +0000 (19:35 +0400)]
Preferences improvement
Sergey BELASH [Thu, 14 Aug 2014 12:54:23 +0000 (16:54 +0400)]
Corrections in the environment
Sergey BELASH [Thu, 14 Aug 2014 12:53:53 +0000 (16:53 +0400)]
Default menu size from preferences
vsv [Thu, 14 Aug 2014 07:27:53 +0000 (11:27 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Thu, 14 Aug 2014 07:27:42 +0000 (11:27 +0400)]
Visualization preferences for sketcher are created
sbh [Wed, 13 Aug 2014 09:27:08 +0000 (13:27 +0400)]
Merge branch 'master' of newgeom:newgeom.git
sbh [Wed, 13 Aug 2014 07:09:28 +0000 (11:09 +0400)]
Implementation of the Feature Validator
vsv [Tue, 12 Aug 2014 14:57:56 +0000 (18:57 +0400)]
Editing preferences added
azv [Tue, 12 Aug 2014 08:06:38 +0000 (12:06 +0400)]
Issue #93 fix: Avoided crash on parallel constraint
azv [Tue, 12 Aug 2014 06:59:48 +0000 (10:59 +0400)]
Issue #95 fix: Crash on circle creation is eliminated
vsv [Mon, 11 Aug 2014 15:04:53 +0000 (19:04 +0400)]
Porting on SALOME 7.4.0
vsv [Fri, 8 Aug 2014 15:40:26 +0000 (19:40 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Fri, 8 Aug 2014 15:40:13 +0000 (19:40 +0400)]
Preferences created
sbh [Fri, 8 Aug 2014 09:21:53 +0000 (13:21 +0400)]
Issue #20 Menu buttons' behavior correct
sbh [Fri, 8 Aug 2014 06:39:24 +0000 (10:39 +0400)]
Merge branch 'master' of newgeom:newgeom.git
sbh [Fri, 8 Aug 2014 06:37:13 +0000 (10:37 +0400)]
Issue #20 main menu size processing
sbh [Fri, 8 Aug 2014 04:15:09 +0000 (08:15 +0400)]
Shortcuts can be registered from XML without conflicts
vsv [Thu, 7 Aug 2014 08:37:56 +0000 (12:37 +0400)]
Resources XML file created
vsv [Wed, 6 Aug 2014 13:42:11 +0000 (17:42 +0400)]
Create validator for distance constraint
vsv [Tue, 5 Aug 2014 11:39:53 +0000 (15:39 +0400)]
Distance constraint optimization
vsv [Tue, 5 Aug 2014 08:03:06 +0000 (12:03 +0400)]
Improve Distance constraint
vsv [Mon, 4 Aug 2014 11:05:20 +0000 (15:05 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Mon, 4 Aug 2014 11:05:09 +0000 (15:05 +0400)]
Feature validator created
mpv [Mon, 4 Aug 2014 10:28:45 +0000 (14:28 +0400)]
Set of validators accessible for one feature or attribute
vsv [Fri, 1 Aug 2014 08:26:47 +0000 (12:26 +0400)]
Reusing SUIT libraries
vsv [Thu, 31 Jul 2014 12:44:20 +0000 (16:44 +0400)]
Process multi-selection in pop-up menu
vsv [Thu, 31 Jul 2014 07:23:39 +0000 (11:23 +0400)]
Prevent crash when viewer opened
vsv [Thu, 31 Jul 2014 06:08:20 +0000 (10:08 +0400)]
Prevent crash on create circle
mpv [Wed, 30 Jul 2014 14:48:14 +0000 (18:48 +0400)]
Merge branch 'master' of newgeom:newgeom
mpv [Wed, 30 Jul 2014 14:47:52 +0000 (18:47 +0400)]
Temporary workaround for crash fix (some unknown memory problem)
vsv [Wed, 30 Jul 2014 14:43:34 +0000 (18:43 +0400)]
Issue #87: Fix for sketcher object
vsv [Wed, 30 Jul 2014 13:40:42 +0000 (17:40 +0400)]
Create distance constraint on circles
vsv [Wed, 30 Jul 2014 11:44:34 +0000 (15:44 +0400)]
Update constraints on editing of sketch elements
vsv [Wed, 30 Jul 2014 08:25:49 +0000 (12:25 +0400)]
Issue #90: Show constraints on sketcher edit
vsv [Wed, 30 Jul 2014 07:31:38 +0000 (11:31 +0400)]
Provide distance between points of lines
sbh [Wed, 30 Jul 2014 06:41:13 +0000 (10:41 +0400)]
Define guards are corrected according to the code style
vsv [Tue, 29 Jul 2014 14:41:04 +0000 (18:41 +0400)]
Issue #87: editing of sketch created in sub-documents
vsv [Tue, 29 Jul 2014 13:52:43 +0000 (17:52 +0400)]
Issue #86 : Fix for extrusion operation
vsv [Tue, 29 Jul 2014 12:27:08 +0000 (16:27 +0400)]
Hide result on sketch editing
vsv [Tue, 29 Jul 2014 12:01:04 +0000 (16:01 +0400)]
Wait cursor for solver operation
mpv [Tue, 29 Jul 2014 11:13:04 +0000 (15:13 +0400)]
Fix the LongOp "isPerformed" method execution
mpv [Tue, 29 Jul 2014 11:04:27 +0000 (15:04 +0400)]
Issue #84 fix: process unknown objects correctly
sbh [Tue, 29 Jul 2014 10:22:18 +0000 (14:22 +0400)]
Merge branch 'master' of newgeom:newgeom.git
Conflicts:
src/SketchPlugin/Test/TestConstraintLength.py
sbh [Tue, 29 Jul 2014 10:10:19 +0000 (14:10 +0400)]
Tests for distance, parallel, perpendicular and radius constraints added
vsv [Tue, 29 Jul 2014 08:55:02 +0000 (12:55 +0400)]
Set wait cursor on long operations
vsv [Tue, 29 Jul 2014 08:14:09 +0000 (12:14 +0400)]
Merge branch 'master' of newgeom:newgeom
vsv [Tue, 29 Jul 2014 08:13:49 +0000 (12:13 +0400)]
Display all objects on document opening
mpv [Tue, 29 Jul 2014 07:35:20 +0000 (11:35 +0400)]
Make circle and arc participate in results construction
mpv [Tue, 29 Jul 2014 07:24:51 +0000 (11:24 +0400)]
Introduce Long Operation event: now for waiting cursor only
mpv [Tue, 29 Jul 2014 06:47:45 +0000 (10:47 +0400)]
Debug of opening document with sketch
vsv [Mon, 28 Jul 2014 15:30:39 +0000 (19:30 +0400)]
Process Enter key in edit sketch operation
mpv [Mon, 28 Jul 2014 14:36:55 +0000 (18:36 +0400)]
Make sketch arc also produce 2 results: crenter point and arc
mpv [Mon, 28 Jul 2014 14:31:08 +0000 (18:31 +0400)]
Use data validity for visualization erase
mpv [Mon, 28 Jul 2014 14:28:37 +0000 (18:28 +0400)]
Debug of working with transactions in different parts
vsv [Mon, 28 Jul 2014 12:43:22 +0000 (16:43 +0400)]
Bodies folder in Part data tree
vsv [Mon, 28 Jul 2014 12:19:00 +0000 (16:19 +0400)]
Bodies folder in Root data tree
sbh [Mon, 28 Jul 2014 10:12:56 +0000 (14:12 +0400)]
Length and Concidence constraints tests corrected.
sbh [Mon, 28 Jul 2014 09:16:45 +0000 (13:16 +0400)]
Merge branch 'master' of newgeom:newgeom.git
sbh [Mon, 28 Jul 2014 09:16:17 +0000 (13:16 +0400)]
Test for Length and Concidence constraints added