asv [Thu, 26 Jan 2006 11:50:40 +0000 (11:50 +0000)]
Fix for bug PAL11367: on Debian Sarge QFileDialog's dirPath() function returns wrong directory (one level up from the selected).
The fix: QAD_FileDlg redefines dirPath() function. The implementation returns dirPath of the selected file if it exists.
vsr [Tue, 17 Jan 2006 16:34:32 +0000 (16:34 +0000)]
Fix a bug : in Python modules which connect directly to the selection by SalomePyQt::getSelection() method, selection is lost after saving of the study (because selection object is recreated in this case).
BugID IPAL9100, fixed method saveAsStudy. Now it's forbid to save a study under a filename if
there is opened study, which has already been saved under that filename
mpv [Wed, 8 Jun 2005 04:33:32 +0000 (04:33 +0000)]
Porting to Mandrake 10.1 and new products:
porting to the new qt (roll back PatchQt for it), new python includes order (python must be included before qt - it has "slots" field in the class declaration)
mpv [Wed, 8 Jun 2005 04:29:47 +0000 (04:29 +0000)]
Porting to Mandrake 10.1 and new products:
porting to the qt 3.3.3: patch for this qt is useless, thus do not use it: redefine "<QClassName>P" by "<QClassName>"
mpv [Wed, 8 Jun 2005 04:27:58 +0000 (04:27 +0000)]
Porting to Mandrake 10.1 and new products:
new OCC 5.2.3 and new compiler gcc 3.4.1 compatibility: do not use copy constructors for TCollection classes
mpv [Wed, 8 Jun 2005 04:25:31 +0000 (04:25 +0000)]
Porting to Mandrake 10.1 and new products:
right 'sed' instructions to generate .depend file: '.' is "any symbol" of regexp => this symbol have to be screened, it means substituted by '.'
asv [Mon, 6 Jun 2005 12:13:02 +0000 (12:13 +0000)]
Fix for bug PAL 8922: component name, given by user in "Catalog Generator" dialog box was NOT properly handled (was not used) in IDLparser.py script.
Another fix: if user name is not set in "Catalog Generator", but component name is set - then component name is used instead of component user name.
asv [Fri, 29 Apr 2005 11:17:32 +0000 (11:17 +0000)]
Fix for bug PAL8727.
In method _SaveAs() (called from Save(), SaveAs(), SaveAscii(), SaveAsAscii()) there was a double call to SALOMEDS::lock() from different threads. The first call was in Save(), and the second - was in some Engine::Save().
The fix consists in calling to unlock() BEFORE calling Engine::Save() and lock() again - after the call.
Improvement PAL8343.
Sender reaplaced by SenderInt and SenderDouble for more explicit API.
WARNING as it is asked in PAL8343 ReceiverFactory do not yet release local obj ref SenderInt_ptr and SenderDouble_ptr, but it still releases remote sender servant and optionally the c++ array pointer (ownTabToSend).
apo [Thu, 17 Mar 2005 12:17:42 +0000 (12:17 +0000)]
Fix on previous integration, that was associated with CCRT_Port_V220.
The regression was caused by customisation of compilation between PCLINUX and OSF1 platforms for KERNEL/MEDWrapper library.
By the fix we define corresponded C++ preprocessor variable (MACHINE) at configuration step of KERNEL module in SALOMEconfig.h header file. So, every client of KERNEL module will automaticaly be customizing by including of this header file.
ageay [Tue, 8 Mar 2005 06:10:04 +0000 (06:10 +0000)]
This servant must be invoked remotely sequentially to prevent that concurrent invocation of lcc.FindOrLoadComponent needed during containers launching corrupt data.