]> SALOME platform Git repositories - modules/gui.git/log
Salome HOME
modules/gui.git
13 years agoMove WITH_SALOMEDS_OBSERVER definition to configure.ac (to have it in the single...
vsr [Wed, 26 Jan 2011 12:02:38 +0000 (12:02 +0000)]
Move WITH_SALOMEDS_OBSERVER definition to configure.ac (to have it in the single place)

13 years agoFix observers bug: crash application (SIGSEGV) on Dump Python operation in the re...
vsr [Wed, 26 Jan 2011 09:47:50 +0000 (09:47 +0000)]
Fix observers bug: crash application (SIGSEGV) on Dump Python operation in the re-opened (non-empty) study

13 years agoAdded the possibility to set the echo mode of a preference line edit field. The avail...
gdd [Tue, 25 Jan 2011 18:30:03 +0000 (18:30 +0000)]
Added the possibility to set the echo mode of a preference line edit field. The available names for the option are: "echo", "echo_mode", "echomode"
Usage: Add a preference option for passwords

13 years agoFix observer problem: avoid deleting SalomeApp_DataObject when the SALOMEDS::StudyBui...
vsr [Mon, 24 Jan 2011 16:17:29 +0000 (16:17 +0000)]
Fix observer problem: avoid deleting SalomeApp_DataObject when the SALOMEDS::StudyBuilder::RemoveObject() function is called: object is not removed, since SALOMEDS::SObject is not actually removed, only its attributes are cleared; thus, the object can be later reused without re-creating.

13 years agoFix observer problem: order of the objects is not kept if NewObjectToTag() method...
vsr [Mon, 24 Jan 2011 16:15:35 +0000 (16:15 +0000)]
Fix observer problem: order of the objects is not kept if NewObjectToTag() method is used

13 years agoFix observer problem: restore entry-to-dataobject map on study opening/loading.
vsr [Mon, 24 Jan 2011 12:28:56 +0000 (12:28 +0000)]
Fix observer problem: restore entry-to-dataobject map on study opening/loading.

13 years agoFix some English translation misspell
gdd [Fri, 21 Jan 2011 15:03:28 +0000 (15:03 +0000)]
Fix some English translation misspell
Add missing French translation

13 years agoImplementation of the Point 2 of the 20948: EDF 1468 SMESH: Histogram of the quality...
rnv [Thu, 20 Jan 2011 15:25:02 +0000 (15:25 +0000)]
Implementation of the Point 2 of the 20948: EDF 1468 SMESH: Histogram of the quality controls.

13 years agoPlot histogram (improve behavior of width attributes)
vsr [Thu, 20 Jan 2011 13:22:34 +0000 (13:22 +0000)]
Plot histogram (improve behavior of width attributes)

13 years ago0020997: [CEA 420] Problem with VISU preferences
vsr [Thu, 20 Jan 2011 11:33:54 +0000 (11:33 +0000)]
0020997: [CEA 420] Problem with VISU preferences

13 years agoFix a bug : crash on Plot2d viewer activation (for imp 0020948)
vsr [Tue, 18 Jan 2011 13:52:41 +0000 (13:52 +0000)]
Fix a bug : crash on Plot2d viewer activation (for imp 0020948)

13 years agoFix a bug: when study is opened/loaded, only first component is restored in the data...
vsr [Tue, 18 Jan 2011 12:53:59 +0000 (12:53 +0000)]
Fix a bug: when study is opened/loaded, only first component is restored in the data tree

13 years ago0021135: EDF 1753 OTHER: Bug in the python dump due to iparameters
vsr [Tue, 18 Jan 2011 12:12:36 +0000 (12:12 +0000)]
0021135: EDF 1753 OTHER: Bug in the python dump due to iparameters

13 years ago0021135: EDF 1753 OTHER: Bug in the python dump due to iparameters
vsr [Tue, 18 Jan 2011 10:12:28 +0000 (10:12 +0000)]
0021135: EDF 1753 OTHER: Bug in the python dump due to iparameters

13 years agoReplace direct "Interface Applicative" usage by the function call
vsr [Mon, 17 Jan 2011 17:05:25 +0000 (17:05 +0000)]
Replace direct "Interface Applicative" usage by the function call

13 years agoReplace direct "Interface Applicative" usage by the function call
vsr [Mon, 17 Jan 2011 17:00:15 +0000 (17:00 +0000)]
Replace direct "Interface Applicative" usage by the function call

13 years agoAdd histogram items to the Plot2d viewer
vsr [Mon, 17 Jan 2011 09:14:25 +0000 (09:14 +0000)]
Add histogram items to the Plot2d viewer

13 years agoAdd histogram items to the Plot2d viewer
vsr [Sun, 16 Jan 2011 19:33:55 +0000 (19:33 +0000)]
Add histogram items to the Plot2d viewer

13 years agoCCAR: improve salome_pluginsmanager on 3 points:
caremoli [Mon, 10 Jan 2011 17:15:45 +0000 (17:15 +0000)]
CCAR: improve salome_pluginsmanager on 3 points:
- order entries (same order as the calls to AddFunction)
- this order can be customized
- it is now possible to put menu entries in submenus

13 years agoCCAR: optimize method isVisible of SOCC viewer by using entry2aisobjects map
caremoli [Mon, 10 Jan 2011 10:29:13 +0000 (10:29 +0000)]
CCAR: optimize method isVisible of SOCC viewer by using entry2aisobjects map

13 years agoCCAR: optimize selection of large number of objects in object browser
caremoli [Mon, 10 Jan 2011 10:26:37 +0000 (10:26 +0000)]
CCAR: optimize selection of large number of objects in object browser
when entries are mostly contiguous:
1- order QModelIndex by increasing row (SUIT_DataBrowser.cxx)
2- select by range when indexes are contiguous (OB_Browser.cxx)

13 years agoCCAR: small optimisation for notifyObserverID
caremoli [Mon, 3 Jan 2011 18:16:24 +0000 (18:16 +0000)]
CCAR: small optimisation for notifyObserverID

13 years agoCCAR: development to implement notification mechanism between study manager
caremoli [Mon, 3 Jan 2011 10:31:56 +0000 (10:31 +0000)]
CCAR: development to implement notification mechanism between study manager
and GUI (object browser). This implementation uses the Observer CORBA interface
defined in KERNEL module

13 years agoCCAR: add ifdef to be able to install GUI module with VTK version < 5.7
caremoli [Mon, 3 Jan 2011 10:24:43 +0000 (10:24 +0000)]
CCAR: add ifdef to be able to install GUI module with VTK version < 5.7

13 years ago0021105: EDF 1179 SMESH: Efficiency of clipping plane in VTK viewer
ouv [Tue, 28 Dec 2010 12:24:41 +0000 (12:24 +0000)]
0021105: EDF 1179 SMESH: Efficiency of clipping plane in VTK viewer

13 years agoIssue 0021124: EDF 1731 GUI: Unexpected behaviour of sg.Display() command
inv [Fri, 24 Dec 2010 14:18:34 +0000 (14:18 +0000)]
Issue 0021124: EDF 1731 GUI: Unexpected behaviour of sg.Display() command

13 years agoMerge from V6_2_BR 23/12/2010
inv [Fri, 24 Dec 2010 08:12:37 +0000 (08:12 +0000)]
Merge from V6_2_BR 23/12/2010

13 years agoCCAR: optimize SOCC_Viewer setColor, setTransparency and switchRepresentation speed
caremoli [Thu, 9 Dec 2010 14:24:20 +0000 (14:24 +0000)]
CCAR: optimize SOCC_Viewer setColor, setTransparency and switchRepresentation speed
by using entry2aisobjects map to get fast access to ais objects

13 years agoCCAR: add a map (entry2aisobjects) to SOCC_ViewModel to get fast access to AIS object...
caremoli [Thu, 9 Dec 2010 12:01:53 +0000 (12:01 +0000)]
CCAR: add a map (entry2aisobjects) to SOCC_ViewModel to get fast access to AIS objects associated to a study id
The key is the study id, the value is a vector of AIS
The map is updated in Display and used in CreatePrs

13 years ago0020938: EDF 1450 GEOM: center of zoom V6_2_0a1
vsr [Mon, 6 Dec 2010 13:50:54 +0000 (13:50 +0000)]
0020938: EDF 1450 GEOM: center of zoom
Additional fix (wrong OCC version fixed)

13 years agoImprove hack_libtool utility to workaround problems on some Linux configurations
vsr [Mon, 6 Dec 2010 13:02:36 +0000 (13:02 +0000)]
Improve hack_libtool utility to workaround problems on some Linux configurations

14 years agoCCAR: small optimization for selection of large number of objects in the object browser
caremoli [Tue, 30 Nov 2010 16:29:34 +0000 (16:29 +0000)]
CCAR: small optimization for selection of large number of objects in the object browser
Qt TreeView is not very fast when looping on select of modelindex
It is faster to build a QItemSelection and make a single selection with this object
It is sensible for number of objects greater than 1000

14 years agoPR: SMDS memory improvement, VTK version from Paraview 3.9
prascle [Mon, 29 Nov 2010 12:51:19 +0000 (12:51 +0000)]
PR: SMDS memory improvement, VTK version from Paraview 3.9

14 years agoCCAR: optimize the method Display of SOCC_Viewer
caremoli [Fri, 26 Nov 2010 17:12:15 +0000 (17:12 +0000)]
CCAR: optimize the method Display of SOCC_Viewer
Use AIS_InteractiveContext::IsDisplayed and AIS_InteractiveContext::IsInCollector instead
of getting all displayed objects and all objects in collector and looping on them
to find what objects are already displayed.

14 years agoMerge from V5_1_main 26/11/2010
vsr [Fri, 26 Nov 2010 15:45:45 +0000 (15:45 +0000)]
Merge from V5_1_main 26/11/2010

14 years agoMerge from V5_1_main branch 24/11/2010
vsr [Thu, 25 Nov 2010 11:57:51 +0000 (11:57 +0000)]
Merge from V5_1_main branch 24/11/2010

14 years agoReplace CHECK_MPICH by CHECK_MPI
gdd [Wed, 24 Nov 2010 15:23:32 +0000 (15:23 +0000)]
Replace CHECK_MPICH by CHECK_MPI

14 years agoMerge from V6_1_BR (TRIPOLI development)
vsr [Tue, 23 Nov 2010 11:23:41 +0000 (11:23 +0000)]
Merge from V6_1_BR (TRIPOLI development)

14 years agomerge from BR_PV310_PORTING 18/11/2010
vsr [Thu, 18 Nov 2010 13:26:19 +0000 (13:26 +0000)]
merge from BR_PV310_PORTING 18/11/2010

14 years ago0021061: [CEA 433] Problem with "fit Area" in plot2D
vsr [Thu, 11 Nov 2010 17:15:52 +0000 (17:15 +0000)]
0021061: [CEA 433] Problem with "fit Area" in plot2D

14 years ago0021063: [CEA 434] Compilation using gnu compiler v4.5
vsr [Wed, 10 Nov 2010 16:15:24 +0000 (16:15 +0000)]
0021063: [CEA 434] Compilation using gnu compiler v4.5

14 years agoMerge from V6_1_BR 07/09/2010
vsr [Tue, 7 Sep 2010 10:54:42 +0000 (10:54 +0000)]
Merge from V6_1_BR 07/09/2010

14 years ago0020931: 6.1.0rc1 : Icons of GEOM module disappear after having opened PARAVIS
vsr [Tue, 13 Jul 2010 13:03:14 +0000 (13:03 +0000)]
0020931: 6.1.0rc1 : Icons of GEOM module disappear after having opened PARAVIS

14 years agoMerge from V5_1_main 10/06/2010 V6_1_0a1 V6_1_0a2
vsr [Thu, 10 Jun 2010 08:03:59 +0000 (08:03 +0000)]
Merge from V5_1_main 10/06/2010

14 years agoChanging version to 6.1.0
inv [Mon, 24 May 2010 11:54:36 +0000 (11:54 +0000)]
Changing version to 6.1.0

14 years agoBy default use VTK from ParaView
eap [Mon, 24 May 2010 11:20:53 +0000 (11:20 +0000)]
By default use VTK from ParaView

14 years agoMerge from V5_1_main branch 14/05/2010
vsr [Fri, 14 May 2010 19:22:53 +0000 (19:22 +0000)]
Merge from V5_1_main branch 14/05/2010

14 years agoMerge from V5_1_main 14/05/2010
vsr [Fri, 14 May 2010 13:55:25 +0000 (13:55 +0000)]
Merge from V5_1_main 14/05/2010

14 years ago*** empty log message *** PARAVIEW_SETTINGS_13052010
vsv [Thu, 13 May 2010 08:11:18 +0000 (08:11 +0000)]
*** empty log message ***

14 years agoAdditional fix for issue 0020629: EDF 1178 GUI : Keyboard free style in the OCC viewer
ouv [Thu, 18 Feb 2010 09:34:58 +0000 (09:34 +0000)]
Additional fix for issue 0020629: EDF 1178 GUI : Keyboard free style in the OCC viewer

14 years agoImprove help system
vsr [Wed, 17 Feb 2010 15:21:32 +0000 (15:21 +0000)]
Improve help system

14 years agoImprove help system
vsr [Wed, 17 Feb 2010 14:49:34 +0000 (14:49 +0000)]
Improve help system

14 years agoIssue 0020629: EDF 1178 GUI : Keyboard free style in the OCC viewer
ouv [Fri, 12 Feb 2010 12:03:39 +0000 (12:03 +0000)]
Issue 0020629: EDF 1178 GUI : Keyboard free style in the OCC viewer

14 years agoIssue 0020629: EDF 1178 GUI : Keyboard free style in the OCC viewer
ouv [Fri, 12 Feb 2010 11:50:56 +0000 (11:50 +0000)]
Issue 0020629: EDF 1178 GUI : Keyboard free style in the OCC viewer

14 years agoPorting to Windows
ouv [Thu, 11 Feb 2010 14:20:51 +0000 (14:20 +0000)]
Porting to Windows

14 years agoImprove Help menu management
adv [Mon, 8 Feb 2010 08:30:34 +0000 (08:30 +0000)]
Improve Help menu management

14 years agoIPAL21558 In Group creation dialog, selection of sub-shapes in OB, viewer and dialog...
dmv [Fri, 5 Feb 2010 09:27:30 +0000 (09:27 +0000)]
IPAL21558 In Group creation dialog, selection of sub-shapes in OB, viewer and dialog is not well syncronized

14 years agoIPAL21563 Confusion with icons in GUI help
dmv [Thu, 4 Feb 2010 10:51:05 +0000 (10:51 +0000)]
IPAL21563 Confusion with icons in GUI help

14 years agountabify
eap [Wed, 3 Feb 2010 07:16:22 +0000 (07:16 +0000)]
untabify

14 years agoWerror
adam [Tue, 2 Feb 2010 11:03:30 +0000 (11:03 +0000)]
Werror

14 years agoIPAL21559 Double spin boxes work bad in the Salome Preferences
dmv [Mon, 1 Feb 2010 14:59:08 +0000 (14:59 +0000)]
IPAL21559 Double spin boxes work bad in the Salome Preferences

14 years agoComment corrected PARAVIS_29012010
vsv [Fri, 29 Jan 2010 14:46:18 +0000 (14:46 +0000)]
Comment corrected

14 years agoMantis issue 0020626: EDF 1200 GEOM: the discretisation of the circles in the OCC...
jfa [Fri, 29 Jan 2010 14:04:29 +0000 (14:04 +0000)]
Mantis issue 0020626: EDF 1200 GEOM: the discretisation of the circles in the OCC viewer is too rough. Documentation for Preferences.

14 years agoAdditional integration for TRIPOLI: make rotation methods virtual
vsr [Fri, 29 Jan 2010 12:51:03 +0000 (12:51 +0000)]
Additional integration for TRIPOLI: make rotation methods virtual

14 years agoFor PARAVIS: use AttributeUserID instead of AttributeLocalID
vsr [Wed, 27 Jan 2010 09:43:31 +0000 (09:43 +0000)]
For PARAVIS: use AttributeUserID instead of AttributeLocalID

14 years agoIssue 0020667: [CEA 391] Bug during HXX2SALOME compo compil when one directory instal...
ouv [Tue, 26 Jan 2010 13:10:01 +0000 (13:10 +0000)]
Issue 0020667: [CEA 391] Bug during HXX2SALOME compo compil when one directory installation

14 years agoImprove modules management (for singleton modules like PARAVIS)
vsr [Mon, 25 Jan 2010 06:41:36 +0000 (06:41 +0000)]
Improve modules management (for singleton modules like PARAVIS)

14 years agoIssue 0020657: EDF 1244 SMESH: Bad display of tetras
ouv [Wed, 20 Jan 2010 15:23:48 +0000 (15:23 +0000)]
Issue 0020657: EDF 1244 SMESH: Bad display of tetras

14 years agoAdd missing header file.
vsr [Wed, 20 Jan 2010 09:58:20 +0000 (09:58 +0000)]
Add missing header file.

14 years ago0020666: EDF 1250 GUI: Some dialog windows lost their cross button
dmv [Tue, 19 Jan 2010 12:19:11 +0000 (12:19 +0000)]
0020666: EDF 1250 GUI: Some dialog windows lost their cross button

14 years agoIssue 0020645: EDF VISU SMESH: the dump view command does not remove popup menu
ouv [Mon, 18 Jan 2010 16:42:58 +0000 (16:42 +0000)]
Issue 0020645: EDF VISU SMESH: the dump view command does not remove popup menu

14 years ago*** empty log message ***
adam [Mon, 4 Jan 2010 13:25:26 +0000 (13:25 +0000)]
*** empty log message ***

14 years agoSet organization name, application name, application version for QSettings (required... BR_FSH_DEV BR_PARAVIS_LOT1_2 V6_0_0
vsr [Fri, 25 Dec 2009 13:26:22 +0000 (13:26 +0000)]
Set organization name, application name, application version for QSettings (required for PARAVIS module)

14 years agoImprove HELP system: allow customize help items for modules
adv [Mon, 21 Dec 2009 10:52:35 +0000 (10:52 +0000)]
Improve HELP system: allow customize help items for modules

14 years agoMerge from BR_PARAVIS_DEV 17/12/2009
vsr [Fri, 18 Dec 2009 14:05:30 +0000 (14:05 +0000)]
Merge from BR_PARAVIS_DEV 17/12/2009

14 years agoMerge from BR_PARAVIS_DEV 17/12/2009
vsr [Fri, 18 Dec 2009 11:16:45 +0000 (11:16 +0000)]
Merge from BR_PARAVIS_DEV 17/12/2009

14 years agoMerge from BR_PARAVIS_DEV 17/12/2009
vsr [Thu, 17 Dec 2009 17:45:13 +0000 (17:45 +0000)]
Merge from BR_PARAVIS_DEV 17/12/2009

14 years ago0020605: EDF 1190 SMESH: Display performance. 80 seconds for 52000 cells.
eap [Fri, 11 Dec 2009 10:42:26 +0000 (10:42 +0000)]
0020605: EDF 1190 SMESH: Display performance. 80 seconds for 52000 cells.
+  char* getHostname();

14 years agountabify
eap [Fri, 11 Dec 2009 09:38:45 +0000 (09:38 +0000)]
untabify

14 years agoMerge from V5_1_3_BR 07/12/2009
vsr [Tue, 8 Dec 2009 06:45:30 +0000 (06:45 +0000)]
Merge from V5_1_3_BR 07/12/2009

14 years agoIPAL21465 Long values of the logarithmic axis in Plot2d view
dmv [Mon, 7 Dec 2009 13:42:11 +0000 (13:42 +0000)]
IPAL21465 Long values of the logarithmic axis in Plot2d view

14 years agoIPAL21493 Incorrect behaviour of Computation, Evaluation succeed dialog boxes in...
dmv [Thu, 3 Dec 2009 12:33:02 +0000 (12:33 +0000)]
IPAL21493 Incorrect behaviour of Computation, Evaluation succeed dialog boxes in consecutive operations.

15 years agountabify
eap [Mon, 2 Nov 2009 08:35:26 +0000 (08:35 +0000)]
untabify

15 years agountabify
eap [Mon, 2 Nov 2009 07:51:30 +0000 (07:51 +0000)]
untabify

15 years agoAdditional fix for issue 0020085: EDF 874 VISU : Visualize evolution of a variable...
ouv [Wed, 21 Oct 2009 13:12:51 +0000 (13:12 +0000)]
Additional fix for issue 0020085: EDF 874 VISU : Visualize evolution of a variable at a given location

15 years ago0020515: the dockable windows states are not restored correctly
asl [Wed, 14 Oct 2009 06:05:56 +0000 (06:05 +0000)]
0020515: the dockable windows states are not restored correctly

15 years agocorrect previous integration (Porting to Python 2.6) V5_1_3rc1
dmv [Mon, 12 Oct 2009 13:46:28 +0000 (13:46 +0000)]
correct previous integration (Porting to Python 2.6)

15 years agoIPAL21406 Problem with closing second study
dmv [Mon, 12 Oct 2009 08:20:14 +0000 (08:20 +0000)]
IPAL21406 Problem with closing second study

15 years agoChanging version to 5.1.3
maintenance team [Mon, 12 Oct 2009 07:30:06 +0000 (07:30 +0000)]
Changing version to 5.1.3

15 years agoPorting to Python 2.6 - add coding page specification for Python scripts
dmv [Fri, 9 Oct 2009 13:26:56 +0000 (13:26 +0000)]
Porting to Python 2.6 - add coding page specification for Python scripts

15 years agoIssue 0020010: EDF GUI : Some remarks on GUI configure step
vsr [Fri, 9 Oct 2009 11:50:41 +0000 (11:50 +0000)]
Issue 0020010: EDF GUI : Some remarks on GUI configure step
Additional fix for native Qt4 detection on Mandriva 2009

15 years agoIssue 0020527: EDF 1132 GUI: SIGSEGV at destruction of a Python module with GUI
vsr [Fri, 9 Oct 2009 11:25:18 +0000 (11:25 +0000)]
Issue 0020527: EDF 1132 GUI: SIGSEGV at destruction of a Python module with GUI

15 years agoIssue 0020010: EDF GUI : Some remarks on GUI configure step
vsr [Thu, 8 Oct 2009 14:33:04 +0000 (14:33 +0000)]
Issue 0020010: EDF GUI : Some remarks on GUI configure step
Additional fix for native Qt4 detection

15 years ago0020523: String notebook support
dmv [Thu, 8 Oct 2009 14:06:46 +0000 (14:06 +0000)]
0020523: String notebook support

15 years ago0020502: EDF 1097 ALL: Load script with a name starting with a number
vsr [Wed, 7 Oct 2009 09:20:34 +0000 (09:20 +0000)]
0020502: EDF 1097 ALL: Load script with a name starting with a number
Additional fix

15 years agoTo see which qwt we're using in configure log
nge [Tue, 6 Oct 2009 15:17:13 +0000 (15:17 +0000)]
To see which qwt we're using in configure log
If Qt3 and Qt4 headers natively installed, fix detection by checking qwt headers in include/qwt-qt4 directory first

15 years ago0020502: EDF 1097 ALL: Load script with a name starting with a number
dmv [Thu, 1 Oct 2009 06:57:23 +0000 (06:57 +0000)]
0020502: EDF 1097 ALL: Load script with a name starting with a number

15 years ago0020498: Entry column is always shown on module activation
asl [Wed, 30 Sep 2009 07:24:11 +0000 (07:24 +0000)]
0020498: Entry column is always shown on module activation

15 years ago0020497: EDF 1073 STUDY: Default columns to display in the object browser
dmv [Wed, 30 Sep 2009 06:19:10 +0000 (06:19 +0000)]
0020497: EDF 1073 STUDY: Default columns to display in the object browser

15 years agoUpdate Ambient Icon
dmv [Tue, 29 Sep 2009 10:00:47 +0000 (10:00 +0000)]
Update Ambient Icon