]> SALOME platform Git repositories - modules/shaper.git/log
Salome HOME
modules/shaper.git
10 years agoImplementation of Point feature (without computation of result yet) plus some debug...
mpv [Thu, 3 Apr 2014 08:10:00 +0000 (12:10 +0400)]
Implementation of Point feature (without computation of result yet) plus some debug and API extension dedicated to this development.

10 years agoAdded object, attribute and data model organization in the document.
mpv [Wed, 2 Apr 2014 11:54:46 +0000 (15:54 +0400)]
Added object, attribute and data model organization in the document.

10 years agoMerge branch 'master' of newgeom:newgeom
mpv [Tue, 1 Apr 2014 10:19:31 +0000 (14:19 +0400)]
Merge branch 'master' of newgeom:newgeom

10 years agoRemove Boost shared_ptr, use std instead
mpv [Tue, 1 Apr 2014 10:19:18 +0000 (14:19 +0400)]
Remove Boost shared_ptr, use std instead

10 years agoAdded reset command and removed extra icons
vsv [Tue, 1 Apr 2014 08:51:53 +0000 (12:51 +0400)]
Added reset command and removed extra icons

10 years agoConnection of the feature to the document
mpv [Tue, 1 Apr 2014 07:58:33 +0000 (11:58 +0400)]
Connection of the feature to the document

10 years agoMerge branch 'master' of newgeom:newgeom
vsv [Tue, 1 Apr 2014 06:15:12 +0000 (10:15 +0400)]
Merge branch 'master' of newgeom:newgeom

Conflicts:
src/XGUI/XGUI_ViewPort.h
src/XGUI/XGUI_ViewWindow.cpp
src/XGUI/XGUI_ViewWindow.h
src/XGUI/XGUI_Viewer.cpp
src/XGUI/XGUI_Viewer.h

10 years agoConnection of view management buttons to operations
vsv [Tue, 1 Apr 2014 05:57:09 +0000 (09:57 +0400)]
Connection of view management buttons to operations

10 years agoFeatures and plugins loading mechanisms
mpv [Mon, 31 Mar 2014 13:21:32 +0000 (17:21 +0400)]
Features and plugins loading mechanisms

10 years agoMerge branch 'master' of newgeom:newgeom.git
Sergey Belash [Mon, 31 Mar 2014 13:12:25 +0000 (17:12 +0400)]
Merge branch 'master' of newgeom:newgeom.git

10 years agoSet plugin's library name as field of feature message.
Sergey Belash [Mon, 31 Mar 2014 13:12:17 +0000 (17:12 +0400)]
Set plugin's library name as field of feature message.

10 years agoChanging ".hxx" to ".h" headers files extensions
mpv [Mon, 31 Mar 2014 10:41:03 +0000 (14:41 +0400)]
Changing ".hxx" to ".h" headers files extensions

10 years agoAuto-formatting according to the defined code standard.
Sergey Belash [Mon, 31 Mar 2014 10:24:42 +0000 (14:24 +0400)]
Auto-formatting according to the defined code standard.

10 years agoRefactoring: Config_Message --> Config_FeatureMessage, field names changed according...
Sergey Belash [Mon, 31 Mar 2014 10:18:03 +0000 (14:18 +0400)]
Refactoring: Config_Message --> Config_FeatureMessage, field names changed according to the code style (m_ --> my)

10 years agoAll the git "*.orig" files removed and will be ignored since this commit.
Sergey Belash [Mon, 31 Mar 2014 10:15:20 +0000 (14:15 +0400)]
All the git "*.orig" files removed and will be ignored since this commit.

10 years agoThe -DWIN32 option removed from environment batch file
Sergey Belash [Mon, 31 Mar 2014 07:31:54 +0000 (11:31 +0400)]
The -DWIN32 option removed from environment batch file

10 years agoManagement of View background added
vsv [Fri, 28 Mar 2014 15:09:58 +0000 (19:09 +0400)]
Management of View background added

10 years agoMouse interaction with Viewer is added
vsv [Fri, 28 Mar 2014 13:13:22 +0000 (17:13 +0400)]
Mouse interaction with Viewer is added

10 years agoTransparent background on toolbars of ViewWindow
vsv [Thu, 27 Mar 2014 09:09:08 +0000 (13:09 +0400)]
Transparent background on toolbars of ViewWindow

10 years agoConnect to OCCT Viewer
vsv [Wed, 26 Mar 2014 13:32:22 +0000 (17:32 +0400)]
Connect to OCCT Viewer

10 years agoMigration to Boost shared_ptr and first python launch-tests
mpv [Wed, 26 Mar 2014 12:21:06 +0000 (16:21 +0400)]
Migration to Boost shared_ptr and first python launch-tests

10 years agoManagement of sub window in MDI area added
vsv [Mon, 24 Mar 2014 14:43:12 +0000 (18:43 +0400)]
Management of sub window in MDI area added

10 years agoAdvanced version of plugin reader with ability to extract xml information about featu...
Sergey Belash [Fri, 21 Mar 2014 15:56:15 +0000 (19:56 +0400)]
Advanced version of plugin reader with ability to extract xml information about feature widget

10 years agoTo customize processing of various XML files:
Sergey Belash [Fri, 21 Mar 2014 10:38:24 +0000 (14:38 +0400)]
To customize processing of various XML files:

* Config_XMLReader became abstract, two inhereted "readers" added
* "Module" reader for plugins.xml files.
* "Features" reader for plugin-*.xml files.

10 years agoRe-factoring: interfaces removed from "XGUI", "GeomModule" renamed to "PartSet"
Sergey Belash [Thu, 20 Mar 2014 08:46:49 +0000 (12:46 +0400)]
Re-factoring: interfaces removed from "XGUI", "GeomModule" renamed to "PartSet"

10 years agoImplimentation of the Config XML Reader
Sergey Belash [Thu, 20 Mar 2014 08:44:02 +0000 (12:44 +0400)]
Implimentation of the Config XML Reader

10 years agoMerge branch 'master' of newgeom:newgeom.git
unknown [Mon, 17 Mar 2014 12:42:59 +0000 (16:42 +0400)]
Merge branch 'master' of newgeom:newgeom.git

10 years agoAdded an example of LIBXML2 processing module with "Plugin" XML files.
unknown [Mon, 17 Mar 2014 06:05:35 +0000 (10:05 +0400)]
Added an example of LIBXML2 processing module with "Plugin" XML files.

10 years agoManagement of sub window
vsv [Fri, 14 Mar 2014 12:22:47 +0000 (16:22 +0400)]
Management of sub window

10 years agoInitial version of event loop functionality (not multi-threaded)
mpv [Thu, 13 Mar 2014 15:29:27 +0000 (19:29 +0400)]
Initial version of event loop functionality (not multi-threaded)

10 years agoMerge branch 'master' of newgeom:newgeom.git
Sergey Belash [Thu, 13 Mar 2014 13:04:05 +0000 (17:04 +0400)]
Merge branch 'master' of newgeom:newgeom.git

Conflicts:
CMakeLists.txt

10 years agoSWIG, Python and libxml included
Sergey Belash [Thu, 13 Mar 2014 12:53:57 +0000 (16:53 +0400)]
SWIG, Python and libxml included

10 years agoUpdated GUI according to GUI specification V3.
vsv [Thu, 13 Mar 2014 10:09:12 +0000 (14:09 +0400)]
Updated GUI according to GUI specification V3.

10 years agoMerge branch 'master' of newgeom:newgeom
vsv [Wed, 12 Mar 2014 07:05:27 +0000 (11:05 +0400)]
Merge branch 'master' of newgeom:newgeom

10 years agoTesting GUI version
vsv [Tue, 11 Mar 2014 14:25:24 +0000 (18:25 +0400)]
Testing GUI version

10 years agoRefactoring: INSTALL_DIR variable in env.bat renamed to ROOT_DIR
Sergey Belash [Tue, 11 Mar 2014 07:44:55 +0000 (11:44 +0400)]
Refactoring: INSTALL_DIR variable in env.bat renamed to ROOT_DIR

10 years agoRestore CMAKE_BUILD_TYPE=Debug option, as OCC built in the debug mode
Sergey Belash [Tue, 11 Mar 2014 07:43:40 +0000 (11:43 +0400)]
Restore CMAKE_BUILD_TYPE=Debug option, as OCC built in the debug mode

10 years ago"GeomModule" is temporary excluded from build
Sergey Belash [Fri, 7 Mar 2014 13:16:23 +0000 (17:16 +0400)]
"GeomModule" is temporary excluded from build

10 years ago"GUI" stubs for testing of CMake building procedures, preliminary examples of GUI
Sergey Belash [Fri, 7 Mar 2014 12:50:17 +0000 (16:50 +0400)]
"GUI" stubs for testing of CMake building procedures, preliminary examples of GUI

10 years ago"Model" stubs for testing of CMake building procedures
Sergey Belash [Fri, 7 Mar 2014 12:47:48 +0000 (16:47 +0400)]
"Model" stubs for testing of CMake building procedures

10 years agoCMake base files added
Sergey Belash [Fri, 7 Mar 2014 12:45:52 +0000 (16:45 +0400)]
CMake base files added

10 years agoBatch files for environment setup added
Sergey Belash [Fri, 7 Mar 2014 12:44:23 +0000 (16:44 +0400)]
Batch files for environment setup added

10 years agoIgnore file (.gitignore) added.
Sergey Belash [Fri, 7 Mar 2014 12:15:13 +0000 (16:15 +0400)]
Ignore file (.gitignore) added.

10 years agoInitial 'test' file removed.
Sergey Belash [Fri, 7 Mar 2014 12:14:41 +0000 (16:14 +0400)]
Initial 'test' file removed.

10 years agoInitial version
Mikhail PONIKAROV [Fri, 7 Mar 2014 11:53:23 +0000 (15:53 +0400)]
Initial version