]>
SALOME platform Git repositories - modules/gui.git/log
vsr [Wed, 26 Apr 2006 09:34:59 +0000 (09:34 +0000)]
Move GEOM module preferences from the common SalomeApp.xml file to the own GEOM module's one.
vsr [Wed, 26 Apr 2006 09:33:26 +0000 (09:33 +0000)]
Improvement: display splash screen for light configuration
vsr [Wed, 26 Apr 2006 09:13:05 +0000 (09:13 +0000)]
Improvement: display splash screen for light configuration
vsr [Wed, 26 Apr 2006 09:09:49 +0000 (09:09 +0000)]
Small imp for SUIT_Session : allow to create resource manager by the application library name (in addition to application name)
vsr [Wed, 26 Apr 2006 09:07:28 +0000 (09:07 +0000)]
Introduce splash screen class.
asl [Tue, 25 Apr 2006 12:32:31 +0000 (12:32 +0000)]
more precise determination of file version
apo [Mon, 24 Apr 2006 13:44:10 +0000 (13:44 +0000)]
To introduce desired update rate management for VTK viewes
(to recalculate update rate on every rendering)
mzn [Fri, 21 Apr 2006 15:50:00 +0000 (15:50 +0000)]
PAL10462.
apo [Fri, 21 Apr 2006 13:37:21 +0000 (13:37 +0000)]
To introduce desired update rate management for VTK viewes
vsr [Fri, 21 Apr 2006 07:50:44 +0000 (07:50 +0000)]
Change wrong "Error" message when modules list is empty
mkr [Fri, 21 Apr 2006 05:43:06 +0000 (05:43 +0000)]
Update GUI documentation from YSN.
vsr [Fri, 21 Apr 2006 05:11:14 +0000 (05:11 +0000)]
Improve modules configuration an launching procedure:
- split SalomeApp.xml file to have own copy for each module
vsr [Wed, 19 Apr 2006 14:20:47 +0000 (14:20 +0000)]
Improve modules configuration an launching procedure:
- allow reading of user configuration files from previous SALOME versions on startup if current is not found
- allow imporing additional configuration files from GUI
- use own configuration file for each SALOME module
vsr [Wed, 19 Apr 2006 14:13:28 +0000 (14:13 +0000)]
Improve modules configuration an launching procedure:
- allow reading of user configuration files from previous SALOME versions on startup if current is not found
- allow imporing additional configuration files from GUI
- use own configuration file for each SALOME module
apo [Wed, 19 Apr 2006 11:35:10 +0000 (11:35 +0000)]
To explicitly specify what should be changed when the actor changes its reprsentation mode, in other case some properties like line width or opacity is throught out.
jfa [Tue, 18 Apr 2006 15:40:43 +0000 (15:40 +0000)]
Integrate a patch by Paul RASCLE for V3.2.0b1.
apo [Tue, 18 Apr 2006 08:47:04 +0000 (08:47 +0000)]
Fix on Bug11663
There is the same 3D popup for all VTK viewers in "Mesh".
(To redefine methods of the LightApp_VTKDataOwner to get result for the active VTK view, not where the LightApp_VTKDataOwner was created. So, we unify the way to find corresponding VTK actros, sub-selection indexes and selection mode)
apo [Tue, 18 Apr 2006 08:42:46 +0000 (08:42 +0000)]
Fix on Bug11663
There is the same 3D popup for all VTK viewers in "Mesh".
(to provide a way to find an active view through the SUIT_Desktop usage)
mkr [Mon, 17 Apr 2006 12:04:33 +0000 (12:04 +0000)]
Update KERNEL & GUI documentation.
vsr [Mon, 17 Apr 2006 09:02:56 +0000 (09:02 +0000)]
Fix a way to define the position of the menu item when creating the menus from the XML files (by insertItem() method)
mkr [Mon, 17 Apr 2006 06:02:54 +0000 (06:02 +0000)]
Fix for bug IPAL11890 : Kernel & GUI Help update.
vsr [Fri, 14 Apr 2006 14:09:18 +0000 (14:09 +0000)]
Implement support of direct menus creation by insertItem() methods (not via menu manager)
vsr [Fri, 14 Apr 2006 13:58:09 +0000 (13:58 +0000)]
Implement support of direct menus creation by insertItem() methods (not via menu manager)
vsr [Fri, 14 Apr 2006 13:56:41 +0000 (13:56 +0000)]
Fix a bug: disable adding of the action to the same toolbar several times
vsr [Fri, 14 Apr 2006 13:55:51 +0000 (13:55 +0000)]
Allow action to be inserted to the main menu bar: implement addTo() and removeFrom() methods
apo [Fri, 14 Apr 2006 13:31:11 +0000 (13:31 +0000)]
Porting on Mandriva 64 (to unify libdir usage)
mzn [Fri, 14 Apr 2006 08:19:30 +0000 (08:19 +0000)]
Fix for bug IPAL11941.
apo [Thu, 13 Apr 2006 15:07:36 +0000 (15:07 +0000)]
To use vtkFloatingPointType instead of bare "float"
apo [Thu, 13 Apr 2006 14:24:12 +0000 (14:24 +0000)]
Fix on Bug12171
Picking functionality is not work
mkr [Thu, 13 Apr 2006 14:03:03 +0000 (14:03 +0000)]
Fix for IPAL12128 : CRASH after trying to run dataflow from the restored study with SALOME started with "--gui" key.
asl [Wed, 12 Apr 2006 09:40:08 +0000 (09:40 +0000)]
PAL11954 - "Point view" viewer must be activated on PostPro loading
jfa [Wed, 12 Apr 2006 09:26:09 +0000 (09:26 +0000)]
Change version name to 3.2.0b1
mzn [Tue, 11 Apr 2006 11:26:42 +0000 (11:26 +0000)]
Fix for bug IPAL12144.
apo [Tue, 11 Apr 2006 07:36:26 +0000 (07:36 +0000)]
Fix on Bug1984
TC: Sphere and Plane segmentation for planar mesh give SIGFPE fatal error
- Additional checks were provided in order to avoid calaculation on invalid bounding boxes
srn [Mon, 10 Apr 2006 13:30:30 +0000 (13:30 +0000)]
Returned initialization of splash screen to the previous place after SessionLauncher start.
apo [Mon, 10 Apr 2006 12:41:23 +0000 (12:41 +0000)]
Fix for Bug9756 TC: Mandrake porting: Local co-ordinate system created in OCC Viewer is invisible
(it is necessary to update VTK pipeline before getting any information from it)
apo [Mon, 10 Apr 2006 07:21:48 +0000 (07:21 +0000)]
To provide compatibility between 4.2.2, 4.2.6 & 4.4 VTK versions
apo [Mon, 10 Apr 2006 07:10:22 +0000 (07:10 +0000)]
To provide compatibility between VTK 4.2.2, 4.2.6 & 4.4 versions
apo [Mon, 10 Apr 2006 06:23:44 +0000 (06:23 +0000)]
To rollback mistaken integration
apo [Mon, 10 Apr 2006 05:59:33 +0000 (05:59 +0000)]
To improve the check
jfa [Fri, 7 Apr 2006 14:11:17 +0000 (14:11 +0000)]
Move SALOME_Session.idl from GUI_SRC/idl to KERNEL_SRC/idl.
apo [Fri, 7 Apr 2006 13:38:19 +0000 (13:38 +0000)]
Porting on VTK 4.4
apo [Fri, 7 Apr 2006 12:02:31 +0000 (12:02 +0000)]
Porting on Mandriva 64
asv [Fri, 7 Apr 2006 12:01:04 +0000 (12:01 +0000)]
Save/restore of graduated axes is added.
asl [Fri, 7 Apr 2006 08:21:40 +0000 (08:21 +0000)]
PAL12058 - fast way to activate preferences if external browser is unaccessible
apo [Thu, 6 Apr 2006 10:59:04 +0000 (10:59 +0000)]
Porting on Mandriva 64 (without libtool modifications)
asv [Thu, 6 Apr 2006 08:57:32 +0000 (08:57 +0000)]
Fixed a bug with renaming GUI state object (ObjBrowser was not updated correctly)
srn [Wed, 5 Apr 2006 12:52:48 +0000 (12:52 +0000)]
BugID: 12080, moved showing of a splash to beging of SALOME_Session_Server
asl [Wed, 5 Apr 2006 08:38:17 +0000 (08:38 +0000)]
after setSelection internal list of selected objects must be cleared
asl [Wed, 5 Apr 2006 08:06:31 +0000 (08:06 +0000)]
PAL12081 - crash if to create scalar map on vitesse/0 after import TimeStamps.med
asl [Wed, 5 Apr 2006 06:32:19 +0000 (06:32 +0000)]
partially rollback of previous fix
asl [Wed, 5 Apr 2006 06:30:31 +0000 (06:30 +0000)]
fix for possibility of both Light data model and SalomeApp data model in one study
asl [Wed, 5 Apr 2006 06:24:17 +0000 (06:24 +0000)]
PAL12040, PAL12025 - incorrect object browser tree
asl [Wed, 5 Apr 2006 06:22:13 +0000 (06:22 +0000)]
Calls of setAutoUpdate are added
asl [Wed, 5 Apr 2006 06:21:45 +0000 (06:21 +0000)]
The standard way of update "Light" data models is provided. To use it, it is necessary to reimplement virtual method build and (if necessary) updateWidgets. By standard way, the children of first level are disconnected from parent (setParent(0)), after that new data model is created (using virtual method build), with help of updateWidgets all widgets are updated in order to show correct data model (by standard, this is only object browser) and after that all old objects are deleted.
Method build must only create objects, it is forbidden to delete them there
asl [Wed, 5 Apr 2006 06:17:01 +0000 (06:17 +0000)]
There are calls of OB_Browser::setAutoUpdate are added and debug message in case when some module library isn't found
jfa [Mon, 3 Apr 2006 14:29:27 +0000 (14:29 +0000)]
Protect with SALOME_Event.
mzn [Fri, 31 Mar 2006 11:53:46 +0000 (11:53 +0000)]
Fix for bug IPAL12057.
srn [Fri, 31 Mar 2006 11:42:59 +0000 (11:42 +0000)]
BugID: IPAL12083, added a call of updateActions in method onSaveGUIState
jfa [Fri, 31 Mar 2006 11:18:18 +0000 (11:18 +0000)]
Remove duplicates of scripts from KERNEL_SRC/src/KERNEL_PY.
enk [Thu, 30 Mar 2006 12:26:45 +0000 (12:26 +0000)]
Added support for doxygen1.4.4 and higher (with PYTHON documenation support)
vsr [Wed, 29 Mar 2006 12:16:03 +0000 (12:16 +0000)]
Add $DATA_DIR directory to the default quick directories list
mkr [Wed, 29 Mar 2006 07:23:25 +0000 (07:23 +0000)]
Fix for IPAL11974 : TC: The Supervisor window is not activated through Window menu.
mzn [Tue, 28 Mar 2006 14:24:37 +0000 (14:24 +0000)]
Fix for Bug IPAL9539 (3.0.0 (current2007): incorrect displaying of the geometry).
srn [Tue, 28 Mar 2006 12:04:15 +0000 (12:04 +0000)]
BugID 12013, Added a new flag for dlopen
asl [Tue, 28 Mar 2006 10:55:17 +0000 (10:55 +0000)]
PAL12025 - GUI states must be last object branch in ObjectBrowser
srn [Tue, 28 Mar 2006 08:09:29 +0000 (08:09 +0000)]
BugID 12025, partly fixed bug, no more fictive "GUI state" objects appears in Object Browser. Still the order of "GUI state" root object is not correct. It must be the last object in the object browser.
asl [Tue, 28 Mar 2006 08:07:01 +0000 (08:07 +0000)]
PAL11484 - invalid popup on references
apo [Mon, 27 Mar 2006 08:04:11 +0000 (08:04 +0000)]
Fix for Bug11451
Bad horizontal resizing of the "Scaling" dialog box in dev. version
nds [Fri, 24 Mar 2006 11:25:17 +0000 (11:25 +0000)]
Using for aclocal additional directory(-I) instead of change own(--acdir=).
srn [Fri, 24 Mar 2006 08:17:09 +0000 (08:17 +0000)]
BugID: IPAL10963, changed method isSaved
mkr [Thu, 23 Mar 2006 15:11:52 +0000 (15:11 +0000)]
Add function for help context module.
enk [Thu, 23 Mar 2006 14:21:31 +0000 (14:21 +0000)]
Fix for Bug IPAL11866:
Bad view of Post-Pro preferences in specific way
mzn [Thu, 23 Mar 2006 13:23:35 +0000 (13:23 +0000)]
Bug IPAL11599(Additional Comments From Alexander KOVALEV 2006-03-23 14:13).
srn [Thu, 23 Mar 2006 11:34:46 +0000 (11:34 +0000)]
BugID: IPAL11296, change a operator order to make a correct chain of calls
asl [Thu, 23 Mar 2006 11:28:18 +0000 (11:28 +0000)]
PAL11956 - After activating SUPERV, GEOM, SUPERV again Log Window isn't visible
asl [Thu, 23 Mar 2006 11:07:49 +0000 (11:07 +0000)]
PAL10940 : value of hypothesis isn't shown in object browser
asl [Wed, 22 Mar 2006 14:01:08 +0000 (14:01 +0000)]
In case of auto sizing the columns must be adjusted
asl [Wed, 22 Mar 2006 13:58:14 +0000 (13:58 +0000)]
PAL10951 - text from one item column may overlap with next
asl [Wed, 22 Mar 2006 12:38:51 +0000 (12:38 +0000)]
PAL10971 - All columns appear in browser if to check "Auto size"
asv [Mon, 20 Mar 2006 14:47:30 +0000 (14:47 +0000)]
Fix for a bug with wrong selection in VTK viewer (module object selected in Object Browser was stored in SVTK selection, and NOT cleared on next single selection, which was a bug).
asv [Mon, 20 Mar 2006 14:45:15 +0000 (14:45 +0000)]
Small changes in "wording" of error messages.
asv [Mon, 20 Mar 2006 14:43:47 +0000 (14:43 +0000)]
Fix for bug PAL11186: if a dockable window was hidden by user (closed with X button) then it should NOT appear in the next loaded module.
srn [Mon, 20 Mar 2006 14:11:42 +0000 (14:11 +0000)]
Bugs: IPAL11874 and IPAL11875, added an event processing while deleting the ViewManagers
srn [Mon, 20 Mar 2006 14:10:42 +0000 (14:10 +0000)]
Implented an access to IParameters interface through SALOMEDSClient_ClientFactory
srn [Mon, 20 Mar 2006 13:57:58 +0000 (13:57 +0000)]
BugID IPAL11879, added a tailling dots to Connect
mzn [Mon, 20 Mar 2006 12:39:05 +0000 (12:39 +0000)]
Fix for bug IPAL10893.
mzn [Mon, 20 Mar 2006 12:32:34 +0000 (12:32 +0000)]
Fix for bug IPAL10122.
mzn [Mon, 20 Mar 2006 12:29:50 +0000 (12:29 +0000)]
Corrections.
srn [Mon, 20 Mar 2006 12:25:35 +0000 (12:25 +0000)]
Bug IPAL11879, removed dots
mzn [Mon, 20 Mar 2006 12:25:34 +0000 (12:25 +0000)]
Remove unnecessary items.
apo [Mon, 20 Mar 2006 09:18:21 +0000 (09:18 +0000)]
Fix for
Bug IPAL11800
Fatal SIGSEGV on create presentation on cells for external file from PAL11736
Bug IPAL11667
SIGSEGV after trying to display mesh from "polyedres.med" in Mesh and Post-Pro modules.
mkr [Fri, 17 Mar 2006 12:44:28 +0000 (12:44 +0000)]
To avoid compilation errors about conversion between std::string and QString.
vsr [Wed, 15 Mar 2006 13:32:22 +0000 (13:32 +0000)]
PAL11851
jfa [Wed, 15 Mar 2006 12:59:50 +0000 (12:59 +0000)]
Change version name to 3.2.0a2
jfa [Mon, 13 Mar 2006 13:47:41 +0000 (13:47 +0000)]
Join modifications from branch OCC_development_for_3_2_0a2
jfa [Wed, 8 Feb 2006 09:42:55 +0000 (09:42 +0000)]
Update version to 3.2.0a1
vsr [Wed, 8 Feb 2006 07:26:20 +0000 (07:26 +0000)]
Remove duplicated string resources
smh [Tue, 7 Feb 2006 14:14:31 +0000 (14:14 +0000)]
Merge from OCC_development_generic_2006
Preparation of 3.2.0a1
stv [Tue, 17 Jan 2006 11:50:24 +0000 (11:50 +0000)]
no message