Salome HOME
modules/gui.git
8 years agoLittle debug
Anthony Geay [Mon, 14 Mar 2016 13:25:38 +0000 (14:25 +0100)]
Little debug

8 years agoAccording to cotech80 PyConsoleBase->PyConsole and PyConsole->SalomePyConsole
Anthony Geay [Mon, 14 Mar 2016 08:33:45 +0000 (09:33 +0100)]
According to cotech80 PyConsoleBase->PyConsole and PyConsole->SalomePyConsole

Conflicts:
src/PyConsole/CMakeLists.txt

8 years agoSplit PyConsole in order to be used easily outside GUI of SALOME.
Anthony Geay [Mon, 22 Feb 2016 13:44:49 +0000 (14:44 +0100)]
Split PyConsole in order to be used easily outside GUI of SALOME.

Conflicts:
src/PyConsole/CMakeLists.txt

8 years agoIPAL53103: Mesh visualization performance problem
eap [Fri, 11 Mar 2016 12:21:04 +0000 (15:21 +0300)]
IPAL53103: Mesh visualization performance problem

Optimize VTKViewer_ExtractUnstructuredGrid::RequestData()

8 years ago0023238: [CEA 1738] OCC Viewer outside SALOME window
imn [Fri, 19 Feb 2016 12:31:31 +0000 (15:31 +0300)]
0023238: [CEA 1738] OCC Viewer outside SALOME window

8 years agoadd GUI preference for automatic loading of Light modules at study opening
Paul RASCLE [Sat, 30 Jan 2016 12:07:13 +0000 (13:07 +0100)]
add GUI preference for automatic loading of Light modules at study opening

8 years agoremove traces
Paul RASCLE [Sat, 30 Jan 2016 10:48:51 +0000 (11:48 +0100)]
remove traces

8 years agoallow auto loading of light modules when opening study file
Paul RASCLE [Fri, 29 Jan 2016 20:02:11 +0000 (21:02 +0100)]
allow auto loading of light modules when opening study file

8 years agoOn re-creating of the Object browser, show columns in accordance with preferences.
vsr [Tue, 16 Feb 2016 12:58:32 +0000 (15:58 +0300)]
On re-creating of the Object browser,  show columns in accordance with preferences.

8 years agoAdd cmd args C-like accessor class
vsr [Thu, 11 Feb 2016 13:53:18 +0000 (16:53 +0300)]
Add cmd args C-like accessor class

8 years agoMerge relevant changes from V8_0_0_BR branch
rnv [Tue, 2 Feb 2016 11:11:25 +0000 (14:11 +0300)]
Merge relevant changes from V8_0_0_BR branch

8 years agoCMake: simplifying Python detection mechanism.
abn [Thu, 4 Feb 2016 10:52:30 +0000 (11:52 +0100)]
CMake: simplifying Python detection mechanism.

8 years agoSolve problem with probably incorrect set QT_PLUGIN_PATH environment variable.
vsr [Thu, 4 Feb 2016 09:08:30 +0000 (12:08 +0300)]
Solve problem with probably incorrect set QT_PLUGIN_PATH environment variable.

8 years agoMerge changes from V8_0_0_BR
vsr [Fri, 29 Jan 2016 10:40:29 +0000 (13:40 +0300)]
Merge changes from V8_0_0_BR

8 years agoFix problem with getObjectBrowser() from python.
rnv [Thu, 28 Jan 2016 15:12:39 +0000 (18:12 +0300)]
Fix problem with getObjectBrowser() from python.

8 years ago0053062: Hang-up in Dump Study in case of some module which data is present in study... V7_8_0a1
vsr [Thu, 14 Jan 2016 14:20:05 +0000 (17:20 +0300)]
0053062: Hang-up in Dump Study in case of some module which data is present in study is not available in current session

8 years agogetting access to Python plugin helpers in other modules
Paul RASCLE [Fri, 8 Jan 2016 13:43:39 +0000 (14:43 +0100)]
getting access to Python plugin helpers in other modules

8 years agoWindows compatibility
ana [Mon, 21 Dec 2015 17:35:22 +0000 (20:35 +0300)]
Windows compatibility

8 years agoPorting to PV5.0 abn/pv50
abn [Tue, 15 Dec 2015 08:54:11 +0000 (09:54 +0100)]
Porting to PV5.0

8 years agoAdd method to install custom translator to the application
vsr [Fri, 11 Dec 2015 10:58:38 +0000 (13:58 +0300)]
Add method to install custom translator to the application

8 years agoINT PAL 53005: Operators if/else, for, try/except, etc do not work in embedded Python...
mpa [Tue, 8 Dec 2015 12:34:09 +0000 (15:34 +0300)]
INT PAL 53005: Operators if/else, for, try/except, etc do not work in embedded Python console

8 years agoFix broken python console
Cédric Aguerre [Mon, 7 Dec 2015 16:58:10 +0000 (17:58 +0100)]
Fix broken python console

8 years agoProperly update visibility state of data objects after Object browser destroyed and...
vsr [Thu, 3 Dec 2015 14:24:09 +0000 (17:24 +0300)]
Properly update visibility state of data objects after Object browser destroyed and re-created

8 years agoINT PAL 0052942: Error of geompy.MakeCurveParametric() is printed to a terminal inste...
mpa [Wed, 2 Dec 2015 09:38:22 +0000 (12:38 +0300)]
INT PAL 0052942: Error of geompy.MakeCurveParametric() is printed to a terminal instead of the Python Console
- correction of the similar problem as in the bug

8 years agoMerge remote branch 'origin/hydro/imps_2015'
vsr [Mon, 30 Nov 2015 14:23:45 +0000 (17:23 +0300)]
Merge remote branch 'origin/hydro/imps_2015'

8 years ago0023124: EDF 11219 GEOM: Ray tracing in the OCC viewer
mpa [Mon, 26 Oct 2015 12:06:06 +0000 (15:06 +0300)]
0023124: EDF 11219 GEOM: Ray tracing in the OCC viewer

8 years agoMerge branch 'V7_7_BR'
vsr [Mon, 16 Nov 2015 08:15:37 +0000 (11:15 +0300)]
Merge branch 'V7_7_BR'

8 years agoWindows: destroy the active Trace before calling Py_Finalize() fix_for_770 V7_7_0_WIN
ana [Thu, 12 Nov 2015 11:50:29 +0000 (14:50 +0300)]
Windows: destroy the active Trace before calling Py_Finalize()

8 years agoCorrectly detect Qt root directory in the application.
vsr [Wed, 11 Nov 2015 13:52:20 +0000 (16:52 +0300)]
Correctly detect Qt root directory in the application.

8 years agoINT PAL 0052913: TC7.7.0: it is impossible to select the intersected groups simultane...
mpa [Tue, 10 Nov 2015 16:09:07 +0000 (19:09 +0300)]
INT PAL 0052913: TC7.7.0: it is impossible to select the intersected groups simultaneously

8 years agoWindows: fix problem with activation of 'PVViewer'
ana [Mon, 9 Nov 2015 10:23:36 +0000 (13:23 +0300)]
Windows: fix problem with activation of 'PVViewer'

8 years agoFixed wild casting from pointer to bool.
abn [Fri, 6 Nov 2015 15:13:51 +0000 (16:13 +0100)]
Fixed wild casting from pointer to bool.

Surprising this has worked so far ...

8 years agoFix crash of SALOME GUI on start in GCC4.8 and older with C++11 activated option.
imn [Tue, 3 Nov 2015 13:30:08 +0000 (16:30 +0300)]
Fix crash of SALOME GUI on start in GCC4.8 and older with C++11 activated option.

8 years agoIPAL52921: Instable SIGSEGV on 3D mesh computing V8_0_pre
eap [Thu, 29 Oct 2015 13:21:55 +0000 (16:21 +0300)]
IPAL52921: Instable SIGSEGV on 3D mesh computing

8 years agoRegular pre-release documentation checking.
ysn [Mon, 19 Oct 2015 08:12:40 +0000 (11:12 +0300)]
Regular pre-release documentation checking.

8 years ago0023184: [CEA 1605] SALOME freezes while loading an empty study
vsr [Fri, 16 Oct 2015 10:39:49 +0000 (13:39 +0300)]
0023184: [CEA 1605] SALOME freezes while loading an empty study

8 years agoprevent from having negative index
Cédric Aguerre [Wed, 28 Oct 2015 16:16:36 +0000 (17:16 +0100)]
prevent from having negative index

8 years agoFix EDF 11688 - handle list as script argument agr/fix_EDF-11688
Cédric Aguerre [Mon, 26 Oct 2015 13:59:31 +0000 (14:59 +0100)]
Fix EDF 11688 - handle list as script argument

8 years agoMerge branch 'master' of https://git.salome-platform.org/git/modules/gui
Cédric Aguerre [Tue, 20 Oct 2015 15:07:51 +0000 (17:07 +0200)]
Merge branch 'master' of https://git.salome-platform.org/git/modules/gui

8 years agoSet development flag to 1
vsr [Mon, 19 Oct 2015 08:13:16 +0000 (11:13 +0300)]
Set development flag to 1

8 years agoIncrement version: 7.7.0 V7_7_0 V7_7_0rc1
vsr [Thu, 15 Oct 2015 05:56:49 +0000 (08:56 +0300)]
Increment version: 7.7.0

8 years agopatch for verification of null pointers
asl [Wed, 14 Oct 2015 05:09:49 +0000 (08:09 +0300)]
patch for verification of null pointers

8 years agoAllow explicitly enable / disable draw rect (rubber band) mode in OCC viewer NewGEOM_1.4.0_a
vsr [Fri, 9 Oct 2015 12:15:18 +0000 (15:15 +0300)]
Allow explicitly enable / disable draw rect (rubber band) mode in OCC viewer

8 years agoFrench translations.
Florian BRUNET [Tue, 6 Oct 2015 15:44:54 +0000 (17:44 +0200)]
French translations.

8 years agoINT PAL 52907: TC7.7.0: Unpredictable behavior of Set Rotation Point dialog
vsr [Wed, 7 Oct 2015 11:29:32 +0000 (14:29 +0300)]
INT PAL 52907: TC7.7.0: Unpredictable behavior of Set Rotation Point dialog

8 years agoINT PAL 52904: TC 7.7.0: Save & Close operation leads to the segmentation violation
vsr [Tue, 6 Oct 2015 15:48:56 +0000 (18:48 +0300)]
INT PAL 52904: TC 7.7.0: Save & Close operation leads to the segmentation violation

8 years agoUpdate translation files from Crowdin
Christophe Bourcier [Mon, 28 Sep 2015 12:37:06 +0000 (14:37 +0200)]
Update translation files from Crowdin

8 years agoMerge branch 'fix_for_770' into V7_7_BR
vsr [Thu, 1 Oct 2015 15:51:14 +0000 (18:51 +0300)]
Merge branch 'fix_for_770' into V7_7_BR

8 years agoAdditional fix for the INT PAL '52621: Module's shortcuts are enabled even when modul...
imn [Thu, 1 Oct 2015 14:01:20 +0000 (17:01 +0300)]
Additional fix for the INT PAL '52621: Module's shortcuts are enabled even when module is not active' issue.

8 years agoMerge branch 'fix_for_770' into V7_7_BR
vsr [Wed, 30 Sep 2015 15:05:44 +0000 (18:05 +0300)]
Merge branch 'fix_for_770' into V7_7_BR

8 years agoAdditional fix for the '23097: EDF GEOM: [HYDRO 513] Fit only on selected objects...
rnv [Mon, 28 Sep 2015 13:26:57 +0000 (16:26 +0300)]
Additional fix for the '23097: EDF GEOM: [HYDRO 513] Fit only on selected objects' issue.

8 years agoAdd missing package QtNetwork gdd/add_cmake_package_qtnetwork
Gilles DAVID [Mon, 28 Sep 2015 12:37:13 +0000 (14:37 +0200)]
Add missing package QtNetwork

8 years agoMerge remote branch 'origin/master'
Cédric Aguerre [Fri, 11 Sep 2015 13:11:38 +0000 (15:11 +0200)]
Merge remote branch 'origin/master'

8 years agoAdd virtual function to allow the module to abort active operations on document loadi... V7_7_0a1 V7_7_0b1
asl [Tue, 1 Sep 2015 06:37:00 +0000 (09:37 +0300)]
Add virtual function to allow the module to abort active operations on document loading/saving

8 years agoFix misprint for previous commit
imn [Mon, 7 Sep 2015 10:46:58 +0000 (13:46 +0300)]
Fix misprint for previous commit

8 years agoINT PAL 0052857: Mesh Info highlights nodes of elements instead of elements
imn [Mon, 7 Sep 2015 10:29:46 +0000 (13:29 +0300)]
INT PAL 0052857: Mesh Info highlights nodes of elements instead of elements

8 years agoPreparing future VTK release: VTK_LARGE_FLOAT is deprecated.
abn [Wed, 2 Sep 2015 14:54:05 +0000 (16:54 +0200)]
Preparing future VTK release: VTK_LARGE_FLOAT is deprecated.

8 years agoAdd missing initialization of class memeber
vsr [Mon, 31 Aug 2015 14:42:40 +0000 (17:42 +0300)]
Add missing initialization of class memeber

8 years agoINT PAL 0052839: SALOME crashes at Reopen if the file was renamed
mpa [Fri, 28 Aug 2015 12:35:22 +0000 (15:35 +0300)]
INT PAL 0052839: SALOME crashes at Reopen if the file was renamed

8 years agoEmit vpTransformationStarted(), vpTransformationFinished() signals on wheel event...
vsr [Thu, 27 Aug 2015 15:57:20 +0000 (18:57 +0300)]
Emit vpTransformationStarted(), vpTransformationFinished() signals on wheel event in OCC viewer

8 years agoFix problem that trihedron is highlighting when local context is open
vsr [Wed, 26 Aug 2015 12:37:46 +0000 (15:37 +0300)]
Fix problem that trihedron is highlighting when local context is open

8 years ago"Wait cursor" during object showing
eap [Wed, 26 Aug 2015 12:20:58 +0000 (15:20 +0300)]
"Wait cursor" during object showing

8 years agoFix problem with displaying/erasing trihedron in opened local context (local selectio...
vsr [Tue, 25 Aug 2015 15:39:44 +0000 (18:39 +0300)]
Fix problem with displaying/erasing trihedron in opened local context (local selection enabled)

8 years agoFix field of view in perspective mode
imn [Tue, 25 Aug 2015 11:20:13 +0000 (14:20 +0300)]
Fix field of view in perspective mode

8 years ago0023083: [CEA 1400] Be able to active stereo in OCC view and to choose which kind...
imn [Tue, 25 Aug 2015 10:27:15 +0000 (13:27 +0300)]
0023083: [CEA 1400] Be able to active stereo in OCC view and to choose which kind of stereo mode

- fixed support quad-buffered stereo

8 years ago0023083: [CEA 1400] Be able to active stereo in OCC view and to choose which kind...
imn [Mon, 24 Aug 2015 11:38:39 +0000 (14:38 +0300)]
0023083: [CEA 1400] Be able to active stereo in OCC view and to choose which kind of stereo mode (continue)

0023083: [CEA 1400] Be able to active stereo in OCC view and to choose which kind of stereo mode
- fixed support quad-buffered stereo

8 years agoIPAL52784: The sample SMESH plug-in does not work
eap [Wed, 19 Aug 2015 14:25:46 +0000 (17:25 +0300)]
IPAL52784: The sample SMESH plug-in does not work

8 years agoImprove locale selection actvation in case if sub-shape of any type can be selected...
vsr [Tue, 18 Aug 2015 11:17:04 +0000 (14:17 +0300)]
Improve locale selection actvation in case if sub-shape of any type can be selected: for this TopAbs_SHAPE type can be just passed.

8 years agoFix compilation error due to prev. commit
akl [Fri, 14 Aug 2015 10:34:52 +0000 (14:34 +0400)]
Fix compilation error due to prev. commit

8 years agoHelp documentation was added. Behavior of OCC and VTK stereo projection toolbar butto...
akl [Tue, 11 Aug 2015 10:17:01 +0000 (14:17 +0400)]
Help documentation was added. Behavior of OCC and VTK stereo projection toolbar buttons was corrected.

8 years agoFix of build problems under WIN32 platform
akl [Wed, 5 Aug 2015 08:48:41 +0000 (11:48 +0300)]
Fix of build problems under WIN32 platform

8 years agoMerge remote branch 'origin/master'
Cédric Aguerre [Fri, 31 Jul 2015 13:22:22 +0000 (15:22 +0200)]
Merge remote branch 'origin/master'

8 years ago0023083: [CEA 1400] Be able to active stereo in OCC view and to choose which kind...
imn [Thu, 16 Jul 2015 13:45:14 +0000 (16:45 +0300)]
0023083: [CEA 1400] Be able to active stereo in OCC view and to choose which kind of stereo mode

8 years agoMerge remote branch 'origin/master'
Cédric Aguerre [Wed, 29 Jul 2015 16:53:06 +0000 (18:53 +0200)]
Merge remote branch 'origin/master'

8 years agoSIMAN removal
Cédric Aguerre [Tue, 28 Jul 2015 14:46:21 +0000 (16:46 +0200)]
SIMAN removal

8 years agoProperly wrap code related to OCCviewer, Plot2dViewer, PVViewer in the SalomePyQt...
vsr [Wed, 29 Jul 2015 12:09:44 +0000 (15:09 +0300)]
Properly wrap code related to OCCviewer, Plot2dViewer, PVViewer in the SalomePyQt interface.

8 years agoSIMAN removal agr/siman_removal
Cédric Aguerre [Tue, 28 Jul 2015 14:46:21 +0000 (16:46 +0200)]
SIMAN removal

8 years agoFix compilation error when VTKVIEWER disabled
Nicolas Geimer [Tue, 28 Jul 2015 08:43:34 +0000 (10:43 +0200)]
Fix compilation error when VTKVIEWER disabled

8 years agoRestore fix for the '21907: EDF 2397 SMESH: Bugs with "Viscous Layers"' issue, which...
rnv [Thu, 23 Jul 2015 12:32:44 +0000 (15:32 +0300)]
Restore fix for the '21907: EDF 2397 SMESH: Bugs with "Viscous Layers"' issue, which was removed by mistake.

8 years agoAdd methods to set/get camera parameters from python.
rnv [Wed, 22 Jul 2015 14:55:09 +0000 (17:55 +0300)]
Add methods to set/get camera parameters from python.

8 years agoallow submenus in popups
Cédric Aguerre [Mon, 20 Jul 2015 09:38:20 +0000 (11:38 +0200)]
allow submenus in popups

8 years agoMerge branch 'abn/pvserver_service'
abn [Mon, 20 Jul 2015 08:47:16 +0000 (10:47 +0200)]
Merge branch 'abn/pvserver_service'

8 years ago0023105: [CEA 1535] Be able to active stereo in VTK view and to choose which kind...
imn [Thu, 16 Jul 2015 13:06:25 +0000 (16:06 +0300)]
0023105: [CEA 1535] Be able to active stereo in VTK view and to choose which kind of stereo mode

8 years agoFix for the '21907: EDF 2397 SMESH: Bugs with "Viscous Layers"' issue.
rnv [Thu, 16 Jul 2015 07:21:56 +0000 (10:21 +0300)]
Fix for the '21907: EDF 2397 SMESH: Bugs with "Viscous Layers"' issue.

8 years agoWindows compatibility
ana [Wed, 15 Jul 2015 13:51:17 +0000 (16:51 +0300)]
Windows compatibility

8 years agoMoved PVSERVER CORBA engine from PARAVIS to GUI. abn/pvserver_service
abn [Mon, 29 Jun 2015 11:36:55 +0000 (13:36 +0200)]
Moved PVSERVER CORBA engine from PARAVIS to GUI.

PVSERVER is now a simple CORBA service, not inheriting from
EngineComponent class. GUI can now be compiled with the PVViewer
and without the PARAVIS module.

8 years agoFrom NewGEOM: activation of SMESH after any module without object browser crashes...
vsr [Wed, 24 Jun 2015 15:58:18 +0000 (18:58 +0300)]
From NewGEOM: activation of SMESH after any module without object browser crashes application

8 years ago0023064: [CEA 1471] Create and support quadratic polygons in SMESH
eap [Wed, 24 Jun 2015 09:20:57 +0000 (12:20 +0300)]
0023064: [CEA 1471] Create and support quadratic polygons in SMESH

8 years agoSwitch from runSession to salome shell in the salome shell plugin of GUI.
Florian BRUNET [Thu, 18 Jun 2015 09:46:30 +0000 (11:46 +0200)]
Switch from runSession to salome shell in the salome shell plugin of GUI.

8 years agoTranslations are added for previous commit
vsr [Thu, 18 Jun 2015 09:37:10 +0000 (12:37 +0300)]
Translations are added for previous commit

8 years ago0023084: [CEA 1431] To choose in the preferences of the type Paravis trace Paraview
vsr [Thu, 18 Jun 2015 07:47:51 +0000 (10:47 +0300)]
0023084: [CEA 1431] To choose in the preferences of the type Paravis trace Paraview
- Show single warning messages if Preferences dialog box if any option that requires application restart has been changed

8 years agoPVViewer: further code split between pure ParaView stuff and SALOME.
abn [Wed, 17 Jun 2015 12:08:41 +0000 (14:08 +0200)]
PVViewer: further code split between pure ParaView stuff and SALOME.

8 years agoWindows compatibility
ana [Tue, 16 Jun 2015 16:02:24 +0000 (19:02 +0300)]
Windows compatibility

8 years agoMinor: PVViewer: breaking depy to SUIT when this is not necessary
abn [Tue, 16 Jun 2015 13:45:58 +0000 (15:45 +0200)]
Minor: PVViewer: breaking depy to SUIT when this is not necessary

8 years agoFix misprint
vsr [Tue, 16 Jun 2015 09:24:38 +0000 (12:24 +0300)]
Fix misprint

8 years agoDetection of OpenGL is mandatory if OCC, VTK or GLviewer support is switched ON ...
vsr [Tue, 16 Jun 2015 08:43:11 +0000 (11:43 +0300)]
Detection of OpenGL is mandatory if OCC, VTK or GLviewer support is switched ON (default)

8 years agoediting description of SALOME_GUI_MODE() macro
mpa [Mon, 15 Jun 2015 08:13:55 +0000 (11:13 +0300)]
editing description of SALOME_GUI_MODE() macro

8 years agoCMake improvement: editing of SALOME_GUI_MODE() macro, checking of optional dependenc...
mpa [Thu, 11 Jun 2015 12:22:55 +0000 (15:22 +0300)]
CMake improvement: editing of SALOME_GUI_MODE() macro, checking of optional dependencies in code.

8 years ago0023093: [CEA 1399] Perspective view in OCC view
vsr [Wed, 10 Jun 2015 08:57:43 +0000 (11:57 +0300)]
0023093: [CEA 1399] Perspective view in OCC view

8 years ago0023085: [CEA 1439] To define the size of the OCC and VTK via Python
vsr [Tue, 9 Jun 2015 15:16:09 +0000 (18:16 +0300)]
0023085: [CEA 1439] To define the size of the OCC and VTK via Python