Salome HOME
modules/gui.git
10 years agoCMake build procedure improvements
vsr [Mon, 26 Aug 2013 11:57:15 +0000 (11:57 +0000)]
CMake build procedure improvements

10 years ago0022256: [CEA 866] Add item "Developers" in menu "Help"
vsr [Thu, 22 Aug 2013 05:29:41 +0000 (05:29 +0000)]
0022256: [CEA 866] Add item "Developers" in menu "Help"
- add separator to menu

10 years agoCMake build procedure improvements:
vsr [Wed, 21 Aug 2013 10:26:59 +0000 (10:26 +0000)]
CMake build procedure improvements:
- minor general improvements

10 years agoCMake build procedure improvements:
vsr [Tue, 20 Aug 2013 11:34:42 +0000 (11:34 +0000)]
CMake build procedure improvements:
- minor general improvements

10 years agoCMake build procedure improvements:
vsr [Tue, 20 Aug 2013 10:02:41 +0000 (10:02 +0000)]
CMake build procedure improvements:
- CORBA staff

10 years agoMinor improvements
vsr [Fri, 16 Aug 2013 10:46:18 +0000 (10:46 +0000)]
Minor improvements

10 years agoMerge from V7_2_BR 09/08/2013
vsr [Mon, 12 Aug 2013 09:33:50 +0000 (09:33 +0000)]
Merge from V7_2_BR 09/08/2013

10 years ago0021883 [CEA 674] Deactivate pre-selection in OCC and VTK viewer
vsr [Fri, 9 Aug 2013 08:55:09 +0000 (08:55 +0000)]
0021883 [CEA 674] Deactivate pre-selection in OCC and VTK viewer
0022174 [CEA 793] De-activate entirely selection in order to have a fast view usage

10 years ago0021883 [CEA 674] Deactivate pre-selection in OCC and VTK viewer
vsr [Fri, 9 Aug 2013 06:49:58 +0000 (06:49 +0000)]
0021883 [CEA 674] Deactivate pre-selection in OCC and VTK viewer
0022174 [CEA 793] De-activate entirely selection in order to have a fast view usage

Addition fix of bad previous integration (wrong merge)

10 years ago0021883 [CEA 674] Deactivate pre-selection in OCC and VTK viewer
vsr [Fri, 9 Aug 2013 06:24:35 +0000 (06:24 +0000)]
0021883 [CEA 674] Deactivate pre-selection in OCC and VTK viewer
0022174 [CEA 793] De-activate entirely selection in order to have a fast view usage

10 years ago0021883 [CEA 674] Deactivate pre-selection in OCC and VTK viewer
vsr [Fri, 9 Aug 2013 06:11:48 +0000 (06:11 +0000)]
0021883 [CEA 674] Deactivate pre-selection in OCC and VTK viewer
0022174 [CEA 793] De-activate entirely selection in order to have a fast view usage

10 years ago0022171: EDF 2477 GUI: Redesign of the "split" action and addition of a "tile" action
mpa [Thu, 8 Aug 2013 14:06:50 +0000 (14:06 +0000)]
0022171: EDF 2477 GUI: Redesign of the "split" action and addition of a "tile" action

10 years agoRemove debug code
vsr [Wed, 7 Aug 2013 07:16:38 +0000 (07:16 +0000)]
Remove debug code

10 years ago0022256: [CEA 866] Add item "Developers" in menu "Help"
vsr [Tue, 6 Aug 2013 10:04:55 +0000 (10:04 +0000)]
0022256: [CEA 866] Add item "Developers" in menu "Help"

10 years agoAdd missing macro for OCCT-related code compilation: allow converting signals to...
vsr [Thu, 1 Aug 2013 09:22:53 +0000 (09:22 +0000)]
Add missing macro for OCCT-related code compilation: allow converting signals to exceptions

10 years agoAdd missing default values for preferences.
vsr [Wed, 31 Jul 2013 15:03:28 +0000 (15:03 +0000)]
Add missing default values for preferences.

10 years ago0022261: EDF 2698 SMESH: Memory leak when displaying 2D quadratic elements as arcs
eap [Wed, 31 Jul 2013 10:28:55 +0000 (10:28 +0000)]
0022261: EDF 2698 SMESH: Memory leak when displaying 2D quadratic elements as arcs

Remove a leak of vtkTransformFilter

+  aGrid->Register(0);
+  aTransformFilter->Delete();

10 years agoFix of 0022288: [CEA 913] The eye that gives acces to "show" is missing:
akl [Wed, 31 Jul 2013 08:14:39 +0000 (08:14 +0000)]
Fix of 0022288: [CEA 913] The eye that gives acces to "show" is missing:
visibility state is set after appending of SO to use case builder.

10 years ago0022261: EDF 2698 SMESH: Memory leak when displaying 2D quadratic elements as arcs
eap [Tue, 30 Jul 2013 13:06:46 +0000 (13:06 +0000)]
0022261: EDF 2698 SMESH: Memory leak when displaying 2D quadratic elements as arcs
(SIGSEGV on a sphere)

Fix TransformGrid()

+  aTransformFilter->Update();

10 years agoFix problems with object browser in CMAKE case.
akl [Tue, 30 Jul 2013 06:36:56 +0000 (06:36 +0000)]
Fix problems with object browser in CMAKE case.

10 years ago0022287: [CEA 912] Notebook: clicking on "update study" returns an error message
eap [Fri, 26 Jul 2013 16:00:57 +0000 (16:00 +0000)]
0022287: [CEA 912] Notebook: clicking on "update study" returns an error message

10 years ago22261: EDF 2698 SMESH: Memory leak when displaying 2D quadratic elements as arcs
eap [Wed, 24 Jul 2013 14:50:13 +0000 (14:50 +0000)]
22261: EDF 2698 SMESH: Memory leak when displaying 2D quadratic elements as arcs

+      if ( newFaceLocations ) newFaceLocations->Delete();
+      if ( newFaces ) newFaces->Delete();

10 years ago22261: EDF 2698 SMESH: Memory leak when displaying 2D quadratic elements as arcs
eap [Wed, 24 Jul 2013 12:39:21 +0000 (12:39 +0000)]
22261: EDF 2698 SMESH: Memory leak when displaying 2D quadratic elements as arcs

10 years agoIMP: Japanese translations: Added the icon for japanese language in resources
rnc [Wed, 24 Jul 2013 11:54:01 +0000 (11:54 +0000)]
IMP: Japanese translations: Added the icon for japanese language in resources

10 years agoIMP: GUI: Japanese translations
rnc [Tue, 23 Jul 2013 14:30:32 +0000 (14:30 +0000)]
IMP: GUI: Japanese translations

10 years agoCMake: New macro SALOME_ADD_MPI_TO_HDF5() to overload HDF5 variables
bruneton [Tue, 23 Jul 2013 12:17:49 +0000 (12:17 +0000)]
CMake: New macro SALOME_ADD_MPI_TO_HDF5() to overload HDF5 variables
with MPI stuff when HDF5 was compiled parallel.

10 years agoBug: mesh is not destructed (leaks) after element selection.
eap [Mon, 22 Jul 2013 13:57:32 +0000 (13:57 +0000)]
Bug: mesh is not destructed (leaks) after element selection.

In RemoveActor(), remove actors from SVTK_InteractorStyle's as well

+  if ( myDefaultInteractorStyle )
+    myDefaultInteractorStyle->FreeActors();
+  if ( myKeyFreeInteractorStyle )
+    myKeyFreeInteractorStyle->FreeActors();

10 years agoBug: mesh is not destructed (leaks) after element selection.
eap [Mon, 22 Jul 2013 13:56:41 +0000 (13:56 +0000)]
Bug: mesh is not destructed (leaks) after element selection.

+  //! releaze myLastHighlitedActor and myLastPreHighlitedActor
+  void FreeActors();

10 years agoCMake: minor: marking as advanced VTK_DIR
bruneton [Mon, 22 Jul 2013 12:09:38 +0000 (12:09 +0000)]
CMake: minor: marking as advanced VTK_DIR

10 years agoBug: mesh is not destructed (leaks) after element selection.
eap [Fri, 19 Jul 2013 14:28:59 +0000 (14:28 +0000)]
Bug: mesh is not destructed (leaks) after element selection.

In RemoveActor(), remove an actor from pickers as well

+    while ( int i = myCellPicker->GetActors()->IsItemPresent( theActor ))
+      myCellPicker->GetActors()->RemoveItem( i-1 );

10 years agoKilling autotools files.
bruneton [Fri, 19 Jul 2013 06:55:18 +0000 (06:55 +0000)]
Killing autotools files.

10 years agoLoad Python components in FactoryServer instead of FactoryServerPy (fixes bug when... B4KillOfAutomake
barate [Thu, 11 Jul 2013 12:22:58 +0000 (12:22 +0000)]
Load Python components in FactoryServer instead of FactoryServerPy (fixes bug when resource catalog contains remote machines)

10 years agoCMake: exporting properly targets vtkTools and vtkEDFOverloads (needed by PARAVIS)
bruneton [Wed, 10 Jul 2013 09:40:48 +0000 (09:40 +0000)]
CMake: exporting properly targets vtkTools and vtkEDFOverloads (needed by PARAVIS)

10 years agoCMake: minor fix in the PYTHONPATH override when invoking PyQt4 command
bruneton [Wed, 10 Jul 2013 07:41:44 +0000 (07:41 +0000)]
CMake: minor fix in the PYTHONPATH override when invoking PyQt4 command
Exposing GUI_INCLUDE_DIRS in config

10 years agoCMake: replacing CMAKE_* variables by PROJECT_* variables.
bruneton [Tue, 9 Jul 2013 10:07:47 +0000 (10:07 +0000)]
CMake: replacing CMAKE_* variables by PROJECT_* variables.

10 years agoCMake: hiding advanced PyQt4 variable
bruneton [Tue, 9 Jul 2013 09:14:08 +0000 (09:14 +0000)]
CMake: hiding advanced PyQt4 variable

10 years agoWrapping PyQt4 command to make sure it uses the proper PYTHONPATH
bruneton [Tue, 9 Jul 2013 08:42:18 +0000 (08:42 +0000)]
Wrapping PyQt4 command to make sure it uses the proper PYTHONPATH

10 years agoCMake: wrote a safer command for the PyQt4 executable
bruneton [Thu, 4 Jul 2013 14:22:02 +0000 (14:22 +0000)]
CMake: wrote a safer command for the PyQt4 executable
(ensuring the proper PYTHONPATH is set)

10 years agoCMake: splitting OmniORB and OmniORBPy detection
bruneton [Thu, 4 Jul 2013 09:00:40 +0000 (09:00 +0000)]
CMake: splitting OmniORB and OmniORBPy detection

10 years agoCMake: Adding FindSalomeGUI.cmake.
bruneton [Wed, 3 Jul 2013 10:26:42 +0000 (10:26 +0000)]
CMake: Adding FindSalomeGUI.cmake.
Ensuring level 1 prerequisites are automatically loaded when
finding GUI. This avoids having to set the LD_LIBRARY_PATH to link.

10 years agoBUG: GUI/CMake files: Adrien Bruneton : Fixed missing path for searching of QtCore.sip
rnc [Wed, 3 Jul 2013 09:27:15 +0000 (09:27 +0000)]
BUG: GUI/CMake files: Adrien Bruneton : Fixed missing path for searching of QtCore.sip

10 years ago0022238: Study dump produced by SMESH refers to undefined variable names
eap [Tue, 2 Jul 2013 12:34:28 +0000 (12:34 +0000)]
0022238: Study dump produced by SMESH refers to undefined variable names

Add SUIT_OverrideCursor to onDumpStudy()

10 years agoBUG: fixed wrong names of .cmake files in the Makefile.am
rnc [Tue, 2 Jul 2013 11:54:40 +0000 (11:54 +0000)]
BUG: fixed wrong names of .cmake files in the Makefile.am

10 years agoCMake: new CMake procedure for GUI.
bruneton [Tue, 2 Jul 2013 08:59:40 +0000 (08:59 +0000)]
CMake: new CMake procedure for GUI.

10 years agofix problem of polyline selection
mpa [Fri, 28 Jun 2013 06:32:32 +0000 (06:32 +0000)]
fix problem of polyline selection
0021950: EDF 2311 SMESH : Polyline selection in SMESH

10 years agoShow proper message in GUI when a SALOME::SALOME_Exception is caught (patch from...
barate [Thu, 20 Jun 2013 15:15:15 +0000 (15:15 +0000)]
Show proper message in GUI when a SALOME::SALOME_Exception is caught (patch from O. Mircescu, fix Mantis bug #21265)

10 years agofix compilation problem with gcc 4.1
inv [Thu, 20 Jun 2013 06:51:10 +0000 (06:51 +0000)]
fix compilation problem with gcc 4.1

10 years ago0022077: EDF 2272 : Selection with the Paraview interaction mode in GEOM/SMESH
mpa [Wed, 19 Jun 2013 14:30:51 +0000 (14:30 +0000)]
0022077: EDF 2272 : Selection with the Paraview interaction mode in GEOM/SMESH
0021950: EDF 2311 SMESH : Polyline selection in SMESH

10 years agoRemove extra reference to salome_pluginsmanager module (Fix Mantis bug #22221, CEA...
barate [Mon, 17 Jun 2013 13:20:53 +0000 (13:20 +0000)]
Remove extra reference to salome_pluginsmanager module (Fix Mantis bug #22221, CEA #819)

10 years agoSmall fix to process absolute file paths properly BR_new_bop3
vsr [Mon, 17 Jun 2013 06:54:02 +0000 (06:54 +0000)]
Small fix to process absolute file paths properly

10 years agofix cmake compilation error on linux.
ageay [Wed, 12 Jun 2013 06:30:13 +0000 (06:30 +0000)]
fix cmake compilation error on linux.

10 years ago0021952: Add an option to write planar meshes as 3D meshes in MED files
eap [Fri, 7 Jun 2013 07:32:59 +0000 (07:32 +0000)]
0021952: Add an option to write planar meshes as 3D meshes in MED files

Enable several check-boxes

11 years agoFix problem with slow rendering of the qt widgets on the remote host.
rnv [Thu, 23 May 2013 13:26:19 +0000 (13:26 +0000)]
Fix problem with slow rendering of the qt widgets on the remote host.

11 years agoFix a problem with slow rendering of the qt widgets on remote host.
rnv [Thu, 23 May 2013 13:12:01 +0000 (13:12 +0000)]
Fix a problem with slow rendering of the qt widgets on remote host.

11 years agoFix to take into account 'vtkQuadraticEdge' type also.
akl [Fri, 17 May 2013 12:23:47 +0000 (12:23 +0000)]
Fix to take into account 'vtkQuadraticEdge' type also.

11 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 17:26:50 +0000 (17:26 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

+        case VTK_BIQUADRATIC_TRIANGLE:

11 years agountabify
eap [Thu, 16 May 2013 17:26:32 +0000 (17:26 +0000)]
untabify

11 years agoFix problem with displaying polyhedrons (add missing include) V7_2_1_BR V7_2_0 V7_2_0rc2
vsr [Tue, 30 Apr 2013 09:18:45 +0000 (09:18 +0000)]
Fix problem with displaying polyhedrons (add missing include)

11 years agoFix bug of ParaView 3.98 porting - correct test script
vsr [Tue, 30 Apr 2013 03:54:48 +0000 (03:54 +0000)]
Fix bug of ParaView 3.98 porting - correct test script

11 years agoFix bug of ParaView 3.98 porting - use proper Python module
vsr [Tue, 30 Apr 2013 03:54:21 +0000 (03:54 +0000)]
Fix bug of ParaView 3.98 porting - use proper Python module

11 years agoUpdate translations V7_2_0rc1
gdd [Thu, 18 Apr 2013 09:10:24 +0000 (09:10 +0000)]
Update translations

11 years agoUpdate French translation files
gdd [Thu, 18 Apr 2013 08:19:17 +0000 (08:19 +0000)]
Update French translation files

11 years agoUpdate documentation for 7.2.0
vsr [Thu, 18 Apr 2013 07:35:02 +0000 (07:35 +0000)]
Update documentation for 7.2.0

11 years agoUpdate documentation for 7.2.0
vsr [Wed, 17 Apr 2013 16:17:41 +0000 (16:17 +0000)]
Update documentation for 7.2.0

11 years agoImprove search of the OCCT libraries.
rnv [Wed, 17 Apr 2013 12:30:20 +0000 (12:30 +0000)]
Improve search of the OCCT libraries.

11 years agoAdd an optional parameter in the createMenuAction for specifying the parent menu.
boulant [Wed, 17 Apr 2013 10:28:50 +0000 (10:28 +0000)]
Add an optional parameter in the createMenuAction for specifying the parent menu.

11 years agoFix problem that user material database is not watched by resource manager when file...
vsr [Wed, 17 Apr 2013 09:26:40 +0000 (09:26 +0000)]
Fix problem that user material database is not watched by resource manager when file is first time created.

11 years agoIncrement version to 7.2.0
vsr [Fri, 12 Apr 2013 15:22:11 +0000 (15:22 +0000)]
Increment version to 7.2.0

11 years agoMerge from V6_main 12/04/2013
vsr [Fri, 12 Apr 2013 13:59:43 +0000 (13:59 +0000)]
Merge from V6_main 12/04/2013

11 years agoAdd 2003-2007 copyright
akl [Tue, 9 Apr 2013 10:43:20 +0000 (10:43 +0000)]
Add 2003-2007 copyright

11 years agoUsing HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and custo...
akl [Tue, 9 Apr 2013 07:49:30 +0000 (07:49 +0000)]
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only.

11 years agoMerge from V6_main 01/04/2013 V7_2_0b1
vsr [Mon, 1 Apr 2013 09:12:39 +0000 (09:12 +0000)]
Merge from V6_main 01/04/2013

11 years agoFix crash during deleting several objects in OB
ana [Thu, 28 Mar 2013 09:21:17 +0000 (09:21 +0000)]
Fix crash during deleting several objects in OB

11 years agoIPAL0051787: TC7.2.0: Impossible to create a sub-mesh which already exists
mpa [Tue, 26 Mar 2013 13:56:06 +0000 (13:56 +0000)]
IPAL0051787: TC7.2.0: Impossible to create a sub-mesh which already exists

11 years agoFix VTKViewer when compiled with CMake (add missing VTK component)
barate [Tue, 26 Mar 2013 09:30:13 +0000 (09:30 +0000)]
Fix VTKViewer when compiled with CMake (add missing VTK component)

11 years agoUpdate logos for SALOME series 7x (replaced in previous revision due to merge error)
vsr [Tue, 26 Mar 2013 05:42:48 +0000 (05:42 +0000)]
Update logos for SALOME series 7x (replaced in previous revision due to merge error)

11 years agoIPAL0051790: TC7.2.0: SIGSEGV fatal error after close study
mpa [Fri, 22 Mar 2013 08:03:32 +0000 (08:03 +0000)]
IPAL0051790: TC7.2.0: SIGSEGV fatal error after close study

11 years agoSet dev tag back to 1 V7_2_0a1
vsr [Wed, 20 Mar 2013 11:14:28 +0000 (11:14 +0000)]
Set dev tag back to 1

11 years agoIncrement version of 7.1.0 V7_1_0
vsr [Wed, 20 Mar 2013 09:30:55 +0000 (09:30 +0000)]
Increment version of 7.1.0

11 years agoMerge from V6_main 15/03/2013
vsr [Fri, 15 Mar 2013 13:35:39 +0000 (13:35 +0000)]
Merge from V6_main 15/03/2013

11 years agoPorting to VTK 6.
ouv [Tue, 12 Mar 2013 15:48:48 +0000 (15:48 +0000)]
Porting to VTK 6.
Debug.

11 years agoFix VTK 6 detection and usage with CMake
barate [Fri, 8 Mar 2013 14:16:26 +0000 (14:16 +0000)]
Fix VTK 6 detection and usage with CMake

11 years agoFix CMakeList.txt
gdd [Thu, 7 Mar 2013 18:06:24 +0000 (18:06 +0000)]
Fix CMakeList.txt

11 years agoMerge from V6_main 06/03/2013
vsr [Wed, 6 Mar 2013 13:56:19 +0000 (13:56 +0000)]
Merge from V6_main 06/03/2013

11 years agoMerge from BR_PORTING_VTK6 01/03/2013 V7_1_0b1
vsr [Fri, 1 Mar 2013 13:05:59 +0000 (13:05 +0000)]
Merge from BR_PORTING_VTK6 01/03/2013

11 years agoMerge from V6_main 28/02/2013
vsr [Thu, 28 Feb 2013 13:46:34 +0000 (13:46 +0000)]
Merge from V6_main 28/02/2013

11 years agoAdapt to KERNEL change (ContainerParameters)
barate [Fri, 15 Feb 2013 13:31:56 +0000 (13:31 +0000)]
Adapt to KERNEL change (ContainerParameters)

11 years agoShow icons in menus.
aguerre [Thu, 14 Feb 2013 16:03:11 +0000 (16:03 +0000)]
Show icons in menus.

11 years agoMerge from V6_main 11/02/2013
vsr [Tue, 12 Feb 2013 10:04:45 +0000 (10:04 +0000)]
Merge from V6_main 11/02/2013

11 years agoMerge from V6_main 13/12/2012 BR_KERNEL_REFACTORING V7_1_0_pre
vsr [Thu, 13 Dec 2012 08:17:51 +0000 (08:17 +0000)]
Merge from V6_main 13/12/2012

11 years agoUpdate SALOME 7x logos (temporary images) V7_0_0 V7_0_0rc1
vsr [Wed, 10 Oct 2012 09:03:28 +0000 (09:03 +0000)]
Update SALOME 7x logos (temporary images)

11 years agoUpdate SALOME 7x logos (temporary images)
vsr [Wed, 10 Oct 2012 08:54:49 +0000 (08:54 +0000)]
Update SALOME 7x logos (temporary images)

11 years agoAdd CMake files to the dist rules (make dist)
inv [Tue, 9 Oct 2012 10:28:36 +0000 (10:28 +0000)]
Add CMake files to the dist rules (make dist)

11 years agoMerge from V6_main (04/10/2012)
vsr [Mon, 8 Oct 2012 10:44:28 +0000 (10:44 +0000)]
Merge from V6_main (04/10/2012)

11 years agoIncrement version number (prepare SALOME version 7.0.0)
inv [Wed, 15 Aug 2012 10:43:11 +0000 (10:43 +0000)]
Increment version number (prepare SALOME version 7.0.0)

11 years agoMerge from V6_main_20120808 08Aug12
vsr [Thu, 9 Aug 2012 06:41:59 +0000 (06:41 +0000)]
Merge from V6_main_20120808 08Aug12

11 years agoMerge from V6_main_20120808 08Aug12
vsr [Thu, 9 Aug 2012 06:20:16 +0000 (06:20 +0000)]
Merge from V6_main_20120808 08Aug12

11 years agoMerge from V6_main_20120808 08Aug12
vsr [Thu, 9 Aug 2012 05:17:32 +0000 (05:17 +0000)]
Merge from V6_main_20120808 08Aug12

15 years agoUpdate from BR_V5_DEV 13Feb2009
jfa [Thu, 12 Feb 2009 15:17:13 +0000 (15:17 +0000)]
Update from BR_V5_DEV 13Feb2009

16 years agoJoin modifications from BR_Dev_For_4_0 tag V4_1_1.
jfa [Fri, 7 Mar 2008 07:44:13 +0000 (07:44 +0000)]
Join modifications from BR_Dev_For_4_0 tag V4_1_1.