]> SALOME platform Git repositories - modules/gui.git/log
Salome HOME
modules/gui.git
19 years agoMechanism of operations changed. New file SalomeApp_SwitchOp added to control switchi...
sln [Tue, 12 Jul 2005 13:44:24 +0000 (13:44 +0000)]
Mechanism of operations changed. New file SalomeApp_SwitchOp added to control switching between started operations.

19 years agoMechanism of operations changed
sln [Tue, 12 Jul 2005 13:42:27 +0000 (13:42 +0000)]
Mechanism of operations changed

19 years agosetStudy is called from setModule method
asl [Mon, 11 Jul 2005 03:48:45 +0000 (03:48 +0000)]
setStudy is called from setModule method

19 years ago1) new method deactivateAll
asl [Mon, 11 Jul 2005 03:47:58 +0000 (03:47 +0000)]
1) new method deactivateAll
2) some comments were added
3) object selection buttons stored as QButton*, but really it is QToolButton

19 years agocanActivate method changed
sln [Fri, 8 Jul 2005 09:18:18 +0000 (09:18 +0000)]
canActivate method changed

19 years agoNew messages added
sln [Fri, 8 Jul 2005 09:17:49 +0000 (09:17 +0000)]
New messages added

19 years agoSeveral useless methods removed. canActivate method rewritten
sln [Fri, 8 Jul 2005 08:49:36 +0000 (08:49 +0000)]
Several useless methods removed. canActivate method rewritten

19 years agoisReadyToStart method is constant now
sln [Fri, 8 Jul 2005 08:48:15 +0000 (08:48 +0000)]
isReadyToStart method is constant now

19 years agoActivation of operators fixed
sln [Fri, 8 Jul 2005 05:25:48 +0000 (05:25 +0000)]
Activation of operators fixed

19 years agoCompilation errors fixed (predeclaration of classes added)
sln [Fri, 8 Jul 2005 05:21:30 +0000 (05:21 +0000)]
Compilation errors fixed (predeclaration of classes added)

19 years ago1) SalomeApp_Application* was removed from constructor of operation. It will be set...
asl [Thu, 7 Jul 2005 08:51:24 +0000 (08:51 +0000)]
1) SalomeApp_Application* was removed from constructor of operation. It will be set by method setModule
2) Operation has "autoResumed" state. If it is true, the operation will be resume automatically, when according dialog become active. If not, somebody must call resume manually.

19 years agoNow the module stores operations in map and can to start operation by id
asl [Thu, 7 Jul 2005 08:49:12 +0000 (08:49 +0000)]
Now the module stores operations in map and can to start operation by id

19 years agoif id passed to clearSelection is -1, then all object selection widgets will be cleared
asl [Thu, 7 Jul 2005 08:44:50 +0000 (08:44 +0000)]
if id passed to clearSelection is -1, then all object selection widgets will be cleared

19 years agoThe default methods of selection management are moved to SMESHGUI
asl [Mon, 4 Jul 2005 10:25:33 +0000 (10:25 +0000)]
The default methods of selection management are moved to SMESHGUI

19 years agoComments are added
asl [Mon, 4 Jul 2005 03:57:01 +0000 (03:57 +0000)]
Comments are added
+ minor changes

19 years agoNow operation has method "selected", which allows to receive list of names, types...
asl [Fri, 1 Jul 2005 11:55:23 +0000 (11:55 +0000)]
Now operation has method "selected", which allows to receive list of names, types and entries of selected objects. Successors of operation may call dlg()->selectObject() in selectionDone() and pass these lists to implement simple behavior of selection.

19 years agoNow dialog can control name indication and receive list of names, types and entries...
asl [Fri, 1 Jul 2005 11:49:19 +0000 (11:49 +0000)]
Now dialog can control name indication and receive list of names, types and entries of selected objects

19 years agoUpdate flags and update() method added
sln [Fri, 1 Jul 2005 08:23:24 +0000 (08:23 +0000)]
Update flags and update() method added

19 years agonew files for dialog and operation
sln [Fri, 1 Jul 2005 06:21:32 +0000 (06:21 +0000)]
new files for dialog and operation

19 years agonew icon
sln [Fri, 1 Jul 2005 06:20:02 +0000 (06:20 +0000)]
new icon

19 years agoUpdate comments
abd [Fri, 1 Jul 2005 04:30:15 +0000 (04:30 +0000)]
Update comments

19 years agoUpdate comments
abd [Fri, 1 Jul 2005 04:21:19 +0000 (04:21 +0000)]
Update comments

19 years agoReally create new application on new study loading, as the bug with <pure virtual...
jfa [Thu, 30 Jun 2005 09:14:51 +0000 (09:14 +0000)]
Really create new application on new study loading, as the bug with <pure virtual method called> has been solved

19 years agofIX FOR bug IPAL9242(3.0.0: Activation of OCC viewer breaks current VTK viewer in...
mzn [Wed, 29 Jun 2005 12:34:51 +0000 (12:34 +0000)]
fIX FOR bug IPAL9242(3.0.0: Activation of OCC viewer breaks current VTK viewer in Mesh).

19 years agoTitle for Dock windows
stv [Wed, 29 Jun 2005 11:11:01 +0000 (11:11 +0000)]
Title for Dock windows

19 years agoImprovement of splash. Now thread does not send CloseEvent, but calls qApp->exit...
asv [Wed, 29 Jun 2005 10:49:42 +0000 (10:49 +0000)]
Improvement of splash.  Now thread does not send CloseEvent, but calls qApp->exit() instead.  To fix bug when splash hangs up on 100%.

19 years agoDockable window title
stv [Wed, 29 Jun 2005 10:46:53 +0000 (10:46 +0000)]
Dockable window title

19 years agoTitle for Dock windows
stv [Wed, 29 Jun 2005 10:04:40 +0000 (10:04 +0000)]
Title for Dock windows

19 years agoinstall step is changed. symbolic link is made relative to bindir.
asv [Wed, 29 Jun 2005 06:39:31 +0000 (06:39 +0000)]
install step is changed.  symbolic link is made relative to bindir.

19 years agoBug fix. mySignal removed at the end of destructor.
stv [Wed, 29 Jun 2005 04:40:12 +0000 (04:40 +0000)]
Bug fix. mySignal removed at the end of destructor.

19 years ago*** empty log message ***
stv [Tue, 28 Jun 2005 10:09:56 +0000 (10:09 +0000)]
*** empty log message ***

19 years agoFix a linkage error: destructor can not be pure virtual
vsr [Tue, 28 Jun 2005 09:14:08 +0000 (09:14 +0000)]
Fix a linkage error: destructor can not be pure virtual

19 years agoImplement level() method for the SUIT_DataObject class
vsr [Tue, 28 Jun 2005 09:13:24 +0000 (09:13 +0000)]
Implement level() method for the SUIT_DataObject class

19 years agoImprove the look-n-feel of the splash window
vsr [Tue, 28 Jun 2005 09:12:31 +0000 (09:12 +0000)]
Improve the look-n-feel of the splash window

19 years agoDefine the default icon for the application
vsr [Tue, 28 Jun 2005 09:11:46 +0000 (09:11 +0000)]
Define the default icon for the application

19 years agoFix a bug: sip initilization function should be called manually to use sip global...
vsr [Tue, 28 Jun 2005 08:57:53 +0000 (08:57 +0000)]
Fix a bug: sip initilization function should be called manually to use sip global data - otherwise application crashes

19 years agoModify SALOME style: make progress bar to be displayed as solid rectangle
vsr [Tue, 28 Jun 2005 08:40:29 +0000 (08:40 +0000)]
Modify SALOME style: make progress bar to be displayed as solid rectangle

19 years agoImplement ResourceExporter tool: provide command-line interface to modify user prefer...
vsr [Tue, 28 Jun 2005 08:39:09 +0000 (08:39 +0000)]
Implement ResourceExporter tool: provide command-line interface to modify user preferences.

19 years agoPrefernces.
stv [Tue, 28 Jun 2005 07:31:17 +0000 (07:31 +0000)]
Prefernces.

19 years agoFix for bug with updateObjBrowser()
asv [Mon, 27 Jun 2005 12:48:17 +0000 (12:48 +0000)]
Fix for bug with updateObjBrowser()

19 years agono message
stv [Mon, 27 Jun 2005 11:58:58 +0000 (11:58 +0000)]
no message

19 years agoEMPTY method CreatePrs() that was already declared in header file - is added. To...
asv [Mon, 27 Jun 2005 11:53:49 +0000 (11:53 +0000)]
EMPTY method CreatePrs() that was already declared in header file - is added.  To be filled by meanfull content in future.

19 years agoPrefernces and properties.
stv [Mon, 27 Jun 2005 11:24:56 +0000 (11:24 +0000)]
Prefernces and properties.

19 years agotry () catch () mechanism modified.
stv [Mon, 27 Jun 2005 11:23:15 +0000 (11:23 +0000)]
try () catch () mechanism modified.

19 years agoDefault pixmap for non existing pixmap files.
stv [Mon, 27 Jun 2005 11:22:33 +0000 (11:22 +0000)]
Default pixmap for non existing pixmap files.

19 years agoBug in auto open.
stv [Mon, 27 Jun 2005 11:20:56 +0000 (11:20 +0000)]
Bug in auto open.

19 years agoSMH: Fix misprint
smh [Mon, 27 Jun 2005 05:38:01 +0000 (05:38 +0000)]
SMH: Fix misprint

19 years ago*** empty log message ***
ouv [Fri, 24 Jun 2005 13:38:35 +0000 (13:38 +0000)]
*** empty log message ***

19 years agonew files added
ouv [Fri, 24 Jun 2005 13:37:35 +0000 (13:37 +0000)]
new files added

19 years agoBug fixed: if 'splash' parameter is not set, then application crashed. Now OK.
asv [Fri, 24 Jun 2005 12:32:44 +0000 (12:32 +0000)]
Bug fixed: if 'splash' parameter is not set, then application crashed.  Now OK.

19 years agoRemove GLViewer_Detector.h, .cxx.
mkr [Fri, 24 Jun 2005 12:15:45 +0000 (12:15 +0000)]
Remove GLViewer_Detector.h, .cxx.

19 years agoFix for bug IPAL9313 (update of data model of NON-loaded modules in onRefresh() ).
asv [Fri, 24 Jun 2005 11:50:08 +0000 (11:50 +0000)]
Fix for bug IPAL9313 (update of data model of NON-loaded modules in onRefresh() ).

19 years ago*** empty log message ***
ouv [Fri, 24 Jun 2005 11:47:39 +0000 (11:47 +0000)]
*** empty log message ***

19 years agoSome correction.
enk [Fri, 24 Jun 2005 11:46:41 +0000 (11:46 +0000)]
Some correction.

19 years agoView type definition
vsv [Fri, 24 Jun 2005 10:21:40 +0000 (10:21 +0000)]
View type definition

19 years agoBug with View activations fixed
vsv [Fri, 24 Jun 2005 10:20:08 +0000 (10:20 +0000)]
Bug with  View activations fixed

19 years agoMPV: fix for bug IPAL9235
mpv [Fri, 24 Jun 2005 10:14:24 +0000 (10:14 +0000)]
MPV: fix for bug IPAL9235
Redefine updateDesktopTitle to add "LOCKED" information to the title of desktop window.

19 years agoBugs with warnings (unexpected NULL receiver) are fixed.
asv [Fri, 24 Jun 2005 07:02:19 +0000 (07:02 +0000)]
Bugs with warnings (unexpected NULL receiver) are fixed.

19 years agobug 9264. Add resources for SMESH plugins
eap [Thu, 23 Jun 2005 13:07:44 +0000 (13:07 +0000)]
bug 9264. Add resources for SMESH plugins

19 years ago*** empty log message ***
vsv [Thu, 23 Jun 2005 12:52:44 +0000 (12:52 +0000)]
*** empty log message ***

19 years agostudyActivated() virtual method has been added
vsv [Thu, 23 Jun 2005 12:45:14 +0000 (12:45 +0000)]
studyActivated() virtual method has been added

19 years agoMethod onDesktopActivated made as protected instead of private
vsv [Thu, 23 Jun 2005 12:43:31 +0000 (12:43 +0000)]
Method onDesktopActivated made as protected instead of private

19 years agoDialog SetupCurveDlg has been added
vsv [Thu, 23 Jun 2005 12:41:50 +0000 (12:41 +0000)]
Dialog SetupCurveDlg has been added

19 years agoFix a bug with resources in the Study properties dialog box
vsr [Thu, 23 Jun 2005 12:30:42 +0000 (12:30 +0000)]
Fix a bug with resources in the Study properties dialog box

19 years agoFor data objects other than SalomeApp_DataObject the filter should return true, other...
vsr [Thu, 23 Jun 2005 12:29:54 +0000 (12:29 +0000)]
For data objects other than SalomeApp_DataObject the filter should return true, otherwise selection in Object Browser for such objects is not available

19 years agoRemove obsolete code
vsr [Thu, 23 Jun 2005 12:28:42 +0000 (12:28 +0000)]
Remove obsolete code

19 years agoLoader package is removed. Splash screen class (InquireServersQThread) is moved...
asv [Thu, 23 Jun 2005 11:42:23 +0000 (11:42 +0000)]
Loader package is removed.    Splash screen class (InquireServersQThread) is moved to Session package.  SALOME_Session_Server now handles splash functionality.

19 years agocreateApplication() without parameters back again.
asv [Thu, 23 Jun 2005 11:39:57 +0000 (11:39 +0000)]
createApplication() without parameters back again.

19 years ago"style" directory is created not under bin/salome (where sym link is created), but...
asv [Thu, 23 Jun 2005 11:32:16 +0000 (11:32 +0000)]
"style" directory is created not under bin/salome (where sym link is created), but in GUI_BUILD/src/Session, where binary file is actually found.

19 years agoadded default SPLASH parameter
asv [Thu, 23 Jun 2005 11:20:44 +0000 (11:20 +0000)]
added default SPLASH parameter

19 years agocreateApplication() made with 2 parameters.
asv [Thu, 23 Jun 2005 11:20:20 +0000 (11:20 +0000)]
createApplication() made with 2 parameters.

19 years agoSplash screen was implemented. Changes in packages SUIT and Session are integrated.
asv [Thu, 23 Jun 2005 11:15:58 +0000 (11:15 +0000)]
Splash screen was implemented.  Changes in packages SUIT and Session are integrated.

19 years agoApplication::onLoadDoc() method implementation (for VISU batchmode tests)
jfa [Thu, 23 Jun 2005 11:11:13 +0000 (11:11 +0000)]
Application::onLoadDoc() method implementation (for VISU batchmode tests)

19 years agoFix for bug IPAL9277(3.0.0 (debianex): incorrect cursor view after "Activate Module...
mzn [Thu, 23 Jun 2005 10:50:57 +0000 (10:50 +0000)]
Fix for bug IPAL9277(3.0.0 (debianex): incorrect cursor view after "Activate Module" applying from the multi-selection popup).

19 years agoBugId: IPAL8989, implemented Copy/Paste
srn [Thu, 23 Jun 2005 09:43:27 +0000 (09:43 +0000)]
BugId: IPAL8989, implemented Copy/Paste

19 years agoRemoved Cut operation
srn [Thu, 23 Jun 2005 09:42:39 +0000 (09:42 +0000)]
Removed Cut operation

19 years agoAdded slots for Copy and Paste operations
srn [Thu, 23 Jun 2005 06:47:53 +0000 (06:47 +0000)]
Added slots for Copy and Paste operations

19 years agoSome minor improovements for spin boxes (update values before getting)
stv [Thu, 23 Jun 2005 06:12:00 +0000 (06:12 +0000)]
Some minor improovements for spin boxes (update values before getting)

19 years agoFix a bug: do not load default icon for the menu items which do not have any icons
vsr [Wed, 22 Jun 2005 15:21:26 +0000 (15:21 +0000)]
Fix a bug: do not load default icon for the menu items which do not have any icons

19 years agoFix for bug IPAL9203 (3.0.0 (15 Jun): Fatal Error "IndexedMap : missing index" after...
mzn [Wed, 22 Jun 2005 13:18:32 +0000 (13:18 +0000)]
Fix for bug IPAL9203 (3.0.0 (15 Jun): Fatal Error "IndexedMap : missing index" after trying select elements in 3D).

19 years agoSMH: Restore old order of component - bug 9280
smh [Wed, 22 Jun 2005 13:02:23 +0000 (13:02 +0000)]
SMH: Restore old order of component - bug 9280

19 years agoChange default translators format for the SALOME in order to support <MODULE>_icons...
vsr [Wed, 22 Jun 2005 12:52:56 +0000 (12:52 +0000)]
Change default translators format for the SALOME in order to support <MODULE>_icons.qm resourec files in addition to <MODULE>_images.qm files.

19 years agoModify default icon for the module
vsr [Wed, 22 Jun 2005 12:51:22 +0000 (12:51 +0000)]
Modify default icon for the module

19 years agoprovide customization of translation files formats
vsr [Wed, 22 Jun 2005 12:24:01 +0000 (12:24 +0000)]
provide customization of translation files formats

19 years ago1) provide customization of translation files formats
vsr [Wed, 22 Jun 2005 12:19:50 +0000 (12:19 +0000)]
1) provide customization of translation files formats
2) loadPixmap() method returns default icon if the resource file is not found

19 years agoFix for bug IPAL9268(3.0.0: Incorrect popup in the Object Browser for the Mesh module).
mzn [Wed, 22 Jun 2005 10:55:45 +0000 (10:55 +0000)]
Fix for bug IPAL9268(3.0.0: Incorrect popup in the Object Browser for the Mesh module).

19 years agoPreferences
stv [Wed, 22 Jun 2005 09:57:17 +0000 (09:57 +0000)]
Preferences

19 years agoFix Bug IPAL8775: Unnecessary edges are created if to construct a oblique polyhedron.
enk [Wed, 22 Jun 2005 06:33:48 +0000 (06:33 +0000)]
Fix Bug IPAL8775: Unnecessary edges are created if to construct a oblique polyhedron.

19 years agoBug fixes.
asv [Wed, 22 Jun 2005 06:31:53 +0000 (06:31 +0000)]
Bug fixes.

19 years agoRemoved an update of Cut tool bar button.
srn [Tue, 21 Jun 2005 12:08:33 +0000 (12:08 +0000)]
Removed an update of Cut tool bar button.

19 years agoNot implemented methods are removed
stv [Tue, 21 Jun 2005 10:20:49 +0000 (10:20 +0000)]
Not implemented methods are removed

19 years agoImplement dumpImage() method
vsr [Tue, 21 Jun 2005 09:24:02 +0000 (09:24 +0000)]
Implement dumpImage() method

19 years agoMove dumpImage() method to public section - needed by SalomePyQt module
vsr [Tue, 21 Jun 2005 09:20:39 +0000 (09:20 +0000)]
Move dumpImage() method to public section - needed by SalomePyQt module

19 years agoFixing a bug : Salome GUI style needs addLibraryPath() method to be called
vsr [Tue, 21 Jun 2005 06:24:27 +0000 (06:24 +0000)]
Fixing a bug : Salome GUI style needs addLibraryPath() method to be called

19 years agoFix a bug : avoid Qt's warning
vsr [Tue, 21 Jun 2005 06:19:03 +0000 (06:19 +0000)]
Fix a bug : avoid Qt's warning

19 years agoImprove color palette for "About" dialog box
vsr [Tue, 21 Jun 2005 06:17:43 +0000 (06:17 +0000)]
Improve color palette for "About" dialog box

19 years agoExport getExceptionHandler() function (bug on WNT)
vsr [Mon, 20 Jun 2005 14:32:35 +0000 (14:32 +0000)]
Export getExceptionHandler() function (bug on WNT)

19 years agoImplement generic "Dump view" method to be used by all views (toolbar & context menu)
vsr [Mon, 20 Jun 2005 14:31:43 +0000 (14:31 +0000)]
Implement generic "Dump view" method to be used by all views (toolbar & context menu)

19 years ago"Open with" functionality named as "Activate Module"
vsv [Mon, 20 Jun 2005 13:31:22 +0000 (13:31 +0000)]
"Open with" functionality named as "Activate Module"

19 years agoFix for Bug IPAL8981(3.0.0: Add "Dump Study" into menu).
mzn [Mon, 20 Jun 2005 12:11:21 +0000 (12:11 +0000)]
Fix for Bug IPAL8981(3.0.0: Add "Dump Study" into menu).