]>
SALOME platform Git repositories - modules/gui.git/log
barate [Thu, 14 Feb 2013 14:21:37 +0000 (14:21 +0000)]
Fix directory for deprecated CMake Macros
barate [Thu, 14 Feb 2013 13:57:34 +0000 (13:57 +0000)]
Remove unused CMake macros that have been moved to deprecated folder
akl [Thu, 14 Feb 2013 13:39:15 +0000 (13:39 +0000)]
Add the old 'Find***.cmake' scripts 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.
akl [Thu, 14 Feb 2013 11:13:17 +0000 (11:13 +0000)]
Using CMAKE_BINARY_DIR because of CMAKE_CACHEFILE_DIR is empty here.
gdd [Thu, 14 Feb 2013 10:24:44 +0000 (10:24 +0000)]
Oops one last modification missing
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).
akl [Thu, 14 Feb 2013 10:09:58 +0000 (10:09 +0000)]
Mandriva2010_32bit has 2.7.6 version of LibXml2 product.
vsr [Thu, 14 Feb 2013 10:00:00 +0000 (10:00 +0000)]
Fix build procedure broken after previous integration
nge [Wed, 13 Feb 2013 17:59:24 +0000 (17:59 +0000)]
Integration of new CMake procedure
nge [Wed, 13 Feb 2013 17:42:41 +0000 (17:42 +0000)]
Integration of new CMake procedure
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.
vsr [Wed, 6 Feb 2013 13:50:30 +0000 (13:50 +0000)]
0022092 : [CEA 761] 'segmentation violation' when closing salome
kga [Thu, 31 Jan 2013 06:44:22 +0000 (06:44 +0000)]
IPAL51672: Changes in notebook are not saved to study
vsr [Wed, 30 Jan 2013 09:22:04 +0000 (09:22 +0000)]
Convert to Unix style (EOL)
inv [Mon, 28 Jan 2013 08:34:00 +0000 (08:34 +0000)]
Porting to dev version of OCCT
akl [Fri, 25 Jan 2013 14:19:33 +0000 (14:19 +0000)]
IMPLEMENTED.
0021686 : EDF 2303 GUI: Move the notebook window below the OB
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>
barate [Fri, 4 Jan 2013 10:27:18 +0000 (10:27 +0000)]
Fix system QWT detection
vsr [Sat, 29 Dec 2012 13:31:13 +0000 (13:31 +0000)]
0022006 : [CEA 727] Restore GUI state makes SALOME crash
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
vsr [Sat, 29 Dec 2012 07:18:29 +0000 (07:18 +0000)]
Merge from BR_DDS_IMP 29/12/2012
ana [Fri, 28 Dec 2012 15:51:47 +0000 (15:51 +0000)]
0021719 : EDF 1654 : Materials
vsr [Thu, 20 Dec 2012 16:01:07 +0000 (16:01 +0000)]
Remove redundant $Header from files (to minimize conflicts during merges)
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.
vsr [Mon, 17 Dec 2012 15:50:18 +0000 (15:50 +0000)]
Imp: allow customization of nodes / cells numbering text properties via preferences
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.
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.
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() );
+ }
}
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();
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;
vsr [Fri, 14 Dec 2012 10:11:30 +0000 (10:11 +0000)]
Merge from BR_Qt48_porting (compatibility with Qt4.8) 14/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
vsr [Mon, 22 Oct 2012 10:19:31 +0000 (10:19 +0000)]
Fix make failure when invoking with -j option on some platforms
prascle [Sat, 20 Oct 2012 17:07:38 +0000 (17:07 +0000)]
PR: plugin for external console tries gnome-terminal, konsole and xterm
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
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
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
ageay [Mon, 15 Oct 2012 14:16:54 +0000 (14:16 +0000)]
Fit all takes into acount the markers in picker if any
ageay [Mon, 15 Oct 2012 13:06:32 +0000 (13:06 +0000)]
Extension of tooltips for markers managing YRight && YLeft.
ageay [Mon, 15 Oct 2012 09:02:09 +0000 (09:02 +0000)]
Some simplifications
ageay [Mon, 15 Oct 2012 08:39:58 +0000 (08:39 +0000)]
Some simplifications
vsr [Thu, 11 Oct 2012 05:46:44 +0000 (05:46 +0000)]
Fix compilation problem with CMake
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)
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
vsr [Mon, 8 Oct 2012 14:24:23 +0000 (14:24 +0000)]
Avoid gcc warnings
ana [Mon, 8 Oct 2012 08:09:05 +0000 (08:09 +0000)]
CMake: fix importError during runSalome on win32
>>"ImportError: No module named SalomePyQt"
ageay [Fri, 5 Oct 2012 12:50:00 +0000 (12:50 +0000)]
Compilation without error on gcc 4.7
inv [Thu, 4 Oct 2012 10:37:14 +0000 (10:37 +0000)]
0021769 : EDF OCCT: Closing the OCC viewer leads to SIGSEGV (OCCT dev)
ana [Thu, 4 Oct 2012 06:25:39 +0000 (06:25 +0000)]
CMake: Win32 compatibility
vsr [Wed, 3 Oct 2012 13:20:51 +0000 (13:20 +0000)]
0021711 : [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
ana [Wed, 3 Oct 2012 12:11:36 +0000 (12:11 +0000)]
Porting SALOME GUI to CMake
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.
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.
vsr [Wed, 26 Sep 2012 15:16:54 +0000 (15:16 +0000)]
Fix bug in sorting by entry algorithm
ageay [Wed, 26 Sep 2012 15:11:37 +0000 (15:11 +0000)]
Pickers no more needed.
vsr [Wed, 26 Sep 2012 06:16:01 +0000 (06:16 +0000)]
Fix SIGSEGV on "Display Only" operation in Plot2d viewer
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;
ageay [Mon, 24 Sep 2012 13:07:54 +0000 (13:07 +0000)]
Bug correction on markers.
vsr [Mon, 24 Sep 2012 08:31:43 +0000 (08:31 +0000)]
0021781 : [CEA 616] Suppress . in the user's config files
ageay [Mon, 24 Sep 2012 06:39:11 +0000 (06:39 +0000)]
Additionnal useful methods to destroy curves in frame.
vsr [Thu, 20 Sep 2012 15:00:41 +0000 (15:00 +0000)]
0021862 : [CEA 666] invalid tooltips in multi curve display in Plot2D view
ageay [Thu, 20 Sep 2012 14:55:47 +0000 (14:55 +0000)]
Extend macro for qm generation.
ageay [Thu, 20 Sep 2012 14:41:15 +0000 (14:41 +0000)]
Correct error in QWT detection.
ageay [Thu, 20 Sep 2012 11:28:37 +0000 (11:28 +0000)]
Standardization of QWT output vars.
ageay [Thu, 20 Sep 2012 09:41:56 +0000 (09:41 +0000)]
Addition of usefull outputs in displayPlot2dCurveList createSegment methods.
ageay [Wed, 19 Sep 2012 13:11:50 +0000 (13:11 +0000)]
Warning hunting
ana [Wed, 19 Sep 2012 11:27:54 +0000 (11:27 +0000)]
Compilation SALOME by CMake(windows/linux)
ageay [Tue, 18 Sep 2012 06:36:06 +0000 (06:36 +0000)]
Some additionnal libs needed by GUI clients.
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.
rnv [Tue, 11 Sep 2012 12:57:06 +0000 (12:57 +0000)]
Implementation of the "
0021670 : EDF 2265 GUI: Update GUI documentation" issue.
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
boulant [Tue, 4 Sep 2012 13:18:12 +0000 (13:18 +0000)]
Small Fix and comments in the package GuiHelpers
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)
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
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++.
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
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.
rnv [Fri, 24 Aug 2012 07:29:59 +0000 (07:29 +0000)]
Win32 compilation.
ageay [Thu, 23 Aug 2012 13:07:18 +0000 (13:07 +0000)]
ImpPX1
vsr [Tue, 21 Aug 2012 14:36:21 +0000 (14:36 +0000)]
0021804 : [CEA 635] Name of the window when loading a study
fps [Tue, 21 Aug 2012 08:00:27 +0000 (08:00 +0000)]
Add French resources for new preference
vsr [Mon, 20 Aug 2012 10:43:54 +0000 (10:43 +0000)]
0021760 : [CEA 505] adding a preference in SALOME
Add "Show splash screen at start-up" option to SALOME (true by default)
vsr [Mon, 20 Aug 2012 10:32:56 +0000 (10:32 +0000)]
0021704 : [CEA 576] With windows version, the splash screen hides firewall dialog box
Set "hide_on_click" option "true" by default.
vsr [Thu, 9 Aug 2012 05:48:17 +0000 (05:48 +0000)]
0021707 : [CEA 585] Sort in object browser should be ascending by default
rnv [Wed, 8 Aug 2012 08:48:22 +0000 (08:48 +0000)]
Fix for the issue "
0021779 : [CEA 614] Ctrl +C with Salome Help ".
vsr [Tue, 7 Aug 2012 11:53:59 +0000 (11:53 +0000)]
0021761 : [CEA 606] no effect for disableSplashScreen=true
Write a comment to the user preference file that any changes made in this file can be lost
ageay [Mon, 6 Aug 2012 10:23:56 +0000 (10:23 +0000)]
Integration for PX
rnc [Wed, 1 Aug 2012 13:57:18 +0000 (13:57 +0000)]
Added two methods to access the myObjects member of SOCC_Prs : Prepend() and RemoveFirst() that use the corresponding methods of AIS_ListOfInteractive.
gdd [Mon, 23 Jul 2012 15:47:23 +0000 (15:47 +0000)]
Split example
rnv [Thu, 12 Jul 2012 07:56:37 +0000 (07:56 +0000)]
Implementation of the "
0021710 : [CEA 588] Increase the precision of the coordinates for the clipping" issue.
rnv [Fri, 6 Jul 2012 12:41:34 +0000 (12:41 +0000)]
Implementation of the issue "
0021671 : EDF 1829 GEOM : Bring to front selected objects (continuation)"
gdd [Fri, 15 Jun 2012 14:20:04 +0000 (14:20 +0000)]
Fix case where "shape" is None
vsr [Thu, 14 Jun 2012 15:46:41 +0000 (15:46 +0000)]
Minor correction to the previous integration: take into account current value of VTK_AUTOLOAD_PATH env variable
gdd [Mon, 11 Jun 2012 14:03:35 +0000 (14:03 +0000)]
Update demo plugin (shell session): in case xterm is not installed, check for gnome-terminal
gdd [Mon, 11 Jun 2012 13:32:42 +0000 (13:32 +0000)]
Update doc
ageay [Thu, 7 Jun 2012 15:20:07 +0000 (15:20 +0000)]
standardization of cmakization 2.
ageay [Thu, 7 Jun 2012 14:30:35 +0000 (14:30 +0000)]
cmakization standardization
vsr [Thu, 7 Jun 2012 12:16:54 +0000 (12:16 +0000)]
Automatically set VTK_AUTOLOAD_PATH variable in runtime, to override the crash when compiling PARAVIS module