Salome HOME
modules/gui.git
9 years agoMerge branch 'master' into abn/paravis_rearch
abn [Tue, 7 Oct 2014 09:37:05 +0000 (11:37 +0200)]
Merge branch 'master' into abn/paravis_rearch

9 years agoMerge branch 'asl/hydro_porting_741' occ/shape_reparation
vsr [Mon, 6 Oct 2014 11:27:00 +0000 (15:27 +0400)]
Merge branch 'asl/hydro_porting_741'

9 years agoComplete French translation file
Gilles DAVID [Thu, 2 Oct 2014 11:47:47 +0000 (13:47 +0200)]
Complete French translation file

9 years agoMulti-study support removal: finalization
vsr [Thu, 2 Oct 2014 08:07:36 +0000 (12:07 +0400)]
Multi-study support removal: finalization
- additional change: show "Save & Disconnect" & "Disconnect w/o saving" buttons in the "Close active study" dialog box when exiting application

9 years agoNow using salome_iapp.IN_SALOME_GUI' to detect if invoked from GUI.
abn [Wed, 1 Oct 2014 15:18:32 +0000 (17:18 +0200)]
Now using salome_iapp.IN_SALOME_GUI' to detect if invoked from GUI.

9 years agoMulti-study support removal: finalization
akl [Mon, 22 Sep 2014 13:24:39 +0000 (17:24 +0400)]
Multi-study support removal: finalization

9 years agoFixed linking issue. Removed "paraview.fromGUI" flag.
abn [Tue, 30 Sep 2014 14:01:09 +0000 (16:01 +0200)]
Fixed linking issue. Removed "paraview.fromGUI" flag.

9 years agoMoved PVViewer code from PARAVIS into GUI.
abn [Mon, 29 Sep 2014 14:55:13 +0000 (16:55 +0200)]
Moved PVViewer code from PARAVIS into GUI.

9 years agoSwitching console to synchronous mode.
abn [Fri, 26 Sep 2014 12:51:27 +0000 (14:51 +0200)]
Switching console to synchronous mode.

9 years agoRemove obsolete OCC_VERSION_LARGE defines.
imn [Fri, 8 Aug 2014 12:05:35 +0000 (16:05 +0400)]
Remove obsolete OCC_VERSION_LARGE defines.

9 years agoMerge branch 'master' of ssh://git.salome-platform.org/modules/gui
abn [Thu, 25 Sep 2014 07:20:58 +0000 (09:20 +0200)]
Merge branch 'master' of ssh://git.salome-platform.org/modules/gui

9 years agoReverting to asynchronous Python console *in master branch*
abn [Thu, 25 Sep 2014 07:20:24 +0000 (09:20 +0200)]
Reverting to asynchronous Python console *in master branch*
(doing tests in abn/paravis_rearch)

9 years ago0022652: [CEA 1194] Redirect the traces from embedded Python console in a log file
vsr [Tue, 23 Sep 2014 13:50:17 +0000 (17:50 +0400)]
0022652: [CEA 1194] Redirect the traces from embedded Python console in a log file

Additional changes:
- Add functions to start/stop trace from embedded Python console to the Python API (SalomePyQt module)

9 years ago0022652: [CEA 1194] Redirect the traces from embedded Python console in a log file
vsr [Mon, 22 Sep 2014 13:59:44 +0000 (17:59 +0400)]
0022652: [CEA 1194] Redirect the traces from embedded Python console in a log file

Additional changes:
- Implement Start/Stop Log commands to save run-time log instead of saving static snapshot of the log.

9 years ago0022652: [CEA 1194] Redirect the traces from embedded Python console in a log file
vsr [Mon, 22 Sep 2014 12:40:05 +0000 (16:40 +0400)]
0022652: [CEA 1194] Redirect the traces from embedded Python console in a log file

Additional changes:
- Use *.log *.txt as filter for log files
- Remove Python file name validator from Save Log dialog box
- Show prompt with the command in the output log

9 years agoPython console, bug fix: global and local contexts have to be the
abn [Mon, 22 Sep 2014 07:36:10 +0000 (09:36 +0200)]
Python console, bug fix: global and local contexts have to be the
same dictionary for code run at the module level (the case of code
that is run in Salome console).

9 years agoPython console needs to be synchronized for ParaView scripting commands
abn [Fri, 19 Sep 2014 13:33:59 +0000 (15:33 +0200)]
Python console needs to be synchronized for ParaView scripting commands
to work properly from within the SALOME embedded console.

9 years agoPython console, various improvements:
abn [Fri, 19 Sep 2014 13:31:32 +0000 (15:31 +0200)]
Python console, various improvements:

* clearly separate global and local contexts for execution (not sure this brings something though ...)
* some Py_INCREF were missing
* cleaner compilation units

9 years agoMinor bug fix.
abn [Fri, 19 Sep 2014 07:12:28 +0000 (09:12 +0200)]
Minor bug fix.

9 years agoIPAL0052502: SMESH_BUT_HELP button should be renamed in HELP
vsr [Thu, 18 Sep 2014 08:41:36 +0000 (12:41 +0400)]
IPAL0052502: SMESH_BUT_HELP button should be renamed in HELP

9 years agorefs #457: only top view button should be available in 2d mode asl/hydro_porting_741
asl [Thu, 18 Sep 2014 06:50:20 +0000 (10:50 +0400)]
refs #457: only top view button should be available in 2d mode

9 years ago0022652: [CEA 1194] Redirect the traces from embedded Python console in a log file
imn [Wed, 17 Sep 2014 08:34:18 +0000 (12:34 +0400)]
0022652: [CEA 1194] Redirect the traces from embedded Python console in a log file

9 years agoMinor bug fix on "Do you want to close study" message.
abn [Mon, 15 Sep 2014 12:37:30 +0000 (14:37 +0200)]
Minor bug fix on "Do you want to close study" message.

9 years agoMerge branch 'master' of ssh://git.salome-platform.org/modules/gui
abn [Mon, 15 Sep 2014 12:26:40 +0000 (14:26 +0200)]
Merge branch 'master' of ssh://git.salome-platform.org/modules/gui

9 years agoAdding explicit ORB destruction at the end of SALOME_Session_Server.
abn [Mon, 15 Sep 2014 12:25:50 +0000 (14:25 +0200)]
Adding explicit ORB destruction at the end of SALOME_Session_Server.

This avoids the nasty Warning from line 43 in Utils_ORB_INIT.cxx (destructor)

9 years agoFix impoper setter for setShowTipOnValidate() function
vsr [Fri, 12 Sep 2014 11:35:57 +0000 (15:35 +0400)]
Fix impoper setter for setShowTipOnValidate() function

9 years ago0021791: [CEA 623] Clipping : no difference between a closed shell and a solid.
mpa [Thu, 11 Sep 2014 08:57:05 +0000 (12:57 +0400)]
0021791: [CEA 623] Clipping : no difference between a closed shell and a solid.
- added texture(hatch) for capping

9 years agoFix bugs with improper toolbar updating on Minimize/Maximize operation
imn [Wed, 10 Sep 2014 07:28:29 +0000 (11:28 +0400)]
Fix bugs with improper toolbar updating on Minimize/Maximize operation

9 years agoMerge branch 'master' of ssh://git.salome-platform.org/modules/gui
abn [Tue, 9 Sep 2014 14:20:20 +0000 (16:20 +0200)]
Merge branch 'master' of ssh://git.salome-platform.org/modules/gui

9 years agoPreparing porting to PV4.2.
abn [Tue, 9 Sep 2014 14:19:45 +0000 (16:19 +0200)]
Preparing porting to PV4.2.

Version of VTK is no more constrained at configuration time.

9 years agoMerge remote branch 'origin/SKV_CCreator_from_HYDRO' into asl/hydro_porting_741
asl [Tue, 9 Sep 2014 07:42:31 +0000 (11:42 +0400)]
Merge remote branch 'origin/SKV_CCreator_from_HYDRO' into asl/hydro_porting_741

9 years agoMerge branch 'ASL_TREE_STATE' into asl/hydro_porting_741
asl [Tue, 9 Sep 2014 07:28:56 +0000 (11:28 +0400)]
Merge branch 'ASL_TREE_STATE' into asl/hydro_porting_741

9 years agoCopy utilities from GEOM module
skv [Mon, 8 Sep 2014 10:13:26 +0000 (14:13 +0400)]
Copy utilities from GEOM module

9 years ago0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT
vsr [Tue, 2 Sep 2014 14:48:53 +0000 (18:48 +0400)]
0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT

9 years agorefs #416: to store the open state of object browser items in the binary array
asl [Fri, 15 Aug 2014 10:23:59 +0000 (14:23 +0400)]
refs #416: to store the open state of object browser items in the binary array

9 years ago0022628: [CEA 1202] The default icon disposition is not correct in french and in...
vsr [Thu, 28 Aug 2014 12:43:13 +0000 (16:43 +0400)]
0022628: [CEA 1202] The default icon disposition is not correct in french and in japanese

Additional patch to maintain backward compatibility.

9 years agoSwitch on dev version flag
vsr [Thu, 28 Aug 2014 09:13:20 +0000 (13:13 +0400)]
Switch on dev version flag

9 years agoMerge remote branch 'origin/V7_4_BR'
vsr [Thu, 28 Aug 2014 09:12:33 +0000 (13:12 +0400)]
Merge remote branch 'origin/V7_4_BR'

9 years ago0022673: [CEA 1260] Regression : opening a new study hides the modules toolbar
vsr [Thu, 28 Aug 2014 07:20:42 +0000 (11:20 +0400)]
0022673: [CEA 1260] Regression : opening a new study hides the modules toolbar

9 years ago0022628: [CEA 1202] The default icon disposition is not correct in french and in...
vsr [Wed, 27 Aug 2014 09:02:27 +0000 (13:02 +0400)]
0022628: [CEA 1202] The default icon disposition is not correct in french and in japanese

9 years agorefs #416: to store the open state of object browser items in the binary array
asl [Fri, 15 Aug 2014 10:23:59 +0000 (14:23 +0400)]
refs #416: to store the open state of object browser items in the binary array

9 years ago0022671: [CEA] Standalone Help Browser
vsr [Fri, 15 Aug 2014 05:00:50 +0000 (09:00 +0400)]
0022671: [CEA] Standalone Help Browser

Change the way application is identified to share single running HelpBrowser between SALOME sessions even if there are several different installations.

9 years ago0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT
vsr [Tue, 12 Aug 2014 13:19:17 +0000 (17:19 +0400)]
0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT

Update default dock windows / toolbars posision and visibility according to the issue 21709

9 years ago0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT
vsr [Tue, 12 Aug 2014 07:46:16 +0000 (11:46 +0400)]
0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT

Unify object names of dock widgets

9 years ago0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT
vsr [Tue, 12 Aug 2014 06:19:53 +0000 (10:19 +0400)]
0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT

Give explicit names to standard dock windows

9 years agoFix linkage problem on Windows
vsr [Fri, 8 Aug 2014 06:49:24 +0000 (10:49 +0400)]
Fix linkage problem on Windows

9 years ago0022669: [CEA 1255] Error in the method "createSegment" from the class "Plot2d_ViewFrame"
vsr [Thu, 7 Aug 2014 16:35:42 +0000 (20:35 +0400)]
0022669: [CEA 1255] Error in the method "createSegment" from the class "Plot2d_ViewFrame"

9 years agoMerge branch 'master' of salome:modules/gui
vsr [Thu, 7 Aug 2014 16:30:01 +0000 (20:30 +0400)]
Merge branch 'master' of salome:modules/gui

9 years ago0022671: [CEA] Standalone Help Browser
vsr [Thu, 7 Aug 2014 16:27:44 +0000 (20:27 +0400)]
0022671: [CEA] Standalone Help Browser

9 years agoFix of 0022630: EDF 8445 - using multiprocessing with the Python console of SALOME...
akl [Thu, 7 Aug 2014 13:07:40 +0000 (17:07 +0400)]
Fix of 0022630: EDF 8445 - using multiprocessing with the Python console of SALOME 7.4.0.
Copying of main dictionary was added by 'ad3a201' commit in order to have a new context of Python interpreter for each study, but it leads to the situation that '__main__' module in sys.modules dictionary is not updated with a new functions and variables.
Now dictionary copying has been removed to fix the mentioned bug, but we have a common Python context for all studies in the Salome session.

9 years agoRevert "Synchronize adm files"
vsr [Thu, 7 Aug 2014 09:43:54 +0000 (13:43 +0400)]
Revert "Synchronize adm files"

This reverts commit c47605c13ccf37a7b3fcb9cb6c8baf38d3643f77.

9 years agoSynchronize adm files
Maintenance team (INV) [Wed, 6 Aug 2014 19:16:42 +0000 (23:16 +0400)]
Synchronize adm files

9 years agoUpdate FULL_FUI macro and add SALOME_GUI_MODE macro
Gilles DAVID [Wed, 30 Jul 2014 16:20:09 +0000 (18:20 +0200)]
Update FULL_FUI macro and add SALOME_GUI_MODE macro

9 years agoOCCT dev version porting (6.7.3)
skv [Mon, 21 Jul 2014 14:00:18 +0000 (18:00 +0400)]
OCCT dev version porting (6.7.3)

9 years agoFix for the "22651: [CEA 1224] suppressed code in Plot 2D" issue.
rnv [Mon, 21 Jul 2014 08:43:39 +0000 (12:43 +0400)]
Fix for the "22651: [CEA 1224] suppressed code in Plot 2D" issue.

9 years agoMerge branch 'origin/rnv/py_win_fix'
rnv [Tue, 15 Jul 2014 12:14:12 +0000 (16:14 +0400)]
Merge branch 'origin/rnv/py_win_fix'

9 years agoOCCT dev version porting (6.7.2)
skv [Wed, 9 Jul 2014 13:21:54 +0000 (17:21 +0400)]
OCCT dev version porting (6.7.2)

9 years agoFix problem with the python initialization on windows.
rnv [Wed, 9 Jul 2014 11:06:08 +0000 (15:06 +0400)]
Fix problem with the python initialization on windows.

9 years ago0021791: [CEA 623] Clipping : no difference between a closed shell and a solid
mpa [Wed, 9 Jul 2014 07:41:07 +0000 (11:41 +0400)]
0021791: [CEA 623] Clipping : no difference between a closed shell and a solid

9 years agoFix function salome.sg.getActiveStudyName()
Renaud Barate [Tue, 8 Jul 2014 07:48:18 +0000 (09:48 +0200)]
Fix function salome.sg.getActiveStudyName()

9 years agoFixing 0022629: [CEA 1203] The option -r or --resources does not work
akl [Tue, 8 Jul 2014 07:45:55 +0000 (11:45 +0400)]
Fixing 0022629: [CEA 1203] The option -r or --resources does not work

9 years agoUse UTF-8 also for AttributeString, AttributeComment and AttributePixMap for consistency
Renaud Barate [Mon, 7 Jul 2014 15:15:35 +0000 (17:15 +0200)]
Use UTF-8 also for AttributeString, AttributeComment and AttributePixMap for consistency

9 years agoWindows compatibility
ana [Tue, 1 Jul 2014 08:15:00 +0000 (12:15 +0400)]
Windows compatibility

9 years agoMerge remote branch 'origin/akl/22379'
vsr [Mon, 30 Jun 2014 08:21:26 +0000 (12:21 +0400)]
Merge remote branch 'origin/akl/22379'

9 years agoUpdate translation files from Crowdin (merge from master) V7_4_BR V7_4_1 V7_4_1rc1
vsr [Mon, 30 Jun 2014 08:13:06 +0000 (12:13 +0400)]
Update translation files from Crowdin (merge from master)

9 years agoUpdate translation files from Crowdin
Christophe Bourcier [Fri, 27 Jun 2014 12:40:58 +0000 (14:40 +0200)]
Update translation files from Crowdin

9 years agoVersion update: 7.4.1
vsr [Fri, 27 Jun 2014 10:09:12 +0000 (14:09 +0400)]
Version update: 7.4.1

9 years agoSupport of the UTF-8 encoding.
rnv [Mon, 23 Jun 2014 06:44:13 +0000 (10:44 +0400)]
Support of the UTF-8 encoding.

9 years agoUnicode support
vsr [Wed, 18 Jun 2014 08:33:29 +0000 (12:33 +0400)]
Unicode support

10 years agoSupport of the Unicode symbols.
rnv [Fri, 6 Jun 2014 06:28:22 +0000 (10:28 +0400)]
Support of the Unicode symbols.

10 years agoUpdate translation files from Crowdin
Christophe Bourcier [Tue, 3 Jun 2014 09:25:50 +0000 (11:25 +0200)]
Update translation files from Crowdin

10 years ago0022604: EDF 8219 - many "SMESH plugins" in Mesh menu
vsr [Mon, 2 Jun 2014 14:48:21 +0000 (18:48 +0400)]
0022604: EDF 8219 - many "SMESH plugins" in Mesh menu

10 years agoUse OCCT method to make OCC Viewer snapshot.
rnv [Fri, 30 May 2014 08:21:11 +0000 (12:21 +0400)]
Use OCCT method to make OCC Viewer snapshot.

10 years agoFix qwt search procedure, to work properly on systems where native qwt library is... V7_4_0 V7_4_0rc2
vsr [Mon, 26 May 2014 12:12:50 +0000 (16:12 +0400)]
Fix qwt search procedure, to work properly on systems where native qwt library is installed with non-standard name (e.g. libqwt-qt4)

10 years agoImplementation of the "22589: EDF 8048 - ergonomics of SMESH" issue.
rnv [Fri, 23 May 2014 09:00:40 +0000 (13:00 +0400)]
Implementation of the "22589: EDF 8048 - ergonomics of SMESH" issue.

10 years agoMerge branch 'rnv/22595'
rnv [Fri, 23 May 2014 08:53:33 +0000 (12:53 +0400)]
Merge branch 'rnv/22595'

10 years agoFix for the "22595: [CEA 1177] Misleading error message" issue.
rnv [Fri, 23 May 2014 08:42:12 +0000 (12:42 +0400)]
Fix for the "22595: [CEA 1177] Misleading error message" issue.

10 years agoUpdate translation files from Crowdin
Christophe Bourcier [Thu, 22 May 2014 15:52:42 +0000 (17:52 +0200)]
Update translation files from Crowdin

10 years agoFix of the 22595 issue
rnv [Wed, 21 May 2014 13:15:46 +0000 (17:15 +0400)]
Fix of the 22595 issue

10 years agoUpdate translation files from Crowdin V7_4_0rc1
Christophe Bourcier [Fri, 16 May 2014 13:11:28 +0000 (15:11 +0200)]
Update translation files from Crowdin

10 years ago0022379: EDF 2276 GEOM: Show the ascendants and descendants of a GEOM object in a...
mpa [Thu, 15 May 2014 11:28:50 +0000 (15:28 +0400)]
0022379: EDF 2276 GEOM: Show the ascendants and descendants of a GEOM object in a family tree

10 years ago[CEA 1160] Help icon missing in the Preferences
vsr [Tue, 13 May 2014 14:14:04 +0000 (18:14 +0400)]
[CEA 1160] Help icon missing in the Preferences

10 years agoMerge remote-tracking branch 'origin/master'
ctn [Wed, 7 May 2014 12:45:10 +0000 (14:45 +0200)]
Merge remote-tracking branch 'origin/master'

10 years agoUpdate of french messages
ctn [Wed, 7 May 2014 12:43:44 +0000 (14:43 +0200)]
Update of french messages

10 years agoMerge branch 'origin/ysn/doc_update_740'
vsr [Wed, 7 May 2014 07:28:54 +0000 (11:28 +0400)]
Merge branch 'origin/ysn/doc_update_740'

10 years agoImplementation a mono-study approach in the GUI.
rnv [Wed, 7 May 2014 06:53:48 +0000 (10:53 +0400)]
Implementation a mono-study approach in the GUI.

10 years agoFix a bug: problem with Python module initialization when there are light / non-light...
vsr [Tue, 6 May 2014 08:34:45 +0000 (12:34 +0400)]
Fix a bug: problem with Python module initialization when there are light / non-light modules in GUI session

10 years agoAvoid calling salome_init method for the python light modules.
rnv [Tue, 6 May 2014 07:34:27 +0000 (11:34 +0400)]
Avoid calling salome_init method for the python light modules.

10 years agoCorrection to CoTech ACTION 61.7 implementation
vsr [Mon, 5 May 2014 11:36:32 +0000 (15:36 +0400)]
Correction to CoTech ACTION 61.7 implementation
- Change a way the default pixmap for resource manager is set/get.

10 years agoUpdate translations.
rnv [Mon, 5 May 2014 08:05:32 +0000 (12:05 +0400)]
Update translations.

10 years agowin32 compatibility
ana [Mon, 5 May 2014 06:39:06 +0000 (10:39 +0400)]
win32 compatibility

10 years agoReview of the reference documentation.
ysn [Mon, 5 May 2014 05:20:26 +0000 (09:20 +0400)]
Review of the reference documentation.

10 years agoCorrection of PyQt enum order to synchronize with C++ one.
akl [Wed, 30 Apr 2014 10:24:44 +0000 (14:24 +0400)]
Correction of PyQt enum order to synchronize with C++ one.

10 years ago0022575: [CEA 1157] SalomePyQt.WT_NoteBook and SalomePyQt.WT_User have the same value.
akl [Mon, 28 Apr 2014 11:26:42 +0000 (15:26 +0400)]
0022575: [CEA 1157] SalomePyQt.WT_NoteBook and SalomePyQt.WT_User have the same value.

10 years ago0022565: [CEA 1145] Missing WT_NoteBook in python:
akl [Thu, 24 Apr 2014 14:00:14 +0000 (18:00 +0400)]
0022565: [CEA 1145] Missing WT_NoteBook in python:
1) by default, 'NoteBook' dockable window is enable only in the GEOM and SMESH modules now.
2) added a possibility to enable/disable 'NoteBook' window via Python API (windows() function).

10 years agoImplementation of the ACTION 61.7 from the COTECH61: Add preference to
rnv [Thu, 24 Apr 2014 06:48:40 +0000 (10:48 +0400)]
Implementation of the ACTION 61.7 from the COTECH61: Add preference to
set C locale for the application by default.

10 years agoCatch exception from data server raised when there's active study on a server
vsr [Fri, 18 Apr 2014 14:11:44 +0000 (18:11 +0400)]
Catch exception from data server raised when there's active study on a server

10 years agoIncrement version: 7.4.0
vsr [Fri, 18 Apr 2014 11:29:31 +0000 (15:29 +0400)]
Increment version: 7.4.0

10 years agoFix for the "0052369: TC7.4.0: Visualization problem of default torus
rnv [Fri, 18 Apr 2014 07:48:36 +0000 (11:48 +0400)]
Fix for the "0052369: TC7.4.0: Visualization problem of default torus
preview".

10 years agoWin32 compatibility
ana [Wed, 16 Apr 2014 12:58:34 +0000 (16:58 +0400)]
Win32 compatibility