]>
SALOME platform Git repositories - modules/gui.git/log
vsr [Thu, 3 Apr 2014 09:38:08 +0000 (13:38 +0400)]
Merge branch V7_3_1_BR
vsr [Wed, 2 Apr 2014 08:05:48 +0000 (12:05 +0400)]
Fix pb with persistence of "light" modules: SaveAs operation leads to loss of non-loaded "light" modules data.
vsr [Wed, 2 Apr 2014 07:07:35 +0000 (11:07 +0400)]
Merge branch 'master' of salome:modules/gui
vsr [Wed, 2 Apr 2014 05:51:44 +0000 (09:51 +0400)]
Proper conditional compilation: a way OCCT dev version is detected has been modified according to the changed OCCT versioning policy
mpa [Wed, 2 Apr 2014 05:51:41 +0000 (09:51 +0400)]
Correction of mistakes:
0022479 : EDF 2823 SMESH: Add "multiplier" coefficient for balls
Renaud Barate [Mon, 31 Mar 2014 14:19:33 +0000 (16:19 +0200)]
Fix Python modules with SIP 4.15 (avoid garbage collection of widgets added to the desktop)
rnv [Fri, 28 Mar 2014 11:10:08 +0000 (15:10 +0400)]
Compilation on Windows platform.
apl [Wed, 26 Mar 2014 08:14:00 +0000 (12:14 +0400)]
0022467 : EDF GEOM: Salome crashes at GEOM calling
Corrected order of inclusions for OCCT versions macro
mpa [Mon, 24 Mar 2014 07:26:49 +0000 (11:26 +0400)]
0022479 : EDF 2823 SMESH: Add "multiplier" coefficient for balls
mpa [Thu, 20 Mar 2014 13:29:38 +0000 (17:29 +0400)]
0022378 : EDF 2273 GEOM: Select a point/edge/face/solid in the "Set Rotation Point" window
vsr [Mon, 17 Mar 2014 09:53:30 +0000 (13:53 +0400)]
0022513 : [CEA 1084] _objref_SMESH_Mesh instance has no attribute 'GetMEDMesh'
vsr [Mon, 17 Mar 2014 07:31:08 +0000 (11:31 +0400)]
Fix bug of the observer: detach an observer when study is unloaded from GUI
apl [Wed, 12 Mar 2014 15:05:27 +0000 (19:05 +0400)]
Porting camera state synchronization code to OCCT6.7.1
apl [Thu, 6 Mar 2014 16:05:02 +0000 (20:05 +0400)]
Fix for OCCViewer_ClippingDlg: Relative Distance is now recalculated depending on the bounding box.
eap [Wed, 5 Mar 2014 15:44:49 +0000 (19:44 +0400)]
ILMAB: export GEOM fields to MED file
Enable addition of custom widgets
mpa [Thu, 27 Feb 2014 11:46:26 +0000 (15:46 +0400)]
Merge branch 'origin/V7_main'
mpa [Thu, 27 Feb 2014 11:44:28 +0000 (15:44 +0400)]
Debug of CMake build procedure
mpa [Thu, 27 Feb 2014 11:43:42 +0000 (15:43 +0400)]
Debug of CMake build procedure
rnv [Thu, 27 Feb 2014 10:37:21 +0000 (14:37 +0400)]
Small correction: method should return a value.
rnv [Thu, 27 Feb 2014 06:59:19 +0000 (10:59 +0400)]
Fix for the "
0022466 : [CEA 1047] Mesh stays selected when selection is
disabled in the 3D view" issue.
mgn [Mon, 24 Feb 2014 11:30:05 +0000 (15:30 +0400)]
Additional fix for the "
0021793 : [CEA 625] Clipping : from coordinates
or from bounding box" issue.
akl [Fri, 21 Feb 2014 07:24:38 +0000 (11:24 +0400)]
Update copyrights 2014.
vsr [Thu, 20 Feb 2014 12:32:17 +0000 (16:32 +0400)]
Make single-study behavior default one.
vsr [Wed, 19 Feb 2014 12:10:46 +0000 (16:10 +0400)]
Merge branch 'origin/akl/single_desktop'
vsr [Wed, 19 Feb 2014 07:47:10 +0000 (11:47 +0400)]
Merge remote branch 'origin/abn/newpy_pv4-1' into V7_3_1_BR
rnv [Tue, 18 Feb 2014 11:21:15 +0000 (15:21 +0400)]
Merge branch 'V7_main' of salome:modules/gui.git into V7_main
rnv [Tue, 18 Feb 2014 11:20:06 +0000 (15:20 +0400)]
Issue "
0021793 : [CEA 625] Clipping : from coordinates or from bounding
box": fix "Fatal Error" in case vector product of the parallel vectors.
vsr [Tue, 18 Feb 2014 10:01:16 +0000 (14:01 +0400)]
Merge from branch mpa/qwt6_porting
akl [Tue, 18 Feb 2014 09:37:39 +0000 (13:37 +0400)]
Update copyrights 2014.
vsr [Fri, 14 Feb 2014 15:03:19 +0000 (19:03 +0400)]
Increment version: 7.3.1
akl [Fri, 14 Feb 2014 12:35:34 +0000 (16:35 +0400)]
A possibility to switch SALOME into "one-study-at-once" mode was added.
Adrien Bruneton [Thu, 13 Feb 2014 10:02:25 +0000 (11:02 +0100)]
New Python's logic: cleaning up un-necessary "shared_modules" logic
Adrien Bruneton [Thu, 13 Feb 2014 09:53:44 +0000 (10:53 +0100)]
Revamped Python interpreter logic in GUI.
Now only uses execution contexts, no more sub interpreter.
+ reviewed PyInterp_Interp class and Python initialization
+ removed GetLockWrapper() method from PyInterp_Interp class.
+ interpreter member is no more requested in PyLock_Request (can be set to NULL)
+ reviewed PyLockWrapper class design to forbid copy ctor and assignment
+ more sophisticated stdout/stderr redirection for Python command: restore what was previously used after Python command execution.
+ get rid of "shared_modules" logic - no more necessary with a single interpreter
Adrien Bruneton [Thu, 13 Feb 2014 09:22:51 +0000 (10:22 +0100)]
Porting to PV4.1: change behavior of SIGFPE: PV4.1 needs to deal with +/-inf double values.
Changed behavior so that by default SIGFPE is not raised. Only if env variable ENABLE_FPE is set
will the signal FPE be raised (but PARAVIS is then unusable).
Adrien Bruneton [Wed, 12 Feb 2014 13:49:36 +0000 (14:49 +0100)]
Minimal porting to PV4.1: update VTK version from 6.0 to 6.1
rnv [Fri, 31 Jan 2014 08:32:53 +0000 (08:32 +0000)]
Fix compilation error.
apl [Fri, 31 Jan 2014 08:00:14 +0000 (08:00 +0000)]
22070: interaction with clipping
vsr [Thu, 30 Jan 2014 10:01:48 +0000 (10:01 +0000)]
Add methods to assign curve to specific axes.
inv [Mon, 27 Jan 2014 11:47:09 +0000 (11:47 +0000)]
RNV: Fix compilation with the DEV version of the OCCT.
rnv [Wed, 22 Jan 2014 12:05:05 +0000 (12:05 +0000)]
Fix bug comming from HYDRO.
rnv [Tue, 21 Jan 2014 12:35:58 +0000 (12:35 +0000)]
Fix the first item of the
0022387 : EDF GUI: New behaviour of store position of windows is not always suitable" issue:
1) Bad initial position of windows in some modules with the option "store position of windows" unchecked.
vsr [Fri, 17 Jan 2014 14:37:04 +0000 (14:37 +0000)]
1. Fix bug: visibility state is not updated for view models not derived from SALOME_View class.
2. PPGP: manage visibility state properly
rnv [Thu, 9 Jan 2014 13:45:54 +0000 (13:45 +0000)]
Small corrections.
akl [Tue, 24 Dec 2013 11:47:38 +0000 (11:47 +0000)]
Fix of INTPAL0052254 (Visibility icon is wrong in object browser): set 'hidden' visibility state for new objects only (that don't have any visibility state).
vsr [Tue, 24 Dec 2013 08:05:55 +0000 (08:05 +0000)]
Fix problem with wrong popup menu in SMESH module when "keyboard-free" navigation mode is switched on
vsv [Mon, 23 Dec 2013 09:51:26 +0000 (09:51 +0000)]
Modification for bugs
22451: MoveUp/MoveDown items of ObjectBrowser
22450: 'eye' icon management
vsv [Mon, 23 Dec 2013 09:48:32 +0000 (09:48 +0000)]
Modification for bug 22451: MoveUp/MoveDown items of ObjectBrowser
vsr [Wed, 18 Dec 2013 14:10:17 +0000 (14:10 +0000)]
Merge from V7_3_BR branch 18/12/2013
vsr [Tue, 17 Dec 2013 08:13:03 +0000 (08:13 +0000)]
0022317 : [CEA 925] GUI: An objet creation by clicking "apply" refolds the study tree
vsr [Mon, 16 Dec 2013 13:30:07 +0000 (13:30 +0000)]
Add an option to build GUI with or without SALOMEDS observers
rnv [Fri, 13 Dec 2013 15:29:45 +0000 (15:29 +0000)]
Fix the problem with update of the OCCT 3D Viewer: synchronize the visual state of the SALOME windows with the OCCT, to avoid creation of the new window for the OCCT 3D viewer inside OpenGl_Window constructor:
if (aVis->visualid == wattr.visual->visualid)
{
aWindow = aParent;
}
else
{
unsigned long mask = CWBackPixel | CWColormap | CWBorderPixel | CWEventMask;
aWindow = XCreateWindow (aDisp, aParent, 0, 0, myWidth, myHeight, 0/*bw*/, aVis->depth, InputOutput, aVis->visual, mask, &cwa);
}
eap [Fri, 13 Dec 2013 09:54:45 +0000 (09:54 +0000)]
Synchronize with *_msg_en.ts
vsr [Thu, 12 Dec 2013 14:08:47 +0000 (14:08 +0000)]
Update documentation
vsr [Thu, 12 Dec 2013 11:01:15 +0000 (11:01 +0000)]
0022439 : [CEA 1026] The YACS panels are persistant when changing module
akl [Thu, 12 Dec 2013 08:31:05 +0000 (08:31 +0000)]
Correction of Fix of INTPAL0052217: TC7.3.0:SIGSEGV when update study in NoteBook
akl [Tue, 10 Dec 2013 11:24:50 +0000 (11:24 +0000)]
Fix of INTPAL0052217: TC7.3.0:SIGSEGV when update study in NoteBook
vsr [Tue, 10 Dec 2013 05:58:31 +0000 (05:58 +0000)]
Add missing resource item
rnc [Mon, 9 Dec 2013 16:52:15 +0000 (16:52 +0000)]
Updated supported formats for textures consistently with what is specified in OCCT Image_AlienPixMap.hxx
vsr [Mon, 9 Dec 2013 08:05:37 +0000 (08:05 +0000)]
Porting to latest CASCADE snapshot
mpa [Fri, 6 Dec 2013 10:16:56 +0000 (10:16 +0000)]
IPAL
0052196 : TC7.3.0:runSalome --logger --modules=COMPONENT,CALCULATOR throw trace with error
- Edit trace message
rnv [Fri, 6 Dec 2013 07:51:59 +0000 (07:51 +0000)]
Fix for the "
0022421 : EDF 2805 GEOM: Save in a repertory with an accent fails" issue.
vsr [Thu, 5 Dec 2013 10:55:55 +0000 (10:55 +0000)]
Show "Rename" menu command for light modules in "distributed mode"
rnc [Thu, 5 Dec 2013 10:23:56 +0000 (10:23 +0000)]
Japanese translations update
vsr [Thu, 5 Dec 2013 07:06:31 +0000 (07:06 +0000)]
Python container is obsolete
mpa [Wed, 4 Dec 2013 09:56:18 +0000 (09:56 +0000)]
INT PAL
0052194 : TC7.3.0: Some figures are not available in Clipping dialog
vsr [Thu, 28 Nov 2013 14:30:52 +0000 (14:30 +0000)]
Increment version to 7.3.0
rnv [Wed, 27 Nov 2013 12:19:53 +0000 (12:19 +0000)]
Implementation of the "22390: [CEA 967] Latency enhancement after a selection of a displayed object" issue.
mpa [Wed, 27 Nov 2013 10:13:42 +0000 (10:13 +0000)]
CMake:
- add files to remove using command "make clean"
rnv [Mon, 25 Nov 2013 15:53:01 +0000 (15:53 +0000)]
WIN32 compilation.
vsr [Mon, 25 Nov 2013 06:53:07 +0000 (06:53 +0000)]
Porting to latest OCCT master
rnv [Fri, 22 Nov 2013 13:59:51 +0000 (13:59 +0000)]
Implementation of the following issues:
1)
0022385 : [CEA 975] The icon "Clipping" is missing in OCC view
2)
0021793 : [CEA 625] Clipping : from coordinates or from bounding box
3)
0021792 : [CEA 624] Keep the clipping
vsv [Fri, 22 Nov 2013 12:06:21 +0000 (12:06 +0000)]
PPGP patch: provides "closeStudy" event
vsr [Thu, 21 Nov 2013 05:16:21 +0000 (05:16 +0000)]
Fix crash
imn [Wed, 20 Nov 2013 13:29:03 +0000 (13:29 +0000)]
Commit on V7_main: Update dialog File-Preferences-Import
ana [Wed, 20 Nov 2013 08:47:23 +0000 (08:47 +0000)]
CMake: removing unnecessary message on Windows
fps [Tue, 19 Nov 2013 17:18:16 +0000 (17:18 +0000)]
missing French translations
mzn [Tue, 19 Nov 2013 11:37:08 +0000 (11:37 +0000)]
Add operationFinished(...) signal and public method which emits this signal.
mpa [Tue, 19 Nov 2013 11:13:19 +0000 (11:13 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
mpa [Tue, 19 Nov 2013 10:59:37 +0000 (10:59 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
fps [Mon, 18 Nov 2013 15:23:38 +0000 (15:23 +0000)]
add missing translation
mpa [Thu, 14 Nov 2013 12:06:45 +0000 (12:06 +0000)]
CMake:
- update documentation considering new CMake build system
mpa [Wed, 13 Nov 2013 12:16:00 +0000 (12:16 +0000)]
CMake:
- delete kernel dependency because options are local now
inv [Thu, 7 Nov 2013 07:25:13 +0000 (07:25 +0000)]
RNV: Remove deprecated includes and old commented code.
rnc [Tue, 5 Nov 2013 15:16:51 +0000 (15:16 +0000)]
Japanese translations update
bruneton [Tue, 5 Nov 2013 14:05:31 +0000 (14:05 +0000)]
Win32 compilation
mpa [Tue, 5 Nov 2013 12:43:56 +0000 (12:43 +0000)]
CMake: improved reloading of dependent CMake targets in Config file to
account for COMPONENTS.
vsr [Tue, 5 Nov 2013 11:30:32 +0000 (11:30 +0000)]
Fix bug with zero-length list processing
akl [Tue, 5 Nov 2013 05:52:44 +0000 (05:52 +0000)]
Correction of merge mistake.
bruneton [Mon, 4 Nov 2013 09:01:40 +0000 (09:01 +0000)]
CMake: improved reloading of dependent CMake targets in Config file to
account for COMPONENTS.
imn [Fri, 1 Nov 2013 13:33:03 +0000 (13:33 +0000)]
Issue
0022171 :
- Additinally: show "Return to 3D" button in 2D projection views to quickly switch to 3D mode
rnv [Fri, 1 Nov 2013 10:22:22 +0000 (10:22 +0000)]
Porting python light modules to WIN32 platform.
mpa [Thu, 31 Oct 2013 10:22:41 +0000 (10:22 +0000)]
CMake: Edition accumulation of LD_LIBRARY_PATH, PATH and PYTHONPATH
mpa [Thu, 31 Oct 2013 10:13:31 +0000 (10:13 +0000)]
CMake: Add keyword NOCHECK for accumulating environment because included directories not exists in this moment
vsr [Wed, 30 Oct 2013 14:30:12 +0000 (14:30 +0000)]
Merge from BR_hydro 30/10/2013
vsr [Wed, 30 Oct 2013 12:47:52 +0000 (12:47 +0000)]
Remove debug message
inv [Tue, 29 Oct 2013 13:16:15 +0000 (13:16 +0000)]
fix error of previous change
mpa [Tue, 29 Oct 2013 07:03:33 +0000 (07:03 +0000)]
CMake:
- Accumulate environment variables, to be used later to run some command in proper environment.
inv [Tue, 29 Oct 2013 07:01:37 +0000 (07:01 +0000)]
proper detection of PyQt4 with no env set
bruneton [Mon, 28 Oct 2013 14:43:47 +0000 (14:43 +0000)]
CMake: invoking SALOME_CONFIGURE_PREPARE() macro and adapted SalomeGUIConfig.cmake
so that the reloading of level-1-prerequisite targets takes into account the
component list (typically needed for VTK).
bruneton [Fri, 25 Oct 2013 14:13:07 +0000 (14:13 +0000)]
Minor - fixing comment in Python Dispatcher