]>
SALOME platform Git repositories - modules/gui.git/log
nds [Wed, 14 Sep 2005 06:45:57 +0000 (06:45 +0000)]
Images move to LightApp library
nds [Wed, 14 Sep 2005 06:44:09 +0000 (06:44 +0000)]
*** empty log message ***
nds [Wed, 14 Sep 2005 06:43:18 +0000 (06:43 +0000)]
Use LightApp library
nds [Wed, 14 Sep 2005 06:39:30 +0000 (06:39 +0000)]
Remove dependency from KERNEL
nds [Wed, 14 Sep 2005 06:35:27 +0000 (06:35 +0000)]
*** empty log message ***
asv [Tue, 13 Sep 2005 13:24:39 +0000 (13:24 +0000)]
Fix for a bug: if ViewModel does not support Trihedron in its views, then a corresponding Action is not created in createActions(). BUT it was used without checking in the next function - createToolBar(). Added a check for myModel->trihedronActivated() to createToolBar().
vsr [Tue, 13 Sep 2005 10:56:57 +0000 (10:56 +0000)]
Remove obsolete files
vsr [Tue, 13 Sep 2005 10:31:06 +0000 (10:31 +0000)]
Update SALOME Session server to load correct application resources (for SALOME-based applications)
vsr [Tue, 13 Sep 2005 10:25:55 +0000 (10:25 +0000)]
Update SALOME logo
vsr [Tue, 13 Sep 2005 10:20:05 +0000 (10:20 +0000)]
Fix a bug : wrong dialog icon name
vsr [Tue, 13 Sep 2005 10:19:09 +0000 (10:19 +0000)]
Provide logo support for SALOME desktop;
Improve version number handling.
vsr [Tue, 13 Sep 2005 10:14:44 +0000 (10:14 +0000)]
Provide logo support for SALOME desktop
vsr [Tue, 13 Sep 2005 10:05:26 +0000 (10:05 +0000)]
Change order of resource files loading to allow customizing resources in SALOME-based applications
vsr [Mon, 12 Sep 2005 09:23:19 +0000 (09:23 +0000)]
Fix PAL9941
srn [Mon, 12 Sep 2005 08:44:52 +0000 (08:44 +0000)]
modified method getStudy
vsr [Fri, 9 Sep 2005 12:06:04 +0000 (12:06 +0000)]
Fix a bug : popup menus do not work for Python modules when XML menu description files are used (obsolete way)
vsr [Fri, 9 Sep 2005 09:11:09 +0000 (09:11 +0000)]
Fix a bug (bad SALOME version number is used).
env [Fri, 9 Sep 2005 06:04:31 +0000 (06:04 +0000)]
ENV: Windows porting.
env [Fri, 9 Sep 2005 05:25:28 +0000 (05:25 +0000)]
ENV: Windows porting.
enk [Thu, 8 Sep 2005 09:53:18 +0000 (09:53 +0000)]
bad variables names corrected
"list" to "thelist"
"map" to "themap"
mzn [Tue, 6 Sep 2005 09:59:23 +0000 (09:59 +0000)]
Add default values for SMESH preferences: automatic update(true) and display mode(shading).
smh [Thu, 1 Sep 2005 06:50:00 +0000 (06:50 +0000)]
Version 3.0.2
mzn [Wed, 31 Aug 2005 11:50:03 +0000 (11:50 +0000)]
Add some more default preferences.
srn [Tue, 30 Aug 2005 05:20:29 +0000 (05:20 +0000)]
Replaced the old execption handler by the new one.
env [Fri, 26 Aug 2005 11:00:57 +0000 (11:00 +0000)]
ENV: Windows porting
env [Fri, 26 Aug 2005 10:45:29 +0000 (10:45 +0000)]
ENV: Windows porting
mzn [Fri, 26 Aug 2005 08:10:26 +0000 (08:10 +0000)]
Fix for problem: broken reference objects after delete originals.
mzn [Fri, 26 Aug 2005 06:19:26 +0000 (06:19 +0000)]
Fix for problem: broken reference objects after delete originals.
asl [Fri, 26 Aug 2005 06:09:39 +0000 (06:09 +0000)]
PAL9636
mzn [Thu, 25 Aug 2005 12:46:50 +0000 (12:46 +0000)]
Add settings for Plot2D viewer.
asl [Thu, 25 Aug 2005 09:08:34 +0000 (09:08 +0000)]
PAL9796
mzn [Wed, 24 Aug 2005 12:55:42 +0000 (12:55 +0000)]
?Preferences? dialog box: button ?Cancel? should be replaced by ?Close?.
tma [Wed, 24 Aug 2005 10:01:08 +0000 (10:01 +0000)]
no message
srn [Wed, 24 Aug 2005 09:33:11 +0000 (09:33 +0000)]
Added a call to a method updateActions of SalomeApp_Application to update the status of the toolbal
asv [Wed, 24 Aug 2005 07:52:12 +0000 (07:52 +0000)]
Improved implementaion of internal data structure of Accelerator manager. Now it allows to register different actions for the same key press (in different types of viewers, naturally).
asv [Tue, 23 Aug 2005 12:23:30 +0000 (12:23 +0000)]
new function initView() is added in order to easily customize creation of a new view window in SOCC.
asv [Tue, 23 Aug 2005 12:21:03 +0000 (12:21 +0000)]
new field of SUIT_Accel type is added, and its initialization in constructor.
asv [Tue, 23 Aug 2005 12:20:26 +0000 (12:20 +0000)]
New class - SUIT_Accel - is introduced. It is used for handling keyboard accelerators. ViewWindow is responsible for receiving the event from Accelerator manager.
sln [Tue, 23 Aug 2005 08:24:37 +0000 (08:24 +0000)]
New messages for operation mechanism added
sln [Tue, 23 Aug 2005 08:24:07 +0000 (08:24 +0000)]
Methods for starting, suspending, aborting (etc) operation added. Now if operation has study it calls corresponding stydy method for these purposes. List of started operations added.
sln [Tue, 23 Aug 2005 08:22:54 +0000 (08:22 +0000)]
Comments added. Methods for starting, suspending, aborting (etc) operation imporoved. Now if operation has study it calls corresponding stydy method for these purposes.
sln [Tue, 23 Aug 2005 08:19:42 +0000 (08:19 +0000)]
Predeclaration of classes added to compile package
sln [Tue, 23 Aug 2005 08:17:30 +0000 (08:17 +0000)]
New files for operation mechanism added
sln [Tue, 23 Aug 2005 08:16:40 +0000 (08:16 +0000)]
File containing update flags used as arguments of SalomeApp_Module::update method
sln [Tue, 23 Aug 2005 08:15:24 +0000 (08:15 +0000)]
Auxiliary class for switching between started operations
sln [Tue, 23 Aug 2005 08:14:44 +0000 (08:14 +0000)]
Base class for all salome operations
sln [Tue, 23 Aug 2005 08:14:01 +0000 (08:14 +0000)]
Operation mechanism improved. Methods for starting and finishing operations added. Auxiliary class SalomeApp_SwitchOp added for correct switching between started operation
sln [Tue, 23 Aug 2005 08:11:34 +0000 (08:11 +0000)]
Base class for all Salome dialogs
sln [Tue, 23 Aug 2005 08:09:56 +0000 (08:09 +0000)]
New icon for used for selection widget in SalomeApp_Dialog
sln [Tue, 23 Aug 2005 08:09:19 +0000 (08:09 +0000)]
icon_select added
asl [Tue, 23 Aug 2005 06:29:47 +0000 (06:29 +0000)]
PAL9796
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.
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).
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.
apo [Fri, 19 Aug 2005 11:50:16 +0000 (11:50 +0000)]
To introduce highlight action
apo [Fri, 19 Aug 2005 11:49:37 +0000 (11:49 +0000)]
To make VTKViewer_UnscaledActor an infinite actor (with infinite bounds)
mpv [Thu, 18 Aug 2005 09:04:19 +0000 (09:04 +0000)]
Windows porting
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)
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
apo [Tue, 16 Aug 2005 04:01:40 +0000 (04:01 +0000)]
To remove incorrect integration
apo [Mon, 15 Aug 2005 06:56:20 +0000 (06:56 +0000)]
To customize resources for the branch
apo [Fri, 12 Aug 2005 11:27:51 +0000 (11:27 +0000)]
To introduce default launch mode of SALOMEDS server
env [Thu, 11 Aug 2005 03:58:42 +0000 (03:58 +0000)]
ENV: Windows porting.
env [Wed, 10 Aug 2005 10:58:51 +0000 (10:58 +0000)]
ENV: Windows porting.
env [Wed, 10 Aug 2005 10:23:16 +0000 (10:23 +0000)]
ENV: Windows porting.
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).
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.
vsr [Tue, 9 Aug 2005 10:19:33 +0000 (10:19 +0000)]
Remove unused method
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)
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.
env [Mon, 8 Aug 2005 04:56:06 +0000 (04:56 +0000)]
ENV: Windows porting
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 )
asv [Thu, 4 Aug 2005 10:49:23 +0000 (10:49 +0000)]
removed ToolsGUI.h/cxx by mistake.. Moving them back.
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
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.
asv [Thu, 4 Aug 2005 07:12:48 +0000 (07:12 +0000)]
added loading of ToolsGUI resources.
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.
env [Wed, 3 Aug 2005 09:05:04 +0000 (09:05 +0000)]
ENV: Windows porting
env [Wed, 3 Aug 2005 08:21:57 +0000 (08:21 +0000)]
ENV: Windows porting
asv [Tue, 2 Aug 2005 07:32:31 +0000 (07:32 +0000)]
message on module loading was added.
jfa [Mon, 1 Aug 2005 13:02:13 +0000 (13:02 +0000)]
Remove 'Refresh' item from View3D popup
jfa [Mon, 1 Aug 2005 11:06:29 +0000 (11:06 +0000)]
Fix pb. with VTK viewer: SIGFPE after trying to FitAll trihedron
ouv [Mon, 1 Aug 2005 07:48:56 +0000 (07:48 +0000)]
SALOME_Actor including removed
ptv [Mon, 1 Aug 2005 04:25:15 +0000 (04:25 +0000)]
ptv, do not send mouse release event just after mouse double click
ptv [Mon, 1 Aug 2005 04:24:43 +0000 (04:24 +0000)]
remove compilation warnings
ptv [Mon, 1 Aug 2005 04:23:52 +0000 (04:23 +0000)]
vro changes to enable antiliasing
san [Fri, 29 Jul 2005 11:27:12 +0000 (11:27 +0000)]
Preparation of v.3.0.1
san [Fri, 29 Jul 2005 09:49:06 +0000 (09:49 +0000)]
Preparation of v.3.0.1
enk [Fri, 29 Jul 2005 07:34:45 +0000 (07:34 +0000)]
Update comments
san [Thu, 28 Jul 2005 15:26:28 +0000 (15:26 +0000)]
Preparation of v.3.0.1
san [Thu, 28 Jul 2005 15:08:14 +0000 (15:08 +0000)]
Minor improvement of salome_adm symlink treatment (from JR)
stv [Thu, 28 Jul 2005 09:40:26 +0000 (09:40 +0000)]
no message
stv [Thu, 28 Jul 2005 07:54:30 +0000 (07:54 +0000)]
Deferred delete for the used header editor at end of edition
mzn [Thu, 28 Jul 2005 06:47:21 +0000 (06:47 +0000)]
Make "Auto size columns" preference checked by default.
mzn [Wed, 27 Jul 2005 11:17:28 +0000 (11:17 +0000)]
Add more default preferences for SMESH module.
enk [Tue, 26 Jul 2005 12:50:32 +0000 (12:50 +0000)]
Update comments
mzn [Tue, 26 Jul 2005 10:23:51 +0000 (10:23 +0000)]
Add default preferences for VISU module.
asl [Mon, 25 Jul 2005 05:13:02 +0000 (05:13 +0000)]
now the object browser uses "auto_size" preferences correctly
asl [Mon, 25 Jul 2005 04:28:48 +0000 (04:28 +0000)]
*** empty log message ***
asl [Mon, 25 Jul 2005 04:26:49 +0000 (04:26 +0000)]
now study uses resources "multi_file" and "ascii_file" during document saving