]> SALOME platform Git repositories - modules/gui.git/log
Salome HOME
modules/gui.git
19 years agoFix a bug of SALOMEGUI_Swig library: method getSelected() should return a copy of...
vsr [Mon, 22 Aug 2005 07:02:01 +0000 (07:02 +0000)]
Fix a bug of SALOMEGUI_Swig library: method getSelected() should return a copy of string.

19 years agoFix a bug of SalomePy library with improper VTK viewer operations (the classes from...
vsr [Mon, 22 Aug 2005 06:59:43 +0000 (06:59 +0000)]
Fix a bug of SalomePy library with improper VTK viewer operations (the classes from SVTK package should be used instead of VTKViewer).

19 years agoFix a bug of SALOME_PYQT package - to work properly with Sip and PyQt libraries addit...
vsr [Mon, 22 Aug 2005 06:58:12 +0000 (06:58 +0000)]
Fix a bug of SALOME_PYQT package - to work properly with Sip and PyQt libraries additional SIP flags should be defined depending on existing Qt packages.

19 years agoTo introduce highlight action
apo [Fri, 19 Aug 2005 11:50:16 +0000 (11:50 +0000)]
To introduce highlight action

19 years agoTo make VTKViewer_UnscaledActor an infinite actor (with infinite bounds)
apo [Fri, 19 Aug 2005 11:49:37 +0000 (11:49 +0000)]
To make VTKViewer_UnscaledActor an infinite actor (with infinite bounds)

19 years agoWindows porting
mpv [Thu, 18 Aug 2005 09:04:19 +0000 (09:04 +0000)]
Windows porting

19 years ago1) Fix check files errors: autoconf 2.59 (Debian 3.1) applies more strict rules for...
vsr [Wed, 17 Aug 2005 07:06:29 +0000 (07:06 +0000)]
1) Fix check files errors: autoconf 2.59 (Debian 3.1) applies more strict rules for macros definition
2) Fix configuration problems (with g++ options and with install script)

19 years agoFix pb with Object Browser update, when several not-loaded components have data....
jfa [Tue, 16 Aug 2005 11:30:33 +0000 (11:30 +0000)]
Fix pb with Object Browser update, when several not-loaded components have data. For example, reproduced with BugRevolution.py, attached to PAL8869

19 years agoTo remove incorrect integration
apo [Tue, 16 Aug 2005 04:01:40 +0000 (04:01 +0000)]
To remove incorrect integration

19 years agoTo customize resources for the branch
apo [Mon, 15 Aug 2005 06:56:20 +0000 (06:56 +0000)]
To customize resources for the branch

19 years agoTo introduce default launch mode of SALOMEDS server
apo [Fri, 12 Aug 2005 11:27:51 +0000 (11:27 +0000)]
To introduce default launch mode of SALOMEDS server

19 years agoENV: Windows porting.
env [Thu, 11 Aug 2005 03:58:42 +0000 (03:58 +0000)]
ENV: Windows porting.

19 years agoENV: Windows porting.
env [Wed, 10 Aug 2005 10:58:51 +0000 (10:58 +0000)]
ENV: Windows porting.

19 years agoENV: Windows porting.
env [Wed, 10 Aug 2005 10:23:16 +0000 (10:23 +0000)]
ENV: Windows porting.

19 years agoa minor change to made code compilable on Debian (explicid creation of a dialog befor...
asv [Wed, 10 Aug 2005 04:22:53 +0000 (04:22 +0000)]
a minor change to made code compilable on Debian (explicid creation of a dialog before calling exec() on it).

19 years agoAdd sip version definition include file (needed for the compilation).
vsr [Tue, 9 Aug 2005 11:30:41 +0000 (11:30 +0000)]
Add sip version definition include file (needed for the compilation).
Correct the priority (group number) of the created menus and toolbar items.

19 years agoRemove unused method
vsr [Tue, 9 Aug 2005 10:19:33 +0000 (10:19 +0000)]
Remove unused method

19 years ago1) Fix a bug of Selection object in PyQt modules - create the only instance of Select...
vsr [Tue, 9 Aug 2005 10:19:03 +0000 (10:19 +0000)]
1) Fix a bug of Selection object in PyQt modules - create the only instance of Selection per study;
2) Replace QAction class by QtxAction class throughout (workaround SIP behaviour)

19 years agoa bug with update of components that are already in Object Browser but not loaded...
asv [Mon, 8 Aug 2005 05:01:46 +0000 (05:01 +0000)]
a bug with update of components that are already in Object Browser but not loaded yet - is fixed.  See comments in the source file for details.

19 years agoENV: Windows porting
env [Mon, 8 Aug 2005 04:56:06 +0000 (04:56 +0000)]
ENV: Windows porting

19 years agodisplay isos on planar faces (on box for ex.). added
asv [Fri, 5 Aug 2005 05:20:18 +0000 (05:20 +0000)]
display isos on planar faces (on box for ex.).  added
myAISContext->IsoOnPlane( true )

19 years agoremoved ToolsGUI.h/cxx by mistake.. Moving them back.
asv [Thu, 4 Aug 2005 10:49:23 +0000 (10:49 +0000)]
removed ToolsGUI.h/cxx by mistake..  Moving them back.

19 years agoFixed Bug IPAL9593
enk [Thu, 4 Aug 2005 10:01:18 +0000 (10:01 +0000)]
Fixed Bug IPAL9593
3.0.0(current2707): Regression SMESH - Selection of a few areas with nodes on the mesh within rectangle does not work

19 years agoAdded menu items and corresponding slots to handle Catalog Generator and Registry...
asv [Thu, 4 Aug 2005 07:13:59 +0000 (07:13 +0000)]
Added menu items and corresponding slots to handle Catalog Generator and Registry Display, all implemented in ToolsGUI library.

19 years agoadded loading of ToolsGUI resources.
asv [Thu, 4 Aug 2005 07:12:48 +0000 (07:12 +0000)]
added loading of ToolsGUI resources.

19 years agoToolsGUI library implements now 2 functionalities: CatalogGenerator (as before) and...
asv [Thu, 4 Aug 2005 07:11:52 +0000 (07:11 +0000)]
ToolsGUI library implements now 2 functionalities: CatalogGenerator (as before) and Registry Display (added).  The library is not loaded dynamically (as before), but statically linked with SalomeApp, so ToolsGUI.h/cxx (dynamic factory) are not needed.

19 years agoENV: Windows porting
env [Wed, 3 Aug 2005 09:05:04 +0000 (09:05 +0000)]
ENV: Windows porting

19 years agoENV: Windows porting
env [Wed, 3 Aug 2005 08:21:57 +0000 (08:21 +0000)]
ENV: Windows porting

19 years agomessage on module loading was added.
asv [Tue, 2 Aug 2005 07:32:31 +0000 (07:32 +0000)]
message on module loading was added.

19 years agoRemove 'Refresh' item from View3D popup
jfa [Mon, 1 Aug 2005 13:02:13 +0000 (13:02 +0000)]
Remove 'Refresh' item from View3D popup

19 years agoFix pb. with VTK viewer: SIGFPE after trying to FitAll trihedron
jfa [Mon, 1 Aug 2005 11:06:29 +0000 (11:06 +0000)]
Fix pb. with VTK viewer: SIGFPE after trying to FitAll trihedron

19 years agoSALOME_Actor including removed
ouv [Mon, 1 Aug 2005 07:48:56 +0000 (07:48 +0000)]
SALOME_Actor including removed

19 years agoptv, do not send mouse release event just after mouse double click
ptv [Mon, 1 Aug 2005 04:25:15 +0000 (04:25 +0000)]
ptv, do not send mouse release event just after mouse double click

19 years agoremove compilation warnings
ptv [Mon, 1 Aug 2005 04:24:43 +0000 (04:24 +0000)]
remove compilation warnings

19 years agovro changes to enable antiliasing
ptv [Mon, 1 Aug 2005 04:23:52 +0000 (04:23 +0000)]
vro changes to enable antiliasing

19 years agoPreparation of v.3.0.1 V3_0_1
san [Fri, 29 Jul 2005 11:27:12 +0000 (11:27 +0000)]
Preparation of v.3.0.1

19 years agoPreparation of v.3.0.1
san [Fri, 29 Jul 2005 09:49:06 +0000 (09:49 +0000)]
Preparation of v.3.0.1

19 years agoUpdate comments
enk [Fri, 29 Jul 2005 07:34:45 +0000 (07:34 +0000)]
Update comments

19 years agoPreparation of v.3.0.1
san [Thu, 28 Jul 2005 15:26:28 +0000 (15:26 +0000)]
Preparation of v.3.0.1

19 years agoMinor improvement of salome_adm symlink treatment (from JR)
san [Thu, 28 Jul 2005 15:08:14 +0000 (15:08 +0000)]
Minor improvement of salome_adm symlink treatment (from JR)

19 years agono message
stv [Thu, 28 Jul 2005 09:40:26 +0000 (09:40 +0000)]
no message

19 years agoDeferred delete for the used header editor at end of edition
stv [Thu, 28 Jul 2005 07:54:30 +0000 (07:54 +0000)]
Deferred delete for the used header editor at end of edition

19 years agoMake "Auto size columns" preference checked by default.
mzn [Thu, 28 Jul 2005 06:47:21 +0000 (06:47 +0000)]
Make "Auto size columns" preference checked by default.

19 years agoAdd more default preferences for SMESH module.
mzn [Wed, 27 Jul 2005 11:17:28 +0000 (11:17 +0000)]
Add more default preferences for SMESH module.

19 years agoUpdate comments
enk [Tue, 26 Jul 2005 12:50:32 +0000 (12:50 +0000)]
Update comments

19 years agoAdd default preferences for VISU module.
mzn [Tue, 26 Jul 2005 10:23:51 +0000 (10:23 +0000)]
Add default preferences for VISU module.

19 years agonow the object browser uses "auto_size" preferences correctly
asl [Mon, 25 Jul 2005 05:13:02 +0000 (05:13 +0000)]
now the object browser uses "auto_size" preferences correctly

19 years ago*** empty log message ***
asl [Mon, 25 Jul 2005 04:28:48 +0000 (04:28 +0000)]
*** empty log message ***

19 years agonow study uses resources "multi_file" and "ascii_file" during document saving
asl [Mon, 25 Jul 2005 04:26:49 +0000 (04:26 +0000)]
now study uses resources "multi_file" and "ascii_file" during document saving

19 years agonew methods: font() and setFont(), allowing to read and change font of python console
asl [Mon, 25 Jul 2005 04:23:49 +0000 (04:23 +0000)]
new methods: font() and setFont(), allowing to read and change font of python console

19 years agonew preference: file selector
asl [Mon, 25 Jul 2005 04:22:01 +0000 (04:22 +0000)]
new preference: file selector
and new flag in FontItem: Preview; if this flag is on, then user can use standard font dialog to select font

19 years agoUpdate comments
enk [Fri, 22 Jul 2005 12:46:33 +0000 (12:46 +0000)]
Update comments

19 years ago*** empty log message ***
mzn [Fri, 22 Jul 2005 06:39:54 +0000 (06:39 +0000)]
*** empty log message ***

19 years agono message
stv [Fri, 22 Jul 2005 05:49:10 +0000 (05:49 +0000)]
no message

19 years ago*** empty log message ***
asl [Fri, 22 Jul 2005 05:40:03 +0000 (05:40 +0000)]
*** empty log message ***

19 years agono message
stv [Fri, 22 Jul 2005 05:20:44 +0000 (05:20 +0000)]
no message

19 years agoUpdate comments.
enk [Fri, 22 Jul 2005 03:55:14 +0000 (03:55 +0000)]
Update comments.

19 years agocorrection for bug:
asl [Fri, 22 Jul 2005 03:04:14 +0000 (03:04 +0000)]
correction for bug:
first element is always empty for QtxListResourceEdit::FontItem::<family combobox>

19 years agoFix a bug of menu management (action is registered incorrectly if -1 (default) id...
vsr [Thu, 21 Jul 2005 13:58:39 +0000 (13:58 +0000)]
Fix a bug of menu management (action is registered incorrectly if -1 (default) id is used)

19 years agoFix a bug of Selection.ClearFilters() method
vsr [Thu, 21 Jul 2005 11:52:52 +0000 (11:52 +0000)]
Fix a bug of Selection.ClearFilters() method

19 years agoMethods setIsSystem, isSystem, setWidgetFlags, widgetFlags are removed. The according...
asl [Thu, 21 Jul 2005 10:34:26 +0000 (10:34 +0000)]
Methods setIsSystem, isSystem, setWidgetFlags, widgetFlags are removed. The according values can be accessed through common setProperty/property methods with names: "system" and "widget_flags"

19 years agonew variant of font item
asl [Thu, 21 Jul 2005 09:49:56 +0000 (09:49 +0000)]
new variant of font item

19 years agoAdd preference for quick directory list.
mzn [Thu, 21 Jul 2005 09:33:05 +0000 (09:33 +0000)]
Add preference for quick directory list.

19 years agodebug
asl [Thu, 21 Jul 2005 09:28:33 +0000 (09:28 +0000)]
debug

19 years agoPreferences improvements. Empty categories not shown.
stv [Thu, 21 Jul 2005 07:44:38 +0000 (07:44 +0000)]
Preferences improvements. Empty categories not shown.

19 years agono message
stv [Thu, 21 Jul 2005 07:37:19 +0000 (07:37 +0000)]
no message

19 years agoQtxTable added
stv [Thu, 21 Jul 2005 06:26:36 +0000 (06:26 +0000)]
QtxTable added

19 years agoUpdate comments.
enk [Wed, 20 Jul 2005 12:45:54 +0000 (12:45 +0000)]
Update comments.

19 years agodebug
asl [Wed, 20 Jul 2005 11:28:10 +0000 (11:28 +0000)]
debug

19 years agoNew item (FontItem), allowing to show information about font setting and to select...
asl [Wed, 20 Jul 2005 09:52:19 +0000 (09:52 +0000)]
New item (FontItem), allowing to show information about font setting and to select font from standard font dialog

19 years agoNew methods allowing QtxResourceEdit::Item to store and retrive font from resource...
asl [Wed, 20 Jul 2005 09:51:25 +0000 (09:51 +0000)]
New methods allowing QtxResourceEdit::Item to store and retrive font from resource manager

19 years agoNew methods allowing to store in resource manager string information about font and...
asl [Wed, 20 Jul 2005 09:50:04 +0000 (09:50 +0000)]
New methods allowing to store in resource manager string information about font and to construct font automatically by this info

19 years agoAdd more preferences(for GEOM and for SMESH).
mzn [Wed, 20 Jul 2005 09:04:13 +0000 (09:04 +0000)]
Add more preferences(for GEOM and for SMESH).

19 years agoBugID IPAL9021, modified a method loadDocument. Put there a code from method openDocu...
srn [Wed, 20 Jul 2005 05:59:50 +0000 (05:59 +0000)]
BugID IPAL9021, modified a method loadDocument. Put there a code from method openDocument to update the ObjectBrowser when the unloaded study is loaded back.

19 years agoComments moved into cxx-files. Method QtxWorkstack::onTop() removed.
stv [Wed, 20 Jul 2005 05:48:54 +0000 (05:48 +0000)]
Comments moved into cxx-files. Method QtxWorkstack::onTop() removed.

19 years agoAdd methods to create menu and toolbar actions to be accessed from Python.
vsr [Tue, 19 Jul 2005 11:43:15 +0000 (11:43 +0000)]
Add methods to create menu and toolbar actions to be accessed from Python.

19 years agoUpdate comments
enk [Fri, 15 Jul 2005 12:45:45 +0000 (12:45 +0000)]
Update comments

19 years agoUpdate comments
enk [Fri, 15 Jul 2005 11:06:29 +0000 (11:06 +0000)]
Update comments

19 years agoIPAL9487: can not open file with two points in the name
jfa [Fri, 15 Jul 2005 10:01:40 +0000 (10:01 +0000)]
IPAL9487: can not open file with two points in the name

19 years agoModified a method onLoadStudy, added a call of a method updateObjectBrowser
srn [Fri, 15 Jul 2005 05:55:30 +0000 (05:55 +0000)]
Modified a method onLoadStudy, added a call of a method updateObjectBrowser

19 years agoModified a method onLoadStudy, added a check for an applications with Null active...
srn [Thu, 14 Jul 2005 10:58:31 +0000 (10:58 +0000)]
Modified a method onLoadStudy, added a check for an applications with Null active study

19 years agoAdded a defintion of method void onLoadDoc()
srn [Thu, 14 Jul 2005 10:43:52 +0000 (10:43 +0000)]
Added a defintion of method void onLoadDoc()

19 years agoBug in restore window geometry mechanism was fixed. (Restored window size was greater...
stv [Thu, 14 Jul 2005 05:58:36 +0000 (05:58 +0000)]
Bug in restore window geometry mechanism was fixed. (Restored window size was greater then window size in prevoius session).

19 years agoUpdate comments
enk [Wed, 13 Jul 2005 12:42:31 +0000 (12:42 +0000)]
Update comments

19 years agoIPAL BugID9021, added a new field myClosePermanently
srn [Wed, 13 Jul 2005 12:33:37 +0000 (12:33 +0000)]
IPAL BugID9021, added a new field myClosePermanently

19 years agoMerge with branch V2_2_0_VISU_improvement
jfa [Wed, 13 Jul 2005 12:08:32 +0000 (12:08 +0000)]
Merge with branch V2_2_0_VISU_improvement

19 years agoUpdate comments
enk [Wed, 13 Jul 2005 10:13:18 +0000 (10:13 +0000)]
Update comments

19 years agoModifications in SalomeApp_DataModel::BuildTree(...) function :
mkr [Wed, 13 Jul 2005 10:00:43 +0000 (10:00 +0000)]
Modifications in SalomeApp_DataModel::BuildTree(...) function :
don't skip during update those modules, which is already published
in object browser, but not yet loaded.

19 years agoIPAL BugID9021, modified method onLoadDoc
srn [Wed, 13 Jul 2005 08:53:34 +0000 (08:53 +0000)]
IPAL BugID9021, modified method onLoadDoc

19 years agoIPAL BugID9021, modified method onLoadDoc
srn [Wed, 13 Jul 2005 07:30:12 +0000 (07:30 +0000)]
IPAL BugID9021, modified method onLoadDoc

19 years agoENV: Windows porting.
env [Wed, 13 Jul 2005 07:11:04 +0000 (07:11 +0000)]
ENV: Windows porting.

19 years agoIPAL BugID9021, changed a hot key for Connect
srn [Wed, 13 Jul 2005 06:52:45 +0000 (06:52 +0000)]
IPAL BugID9021, changed a hot key for Connect

19 years agodebug IPAL9411: remove the slot SalomeApp_Study::updateModelRoot to reduce the number of
msv [Wed, 13 Jul 2005 06:41:44 +0000 (06:41 +0000)]
debug IPAL9411: remove the slot SalomeApp_Study::updateModelRoot to reduce the number of
unneeded updates of object browser

19 years agodebug IPAL9411: redefine virtual methods createEmptyStudy and activateModule
msv [Wed, 13 Jul 2005 06:35:33 +0000 (06:35 +0000)]
debug IPAL9411: redefine virtual methods createEmptyStudy and activateModule
in order to call updateTree of object browser. It is due to removing call of
updateTree during treating the signal rootChanged of CAM_Study.

19 years agodebug IPAL9411: in destructor, remove this DataObject from the parent before emitting...
msv [Wed, 13 Jul 2005 06:26:43 +0000 (06:26 +0000)]
debug IPAL9411: in destructor, remove this DataObject from the parent before emitting signal.

19 years agodebug IPAL9411: learn OB to completely disconnect from DataObjects upon their removal,
msv [Wed, 13 Jul 2005 06:18:13 +0000 (06:18 +0000)]
debug IPAL9411: learn OB to completely disconnect from DataObjects upon their removal,
so that they did not send signal during destroying.

19 years agoIPAL BugID9021, changed Load to Connect
srn [Wed, 13 Jul 2005 05:22:12 +0000 (05:22 +0000)]
IPAL BugID9021, changed Load to Connect

19 years agoIPAL BugID9021, modified method closeDocument, added a boolean argument "permanently"
srn [Wed, 13 Jul 2005 04:44:38 +0000 (04:44 +0000)]
IPAL BugID9021, modified method closeDocument, added a boolean argument "permanently"

19 years agoAdded dialog flag "SetFocus"
stv [Wed, 13 Jul 2005 04:29:48 +0000 (04:29 +0000)]
Added dialog flag "SetFocus"

19 years agoIPAL BugID9021, a call to the dialog box with a list of existent studies
srn [Tue, 12 Jul 2005 09:40:28 +0000 (09:40 +0000)]
IPAL BugID9021, a call to the dialog box with a list of existent studies