]> SALOME platform Git repositories - modules/gui.git/log
Salome HOME
modules/gui.git
11 years agoCreate a symbolic link to installed 'libSalomePyQt.so' instead of coping of it from...
akl [Wed, 13 Mar 2013 13:17:14 +0000 (13:17 +0000)]
Create a symbolic link to installed 'libSalomePyQt.so' instead of coping of it from build directory, because an installed library is cleared by CMAKE from runtime paths.

11 years agoTest return of ::system for both Windows and Linux versions.
gdd [Fri, 1 Mar 2013 14:55:24 +0000 (14:55 +0000)]
Test return of ::system for both Windows and Linux versions.
If no adequat pdf viewer is found, an error message is raised.

11 years agoCorrection of the boost includes.
rnv [Fri, 1 Mar 2013 08:53:22 +0000 (08:53 +0000)]
Correction of the boost includes.

11 years agoPreparing Win64 version
ana [Thu, 28 Feb 2013 14:49:53 +0000 (14:49 +0000)]
Preparing Win64 version

11 years agoFix a bug with PathList preference item
kga [Wed, 27 Feb 2013 07:15:26 +0000 (07:15 +0000)]
Fix a bug with PathList preference item

11 years agoFix problem with compilation of SALOME on OCCT 6.5.5 (beta)
vsr [Tue, 26 Feb 2013 16:16:40 +0000 (16:16 +0000)]
Fix problem with compilation of SALOME on OCCT 6.5.5 (beta)

11 years agoFix problem with compilation of SALOME on development version - change the way the...
vsr [Tue, 26 Feb 2013 16:16:03 +0000 (16:16 +0000)]
Fix problem with compilation of SALOME on development version - change the way the development version of OCCT is detected

11 years agoProvid default implementation for onExpanded() slot to make OB_Browser non pure virtu...
vsr [Fri, 22 Feb 2013 06:14:01 +0000 (06:14 +0000)]
Provid default implementation for onExpanded() slot to make OB_Browser non pure virtual class.

11 years agoEDF 2561 : Fixed performance issues of the object browser when "Resize column on...
rnc [Thu, 21 Feb 2013 18:02:25 +0000 (18:02 +0000)]
EDF 2561 : Fixed performance issues of the object browser when "Resize column on expand item" is activated

11 years agoPorting to dev version of OCCT (fix mistake of previous integation)
vsr [Wed, 20 Feb 2013 06:05:42 +0000 (06:05 +0000)]
Porting to dev version of OCCT (fix mistake of previous integation)

11 years agoPorting to dev version of OCCT
vsr [Tue, 19 Feb 2013 15:12:40 +0000 (15:12 +0000)]
Porting to dev version of OCCT

11 years agoFix bug: Python GUI library in not found on Windows
vsr [Mon, 18 Feb 2013 12:58:56 +0000 (12:58 +0000)]
Fix bug: Python GUI library in not found on Windows

11 years agoFix bug: Python GUI library in not found on Windows
vsr [Mon, 18 Feb 2013 12:57:03 +0000 (12:57 +0000)]
Fix bug: Python GUI library in not found on Windows

11 years agoFix SIGSEGV problem at creation of another new study.
akl [Mon, 18 Feb 2013 06:05:35 +0000 (06:05 +0000)]
Fix SIGSEGV problem at creation of another new study.

11 years agoInstall new CMake files when compiling with autotools
barate [Fri, 15 Feb 2013 17:10:50 +0000 (17:10 +0000)]
Install new CMake files when compiling with autotools

11 years agoPR: Factorization of FindSalome<xxx>.cmake macros
prascle [Fri, 15 Feb 2013 16:24:04 +0000 (16:24 +0000)]
PR: Factorization of FindSalome<xxx>.cmake macros

11 years agoCMake procedure : remove .hxx from list of sources
nge [Fri, 15 Feb 2013 10:03:31 +0000 (10:03 +0000)]
CMake procedure : remove .hxx from list of sources

11 years agoFind correct PyQt Sip flags from PyQT configuration with CMake
barate [Thu, 14 Feb 2013 17:02:18 +0000 (17:02 +0000)]
Find correct PyQt Sip flags from PyQT configuration with CMake

11 years agoFix directory for deprecated CMake Macros
barate [Thu, 14 Feb 2013 14:21:37 +0000 (14:21 +0000)]
Fix directory for deprecated CMake Macros

11 years agoRemove unused CMake macros that have been moved to deprecated folder
barate [Thu, 14 Feb 2013 13:57:34 +0000 (13:57 +0000)]
Remove unused CMake macros that have been moved to deprecated folder

11 years agoAdd the old 'Find***.cmake' scripts into deprecated subdir.
akl [Thu, 14 Feb 2013 13:39:15 +0000 (13:39 +0000)]
Add the old 'Find***.cmake' scripts into deprecated subdir.

11 years agoFix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir.
akl [Thu, 14 Feb 2013 13:30:49 +0000 (13:30 +0000)]
Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir.

11 years agoUsing CMAKE_BINARY_DIR because of CMAKE_CACHEFILE_DIR is empty here.
akl [Thu, 14 Feb 2013 11:13:17 +0000 (11:13 +0000)]
Using CMAKE_BINARY_DIR because of CMAKE_CACHEFILE_DIR is empty here.

11 years agoOops one last modification missing
gdd [Thu, 14 Feb 2013 10:24:44 +0000 (10:24 +0000)]
Oops one last modification missing

11 years agoAnother fix after previous integration: the .hxx files are renamed .h files (to be...
gdd [Thu, 14 Feb 2013 10:14:31 +0000 (10:14 +0000)]
Another fix after previous integration: the .hxx files are renamed .h files (to be coherent with other libs).

11 years agoMandriva2010_32bit has 2.7.6 version of LibXml2 product.
akl [Thu, 14 Feb 2013 10:09:58 +0000 (10:09 +0000)]
Mandriva2010_32bit has 2.7.6 version of LibXml2 product.

11 years agoFix build procedure broken after previous integration
vsr [Thu, 14 Feb 2013 10:00:00 +0000 (10:00 +0000)]
Fix build procedure broken after previous integration

11 years agoIntegration of new CMake procedure
nge [Wed, 13 Feb 2013 17:59:24 +0000 (17:59 +0000)]
Integration of new CMake procedure

11 years agoIntegration of new CMake procedure
nge [Wed, 13 Feb 2013 17:42:41 +0000 (17:42 +0000)]
Integration of new CMake procedure

11 years ago0020512: EDF 1113 OTHER : Using webkit to display documentation
gdd [Tue, 12 Feb 2013 17:02:56 +0000 (17:02 +0000)]
0020512: EDF 1113 OTHER : Using webkit to display documentation

This is a patch on a fix concerning an unresolved symbol while opening a pdf file from the integrated webkit browser.
The previous fix was useful in the case where the system Qt version was higher than the Salome one.
Now the case is reversed (Salome Qt version is higher than the system one) and the fix must not be used.
Both cases are now handled.

11 years ago0022092: [CEA 761] 'segmentation violation' when closing salome
vsr [Wed, 6 Feb 2013 13:50:30 +0000 (13:50 +0000)]
0022092: [CEA 761] 'segmentation violation' when closing salome

11 years agoIPAL51672: Changes in notebook are not saved to study
kga [Thu, 31 Jan 2013 06:44:22 +0000 (06:44 +0000)]
IPAL51672: Changes in notebook are not saved to study

11 years agoConvert to Unix style (EOL)
vsr [Wed, 30 Jan 2013 09:22:04 +0000 (09:22 +0000)]
Convert to Unix style (EOL)

11 years agoPorting to dev version of OCCT
inv [Mon, 28 Jan 2013 08:34:00 +0000 (08:34 +0000)]
Porting to dev version of OCCT

11 years agoIMPLEMENTED.
akl [Fri, 25 Jan 2013 14:19:33 +0000 (14:19 +0000)]
IMPLEMENTED.
0021686: EDF 2303 GUI: Move the notebook window below the OB

11 years agoPR: modifications on KERNEL Cmake files used by PARAVIS requires #include <omniORB4...
prascle [Thu, 17 Jan 2013 10:14:44 +0000 (10:14 +0000)]
PR: modifications on KERNEL Cmake files used by PARAVIS requires #include <omniORB4/CORBA.h> instead of #include <CORBA.h>

11 years agoFix system QWT detection
barate [Fri, 4 Jan 2013 10:27:18 +0000 (10:27 +0000)]
Fix system QWT detection

11 years ago0022006: [CEA 727] Restore GUI state makes SALOME crash
vsr [Sat, 29 Dec 2012 13:31:13 +0000 (13:31 +0000)]
0022006: [CEA 727] Restore GUI state makes SALOME crash

11 years ago0021987: EDF 2483 GEOM : Vertices are not displayed in GEOM if we have closed a study
vsr [Sat, 29 Dec 2012 12:27:00 +0000 (12:27 +0000)]
0021987: EDF 2483 GEOM : Vertices are not displayed in GEOM if we have closed a study

11 years agoMerge from BR_DDS_IMP 29/12/2012
vsr [Sat, 29 Dec 2012 07:18:29 +0000 (07:18 +0000)]
Merge from BR_DDS_IMP 29/12/2012

11 years ago0021719: EDF 1654 : Materials
ana [Fri, 28 Dec 2012 15:51:47 +0000 (15:51 +0000)]
0021719: EDF 1654 : Materials

11 years agoRemove redundant $Header from files (to minimize conflicts during merges)
vsr [Thu, 20 Dec 2012 16:01:07 +0000 (16:01 +0000)]
Remove redundant $Header from files (to minimize conflicts during merges)

11 years agoPR: On Qt4.8 the emit layoutAboutToBeChanged() signal solves a crash when renaming...
prascle [Tue, 18 Dec 2012 16:31:00 +0000 (16:31 +0000)]
PR: On Qt4.8 the emit layoutAboutToBeChanged() signal solves a crash when renaming an object browser entry from pyhello. The signal was commented previously to fix crash on delete objects, but the related issue 22424 is not accessible.

11 years agoImp: allow customization of nodes / cells numbering text properties via preferences
vsr [Mon, 17 Dec 2012 15:50:18 +0000 (15:50 +0000)]
Imp: allow customization of nodes / cells numbering text properties via preferences

11 years agoImp: move U/V iso-lines number preferences to the GEOM module plus make them working...
vsr [Mon, 17 Dec 2012 12:26:34 +0000 (12:26 +0000)]
Imp: move U/V iso-lines number preferences to the GEOM module plus make them working with VTK viewer also.

11 years agoImp: move U/V iso-lines number preferences to the GEOM module plus make them working...
vsr [Mon, 17 Dec 2012 12:20:10 +0000 (12:20 +0000)]
Imp: move U/V iso-lines number preferences to the GEOM module plus make them working with VTK viewer also.

11 years ago21948: EDF SMESH : Memory is not freed when deleting a mesh
eap [Fri, 14 Dec 2012 12:55:05 +0000 (12:55 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh

-  Observer_i(_PTR(Study) aStudyDS, SalomeApp_Study* aStudy)
+  Observer_i(_PTR(Study) aStudyDS, SalomeApp_Study* aStudy):QObject(aStudy)
   {

 SalomeApp_Study::~SalomeApp_Study()
 {
+  if ( myObserver ) {
+    PortableServer::ObjectId_var oid = myObserver->_default_POA()->servant_to_id( myObserver );
+    myObserver->_default_POA()->deactivate_object( oid.in() );
+  }
}

11 years ago21948: EDF SMESH : Memory is not freed when deleting a mesh
eap [Fri, 14 Dec 2012 12:53:48 +0000 (12:53 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh

void SVTK_InteractorStyle::RotateXY(int dx, int dy)
{

+  aTransform->Delete();

11 years ago21948: EDF SMESH : Memory is not freed when deleting a mesh
eap [Fri, 14 Dec 2012 12:52:57 +0000 (12:52 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh

 LightApp_Study::~LightApp_Study()
 {
+  delete myDriver; myDriver = 0;

11 years agoMerge from BR_Qt48_porting (compatibility with Qt4.8) 14/12/2012
vsr [Fri, 14 Dec 2012 10:11:30 +0000 (10:11 +0000)]
Merge from BR_Qt48_porting (compatibility with Qt4.8) 14/12/2012

11 years agoMerge from V6_6_BR (V6_6_0rc2) 11/12/2012
vsr [Tue, 11 Dec 2012 11:43:47 +0000 (11:43 +0000)]
Merge from V6_6_BR (V6_6_0rc2) 11/12/2012

12 years agoFix make failure when invoking with -j option on some platforms V6_6_0a1
vsr [Mon, 22 Oct 2012 10:19:31 +0000 (10:19 +0000)]
Fix make failure when invoking with -j option on some platforms

12 years agoPR: plugin for external console tries gnome-terminal, konsole and xterm
prascle [Sat, 20 Oct 2012 17:07:38 +0000 (17:07 +0000)]
PR: plugin for external console tries gnome-terminal, konsole and xterm

12 years agoFix symbol resolution problems when Salome is compiled with autotools on Ubuntu 12.04
barate [Wed, 17 Oct 2012 12:13:36 +0000 (12:13 +0000)]
Fix symbol resolution problems when Salome is compiled with autotools on Ubuntu 12.04

12 years ago0021478: EDF 2083 ALL: Write the version of Salome used to create the study in the...
vsr [Tue, 16 Oct 2012 14:40:10 +0000 (14:40 +0000)]
0021478: EDF 2083 ALL: Write the version of Salome used to create the study in the hdf file

12 years ago0021478: EDF 2083 ALL: Write the version of Salome used to create the study in the...
vsr [Tue, 16 Oct 2012 08:25:57 +0000 (08:25 +0000)]
0021478: EDF 2083 ALL: Write the version of Salome used to create the study in the hdf file

12 years agoFit all takes into acount the markers in picker if any
ageay [Mon, 15 Oct 2012 14:16:54 +0000 (14:16 +0000)]
Fit all takes into acount the markers in picker if any

12 years agoExtension of tooltips for markers managing YRight && YLeft.
ageay [Mon, 15 Oct 2012 13:06:32 +0000 (13:06 +0000)]
Extension of tooltips for markers managing YRight && YLeft.

12 years agoSome simplifications
ageay [Mon, 15 Oct 2012 09:02:09 +0000 (09:02 +0000)]
Some simplifications

12 years agoSome simplifications
ageay [Mon, 15 Oct 2012 08:39:58 +0000 (08:39 +0000)]
Some simplifications

12 years agoFix compilation problem with CMake
vsr [Thu, 11 Oct 2012 05:46:44 +0000 (05:46 +0000)]
Fix compilation problem with CMake

12 years ago1) Add CMake files to the dist rules (make dist)
vsr [Tue, 9 Oct 2012 10:56:56 +0000 (10:56 +0000)]
1) Add CMake files to the dist rules (make dist)
2) Fix problems of make dist (missing files)

12 years agoEDF 2271 : Change of drop down button preference by default and change of description...
gdd [Tue, 9 Oct 2012 09:27:47 +0000 (09:27 +0000)]
EDF 2271 : Change of drop down button preference by default and change of description of views

12 years agoAvoid gcc warnings
vsr [Mon, 8 Oct 2012 14:24:23 +0000 (14:24 +0000)]
Avoid gcc warnings

12 years agoCMake: fix importError during runSalome on win32
ana [Mon, 8 Oct 2012 08:09:05 +0000 (08:09 +0000)]
CMake: fix importError during runSalome on win32
  >>"ImportError: No module named SalomePyQt"

12 years agoCompilation without error on gcc 4.7
ageay [Fri, 5 Oct 2012 12:50:00 +0000 (12:50 +0000)]
Compilation without error on gcc 4.7

12 years ago0021769: EDF OCCT: Closing the OCC viewer leads to SIGSEGV (OCCT dev)
inv [Thu, 4 Oct 2012 10:37:14 +0000 (10:37 +0000)]
0021769: EDF OCCT: Closing the OCC viewer leads to SIGSEGV (OCCT dev)

12 years agoCMake: Win32 compatibility
ana [Thu, 4 Oct 2012 06:25:39 +0000 (06:25 +0000)]
CMake: Win32 compatibility

12 years ago0021711: [CEA 579] Simplify Properties dialog accordingly to dimension of mesh
vsr [Wed, 3 Oct 2012 13:20:51 +0000 (13:20 +0000)]
0021711: [CEA 579] Simplify Properties dialog accordingly to dimension of mesh

12 years ago0021711: [CEA 579] Simplify Properties dialog accordingly to dimension of mesh
vsr [Wed, 3 Oct 2012 13:15:23 +0000 (13:15 +0000)]
0021711: [CEA 579] Simplify Properties dialog accordingly to dimension of mesh

12 years agoPorting SALOME GUI to CMake
ana [Wed, 3 Oct 2012 12:11:36 +0000 (12:11 +0000)]
Porting SALOME GUI to CMake

12 years agoImplementation of the "21459: EDF 1495 SMESH: Manipulation of discrete elements with...
rnv [Fri, 28 Sep 2012 11:01:10 +0000 (11:01 +0000)]
Implementation of the "21459: EDF 1495 SMESH: Manipulation of discrete elements with attributes" issue: visualization of the 0D and balls elements.

12 years agoImplementation of the "21459: EDF 1495 SMESH: Manipulation of discrete elements with...
rnv [Fri, 28 Sep 2012 07:26:48 +0000 (07:26 +0000)]
Implementation of the "21459: EDF 1495 SMESH: Manipulation of discrete elements with attributes" issue: visualization of the 0D and balls elements.

12 years agoFix bug in sorting by entry algorithm
vsr [Wed, 26 Sep 2012 15:16:54 +0000 (15:16 +0000)]
Fix bug in sorting by entry algorithm

12 years agoPickers no more needed.
ageay [Wed, 26 Sep 2012 15:11:37 +0000 (15:11 +0000)]
Pickers no more needed.

12 years agoFix SIGSEGV on "Display Only" operation in Plot2d viewer
vsr [Wed, 26 Sep 2012 06:16:01 +0000 (06:16 +0000)]
Fix SIGSEGV on "Display Only" operation in Plot2d viewer

12 years ago0021829: EDF BLSURFPLUGIN : Frequent crashes in BLSURFPLUGIN
eap [Mon, 24 Sep 2012 13:55:36 +0000 (13:55 +0000)]
0021829: EDF BLSURFPLUGIN : Frequent crashes in BLSURFPLUGIN

Fix "Conditional jump or move depends on uninitialised value(s)" valgrind error

-  LightApp_DataObject* anObject;
+  LightApp_DataObject* anObject = 0;

12 years agoBug correction on markers.
ageay [Mon, 24 Sep 2012 13:07:54 +0000 (13:07 +0000)]
Bug correction on markers.

12 years ago0021781: [CEA 616] Suppress . in the user's config files
vsr [Mon, 24 Sep 2012 08:31:43 +0000 (08:31 +0000)]
0021781: [CEA 616] Suppress . in the user's config files

12 years agoAdditionnal useful methods to destroy curves in frame.
ageay [Mon, 24 Sep 2012 06:39:11 +0000 (06:39 +0000)]
Additionnal useful methods to destroy curves in frame.

12 years ago0021862: [CEA 666] invalid tooltips in multi curve display in Plot2D view
vsr [Thu, 20 Sep 2012 15:00:41 +0000 (15:00 +0000)]
0021862: [CEA 666] invalid tooltips in multi curve display in Plot2D view

12 years agoExtend macro for qm generation.
ageay [Thu, 20 Sep 2012 14:55:47 +0000 (14:55 +0000)]
Extend macro for qm generation.

12 years agoCorrect error in QWT detection.
ageay [Thu, 20 Sep 2012 14:41:15 +0000 (14:41 +0000)]
Correct error in QWT detection.

12 years agoStandardization of QWT output vars.
ageay [Thu, 20 Sep 2012 11:28:37 +0000 (11:28 +0000)]
Standardization of QWT output vars.

12 years agoAddition of usefull outputs in displayPlot2dCurveList createSegment methods.
ageay [Thu, 20 Sep 2012 09:41:56 +0000 (09:41 +0000)]
Addition of usefull outputs in displayPlot2dCurveList createSegment methods.

12 years agoWarning hunting
ageay [Wed, 19 Sep 2012 13:11:50 +0000 (13:11 +0000)]
Warning hunting

12 years agoCompilation SALOME by CMake(windows/linux)
ana [Wed, 19 Sep 2012 11:27:54 +0000 (11:27 +0000)]
Compilation SALOME by CMake(windows/linux)

12 years agoSome additionnal libs needed by GUI clients.
ageay [Tue, 18 Sep 2012 06:36:06 +0000 (06:36 +0000)]
Some additionnal libs needed by GUI clients.

12 years ago0021670: EDF 2265 GUI: Update GUI documentation
vsr [Tue, 11 Sep 2012 15:02:48 +0000 (15:02 +0000)]
0021670: EDF 2265 GUI: Update GUI documentation
Move documentation on SALOME running from GUI to KERNEL module.

12 years agoImplementation of the "0021670: EDF 2265 GUI: Update GUI documentation" issue.
rnv [Tue, 11 Sep 2012 12:57:06 +0000 (12:57 +0000)]
Implementation of the "0021670: EDF 2265 GUI: Update GUI documentation" issue.

12 years ago0021687: EDF 2306 STUDY: Dimension of the preference window
vsr [Mon, 10 Sep 2012 06:14:35 +0000 (06:14 +0000)]
0021687: EDF 2306 STUDY: Dimension of the preference window
Make contents of preference dialog box scrollable

12 years agoSmall Fix and comments in the package GuiHelpers
boulant [Tue, 4 Sep 2012 13:18:12 +0000 (13:18 +0000)]
Small Fix and comments in the package GuiHelpers

12 years agoFix for the 0021815: EDF 2347 SMESH : Error when meshing vertices: The visualization...
rnv [Tue, 4 Sep 2012 11:43:32 +0000 (11:43 +0000)]
Fix for the 0021815: EDF 2347 SMESH : Error when meshing vertices: The visualization bug (problem of single node displaying)

12 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
vsr [Thu, 30 Aug 2012 12:27:19 +0000 (12:27 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
Fix problem with Object browser updating

12 years agoAdd the libSalomeLifeCycleCORBA (from KERNEL) in the LD flags because libSalomeApp...
boulant [Wed, 29 Aug 2012 08:32:18 +0000 (08:32 +0000)]
Add the libSalomeLifeCycleCORBA (from KERNEL) in the LD flags because libSalomeApp use a symbol defined in that library.
Without this explicit dependency, the linking of executable programs using libSalomeApp fails with recent versions of g++.

12 years ago0021813: [CEA 642] Tool tips not always available in multi curve display in Plot2D...
vsr [Mon, 27 Aug 2012 08:33:00 +0000 (08:33 +0000)]
0021813: [CEA 642] Tool tips not always available in multi curve display in Plot2D view
Fix the bug: tooltip is returned for only first curve found by iterator

12 years ago0021814: [CEA 643] wheel-zoom per axis in plot2D viewer
vsr [Mon, 27 Aug 2012 08:00:04 +0000 (08:00 +0000)]
0021814: [CEA 643] wheel-zoom per axis in plot2D viewer
Process wheel event properly: when mouse pointer is on some scale (x, y1 or y2) - zooming is only done for this scale.

12 years agoWin32 compilation.
rnv [Fri, 24 Aug 2012 07:29:59 +0000 (07:29 +0000)]
Win32 compilation.

12 years agoImpPX1
ageay [Thu, 23 Aug 2012 13:07:18 +0000 (13:07 +0000)]
ImpPX1

12 years ago0021804: [CEA 635] Name of the window when loading a study
vsr [Tue, 21 Aug 2012 14:36:21 +0000 (14:36 +0000)]
0021804: [CEA 635] Name of the window when loading a study