]>
SALOME platform Git repositories - modules/gui.git/log
vsr [Wed, 1 Jun 2011 13:53:44 +0000 (13:53 +0000)]
Update copyright
rnv [Thu, 19 May 2011 12:42:55 +0000 (12:42 +0000)]
Fix for the bugs:
1) Bug IPAL22450 TC6.3.0: sigsegv loop deleting the GUI state
2) Bug IPAL22448 TC6.3.0: GUI state doesn't appear in the object browser
3) Bug IPAL22451 TC6.3.0: incorrect deletion of GUI states
rnv [Mon, 16 May 2011 14:06:17 +0000 (14:06 +0000)]
Fix for the bug "IPAL22452 TC6.3.0: Save button is not activated after renaming GUI state".
vsr [Fri, 13 May 2011 15:06:17 +0000 (15:06 +0000)]
IPAL22497: 6.3.0: Mesh Preferences - Mesh Information is not described in documentation
eap [Fri, 13 May 2011 12:28:58 +0000 (12:28 +0000)]
comment debug output
gdd [Fri, 13 May 2011 09:58:04 +0000 (09:58 +0000)]
rnc: added an include (cstdio) to avoid error at compilation with gcc 4.6
stv [Fri, 13 May 2011 07:40:23 +0000 (07:40 +0000)]
Bug fix of non opaque dock widget resizing mode.
eap [Thu, 12 May 2011 08:48:17 +0000 (08:48 +0000)]
TC6.3.0: SIGSEGV calling copy-paste of objects
void notifyObserverID_real(const std::string& theID, long event)
{
- SalomeApp_DataObject* suit_obj;
+ SalomeApp_DataObject* suit_obj = 0;
gdd [Wed, 11 May 2011 20:52:29 +0000 (20:52 +0000)]
Small fix for French translation
gdd [Wed, 11 May 2011 12:51:31 +0000 (12:51 +0000)]
Reencode files to utf-8
gdd [Wed, 11 May 2011 09:26:44 +0000 (09:26 +0000)]
Fix the encoding of French translation files
Fix compilation issue and warnings with gcc-4.6
eap [Wed, 11 May 2011 07:19:08 +0000 (07:19 +0000)]
French translation updated
rnv [Tue, 10 May 2011 12:25:32 +0000 (12:25 +0000)]
Fix for the bug "IPAL22474 TC6.3.0: info window overlaps selection point".
ouv [Wed, 4 May 2011 10:45:10 +0000 (10:45 +0000)]
Bug IPAL22462: TC6.3.0: run button is disabled after creation of animated series
ouv [Tue, 3 May 2011 05:56:13 +0000 (05:56 +0000)]
Minor change corresponding to the recent integration
gdd [Mon, 2 May 2011 13:11:08 +0000 (13:11 +0000)]
Small fix (detected with Qt 4.7.2)
jfa [Fri, 29 Apr 2011 14:00:50 +0000 (14:00 +0000)]
Add in preferences: 'Publish in study in python dump' and 'Save GUI state in python dump'. Both are used in 'Dump Study' dlg.
ouv [Fri, 29 Apr 2011 10:48:26 +0000 (10:48 +0000)]
Bug IPAL22437: 6.3.0: Changes of Type of Horizontal scale in Preferences are applied after restart application only
vsr [Wed, 27 Apr 2011 09:27:22 +0000 (09:27 +0000)]
Copyright info update
vsr [Wed, 27 Apr 2011 09:14:57 +0000 (09:14 +0000)]
Copyright info update
vsr [Wed, 27 Apr 2011 05:29:18 +0000 (05:29 +0000)]
Hide menu actions for inactive (hidden) OCC sub-windows
vsr [Mon, 25 Apr 2011 16:24:12 +0000 (16:24 +0000)]
IPAL22424: TC6.3.0: Crash during Delete of geometry objects
barate [Fri, 22 Apr 2011 14:03:04 +0000 (14:03 +0000)]
Changed selectvars GUI according to changes in KERNEL
ouv [Wed, 20 Apr 2011 13:08:02 +0000 (13:08 +0000)]
0021243 : EDF GEOM: Problem with minimize/maximize icon
ouv [Wed, 20 Apr 2011 09:11:47 +0000 (09:11 +0000)]
To avoid SIGSEGV caused by pressing arrow key just after creation of the VTK view
vsr [Mon, 18 Apr 2011 13:00:18 +0000 (13:00 +0000)]
Merge from V6_main branch 18/04/2011
inv [Mon, 18 Apr 2011 11:19:02 +0000 (11:19 +0000)]
Changing version to 6.3.0
vsr [Wed, 13 Apr 2011 07:24:07 +0000 (07:24 +0000)]
0021219 : [CEA 463] Add a preference to setOpaqueResize
vsr [Fri, 8 Apr 2011 15:37:27 +0000 (15:37 +0000)]
Fix pb with plugin manager (menu is not shown), step 2
gdd [Fri, 8 Apr 2011 15:25:11 +0000 (15:25 +0000)]
Update French Translations
rnv [Fri, 8 Apr 2011 14:39:27 +0000 (14:39 +0000)]
RNV: porting documentation on the doxygen 1.7.3
rnv [Thu, 7 Apr 2011 13:31:18 +0000 (13:31 +0000)]
RNV: Porting documentation on the doxygen 1.7.3
vsr [Thu, 7 Apr 2011 12:55:54 +0000 (12:55 +0000)]
Fix pb with plugin manager (menu is not shown)
adam [Thu, 7 Apr 2011 09:00:20 +0000 (09:00 +0000)]
cmake compilation
vsr [Wed, 6 Apr 2011 14:31:51 +0000 (14:31 +0000)]
0021219 : [CEA 463] Add a preference to setOpaqueResize
vsr [Wed, 6 Apr 2011 13:13:47 +0000 (13:13 +0000)]
0021219 : [CEA 463] Add a preference to setOpaqueResize
rnv [Tue, 5 Apr 2011 09:21:57 +0000 (09:21 +0000)]
Implementation "21042: EDF 1600 ALL: Rename objects in the OB" issue.
vsr [Tue, 29 Mar 2011 13:41:53 +0000 (13:41 +0000)]
0021216 : EDF 1483 GEOM,GUI,KERNEL: Degradation of performance of the "publish" and "display" actions in GEOM
ouv [Tue, 29 Mar 2011 10:03:58 +0000 (10:03 +0000)]
Additional fix for issue
0021055 : EDF 1602 STUDY: Object browser reactualisation when creating an object
ouv [Tue, 29 Mar 2011 07:36:20 +0000 (07:36 +0000)]
Issue
0013373 : EDF PAL 273 : Option Single/Multi file dump
caremoli [Mon, 28 Mar 2011 10:05:25 +0000 (10:05 +0000)]
CCAR: fix bug with SALOMEDS Observer when the observer is not in the same container as study
- post an event in the Qt main loop to serialize notifications and decouple notification
and its treatment.
gdd [Mon, 28 Mar 2011 09:38:06 +0000 (09:38 +0000)]
rnc: Added some missing translations
ouv [Fri, 25 Mar 2011 15:22:21 +0000 (15:22 +0000)]
Issue
0021055 : EDF 1602 STUDY: Object browser reactualisation when creating an object
rnv [Fri, 25 Mar 2011 10:11:38 +0000 (10:11 +0000)]
Implementation of the "16566: EDF PAL 514: Implement system of units (milimeters, meters, inch...)" issue.
vsr [Fri, 25 Mar 2011 09:53:11 +0000 (09:53 +0000)]
Fix bug of the previous integration - bad window flags are set
gdd [Thu, 24 Mar 2011 17:31:23 +0000 (17:31 +0000)]
Remove warnings
Untabify
vsr [Thu, 24 Mar 2011 12:41:12 +0000 (12:41 +0000)]
IPAL22352 : Help does not work if path to module containts spaces
adam [Thu, 24 Mar 2011 08:47:12 +0000 (08:47 +0000)]
Remove "standalone" keyword when
exiting iapp since now, all servers
remain when deactivting "shutdown servers"
adam [Thu, 24 Mar 2011 08:45:35 +0000 (08:45 +0000)]
Keep session alive when exiting with
"Shutdown servers" deactivated.
vsr [Mon, 21 Mar 2011 13:38:38 +0000 (13:38 +0000)]
Merge from BR_WIN_INDUS_514 branch 21/03/2011 (Windows industrialization)
vsr [Fri, 18 Mar 2011 08:57:09 +0000 (08:57 +0000)]
Introduce import functionality in SALOME configuration files
vsr [Wed, 16 Mar 2011 12:22:19 +0000 (12:22 +0000)]
Small documentation improvement
vsr [Wed, 16 Mar 2011 12:15:54 +0000 (12:15 +0000)]
Small documentation improvement
vsr [Wed, 16 Mar 2011 11:53:41 +0000 (11:53 +0000)]
Change Print icon
vsr [Wed, 16 Mar 2011 11:50:50 +0000 (11:50 +0000)]
0021043 : EDF 1601 GUI: Angle of view
+ improve documentation
vsr [Wed, 16 Mar 2011 11:48:53 +0000 (11:48 +0000)]
0021043 : EDF 1601 GUI: Angle of view
ouv [Tue, 15 Mar 2011 13:50:54 +0000 (13:50 +0000)]
Note
0009977 of the issue
0013178 : EDF243 VISU : post_processing for fields at nodes
vsr [Mon, 14 Mar 2011 14:07:43 +0000 (14:07 +0000)]
0021207 : EDF GUI: Impossible to show hide toolbars
vsr [Fri, 11 Mar 2011 14:34:01 +0000 (14:34 +0000)]
Additional changes for issue 20830: avoid toolbar blinking on "Show Only" operation
eap [Thu, 10 Mar 2011 11:50:39 +0000 (11:50 +0000)]
No newline at end of file
vsr [Wed, 9 Mar 2011 15:45:48 +0000 (15:45 +0000)]
0021137 : EDF 1612 ALL: Shortcut for the Python console, Object Browser and Message Log
vsr [Wed, 9 Mar 2011 15:06:13 +0000 (15:06 +0000)]
Issue
0021166 : EDF 1745 GUI: Expand and collapse objects of the object browser from Python GUI
vsr [Wed, 9 Mar 2011 09:23:05 +0000 (09:23 +0000)]
Additional changes for issue
0020830 : redesign methods of the SALOME View / Displayer / Presentation to handle pre-display/erase and post-display/erase operations properly.
vsr [Wed, 9 Mar 2011 07:15:00 +0000 (07:15 +0000)]
Fix a -Wreturn-type warning
gdd [Fri, 4 Mar 2011 14:40:54 +0000 (14:40 +0000)]
Comment MESSAGE
eap [Thu, 3 Mar 2011 16:11:43 +0000 (16:11 +0000)]
0021196 : [CEA 456] Integration and merge modification for debian packages
roll back kernel-install-without-docs.patch
eap [Tue, 1 Mar 2011 13:48:26 +0000 (13:48 +0000)]
0021196 : [CEA 456] Integration and merge modification for debian packages
We think that building and installing the documentation should not
be the default behavior but reserved to interested users.
rnv [Tue, 1 Mar 2011 13:38:34 +0000 (13:38 +0000)]
Small corrections
eap [Tue, 1 Mar 2011 13:38:18 +0000 (13:38 +0000)]
0021196 : [CEA 456] Integration and merge modification for debian packages
Replace >& csh construct by 2>
The former is recognized by bash, but not all by POSIX
shells, for instance dash throws this error:
sh: Syntax error: Bad fd number
eap [Tue, 1 Mar 2011 13:38:05 +0000 (13:38 +0000)]
0021196 : [CEA 456] Integration and merge modification for debian packages
This patch helps to install Python packages in the dedicated Python path
eap [Tue, 1 Mar 2011 13:37:47 +0000 (13:37 +0000)]
0021196 : [CEA 456] Integration and merge modification for debian packages
Only append : when LD_LIBRARY_PATH is set, to avoid having it default to . and
execute arbitrary code. This fixes Debian bug 598421 and CVE vulnerability
CVE-2010-3377
eap [Tue, 1 Mar 2011 13:37:25 +0000 (13:37 +0000)]
0021196 : [CEA 456] Integration and merge modification for debian packages
Force Qt tools (moc, uic, rcc, lrelease) to the right major version.
eap [Tue, 1 Mar 2011 13:22:15 +0000 (13:22 +0000)]
0021196 : [CEA 456] Integration and merge modification for debian packages
This patch is for cleaning completely the build directory
jfa [Mon, 28 Feb 2011 14:45:45 +0000 (14:45 +0000)]
Rename Engines::Component to Engines::EngineComponent
rnv [Mon, 28 Feb 2011 08:59:44 +0000 (08:59 +0000)]
Implementation of the issue "20830: EDF 1357 GUI : Hide/Show Icon" for Post-Pro module.
vsr [Fri, 25 Feb 2011 07:05:23 +0000 (07:05 +0000)]
Fix regression caused by introducing of GUI observers - Show/Hide children operation in GEOM module has stopped working.
vsr [Fri, 25 Feb 2011 06:19:16 +0000 (06:19 +0000)]
Fix regression caused by introducing of GUI observers - Show/Hide children operation in GEOM module has stopped working.
vsr [Thu, 24 Feb 2011 14:47:25 +0000 (14:47 +0000)]
Internationalization: fix problem of Qt resources loading when qt library is copied to another place (requires QTDIR environment variable to be specified).
vsr [Thu, 24 Feb 2011 12:48:47 +0000 (12:48 +0000)]
Fix regression in Python modules: second activation of Python module does not activate menus and Python module is not called.
vsr [Thu, 24 Feb 2011 12:35:10 +0000 (12:35 +0000)]
0021192 : [CEA 453] Python examples for GUI module
eap [Thu, 24 Feb 2011 09:24:33 +0000 (09:24 +0000)]
0021195 : [CEA 457] Remove some warnings in GUI
gdd [Tue, 22 Feb 2011 15:24:54 +0000 (15:24 +0000)]
Fix problem of column display in OB and column name in preferences.
adam [Mon, 21 Feb 2011 16:53:32 +0000 (16:53 +0000)]
Remove warnings
vsr [Mon, 21 Feb 2011 09:28:31 +0000 (09:28 +0000)]
0021192 : [CEA 453] Python examples for GUI module
adam [Fri, 18 Feb 2011 11:50:46 +0000 (11:50 +0000)]
Remove the occ version flags.
They implies collisions in code.
adam [Fri, 18 Feb 2011 11:50:04 +0000 (11:50 +0000)]
Exclude strstream inclusion
barate [Thu, 17 Feb 2011 14:58:29 +0000 (14:58 +0000)]
Added the possibility to edit an existing Variables object
rnv [Thu, 17 Feb 2011 08:08:30 +0000 (08:08 +0000)]
Implementation of the "20830: EDF 1357 GUI : Hide/Show Icon"
(at the moment implemeted only in GEOM and SMESH modules).
adam [Tue, 15 Feb 2011 13:55:48 +0000 (13:55 +0000)]
*** empty log message ***
adam [Tue, 15 Feb 2011 13:13:05 +0000 (13:13 +0000)]
cmake compatibility
adam [Tue, 15 Feb 2011 13:08:27 +0000 (13:08 +0000)]
JOBMANAGER uses qt4_ldflags
vsr [Tue, 15 Feb 2011 11:51:52 +0000 (11:51 +0000)]
Retrieve correct Qt version for PyQt sip flags
barate [Fri, 11 Feb 2011 14:45:21 +0000 (14:45 +0000)]
Added 'New' function in salome.gui.selectvars interface
vsr [Wed, 9 Feb 2011 08:50:49 +0000 (08:50 +0000)]
Introduce "import file" functionality in the resource manager to allow importing resources from one file to another.
gdd [Mon, 7 Feb 2011 18:29:45 +0000 (18:29 +0000)]
Quick dir paths appears now into the Sidebar of QFileDialogs
vsr [Thu, 3 Feb 2011 08:59:23 +0000 (08:59 +0000)]
Fix problem for OSCAR (do not hide virtual slot in the private section)
vsr [Thu, 3 Feb 2011 08:58:45 +0000 (08:58 +0000)]
Fix problem for OSCAR (avoid resetting value on focus leaving)
ana [Wed, 2 Feb 2011 13:30:01 +0000 (13:30 +0000)]
Fix for the Bug IPAL22178: Preferences for modules are not available in some cases
eap [Wed, 2 Feb 2011 12:07:09 +0000 (12:07 +0000)]
0021165 : [CEA] Unit test crashes salome session
In notifyObserverID(), check if SObject returned by
GetFatherComponent() is valid or not
- if ( aSComp->GetID() == entry_str )
+ if ( aSComp && !aSComp->IsNull() && aSComp->GetID() == entry_str )
gdd [Tue, 1 Feb 2011 10:58:40 +0000 (10:58 +0000)]
Update French translation (missing "Load Script")