]> SALOME platform Git repositories - modules/gui.git/log
Salome HOME
modules/gui.git
18 years agoPTV fixes for COSAC GUI
ptv [Wed, 4 Oct 2006 08:21:17 +0000 (08:21 +0000)]
PTV fixes for COSAC GUI

18 years agoSTV fixes from WPdev that were integrated after tag "LAST_STABLE_VERSION_21_09_2006_O...
ptv [Wed, 4 Oct 2006 08:19:43 +0000 (08:19 +0000)]
STV fixes from WPdev that were integrated after tag "LAST_STABLE_VERSION_21_09_2006_ON_3_2_0

18 years agoThis commit was generated by cvs2git to create branch 'CSCdev'. LAST_STABLE_VERSION_21_09_2006_ON_3_2_0
admin [Wed, 13 Sep 2006 09:15:02 +0000 (09:15 +0000)]
This commit was generated by cvs2git to create branch 'CSCdev'.

Sprout from WPdev 2006-09-13 09:15:01 UTC abd <abd@opencascade.com> 'Rollback regregression  in QA automatic testing'
Delete:
    doc/salome/gui/Makefile.in

18 years agoRollback regregression in QA automatic testing
abd [Wed, 13 Sep 2006 09:15:01 +0000 (09:15 +0000)]
Rollback regregression  in QA automatic testing

18 years agoProperty "KeepEditors"
stv [Mon, 11 Sep 2006 13:37:10 +0000 (13:37 +0000)]
Property "KeepEditors"

18 years agoProperty "Selection"
stv [Mon, 11 Sep 2006 13:36:58 +0000 (13:36 +0000)]
Property "Selection"

18 years agoImplementation of method IsLess() for subOwners
abd [Mon, 11 Sep 2006 11:21:45 +0000 (11:21 +0000)]
Implementation of method IsLess() for subOwners

18 years agoTitle modified
stv [Fri, 8 Sep 2006 12:54:02 +0000 (12:54 +0000)]
Title modified

18 years agoIdentificator assignment moved on the base level - SUIT_ViewManager. Useless id's...
stv [Fri, 8 Sep 2006 12:51:15 +0000 (12:51 +0000)]
Identificator assignment moved on the base level - SUIT_ViewManager. Useless id's removed from inherit classes.
Title mechanism in the SUIT_ViewManager was changed. Now view manager support title for views with specific tags: %M - view manager number, %V - view number.

18 years agoSlot onDeleteView() renamed as onClosingView().
stv [Fri, 8 Sep 2006 12:49:58 +0000 (12:49 +0000)]
Slot onDeleteView() renamed as onClosingView().
Handler QWidget::closeEvent() not invoked for SUIT_ViewWindow. View window hides and removes by the virtual method SUIT_ViewManager::closeView(). User can define own behavior of window closing.
Identificator assignment moved on the base level - SUIT_ViewManager. Useless id's removed from inherit classes.
Title mechanism in the SUIT_ViewManager was changed. Now view manager support title for views with specific tags: %M - view manager number, %V - view number.

18 years agoSome modifications in the "View" menu
stv [Fri, 8 Sep 2006 12:42:05 +0000 (12:42 +0000)]
Some modifications in the "View" menu

18 years agoMethod setWidget() first time set caption and icon
stv [Fri, 8 Sep 2006 12:41:27 +0000 (12:41 +0000)]
Method setWidget() first time set caption and icon

18 years agoQDS_Table - table supporting QDS_Datum as editors
stv [Fri, 8 Sep 2006 12:39:52 +0000 (12:39 +0000)]
QDS_Table - table supporting QDS_Datum as editors

18 years agocreateViewManager() become public
stv [Fri, 8 Sep 2006 12:38:37 +0000 (12:38 +0000)]
createViewManager() become public

18 years agoUsing run-time type info for compare of Data Owners
abd [Mon, 4 Sep 2006 09:01:43 +0000 (09:01 +0000)]
Using run-time type info for compare of Data Owners

18 years agoImproovement of messages in status bar for module.
stv [Thu, 31 Aug 2006 13:38:38 +0000 (13:38 +0000)]
Improovement of messages in status bar for module.

18 years agoCompilation warnings
stv [Thu, 31 Aug 2006 08:21:04 +0000 (08:21 +0000)]
Compilation warnings

18 years agoMethod selectAll()
stv [Thu, 31 Aug 2006 06:05:38 +0000 (06:05 +0000)]
Method selectAll()

18 years agoCompilation warnings
stv [Thu, 31 Aug 2006 05:46:38 +0000 (05:46 +0000)]
Compilation warnings

18 years agoOption support for data dictionary item.
stv [Thu, 31 Aug 2006 05:17:19 +0000 (05:17 +0000)]
Option support for data dictionary item.

18 years agoModule icons in toolbar enlarged for 20 x 20.
stv [Wed, 30 Aug 2006 09:01:50 +0000 (09:01 +0000)]
Module icons in toolbar enlarged for 20 x 20.

18 years agoFunctions for image manipulation were added.
stv [Wed, 30 Aug 2006 09:01:13 +0000 (09:01 +0000)]
Functions for image manipulation were added.

18 years agoSize of module combobox icons was reduced.
stv [Tue, 29 Aug 2006 11:51:17 +0000 (11:51 +0000)]
Size of module combobox icons was reduced.
Obvious open levels for Object Browser.

18 years agoObjects of class SUIT_DataObject deleted by method deleteLater() instead operator...
stv [Tue, 29 Aug 2006 11:47:38 +0000 (11:47 +0000)]
Objects of class SUIT_DataObject deleted by method deleteLater() instead operator delete().

18 years agoComparing method isLess() was added.
stv [Tue, 29 Aug 2006 11:45:02 +0000 (11:45 +0000)]
Comparing method isLess() was added.

18 years agoClass LightApp_GLOwner was removed. LightApp_DataOwner used instead.
stv [Tue, 29 Aug 2006 11:44:13 +0000 (11:44 +0000)]
Class LightApp_GLOwner was removed. LightApp_DataOwner used instead.

18 years agoWrong preprocessor disabling directives corrected.
stv [Tue, 29 Aug 2006 11:41:29 +0000 (11:41 +0000)]
Wrong preprocessor disabling directives corrected.

18 years agoComparing mechanism for SUIT_DataOwner modified.
stv [Tue, 29 Aug 2006 11:32:05 +0000 (11:32 +0000)]
Comparing mechanism for SUIT_DataOwner modified.

18 years agoSubcontrol wrapper behaviour corrected. Methods hide(), show(), setShown() were modified.
stv [Tue, 29 Aug 2006 11:26:38 +0000 (11:26 +0000)]
Subcontrol wrapper behaviour corrected. Methods hide(), show(), setShown() were modified.

18 years agoDefault value of "autoOpen" flag was changed on "false" in method updateTree(). Metho...
stv [Tue, 29 Aug 2006 11:10:46 +0000 (11:10 +0000)]
Default value of "autoOpen" flag was changed on "false" in method updateTree(). Method openLevels() was added.

18 years agoUseless class GLViewer_Owner was replaced by SUIT_DataOwner.
stv [Tue, 29 Aug 2006 11:08:46 +0000 (11:08 +0000)]
Useless class GLViewer_Owner was replaced by SUIT_DataOwner.

18 years agoupdateModelRoot() invoked in any case.
stv [Tue, 29 Aug 2006 11:06:58 +0000 (11:06 +0000)]
updateModelRoot() invoked in any case.

18 years agoFix bug 13266
abd [Fri, 25 Aug 2006 12:04:44 +0000 (12:04 +0000)]
Fix bug 13266
Fix some misprints

18 years agoUnnecessary construction "dynamic_cast" was replaced by "qt_cast". Construction ...
stv [Thu, 24 Aug 2006 04:48:02 +0000 (04:48 +0000)]
Unnecessary construction "dynamic_cast" was replaced by "qt_cast". Construction "dynamic_cast" not work when Qt library was compiled without RTTI support. Function "qt_cast" should be used for QObject's descendants if it possible.

18 years agoPreprocessor directive WNT was replaced by WIN32. Directive WIN32 was used in the...
stv [Thu, 24 Aug 2006 04:44:12 +0000 (04:44 +0000)]
Preprocessor directive WNT was replaced by WIN32. Directive WIN32 was used in the entire Qtx project.

18 years agoremove code for replacing ":" by "/"
abd [Mon, 21 Aug 2006 11:50:57 +0000 (11:50 +0000)]
remove code for replacing ":"  by "/"
Bug SWP13012

18 years agoAdd pictures in binary format
abd [Wed, 16 Aug 2006 07:38:44 +0000 (07:38 +0000)]
Add pictures in binary format

18 years agoRemove pictures in text format
abd [Wed, 16 Aug 2006 07:37:52 +0000 (07:37 +0000)]
Remove pictures in text format

18 years agoAdd pictures in binary format
abd [Wed, 16 Aug 2006 07:30:16 +0000 (07:30 +0000)]
Add pictures in binary format

18 years agoAdd pictures in binary format
abd [Wed, 16 Aug 2006 07:21:32 +0000 (07:21 +0000)]
Add pictures in binary format

18 years agoRemove pictures in text format
abd [Wed, 16 Aug 2006 07:21:31 +0000 (07:21 +0000)]
Remove pictures in text format

18 years agoMerge documentation for GUI package
abd [Wed, 16 Aug 2006 07:05:01 +0000 (07:05 +0000)]
Merge documentation for GUI package

18 years agoFix compilation on LInux
abd [Mon, 14 Aug 2006 07:41:40 +0000 (07:41 +0000)]
Fix compilation on LInux

18 years agoSource code comments were added for classes of package QDS
stv [Fri, 11 Aug 2006 11:32:49 +0000 (11:32 +0000)]
Source code comments were added for classes of package QDS

18 years agoSource code comments added for classes of package DDS
stv [Fri, 11 Aug 2006 11:32:18 +0000 (11:32 +0000)]
Source code comments added for classes of package DDS

18 years agoUpdating Dataset before checking
abd [Thu, 10 Aug 2006 08:38:52 +0000 (08:38 +0000)]
Updating Dataset before checking

18 years agoBug SWP12863
abd [Thu, 10 Aug 2006 06:08:40 +0000 (06:08 +0000)]
Bug SWP12863
Protection for empty shrink data

18 years agoPorting on Win32
nds [Wed, 9 Aug 2006 13:46:48 +0000 (13:46 +0000)]
Porting on Win32

18 years agoSWP12260
ouv [Tue, 8 Aug 2006 12:13:11 +0000 (12:13 +0000)]
SWP12260

18 years agoMerge with HEAD file names
abd [Tue, 8 Aug 2006 08:11:57 +0000 (08:11 +0000)]
Merge with HEAD file names

18 years agoFix linux compilation error ( macros MESSAGE )
abd [Tue, 8 Aug 2006 07:58:30 +0000 (07:58 +0000)]
Fix linux compilation error ( macros MESSAGE )

18 years agoFix letter registry for Linux compilation
abd [Tue, 8 Aug 2006 07:56:37 +0000 (07:56 +0000)]
Fix letter registry for Linux compilation

18 years agoAdding file for branch compilation under Linux platform
abd [Tue, 8 Aug 2006 07:55:39 +0000 (07:55 +0000)]
Adding file for branch compilation under Linux platform

18 years agoSWP12792: convert sepeartors for file paths depending on current platform
skt [Mon, 7 Aug 2006 08:42:05 +0000 (08:42 +0000)]
SWP12792: convert sepeartors for file paths depending on current platform

18 years agoSWP12792: Help pages is connected
skt [Mon, 7 Aug 2006 08:25:47 +0000 (08:25 +0000)]
SWP12792: Help pages is connected

18 years agoSWP12779
ouv [Tue, 1 Aug 2006 12:45:54 +0000 (12:45 +0000)]
SWP12779

18 years agoAdded <code> tag to the text output in RegWidget to make it look better on Windows...
asv [Fri, 28 Jul 2006 10:14:12 +0000 (10:14 +0000)]
Added <code> tag to the text output in RegWidget to make it look better on Windows.  For Unix I suppose it will be OK as well.

18 years agoFix for bug SWP12964: default value of "Store/restore last GUI state" is unchecked...
asv [Thu, 27 Jul 2006 11:47:06 +0000 (11:47 +0000)]
Fix for bug SWP12964: default value of "Store/restore last GUI state" is unchecked (in the dialog), but in the code the default value was "true" which is wrong.

18 years agoremove memory leak
ptv [Mon, 17 Jul 2006 07:41:06 +0000 (07:41 +0000)]
remove memory leak

18 years agoremove memory leaks uninitalised memory read, etc...
ptv [Fri, 14 Jul 2006 05:43:55 +0000 (05:43 +0000)]
remove memory leaks uninitalised memory read,  etc...
noticed with Rational Purify on Windows

18 years agoCTH12949, clear selection before emit signal that study closed
ptv [Wed, 12 Jul 2006 12:15:19 +0000 (12:15 +0000)]
CTH12949, clear selection before emit signal that study closed

18 years agoadd images in binary
tma [Wed, 5 Jul 2006 11:16:10 +0000 (11:16 +0000)]
add images in binary

18 years agoremove images in ascii
tma [Wed, 5 Jul 2006 11:15:28 +0000 (11:15 +0000)]
remove images in ascii

18 years agoremove memory leak on myFormats QPtrList
ptv [Wed, 5 Jul 2006 09:44:20 +0000 (09:44 +0000)]
remove memory leak on myFormats QPtrList

18 years agoadd gif in binary
tma [Wed, 5 Jul 2006 07:59:53 +0000 (07:59 +0000)]
add gif in binary

18 years agoremove gif in ascii
tma [Wed, 5 Jul 2006 07:59:06 +0000 (07:59 +0000)]
remove gif in ascii

18 years agoadd images in binary
tma [Wed, 5 Jul 2006 07:46:58 +0000 (07:46 +0000)]
add images in binary

18 years agoremove png in ascii
tma [Wed, 5 Jul 2006 07:45:08 +0000 (07:45 +0000)]
remove png in ascii

18 years agoremove memory leak on myResources QPtrList
ptv [Tue, 4 Jul 2006 12:54:27 +0000 (12:54 +0000)]
remove memory leak on myResources QPtrList

18 years agoFix double deleting of View Manager
abd [Fri, 30 Jun 2006 13:30:00 +0000 (13:30 +0000)]
Fix double deleting of View Manager

18 years agono message
vsv [Wed, 28 Jun 2006 13:19:52 +0000 (13:19 +0000)]
no message

18 years agoNew splash image
ouv [Mon, 19 Jun 2006 14:39:54 +0000 (14:39 +0000)]
New splash image

18 years ago*** empty log message ***
ouv [Mon, 19 Jun 2006 12:23:49 +0000 (12:23 +0000)]
*** empty log message ***

18 years agoMerge from BR_DEBUG_3_2_0b1
ouv [Thu, 15 Jun 2006 08:33:53 +0000 (08:33 +0000)]
Merge from BR_DEBUG_3_2_0b1

18 years agoThis commit was generated by cvs2git to create branch 'WPdev'.
admin [Tue, 6 Jun 2006 12:04:38 +0000 (12:04 +0000)]
This commit was generated by cvs2git to create branch 'WPdev'.

Cherrypick from master 2006-06-06 12:04:33 UTC mkr <mkr@opencascade.com> 'Fix for problem with table of contents resizing.':
    GUI_version.h.in
    adm_local/Makefile.in
    adm_local/unix/config_files/check_GLViewer.m4
    adm_local/unix/config_files/check_GUI.m4
    adm_local/unix/config_files/check_OCCViewer.m4
    adm_local/unix/config_files/check_Plot2dViewer.m4
    adm_local/unix/config_files/check_PyConsole.m4
    adm_local/unix/config_files/check_SalomeObject.m4
    adm_local/unix/config_files/check_SupervGraphViewer.m4
    adm_local/unix/config_files/check_VTKViewer.m4
    adm_local/unix/config_files/check_corba_in_GUI.m4
    adm_local/unix/config_files/check_disable_Corba.m4
    adm_local/unix/config_files/check_msg2qm.m4
    adm_local/unix/config_files/check_opengl.m4
    adm_local/unix/config_files/check_pyqt.m4
    adm_local/unix/config_files/check_qt.m4
    adm_local/unix/config_files/check_qwt.m4
    adm_local/unix/config_files/check_sip.m4
    adm_local/unix/config_files/check_vtk.m4
    adm_local/unix/make_conclude.in
    bin/VERSION.in
    doc/salome/gui/GUI/closestudy.png
    doc/salome/gui/GUI/cshdat_robohelp.htm
    doc/salome/gui/GUI/cshdat_webhelp.htm
    doc/salome/gui/GUI/default.css
    doc/salome/gui/GUI/default_ns.css
    doc/salome/gui/GUI/dump_study.htm
    doc/salome/gui/GUI/ehelp.xml
    doc/salome/gui/GUI/ehlpdhtm.js
    doc/salome/gui/GUI/geom_preferences.htm
    doc/salome/gui/GUI/i_blue.jpg
    doc/salome/gui/GUI/image54.jpg
    doc/salome/gui/GUI/image65.gif
    doc/salome/gui/GUI/image67.gif
    doc/salome/gui/GUI/image68.gif
    doc/salome/gui/GUI/image69.gif
    doc/salome/gui/GUI/image70.gif
    doc/salome/gui/GUI/image71.gif
    doc/salome/gui/GUI/image72.gif
    doc/salome/gui/GUI/image73.gif
    doc/salome/gui/GUI/image75.gif
    doc/salome/gui/GUI/image94.gif
    doc/salome/gui/GUI/index.htm
    doc/salome/gui/GUI/index_csh.htm
    doc/salome/gui/GUI/index_rhc.htm
    doc/salome/gui/GUI/introduction_to_gui.htm
    doc/salome/gui/GUI/kernel.log
    doc/salome/gui/GUI/kernel/about_salome_pro_architecture.htm
    doc/salome/gui/GUI/kernel/about_salome_pro_help_system.htm
    doc/salome/gui/GUI/kernel/creating_a_new_study.htm
    doc/salome/gui/GUI/kernel/displaying_studies.htm
    doc/salome/gui/GUI/kernel/editing_studies.htm
    doc/salome/gui/GUI/kernel/getting_properties_of_the_study.htm
    doc/salome/gui/GUI/kernel/getting_started2.htm
    doc/salome/gui/GUI/kernel/introduction.htm
    doc/salome/gui/GUI/kernel/introduction_to_salome_pro.htm
    doc/salome/gui/GUI/kernel/navigating_topics.htm
    doc/salome/gui/GUI/kernel/opening_studies.htm
    doc/salome/gui/GUI/kernel/readme.html
    doc/salome/gui/GUI/kernel/running_salome_pro.htm
    doc/salome/gui/GUI/kernel/salome_pro_desktop.htm
    doc/salome/gui/GUI/kernel/saving_a_study.htm
    doc/salome/gui/GUI/kernel/setting_preferences.htm
    doc/salome/gui/GUI/kernel/using_catalog_generator.htm
    doc/salome/gui/GUI/kernel/using_left-hand_tabs.htm
    doc/salome/gui/GUI/kernel/using_object_browser.htm
    doc/salome/gui/GUI/kernel/using_registry.htm
    doc/salome/gui/GUI/mesh_preferences.htm
    doc/salome/gui/GUI/note1.gif
    doc/salome/gui/GUI/pics/cataloggenerator.png
    doc/salome/gui/GUI/pics/choicepage.png
    doc/salome/gui/GUI/pics/copy-paste.jpg
    doc/salome/gui/GUI/pics/dumpstudy.png
    doc/salome/gui/GUI/pics/exemple.gif
    doc/salome/gui/GUI/pics/geomview-alt.png
    doc/salome/gui/GUI/pics/icon_about.png
    doc/salome/gui/GUI/pics/import.png
    doc/salome/gui/GUI/pics/intropage.png
    doc/salome/gui/GUI/pics/launch1.png
    doc/salome/gui/GUI/pics/loadscript.png
    doc/salome/gui/GUI/pics/loadstudy2.png
    doc/salome/gui/GUI/pics/lockedstudy.png
    doc/salome/gui/GUI/pics/neo-view2.png
    doc/salome/gui/GUI/pics/newsticn.jpg
    doc/salome/gui/GUI/pics/objectbrowser1.png
    doc/salome/gui/GUI/pics/objectbrowser2.png
    doc/salome/gui/GUI/pics/open.jpg
    doc/salome/gui/GUI/pics/pref11.png
    doc/salome/gui/GUI/pics/pref12.png
    doc/salome/gui/GUI/pics/pref13.png
    doc/salome/gui/GUI/pics/pref14.png
    doc/salome/gui/GUI/pics/pref15.png
    doc/salome/gui/GUI/pics/pref21.png
    doc/salome/gui/GUI/pics/pref22.png
    doc/salome/gui/GUI/pics/pref23.png
    doc/salome/gui/GUI/pics/pref24.png
    doc/salome/gui/GUI/pics/pref31.png
    doc/salome/gui/GUI/pics/pref32.png
    doc/salome/gui/GUI/pics/pref33.png
    doc/salome/gui/GUI/pics/pref34.png
    doc/salome/gui/GUI/pics/pref37.png
    doc/salome/gui/GUI/pics/pref38.png
    doc/salome/gui/GUI/pics/pref39.png
    doc/salome/gui/GUI/pics/productpage.png
    doc/salome/gui/GUI/pics/progresspage.png
    doc/salome/gui/GUI/pics/readmepage.png
    doc/salome/gui/GUI/pics/registry1.png
    doc/salome/gui/GUI/pics/registry3.png
    doc/salome/gui/GUI/pics/registry4.png
    doc/salome/gui/GUI/pics/save.jpg
    doc/salome/gui/GUI/pics/selectcolor.png
    doc/salome/gui/GUI/pics/selectfont.png
    doc/salome/gui/GUI/pics/studyproperties.png
    doc/salome/gui/GUI/pics/view2.png
    doc/salome/gui/GUI/post-pro_preferences.htm
    doc/salome/gui/GUI/robohhre.lng
    doc/salome/gui/GUI/select_color_and_font.htm
    doc/salome/gui/GUI/setting_preferences.htm
    doc/salome/gui/GUI/ss_btn_related_topics.gif
    doc/salome/gui/GUI/texture_horiz_ltbluebubbles.jpg
    doc/salome/gui/GUI/tip1.gif
    doc/salome/gui/GUI/webhelp.cab
    doc/salome/gui/GUI/webhelp.jar
    doc/salome/gui/GUI/whcsh_home.htm
    doc/salome/gui/GUI/whcshdata.htm
    doc/salome/gui/GUI/whd_dpns.htm
    doc/salome/gui/GUI/whd_hide0.gif
    doc/salome/gui/GUI/whd_hide1.gif
    doc/salome/gui/GUI/whd_hide2.gif
    doc/salome/gui/GUI/whd_next0.gif
    doc/salome/gui/GUI/whd_next1.gif
    doc/salome/gui/GUI/whd_next2.gif
    doc/salome/gui/GUI/whd_nvp10.htm
    doc/salome/gui/GUI/whd_nvp20.htm
    doc/salome/gui/GUI/whd_prev0.gif
    doc/salome/gui/GUI/whd_prev1.gif
    doc/salome/gui/GUI/whd_prev2.gif
    doc/salome/gui/GUI/whd_show0.gif
    doc/salome/gui/GUI/whd_show1.gif
    doc/salome/gui/GUI/whd_show2.gif
    doc/salome/gui/GUI/whd_sync0.gif
    doc/salome/gui/GUI/whd_sync1.gif
    doc/salome/gui/GUI/whd_sync2.gif
    doc/salome/gui/GUI/whd_tab0.gif
    doc/salome/gui/GUI/whd_tab1.gif
    doc/salome/gui/GUI/whd_tab2.gif
    doc/salome/gui/GUI/whd_tab3.gif
    doc/salome/gui/GUI/whd_tab4.gif
    doc/salome/gui/GUI/whd_tab5.gif
    doc/salome/gui/GUI/whd_tab6.gif
    doc/salome/gui/GUI/whd_tab7.gif
    doc/salome/gui/GUI/whd_tab8.gif
    doc/salome/gui/GUI/whd_tabs.htm
    doc/salome/gui/GUI/whd_toc1.gif
    doc/salome/gui/GUI/whd_toc2.gif
    doc/salome/gui/GUI/whd_toc3.gif
    doc/salome/gui/GUI/whd_toc4.gif
    doc/salome/gui/GUI/whd_topic.xml
    doc/salome/gui/GUI/whd_wbsh0.gif
    doc/salome/gui/GUI/whd_wbsh1.gif
    doc/salome/gui/GUI/whd_wbsh2.gif
    doc/salome/gui/GUI/whdata/whftdata.js
    doc/salome/gui/GUI/whdata/whftdata0.htm
    doc/salome/gui/GUI/whdata/whfts.htm
    doc/salome/gui/GUI/whdata/whfts.js
    doc/salome/gui/GUI/whdata/whfwdata.js
    doc/salome/gui/GUI/whdata/whfwdata0.htm
    doc/salome/gui/GUI/whdata/whgdata.js
    doc/salome/gui/GUI/whdata/whgdata0.htm
    doc/salome/gui/GUI/whdata/whglo.htm
    doc/salome/gui/GUI/whdata/whglo.js
    doc/salome/gui/GUI/whdata/whidata.js
    doc/salome/gui/GUI/whdata/whidx.htm
    doc/salome/gui/GUI/whdata/whidx.js
    doc/salome/gui/GUI/whdata/whtdata.js
    doc/salome/gui/GUI/whdata/whtdata0.htm
    doc/salome/gui/GUI/whdata/whtoc.htm
    doc/salome/gui/GUI/whdata/whtoc.js
    doc/salome/gui/GUI/whfbody.htm
    doc/salome/gui/GUI/whfdhtml.htm
    doc/salome/gui/GUI/whfform.htm
    doc/salome/gui/GUI/whfhost.js
    doc/salome/gui/GUI/whform.js
    doc/salome/gui/GUI/whframes.js
    doc/salome/gui/GUI/whgbody.htm
    doc/salome/gui/GUI/whgdata/whexpbar.gif
    doc/salome/gui/GUI/whgdata/whlstf0.htm
    doc/salome/gui/GUI/whgdata/whlstf1.htm
    doc/salome/gui/GUI/whgdata/whlstf10.htm
    doc/salome/gui/GUI/whgdata/whlstf11.htm
    doc/salome/gui/GUI/whgdata/whlstf2.htm
    doc/salome/gui/GUI/whgdata/whlstf3.htm
    doc/salome/gui/GUI/whgdata/whlstf4.htm
    doc/salome/gui/GUI/whgdata/whlstf5.htm
    doc/salome/gui/GUI/whgdata/whlstf6.htm
    doc/salome/gui/GUI/whgdata/whlstf7.htm
    doc/salome/gui/GUI/whgdata/whlstf8.htm
    doc/salome/gui/GUI/whgdata/whlstf9.htm
    doc/salome/gui/GUI/whgdata/whlstfl0.htm
    doc/salome/gui/GUI/whgdata/whlstfl1.htm
    doc/salome/gui/GUI/whgdata/whlstfl10.htm
    doc/salome/gui/GUI/whgdata/whlstfl11.htm
    doc/salome/gui/GUI/whgdata/whlstfl12.htm
    doc/salome/gui/GUI/whgdata/whlstfl13.htm
    doc/salome/gui/GUI/whgdata/whlstfl14.htm
    doc/salome/gui/GUI/whgdata/whlstfl15.htm
    doc/salome/gui/GUI/whgdata/whlstfl16.htm
    doc/salome/gui/GUI/whgdata/whlstfl17.htm
    doc/salome/gui/GUI/whgdata/whlstfl18.htm
    doc/salome/gui/GUI/whgdata/whlstfl19.htm
    doc/salome/gui/GUI/whgdata/whlstfl2.htm
    doc/salome/gui/GUI/whgdata/whlstfl20.htm
    doc/salome/gui/GUI/whgdata/whlstfl21.htm
    doc/salome/gui/GUI/whgdata/whlstfl22.htm
    doc/salome/gui/GUI/whgdata/whlstfl23.htm
    doc/salome/gui/GUI/whgdata/whlstfl24.htm
    doc/salome/gui/GUI/whgdata/whlstfl25.htm
    doc/salome/gui/GUI/whgdata/whlstfl26.htm
    doc/salome/gui/GUI/whgdata/whlstfl3.htm
    doc/salome/gui/GUI/whgdata/whlstfl4.htm
    doc/salome/gui/GUI/whgdata/whlstfl5.htm
    doc/salome/gui/GUI/whgdata/whlstfl6.htm
    doc/salome/gui/GUI/whgdata/whlstfl7.htm
    doc/salome/gui/GUI/whgdata/whlstfl8.htm
    doc/salome/gui/GUI/whgdata/whlstfl9.htm
    doc/salome/gui/GUI/whgdata/whlstg0.htm
    doc/salome/gui/GUI/whgdata/whlsti0.htm
    doc/salome/gui/GUI/whgdata/whlstt0.htm
    doc/salome/gui/GUI/whgdata/whlstt1.htm
    doc/salome/gui/GUI/whgdata/whlstt2.htm
    doc/salome/gui/GUI/whgdata/whlstt3.htm
    doc/salome/gui/GUI/whgdata/whlstt4.htm
    doc/salome/gui/GUI/whgdata/whlstt5.htm
    doc/salome/gui/GUI/whgdata/whnvf30.htm
    doc/salome/gui/GUI/whgdata/whnvf31.htm
    doc/salome/gui/GUI/whgdata/whnvf32.htm
    doc/salome/gui/GUI/whgdata/whnvf33.htm
    doc/salome/gui/GUI/whgdata/whnvl31.htm
    doc/salome/gui/GUI/whgdata/whnvl32.htm
    doc/salome/gui/GUI/whgdata/whnvl33.htm
    doc/salome/gui/GUI/whgdata/whnvp30.htm
    doc/salome/gui/GUI/whgdata/whnvp31.htm
    doc/salome/gui/GUI/whgdata/whnvp32.htm
    doc/salome/gui/GUI/whgdata/whnvp33.htm
    doc/salome/gui/GUI/whgdata/whnvt30.htm
    doc/salome/gui/GUI/whgdata/whnvt31.htm
    doc/salome/gui/GUI/whgdata/whnvt32.htm
    doc/salome/gui/GUI/whgdata/whnvt33.htm
    doc/salome/gui/GUI/whgdef.htm
    doc/salome/gui/GUI/whgdhtml.htm
    doc/salome/gui/GUI/whghost.js
    doc/salome/gui/GUI/whhost.js
    doc/salome/gui/GUI/whibody.htm
    doc/salome/gui/GUI/whidhtml.htm
    doc/salome/gui/GUI/whiform.htm
    doc/salome/gui/GUI/whihost.js
    doc/salome/gui/GUI/whlang.js
    doc/salome/gui/GUI/whmozemu.js
    doc/salome/gui/GUI/whmsg.js
    doc/salome/gui/GUI/whnjs.htm
    doc/salome/gui/GUI/whphost.js
    doc/salome/gui/GUI/whproj.htm
    doc/salome/gui/GUI/whproj.js
    doc/salome/gui/GUI/whproj.xml
    doc/salome/gui/GUI/whproxy.js
    doc/salome/gui/GUI/whres.xml
    doc/salome/gui/GUI/whskin_blank.htm
    doc/salome/gui/GUI/whskin_homepage.htm
    doc/salome/gui/GUI/whskin_info.htm
    doc/salome/gui/GUI/whskin_pickup.htm
    doc/salome/gui/GUI/whskin_tw.htm
    doc/salome/gui/GUI/whstart.js
    doc/salome/gui/GUI/whstub.js
    doc/salome/gui/GUI/whtdhtml.htm
    doc/salome/gui/GUI/whthost.js
    doc/salome/gui/GUI/whtopic.js
    doc/salome/gui/GUI/whutils.js
    doc/salome/gui/GUI/whver.js
    doc/salome/gui/GUI/whxdata/whftdata0.xml
    doc/salome/gui/GUI/whxdata/whfts.xml
    doc/salome/gui/GUI/whxdata/whfwdata0.xml
    doc/salome/gui/GUI/whxdata/whgdata0.xml
    doc/salome/gui/GUI/whxdata/whglo.xml
    doc/salome/gui/GUI/whxdata/whidx.xml
    doc/salome/gui/GUI/whxdata/whtdata0.xml
    doc/salome/gui/GUI/whxdata/whtoc.xml
    doc/salome/tui/GUI/doxyfile.in
    doc/salome/tui/GUI/sources/Application-About.png
    doc/salome/tui/GUI/sources/application.gif
    doc/salome/tui/GUI/sources/doxygen.css
    doc/salome/tui/GUI/sources/footer.html
    doc/salome/tui/GUI/sources/html_comments.gif
    doc/salome/tui/GUI/sources/logocorp.gif
    doc/salome/tui/GUI/sources/myheader.html
    src/LightApp/LightApp_HDFDriver.cxx
    src/LightApp/LightApp_HDFDriver.h
    src/Qtx/QtxSplash.cxx
    src/Qtx/QtxSplash.h
    src/SVTK/SVTK_DialogBase.cxx
    src/SVTK/SVTK_DialogBase.h
    src/SVTK/SVTK_UpdateRateDlg.cxx
    src/SVTK/SVTK_UpdateRateDlg.h
    src/SVTK/resources/SVTK_images.po
    src/SalomeApp/SalomeApp_VisualState.cxx
    src/SalomeApp/SalomeApp_VisualState.h
    src/SalomeApp/Test/Makefile.in
    src/SalomeApp/Test/SalomeAppTest.cxx
    src/SalomeApp/Test/SalomeAppTest.hxx
    src/SalomeApp/Test/TestSalomeApp.cxx
    src/SalomeApp/Test/TestSalomeApp.py
    src/Session/Session_ServerCheck.cxx
    src/Session/Session_ServerCheck.hxx
    src/VTKViewer/VTKViewer_CellLocationsArray.cxx
    src/VTKViewer/VTKViewer_CellLocationsArray.h
    src/VTKViewer/resources/view_update_rate.png

18 years agoAdd icon in bynary format
abd [Fri, 28 Apr 2006 14:18:35 +0000 (14:18 +0000)]
Add icon in bynary format

18 years agoRemove text format icons from base
abd [Fri, 28 Apr 2006 14:15:47 +0000 (14:15 +0000)]
Remove text format icons from base

18 years agoTemprorary fix
abd [Fri, 28 Apr 2006 08:03:12 +0000 (08:03 +0000)]
Temprorary fix

18 years agoTemprorary fix
abd [Fri, 28 Apr 2006 07:55:48 +0000 (07:55 +0000)]
Temprorary fix

18 years agoMove SALOME_Session.idl from GUI_SRC/idl to KERNEL_SRC/idl.
abd [Wed, 26 Apr 2006 10:37:34 +0000 (10:37 +0000)]
Move SALOME_Session.idl from GUI_SRC/idl to KERNEL_SRC/idl.

18 years agoInitial revision
ouv [Tue, 18 Apr 2006 14:40:10 +0000 (14:40 +0000)]
Initial revision

18 years agoSVTK_EXPORT added.
ouv [Mon, 17 Apr 2006 10:40:19 +0000 (10:40 +0000)]
SVTK_EXPORT added.

18 years agoPLOT2D_EXPORT added.
ouv [Mon, 17 Apr 2006 10:39:51 +0000 (10:39 +0000)]
PLOT2D_EXPORT added.

18 years agoSome exports removed.
ouv [Mon, 17 Apr 2006 10:38:39 +0000 (10:38 +0000)]
Some exports removed.

18 years agoUpdate include path
abd [Fri, 14 Apr 2006 09:37:29 +0000 (09:37 +0000)]
Update include path

18 years agoExport Class
abd [Fri, 14 Apr 2006 09:36:46 +0000 (09:36 +0000)]
Export Class

18 years agoWindows porting.
ouv [Thu, 6 Apr 2006 08:51:06 +0000 (08:51 +0000)]
Windows porting.

18 years agoExclude header not used on Windows
san [Wed, 5 Apr 2006 14:16:37 +0000 (14:16 +0000)]
Exclude header not used on Windows

18 years agoUpdate executive version
abd [Fri, 31 Mar 2006 10:32:01 +0000 (10:32 +0000)]
Update executive version
Temprorary fix python of calls

18 years agocompilable version of SALOME_PYQT_GUI
abd [Fri, 17 Mar 2006 15:03:29 +0000 (15:03 +0000)]
compilable version of SALOME_PYQT_GUI

18 years agoExport Symbols for GEOM
abd [Thu, 16 Mar 2006 09:21:39 +0000 (09:21 +0000)]
Export Symbols for GEOM

18 years agoUpdated environment and import/export directives
abd [Mon, 6 Mar 2006 08:34:30 +0000 (08:34 +0000)]
Updated environment and import/export directives

18 years agono message
stv [Sun, 26 Feb 2006 10:18:23 +0000 (10:18 +0000)]
no message

18 years agoUpdated SALOME GUI sources for building under Ms Visual .NET on Windows platform.
stv [Sun, 26 Feb 2006 06:14:19 +0000 (06:14 +0000)]
Updated SALOME GUI sources for building under Ms Visual .NET on Windows platform.

18 years agoUpdated SALOME GUI sources for building under Ms Visual .NET on Windows platform.
stv [Wed, 22 Feb 2006 12:49:17 +0000 (12:49 +0000)]
Updated SALOME GUI sources for building under Ms Visual .NET on Windows platform.

18 years agoUpdated SALOME GUI sources for building under Ms Visual .NET on Windows platform.
stv [Wed, 22 Feb 2006 12:04:36 +0000 (12:04 +0000)]
Updated SALOME GUI sources for building under Ms Visual .NET on Windows platform.

18 years agoUpdated SALOME GUI sources for building under Ms Visual .NET on Windows platform.
stv [Wed, 22 Feb 2006 10:28:47 +0000 (10:28 +0000)]
Updated SALOME GUI sources for building under Ms Visual .NET on Windows platform.

18 years agono message
stv [Wed, 22 Feb 2006 10:21:53 +0000 (10:21 +0000)]
no message

18 years agono message
stv [Wed, 22 Feb 2006 08:49:27 +0000 (08:49 +0000)]
no message

18 years agoUpdated SALOME GUI sources for building under Ms Visual .NET on Windows platform.
stv [Wed, 22 Feb 2006 08:15:18 +0000 (08:15 +0000)]
Updated SALOME GUI sources for building under Ms Visual .NET on Windows platform.