Salome HOME
modules/shaper.git
10 years agoIssue #29 processing of "source" tags added
sbh [Thu, 24 Apr 2014 11:59:31 +0000 (15:59 +0400)]
Issue #29 processing of "source" tags added

10 years agoSearch module's features in different plugins.
sbh [Thu, 24 Apr 2014 07:02:10 +0000 (11:02 +0400)]
Search module's features in different plugins.

10 years agoxmlRepresentation removed from base of operation
sbh [Wed, 23 Apr 2014 12:42:55 +0000 (16:42 +0400)]
xmlRepresentation removed from base of operation

10 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Wed, 23 Apr 2014 11:27:48 +0000 (15:27 +0400)]
Merge branch 'master' of newgeom:newgeom.git

Conflicts:
src/PartSet/PartSet_Module.cpp

10 years agoIssue #6 Disable commands on operation start
sbh [Wed, 23 Apr 2014 11:10:24 +0000 (15:10 +0400)]
Issue #6 Disable commands on operation start

10 years agoMake all c++ files "cpp"
mpv [Wed, 23 Apr 2014 10:24:24 +0000 (14:24 +0400)]
Make all c++ files "cpp"

10 years agoAdded interfaces to OCC data and algos: features must not depend on OCC
mpv [Wed, 23 Apr 2014 08:01:23 +0000 (12:01 +0400)]
Added interfaces to OCC data and algos: features must not depend on OCC

10 years agorefs #30 Sketch base GUI: create, draw lines
nds [Wed, 23 Apr 2014 05:07:20 +0000 (09:07 +0400)]
refs #30 Sketch base GUI: create, draw lines

Remove group with the "point" identifier. It should be unique, so can not be used here.

10 years agoRemoved compilation problem caused by merge
mpv [Wed, 23 Apr 2014 04:47:49 +0000 (08:47 +0400)]
Removed compilation problem caused by merge

10 years agoMerge branch 'master' of newgeom:newgeom
mpv [Wed, 23 Apr 2014 04:23:41 +0000 (08:23 +0400)]
Merge branch 'master' of newgeom:newgeom

Conflicts:
CMakeLists.txt
src/Config/CMakeLists.txt
src/Config/plugins.xml
src/PartSet/CMakeLists.txt
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_Sketch.cpp
src/SketchPlugin/SketchPlugin_Sketch.h

10 years agoMerge branch 'master' of newgeom:newgeom
mpv [Wed, 23 Apr 2014 04:17:13 +0000 (08:17 +0400)]
Merge branch 'master' of newgeom:newgeom

Conflicts:
CMakeLists.txt
src/Config/CMakeLists.txt
src/Config/plugins.xml

10 years agoTask #30 - Sketch base GUI: create, draw lines
nds [Tue, 22 Apr 2014 13:48:47 +0000 (17:48 +0400)]
Task #30 - Sketch base GUI: create, draw lines
The sketch addition to the OB.

10 years agoSeparation of Construction plugin from PartSet plugin. Each plugin package contains...
mpv [Tue, 22 Apr 2014 13:39:05 +0000 (17:39 +0400)]
Separation of Construction plugin from PartSet plugin. Each plugin package contains its config.

10 years agoTask #30 - Sketch base GUI: create, draw lines
nds [Tue, 22 Apr 2014 13:16:43 +0000 (17:16 +0400)]
Task #30 - Sketch base GUI: create, draw lines
The initial implementation.

10 years agoMake PyConsole, PyEvent, PyInterp as shared libraries
vsv [Tue, 22 Apr 2014 12:33:14 +0000 (16:33 +0400)]
Make PyConsole, PyEvent, PyInterp as shared libraries

10 years agoHide grip widget on maximize window on Linux (Issue #32)
vsv [Mon, 21 Apr 2014 15:37:57 +0000 (19:37 +0400)]
Hide grip widget on maximize window on Linux (Issue #32)

10 years agoSolved "frozen" buttons in toolbar on second window activation (Issue #32)
vsv [Mon, 21 Apr 2014 15:28:36 +0000 (19:28 +0400)]
Solved "frozen" buttons in toolbar on second window activation (Issue #32)

10 years agoCorrecting toolbars background painting on windows (issue #32)
vsv [Mon, 21 Apr 2014 13:07:59 +0000 (17:07 +0400)]
Correcting toolbars background painting on windows (issue #32)

10 years agoDebug toolbar background painting (Issue #33)
vsv [Mon, 21 Apr 2014 11:45:22 +0000 (15:45 +0400)]
Debug toolbar background painting (Issue #33)

10 years agoAdaptation of toolbar size corrected (issue #32)
vsv [Mon, 21 Apr 2014 07:23:42 +0000 (11:23 +0400)]
Adaptation of toolbar size corrected (issue #32)

10 years agoIssue #21: move ok/cancel buttons on top of the property pannel
sbh [Fri, 18 Apr 2014 15:21:12 +0000 (19:21 +0400)]
Issue #21: move ok/cancel buttons on top of the property pannel

10 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Fri, 18 Apr 2014 15:05:19 +0000 (19:05 +0400)]
Merge branch 'master' of newgeom:newgeom.git

10 years agoIssue #21: set title of property panel from xml description
sbh [Fri, 18 Apr 2014 15:04:44 +0000 (19:04 +0400)]
Issue #21: set title of property panel from xml description

10 years agoIntermediate debug for Issue #32
vsv [Fri, 18 Apr 2014 14:30:36 +0000 (18:30 +0400)]
Intermediate debug for Issue #32

10 years agoMake generated by SWIG python script installed: refs #17
mpv [Fri, 18 Apr 2014 09:45:17 +0000 (13:45 +0400)]
Make generated by SWIG python script installed: refs #17

10 years agoMerge branch 'HEAD' of newgeom:newgeom.git
sbh [Fri, 18 Apr 2014 08:55:54 +0000 (12:55 +0400)]
Merge branch 'HEAD' of newgeom:newgeom.git

10 years agoBug #26: set default range for spinbox to -DBL_MAX .. DBL_MAX.
sbh [Fri, 18 Apr 2014 08:55:40 +0000 (12:55 +0400)]
Bug #26: set default range for spinbox to -DBL_MAX .. DBL_MAX.

10 years agoMinimize/Maximize windows debug
vsv [Fri, 18 Apr 2014 08:10:21 +0000 (12:10 +0400)]
Minimize/Maximize windows debug

10 years agoDebug of windows state changes
vsv [Fri, 18 Apr 2014 07:21:40 +0000 (11:21 +0400)]
Debug of windows state changes

10 years agoImprove Viewer on Linux
vsv [Fri, 18 Apr 2014 06:52:01 +0000 (10:52 +0400)]
Improve Viewer on Linux

10 years agoMerge branch 'master' of newgeom:newgeom.git
vsv [Thu, 17 Apr 2014 12:48:13 +0000 (16:48 +0400)]
Merge branch 'master' of newgeom:newgeom.git

10 years agoRemove SLOT/SIGNAL warnings
vsv [Thu, 17 Apr 2014 12:41:33 +0000 (16:41 +0400)]
Remove SLOT/SIGNAL warnings

10 years agoContainer widgets processing for the PropertyPanel added
sbh [Thu, 17 Apr 2014 12:11:14 +0000 (16:11 +0400)]
Container widgets processing for the PropertyPanel added

10 years agoXGUI.exe --> GeomApp.exe in winRun.bat
sbh [Thu, 17 Apr 2014 12:10:03 +0000 (16:10 +0400)]
XGUI.exe --> GeomApp.exe in winRun.bat

10 years agoMake PyConsole as shared library
vsv [Thu, 17 Apr 2014 11:36:40 +0000 (15:36 +0400)]
Make PyConsole as shared library

10 years agoMake XGUI as a shared library
vsv [Tue, 15 Apr 2014 15:00:28 +0000 (19:00 +0400)]
Make XGUI as a shared library

10 years agoIssue #24
vsv [Tue, 15 Apr 2014 12:32:42 +0000 (16:32 +0400)]
Issue #24

10 years agoIssue #19
vsv [Tue, 15 Apr 2014 11:11:26 +0000 (15:11 +0400)]
Issue #19

10 years agoREADME and minor environment changes V_0.1
mpv [Mon, 14 Apr 2014 13:09:02 +0000 (17:09 +0400)]
README and minor environment changes

10 years agoLinux environment for launching the application
Sergey BELASH [Mon, 14 Apr 2014 13:01:02 +0000 (17:01 +0400)]
Linux environment for launching the application

10 years agoCompilation problems with "FeaturePtr()" on linux resolved.
Sergey BELASH [Mon, 14 Apr 2014 12:10:04 +0000 (16:10 +0400)]
Compilation problems with "FeaturePtr()" on linux resolved.

10 years agoMerge branch 'master' of newgeom:newgeom.git
Sergey BELASH [Mon, 14 Apr 2014 12:05:36 +0000 (16:05 +0400)]
Merge branch 'master' of newgeom:newgeom.git

10 years agoCompilation problems with "qintptr" resiolved (again).
Sergey BELASH [Mon, 14 Apr 2014 12:05:31 +0000 (16:05 +0400)]
Compilation problems with "qintptr" resiolved (again).

10 years agoLinux environment script updated
Sergey BELASH [Mon, 14 Apr 2014 12:05:05 +0000 (16:05 +0400)]
Linux environment script updated

10 years agoUpdate tree on Undo/Redo
vsv [Mon, 14 Apr 2014 10:57:34 +0000 (14:57 +0400)]
Update tree on Undo/Redo

10 years agoUse visual Id on Linux
vsv [Mon, 14 Apr 2014 06:50:57 +0000 (10:50 +0400)]
Use visual Id on Linux

10 years agoMerge branch 'master' of newgeom:newgeom
vsv [Mon, 14 Apr 2014 06:42:33 +0000 (10:42 +0400)]
Merge branch 'master' of newgeom:newgeom

10 years agoReturn the libXML variable checking
mpv [Mon, 14 Apr 2014 06:41:08 +0000 (10:41 +0400)]
Return the libXML variable checking

10 years agoMerge branch 'master' of newgeom:newgeom
vsv [Mon, 14 Apr 2014 05:38:09 +0000 (09:38 +0400)]
Merge branch 'master' of newgeom:newgeom

10 years agoUpdate tree debug
vsv [Mon, 14 Apr 2014 05:37:54 +0000 (09:37 +0400)]
Update tree debug

10 years agoMerge branch 'master' of newgeom:newgeom.git into BR_PORTING_CENTOS_6_3
Sergey BELASH [Fri, 11 Apr 2014 16:11:45 +0000 (20:11 +0400)]
Merge branch 'master' of newgeom:newgeom.git into BR_PORTING_CENTOS_6_3

Conflicts:
CMakeCommon/FindPython.cmake
CMakeCommon/XMLProcessing.cmake

10 years agoChanges in source code within porting on CentOS 6.3
Sergey BELASH [Fri, 11 Apr 2014 16:10:08 +0000 (20:10 +0400)]
Changes in source code within porting on CentOS 6.3

10 years agoDebug of TreeModel
vsv [Fri, 11 Apr 2014 15:11:15 +0000 (19:11 +0400)]
Debug of TreeModel

10 years agoUpdate tree on Undo/Redo
vsv [Fri, 11 Apr 2014 14:57:58 +0000 (18:57 +0400)]
Update tree on Undo/Redo

10 years agoSend "delete" event also for deleted group
mpv [Fri, 11 Apr 2014 14:38:19 +0000 (18:38 +0400)]
Send "delete" event also for deleted group

10 years agoDebug of tree update
vsv [Fri, 11 Apr 2014 14:24:04 +0000 (18:24 +0400)]
Debug of tree update

10 years agoMerge branch 'master' of newgeom:newgeom
vsv [Fri, 11 Apr 2014 13:53:45 +0000 (17:53 +0400)]
Merge branch 'master' of newgeom:newgeom

10 years agoUpdate tree
vsv [Fri, 11 Apr 2014 13:53:33 +0000 (17:53 +0400)]
Update tree

10 years agoRelease and debug compilation for Windows
mpv [Fri, 11 Apr 2014 12:53:59 +0000 (16:53 +0400)]
Release and debug compilation for Windows

10 years agoMerge branch 'origin/BR_PORTING_CENTOS_6_3'
mpv [Fri, 11 Apr 2014 12:40:30 +0000 (16:40 +0400)]
Merge branch 'origin/BR_PORTING_CENTOS_6_3'

Conflicts:
CMakeCommon/FindPython.cmake
CMakeCommon/FindQt.cmake
CMakeCommon/XMLProcessing.cmake
src/Config/CMakeLists.txt
src/Event/CMakeLists.txt
src/Model/CMakeLists.txt
src/ModelAPI/CMakeLists.txt
src/ModuleBase/CMakeLists.txt
src/PartSet/CMakeLists.txt
src/PartSetPlugin/CMakeLists.txt
src/XGUI/CMakeLists.txt

10 years agoRelease version on WIndows
mpv [Fri, 11 Apr 2014 12:32:07 +0000 (16:32 +0400)]
Release version on WIndows

10 years agoUpdate tree branch individually
vsv [Fri, 11 Apr 2014 12:13:01 +0000 (16:13 +0400)]
Update tree branch individually

10 years agoLinux (CentOS 6.3) environment created. BR_PORTING_CENTOS_6_3
Sergey BELASH [Fri, 11 Apr 2014 11:43:56 +0000 (15:43 +0400)]
Linux (CentOS 6.3) environment created.

10 years agoMake events for Model and GUI about the features reading independent
mpv [Fri, 11 Apr 2014 10:52:33 +0000 (14:52 +0400)]
Make events for Model and GUI about the features reading independent

10 years agoUpdate just modified part tree in object browser
vsv [Fri, 11 Apr 2014 09:03:50 +0000 (13:03 +0400)]
Update just modified part tree in object browser

10 years agoUpdate command status method added
vsv [Fri, 11 Apr 2014 08:29:45 +0000 (12:29 +0400)]
Update command status method added

10 years agoAdded the hasRootDocument method for GUI NewDocument checking
mpv [Fri, 11 Apr 2014 07:21:43 +0000 (11:21 +0400)]
Added the hasRootDocument method for GUI NewDocument checking

10 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Thu, 10 Apr 2014 14:12:33 +0000 (18:12 +0400)]
Merge branch 'master' of newgeom:newgeom.git

10 years agoCode analysis & compiller warnings removed:
sbh [Thu, 10 Apr 2014 14:07:40 +0000 (18:07 +0400)]
Code analysis & compiller warnings removed:

* XGUI_ViewWindow, XGUI_ViewPort uninitialized variables in constructor
* PyConsole_EnhEditor signed/unsigned comparsion
* XGUI_Module virtual destructor added

10 years agoMinor changes with classes renaming and virtual destructors declarations.
mpv [Thu, 10 Apr 2014 13:59:01 +0000 (17:59 +0400)]
Minor changes with classes renaming and virtual destructors declarations.

10 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Thu, 10 Apr 2014 13:38:35 +0000 (17:38 +0400)]
Merge branch 'master' of newgeom:newgeom.git

10 years agoMerge branch 'master' of newgeom:newgeom
mpv [Thu, 10 Apr 2014 13:37:46 +0000 (17:37 +0400)]
Merge branch 'master' of newgeom:newgeom

10 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Thu, 10 Apr 2014 13:37:35 +0000 (17:37 +0400)]
Merge branch 'master' of newgeom:newgeom.git

10 years agoUpdated events for Model and minor other changes
mpv [Thu, 10 Apr 2014 13:37:17 +0000 (17:37 +0400)]
Updated events for Model and minor other changes

10 years agoAlign text and icons of features in the workbench to the left
sbh [Thu, 10 Apr 2014 13:37:16 +0000 (17:37 +0400)]
Align text and icons of features in the workbench to the left

10 years agoRemoved frame in view toolbars
vsv [Thu, 10 Apr 2014 13:26:09 +0000 (17:26 +0400)]
Removed frame in view toolbars

10 years agoBug with shown scroll buttons in main menu is corrected
vsv [Thu, 10 Apr 2014 11:56:23 +0000 (15:56 +0400)]
Bug with shown scroll buttons in main menu is corrected

10 years agoCommand New Document provided
vsv [Thu, 10 Apr 2014 11:18:19 +0000 (15:18 +0400)]
Command New Document provided

10 years agoMerge branch 'master' of newgeom:newgeom
vsv [Thu, 10 Apr 2014 10:21:16 +0000 (14:21 +0400)]
Merge branch 'master' of newgeom:newgeom

10 years agoSelection manager added
vsv [Thu, 10 Apr 2014 10:20:58 +0000 (14:20 +0400)]
Selection manager added

10 years agoExecute feature on operation start/commit.
sbh [Thu, 10 Apr 2014 09:53:42 +0000 (13:53 +0400)]
Execute feature on operation start/commit.

10 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Thu, 10 Apr 2014 09:23:50 +0000 (13:23 +0400)]
Merge branch 'master' of newgeom:newgeom.git

10 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Thu, 10 Apr 2014 09:22:21 +0000 (13:22 +0400)]
Merge branch 'master' of newgeom:newgeom.git

10 years agoImplementation of features cashing and undo/redo functionality in document.
mpv [Thu, 10 Apr 2014 09:21:32 +0000 (13:21 +0400)]
Implementation of features cashing and undo/redo functionality in document.

10 years agoXML keywords for the spin box widgets corrected according to the latest spec:
sbh [Thu, 10 Apr 2014 09:20:56 +0000 (13:20 +0400)]
XML keywords for the spin box widgets corrected according to the latest spec:

* value --> doublevalue
* type="double" removed

10 years agoPorting to Qt4: small corrections in FindQt script
sbh [Thu, 10 Apr 2014 09:19:30 +0000 (13:19 +0400)]
Porting to Qt4: small corrections in FindQt script

10 years agoMerge branch 'master' of newgeom:newgeom
vsv [Wed, 9 Apr 2014 15:37:57 +0000 (19:37 +0400)]
Merge branch 'master' of newgeom:newgeom

10 years agoDocumenting of classes
vsv [Wed, 9 Apr 2014 15:37:40 +0000 (19:37 +0400)]
Documenting of classes

10 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Wed, 9 Apr 2014 13:49:03 +0000 (17:49 +0400)]
Merge branch 'master' of newgeom:newgeom.git

10 years agoSwitching back to qt 4.8.4. Do not forget to fetch the qt product from \\slotex
sbh [Wed, 9 Apr 2014 13:48:43 +0000 (17:48 +0400)]
Switching back to qt 4.8.4. Do not forget to fetch the qt product from \\slotex

10 years agoMerge branch 'master' of newgeom:newgeom
vsv [Wed, 9 Apr 2014 13:08:33 +0000 (17:08 +0400)]
Merge branch 'master' of newgeom:newgeom

Conflicts:
src/XGUI/CMakeLists.txt

10 years agoData model preliminary version
vsv [Wed, 9 Apr 2014 06:53:48 +0000 (10:53 +0400)]
Data model preliminary version

10 years agoCorrections according to ModelAPI modifications: method to create Feature has been...
sbh [Wed, 9 Apr 2014 06:48:54 +0000 (10:48 +0400)]
Corrections according to ModelAPI modifications: method to create Feature has been moved into the Document;

10 years agoMerge branch 'master' of newgeom:newgeom.git
sbh [Tue, 8 Apr 2014 14:41:53 +0000 (18:41 +0400)]
Merge branch 'master' of newgeom:newgeom.git

10 years agoCreation of feature moved from constructor into "startOperation" method.
sbh [Tue, 8 Apr 2014 14:41:44 +0000 (18:41 +0400)]
Creation of feature moved from constructor into "startOperation" method.

10 years agoDo not create empty property panel for features without xml widget representation.
sbh [Tue, 8 Apr 2014 14:25:23 +0000 (18:25 +0400)]
Do not create empty property panel for features without xml widget representation.

10 years agoFix of bug with incorrect order of features in the workbench.
sbh [Tue, 8 Apr 2014 13:26:56 +0000 (17:26 +0400)]
Fix of bug with incorrect order of features in the workbench.

10 years agoProperty pannel connected with the model through the ModuelBase dll.
sbh [Tue, 8 Apr 2014 11:38:47 +0000 (15:38 +0400)]
Property pannel connected with the model through the ModuelBase dll.

10 years agoMerge branch 'master' of newgeom:newgeom
vsv [Mon, 7 Apr 2014 13:45:08 +0000 (17:45 +0400)]
Merge branch 'master' of newgeom:newgeom

10 years agoFeature-changed message
mpv [Mon, 7 Apr 2014 12:09:57 +0000 (16:09 +0400)]
Feature-changed message