]> SALOME platform Git repositories - modules/gui.git/log
Salome HOME
modules/gui.git
11 years agoadd extension point for formatting
apl [Fri, 30 Aug 2013 13:00:08 +0000 (13:00 +0000)]
add extension point for formatting

11 years agoadd tab window programmatically activation methods for QtxWorkstack, STD_TabDesktop
apl [Tue, 12 Mar 2013 08:12:54 +0000 (08:12 +0000)]
add tab window programmatically activation methods for QtxWorkstack, STD_TabDesktop

11 years agoexport symbols of QDS_DoubleValidator
apl [Fri, 15 Feb 2013 07:36:28 +0000 (07:36 +0000)]
export symbols of QDS_DoubleValidator

11 years agostring value cache fails when user enters empty value
apl [Fri, 15 Feb 2013 07:35:46 +0000 (07:35 +0000)]
string value cache fails when user enters empty value

12 years agoQDS_Datum::AddTo(...)
apl [Mon, 20 Aug 2012 06:23:59 +0000 (06:23 +0000)]
QDS_Datum::AddTo(...)
insert units wrapper into layout instead of the wrapped widget.

12 years agoDDS_DicItem virtual modifiers added
apl [Fri, 3 Aug 2012 16:23:06 +0000 (16:23 +0000)]
DDS_DicItem virtual modifiers added

12 years agoOrder parameter changed for "Edit" main menu to be less than for "View" menu. This...
san [Tue, 24 Jul 2012 13:59:38 +0000 (13:59 +0000)]
Order parameter changed for "Edit" main menu to be less than for "View" menu. This allows application developers to insert some custom menus between "Edit' and "View".

12 years agoUsing child( id ) method in updateCurrent() to avoid searching QtxWorkstackChild...
apl [Tue, 24 Jul 2012 11:00:10 +0000 (11:00 +0000)]
Using child( id ) method in updateCurrent() to avoid searching QtxWorkstackChild* by null widget pointer. Qt debug warnings fixed.

12 years ago"no textChanged() signal" warning fixed
apl [Tue, 24 Jul 2012 10:57:29 +0000 (10:57 +0000)]
"no textChanged() signal" warning fixed

12 years agoSUIT_DataObject::setModified() became virtual, it infroms the tree model about the...
san [Mon, 28 May 2012 17:24:39 +0000 (17:24 +0000)]
SUIT_DataObject::setModified() became virtual, it infroms the tree model about the data change with help of a new modified(SUIT_DataObject*) signal.

SUIT_AbstractModel::setVisibilityState() got the 3rd argument that can be used to block dataChanged() signal

12 years agoSUIT_DataBrowser::setShortcutKey() mistyping corrected
san [Sat, 12 May 2012 14:17:08 +0000 (14:17 +0000)]
SUIT_DataBrowser::setShortcutKey() mistyping corrected

12 years agoExporting QtxWorkstackArea class under Windows. This class is needed when it is neces...
san [Sat, 12 May 2012 11:52:26 +0000 (11:52 +0000)]
Exporting QtxWorkstackArea class under Windows. This class is needed when it is necessary to access the area buttons (e.g. "close").

12 years agoQDS_Datum::getString() made public to allow reading the value text currently displaye...
san [Sat, 12 May 2012 11:45:09 +0000 (11:45 +0000)]
QDS_Datum::getString() made public to allow reading the value text currently displayed in the control "as is" without any conversions. This is needed when embedding QDS widgets into item views.

12 years agovalue() and setValue() now treat Data Dictionary type correctly instead of ignoring it
san [Fri, 11 May 2012 19:50:06 +0000 (19:50 +0000)]
value() and setValue()  now treat Data Dictionary type correctly instead of ignoring it

12 years agoDDS_DicItem::GetUnits - virtual modificator added
apl [Fri, 11 May 2012 08:28:19 +0000 (08:28 +0000)]
DDS_DicItem::GetUnits - virtual modificator added

12 years agoFix for model indexing
apl [Thu, 12 Apr 2012 15:46:27 +0000 (15:46 +0000)]
Fix for model indexing

12 years agovirtual methods for DDS_Dictionary class.
apl [Fri, 30 Mar 2012 08:58:04 +0000 (08:58 +0000)]
virtual methods for DDS_Dictionary class.
DDS_Dictionary, DDS_Group, DDS_Item now can be subclassed for dictionary customziation.

12 years agoClear all TreeItem instances in SUIT_TreeModel::setRoot() when autoDeleteTree ==...
san [Wed, 28 Mar 2012 17:38:09 +0000 (17:38 +0000)]
Clear all TreeItem instances in SUIT_TreeModel::setRoot() when autoDeleteTree == true to avoid crashes on model reset resulted from incorrect value returned by rowCount()

12 years agoMake PyConsole independent from KERNEL
san [Wed, 28 Mar 2012 17:34:26 +0000 (17:34 +0000)]
Make PyConsole independent from KERNEL

12 years ago0021442: EDF 2044 GEOM: MakeCut leads to SIGSEGV when click on Apply&Close V6_4_0 V6_4_0rc3
jfa [Wed, 7 Dec 2011 11:07:54 +0000 (11:07 +0000)]
0021442: EDF 2044 GEOM: MakeCut leads to SIGSEGV when click on Apply&Close

13 years agoFix for the bug "21427: EDF 2024 SMESH: numbering does not take into account clipping". V6_4_0rc2
rnv [Thu, 1 Dec 2011 06:49:30 +0000 (06:49 +0000)]
Fix for the bug "21427: EDF 2024 SMESH: numbering does not take into account clipping".

13 years ago0021436: EDF 1810 SMESH: Create a segment and adding it to a group causes Salome...
eap [Wed, 30 Nov 2011 14:12:02 +0000 (14:12 +0000)]
0021436: EDF 1810 SMESH: Create a segment and adding it to a group causes Salome to crash
    Prevent clasing BusyLocker with BusyLocker from SMESH
+namespace
+{
 class BusyLocker

13 years agoFix translation errors V6_4_0rc1
vsr [Fri, 25 Nov 2011 16:08:48 +0000 (16:08 +0000)]
Fix translation errors

13 years agoUpdate French translation file
gdd [Fri, 25 Nov 2011 15:49:52 +0000 (15:49 +0000)]
Update French translation file

13 years agornc: some missing french translations
gdd [Fri, 25 Nov 2011 15:48:22 +0000 (15:48 +0000)]
rnc: some missing french translations

13 years agoMerge from V6_1_BR 24/11/2011 (TRIPOLI debug)
vsr [Thu, 24 Nov 2011 09:13:52 +0000 (09:13 +0000)]
Merge from V6_1_BR 24/11/2011 (TRIPOLI debug)

13 years agoImprove CHECK_PYQT procedure: detect pyrcc4 executable in addition to pyuic4
vsr [Wed, 23 Nov 2011 14:38:30 +0000 (14:38 +0000)]
Improve CHECK_PYQT procedure: detect pyrcc4 executable in addition to pyuic4

13 years agoFix detection of VTK libraries when the system vtk libs are installed
gdd [Wed, 23 Nov 2011 11:32:42 +0000 (11:32 +0000)]
Fix detection of VTK libraries when the system vtk libs are installed

13 years agoFix lexical errors
vsr [Wed, 23 Nov 2011 10:53:35 +0000 (10:53 +0000)]
Fix lexical errors

13 years agoFix a bug: user preferences file is incorrectly detected on Windows
vsr [Wed, 23 Nov 2011 09:50:14 +0000 (09:50 +0000)]
Fix a bug: user preferences file is incorrectly detected on Windows

13 years agoFix compilation warnings.
rnv [Tue, 22 Nov 2011 10:13:17 +0000 (10:13 +0000)]
Fix compilation warnings.

13 years agoMerge from BR_PPGP_Dev (GENEPY+ dev) 21/11/2011
vsr [Mon, 21 Nov 2011 13:59:22 +0000 (13:59 +0000)]
Merge from BR_PPGP_Dev (GENEPY+ dev) 21/11/2011

13 years agoRemove info messages in the debug mode
vsr [Mon, 21 Nov 2011 08:51:56 +0000 (08:51 +0000)]
Remove info messages in the debug mode

13 years agoFix library flag
gdd [Fri, 18 Nov 2011 08:58:35 +0000 (08:58 +0000)]
Fix library flag

13 years agornv: prepare SALOME-6.4.0 version for the Win32 platform.
rnv [Fri, 18 Nov 2011 08:37:46 +0000 (08:37 +0000)]
rnv: prepare SALOME-6.4.0 version for the Win32 platform.

13 years agornv: Prepare SALOME-6.4.0 version for windows platform: small correction.
rnv [Thu, 17 Nov 2011 09:22:35 +0000 (09:22 +0000)]
rnv: Prepare SALOME-6.4.0 version for windows platform: small correction.

13 years agornv: Prepare SALOME-6.4.0 version for windows platform: small correction.
rnv [Thu, 17 Nov 2011 07:31:18 +0000 (07:31 +0000)]
rnv: Prepare SALOME-6.4.0 version for windows platform: small correction.

13 years agornv: Prepare SALOME-6.4.0 version for windows platform: small correction.
rnv [Wed, 16 Nov 2011 13:37:36 +0000 (13:37 +0000)]
rnv: Prepare SALOME-6.4.0 version for windows platform: small correction.

13 years agornv: Prepare SALOME-6.4.0 version for windows platform.
rnv [Wed, 16 Nov 2011 12:31:38 +0000 (12:31 +0000)]
rnv: Prepare SALOME-6.4.0 version for windows platform.

13 years agofix warnings
eap [Tue, 15 Nov 2011 10:05:27 +0000 (10:05 +0000)]
fix warnings

13 years agoSalome documentation revision by Yury Solomatin
eap [Tue, 15 Nov 2011 09:09:00 +0000 (09:09 +0000)]
Salome documentation revision by Yury Solomatin

13 years agoMerge debug for TRIPOLI (V6_1_BR, 11/11/11) RELIQUAT_6x_15112011
vsr [Fri, 11 Nov 2011 07:51:03 +0000 (07:51 +0000)]
Merge debug for TRIPOLI (V6_1_BR, 11/11/11)

13 years agoMerge debug for TRIPOLI (V6_1_BR, 11/11/11)
vsr [Fri, 11 Nov 2011 05:20:40 +0000 (05:20 +0000)]
Merge debug for TRIPOLI (V6_1_BR, 11/11/11)

13 years agoFIX: pluginsmanager documentation
boulant [Thu, 10 Nov 2011 16:38:38 +0000 (16:38 +0000)]
FIX: pluginsmanager documentation

13 years agoAdd pluginsmanager examples: by default these example are not activated
boulant [Thu, 10 Nov 2011 16:29:21 +0000 (16:29 +0000)]
Add pluginsmanager examples: by default these example are not activated

13 years agoAdd pluginsmanager examples
boulant [Thu, 10 Nov 2011 16:27:11 +0000 (16:27 +0000)]
Add pluginsmanager examples

13 years agoAdd pluginsmanager documentation
boulant [Thu, 10 Nov 2011 16:24:58 +0000 (16:24 +0000)]
Add pluginsmanager documentation

13 years agoIMP: salome_pluginsmanager includes the plugins provided with modules (the plugins...
boulant [Thu, 10 Nov 2011 10:33:16 +0000 (10:33 +0000)]
IMP: salome_pluginsmanager includes the plugins provided with modules (the plugins are looked into share/salome/plugins, recursively)

13 years agoFix misprint in check Qt procedure
vsr [Wed, 9 Nov 2011 12:16:44 +0000 (12:16 +0000)]
Fix misprint in check Qt procedure

13 years agoIntegrate patch from A.Geay (move getPlotObject() and getPlotCurve() fucntions to...
vsr [Tue, 8 Nov 2011 09:09:48 +0000 (09:09 +0000)]
Integrate patch from A.Geay (move getPlotObject() and getPlotCurve() fucntions to the public section)

13 years agoMerge from BR_PPGP_Dev branch (07/11/2011)
vsr [Mon, 7 Nov 2011 14:41:21 +0000 (14:41 +0000)]
Merge from BR_PPGP_Dev branch (07/11/2011)

13 years ago021419: [CEA 516] Invalid tree representation of ATOMIC light-component
vsr [Mon, 7 Nov 2011 14:40:42 +0000 (14:40 +0000)]
021419: [CEA 516] Invalid tree representation of ATOMIC light-component
Additionally merge from BR_PPGP_Dev branch (07/11/2011)

13 years ago021419: [CEA 516] Invalid tree representation of ATOMIC light-component
vsr [Mon, 7 Nov 2011 14:38:15 +0000 (14:38 +0000)]
021419: [CEA 516] Invalid tree representation of ATOMIC light-component

13 years agoImpove clean_configure script
vsr [Sun, 6 Nov 2011 09:02:15 +0000 (09:02 +0000)]
Impove clean_configure script

13 years agoComplete make dist step
vsr [Sat, 5 Nov 2011 19:17:13 +0000 (19:17 +0000)]
Complete make dist step

13 years agoRemove obsolete files
vsr [Sat, 5 Nov 2011 18:51:51 +0000 (18:51 +0000)]
Remove obsolete files

13 years agoRemove obsolete files
vsr [Sat, 5 Nov 2011 18:45:26 +0000 (18:45 +0000)]
Remove obsolete files

13 years agoRemove obsolete files
vsr [Sat, 5 Nov 2011 18:09:38 +0000 (18:09 +0000)]
Remove obsolete files

13 years agoRemove obsolete files
vsr [Sat, 5 Nov 2011 17:57:34 +0000 (17:57 +0000)]
Remove obsolete files

13 years agoRemove obsolete files
vsr [Sat, 5 Nov 2011 17:48:37 +0000 (17:48 +0000)]
Remove obsolete files

13 years agoFix make distcheck problem V6_4_0b1
vsr [Thu, 3 Nov 2011 15:44:20 +0000 (15:44 +0000)]
Fix make distcheck problem

13 years agoFix make distcheck problem
vsr [Thu, 3 Nov 2011 15:05:37 +0000 (15:05 +0000)]
Fix make distcheck problem

13 years agoFix problem with documentation that is not opened if the context (anchor) is passed...
vsr [Thu, 3 Nov 2011 14:35:38 +0000 (14:35 +0000)]
Fix problem with documentation that is not opened if the context (anchor) is passed within the HTML file name (as in SMESH)

13 years agoFix problem of running light SALOME
vsr [Thu, 3 Nov 2011 12:54:47 +0000 (12:54 +0000)]
Fix problem of running light SALOME

13 years agoFix compilation with CMake
barate [Thu, 3 Nov 2011 10:21:39 +0000 (10:21 +0000)]
Fix compilation with CMake

13 years agoADD: check_salome_version.m4 to analyse the version of SALOME (could be usefull to...
boulant [Wed, 2 Nov 2011 15:08:04 +0000 (15:08 +0000)]
ADD: check_salome_version.m4 to analyse the version of SALOME (could be usefull to manage some interface versionning, for example the Engin interface between SALOME5 and SALOME6)

13 years agoADD: add basic use cases of TreeData (can be used as "manual" unit tests)
boulant [Wed, 2 Nov 2011 13:59:48 +0000 (13:59 +0000)]
ADD: add basic use cases of TreeData (can be used as "manual" unit tests)

13 years agoADD: packages GuiHelpers (general gui services for "end developpers") and TreeData...
boulant [Wed, 2 Nov 2011 12:31:14 +0000 (12:31 +0000)]
ADD: packages GuiHelpers (general gui services for "end developpers") and TreeData (tree classification of data characterized by properties. It comes with a graphic basic representation)

13 years agoFix compilation warnings
vsr [Wed, 2 Nov 2011 11:06:48 +0000 (11:06 +0000)]
Fix compilation warnings

13 years agoImplementation of the "0021383: [CEA 507] Plot2d Add analytic functions on curves...
rnv [Wed, 2 Nov 2011 08:39:54 +0000 (08:39 +0000)]
Implementation of the "0021383: [CEA 507] Plot2d Add analytic functions on curves" issue.

13 years agoFix compilation with CMake
barate [Mon, 31 Oct 2011 15:37:55 +0000 (15:37 +0000)]
Fix compilation with CMake

13 years agoChanging version to 6.4.0
inv [Mon, 31 Oct 2011 08:43:34 +0000 (08:43 +0000)]
Changing version to 6.4.0

13 years agoFix method to find view from Python (previous implementation does not worked with... V6_4_0a1
vsr [Fri, 28 Oct 2011 13:45:51 +0000 (13:45 +0000)]
Fix method to find view from Python (previous implementation does not worked with just created windows)

13 years agoMantis issue 0020136: EDF 933 DEV : Drag&Drop in OB
jfa [Fri, 28 Oct 2011 12:09:53 +0000 (12:09 +0000)]
Mantis issue 0020136: EDF 933 DEV : Drag&Drop in OB

13 years agoFix 'make distcheck' problems
vsr [Fri, 28 Oct 2011 09:53:32 +0000 (09:53 +0000)]
Fix 'make distcheck' problems

13 years agoMerge from V6_3_BR branch (Windows porting) 27/10/2011
vsr [Thu, 27 Oct 2011 15:32:49 +0000 (15:32 +0000)]
Merge from V6_3_BR branch (Windows porting) 27/10/2011

13 years agoIMP: add salome.gui.helper.py for manage the selection in the object browser from...
boulant [Thu, 27 Oct 2011 13:12:06 +0000 (13:12 +0000)]
IMP: add salome.gui.helper.py for manage the selection in the object browser from a python gui context.

13 years agoFix tools/dlgfactory compilation with CMake
barate [Thu, 27 Oct 2011 11:54:51 +0000 (11:54 +0000)]
Fix tools/dlgfactory compilation with CMake

13 years agoSet custom view window (widget-based) closable by default (previous implementation...
vsr [Thu, 27 Oct 2011 07:49:44 +0000 (07:49 +0000)]
Set custom view window (widget-based) closable by default (previous implementation - unclosable by default - was integrated by error).

13 years agoFIX: bad usage of shell /bin/sh in dlgfactory.sh
boulant [Wed, 26 Oct 2011 16:23:28 +0000 (16:23 +0000)]
FIX: bad usage of shell /bin/sh in dlgfactory.sh

13 years agoRemove dlgfactory (a bug has to be corrected first)
boulant [Wed, 26 Oct 2011 14:37:47 +0000 (14:37 +0000)]
Remove dlgfactory (a bug has to be corrected first)

13 years agoIMP: modification of the rule to generate py from ui using pyuic
boulant [Wed, 26 Oct 2011 14:25:31 +0000 (14:25 +0000)]
IMP: modification of the rule to generate py from ui using pyuic
ADD: new file to help in creation of standard dialog box in python context.

13 years agoAdd a end-user tools (folder tools/dlgfactory) for bootstraping a Qt dialog box.
boulant [Wed, 26 Oct 2011 13:31:30 +0000 (13:31 +0000)]
Add a end-user tools (folder tools/dlgfactory) for bootstraping a Qt dialog box.

13 years agoImplementation of the "21384: [CEA 508] Plot2d Allow user to rescale curve" isuue.
ana [Wed, 26 Oct 2011 12:09:30 +0000 (12:09 +0000)]
Implementation of the "21384: [CEA 508] Plot2d Allow user to rescale curve" isuue.

13 years ago0021373: [CEA] missing some contextual menu
vsr [Tue, 25 Oct 2011 05:25:25 +0000 (05:25 +0000)]
0021373: [CEA] missing some contextual menu
0021307: EDF PARAVIS: Mismatch in buttons and windows when switching from a component to PARAVIS and back (replace previous fix)

13 years agoPR: compilation on KUbuntu 11.10
prascle [Sun, 23 Oct 2011 10:18:05 +0000 (10:18 +0000)]
PR: compilation on KUbuntu 11.10

13 years agoImplementation of the "21386: [CEA 510] Plot2d Highlight curves in the viewer" issue.
rnv [Fri, 21 Oct 2011 11:23:19 +0000 (11:23 +0000)]
Implementation of the "21386: [CEA 510] Plot2d Highlight curves in the viewer" issue.

13 years agoImplementation of the "21386: [CEA 510] Plot2d Highlight curves in the viewer" issue.
rnv [Fri, 21 Oct 2011 11:11:39 +0000 (11:11 +0000)]
Implementation of the "21386: [CEA 510] Plot2d Highlight curves in the viewer" issue.

13 years agoImplementation of the "21386: [CEA 510] Plot2d Highlight curves in the viewer" issue.
rnv [Fri, 21 Oct 2011 11:03:08 +0000 (11:03 +0000)]
Implementation of the "21386: [CEA 510] Plot2d Highlight curves in the viewer" issue.

13 years agoIssue 0021385: [CEA] Modify font properties in legend
ana [Wed, 19 Oct 2011 10:00:57 +0000 (10:00 +0000)]
Issue 0021385: [CEA] Modify font properties in legend

13 years ago021385: [CEA 509] Modify font properties in legend
ana [Wed, 19 Oct 2011 08:33:00 +0000 (08:33 +0000)]
021385: [CEA 509] Modify font properties in legend

13 years ago0020512: EDF 1113 OTHER : Using webkit to display documentation
vsr [Mon, 17 Oct 2011 13:01:47 +0000 (13:01 +0000)]
0020512: EDF 1113 OTHER : Using webkit to display documentation
Additional change: show link being hovered in the status bar

13 years ago0020512: EDF 1113 OTHER : Using webkit to display documentation
vsr [Mon, 17 Oct 2011 12:48:25 +0000 (12:48 +0000)]
0020512: EDF 1113 OTHER : Using webkit to display documentation
Process PDF files: additional fix to unset LD_LIBRARY_PATH before starting external program to avoid 'unresolved symbol' message

13 years ago0020512: EDF 1113 OTHER : Using webkit to display documentation
vsr [Mon, 17 Oct 2011 10:07:30 +0000 (10:07 +0000)]
0020512: EDF 1113 OTHER : Using webkit to display documentation
Process PDF files

13 years agoAdd QtWebKit library
barate [Mon, 17 Oct 2011 10:04:00 +0000 (10:04 +0000)]
Add QtWebKit library

13 years agoAdded possibility to set the Python console synchronous by setting the environment...
gdd [Mon, 17 Oct 2011 08:53:51 +0000 (08:53 +0000)]
Added possibility to set the Python console synchronous by setting the environment variable PYTHON_CONSOLE_SYNC at runtime.

13 years agoUpdate French resource file
gdd [Mon, 17 Oct 2011 07:57:57 +0000 (07:57 +0000)]
Update French resource file

13 years agoIssue 0020512: EDF 1113 OTHER : Using webkit to display documentation
vsr [Sun, 16 Oct 2011 20:22:03 +0000 (20:22 +0000)]
Issue 0020512: EDF 1113 OTHER : Using webkit to display documentation
Additional improvement: provide search capabilities to the help browser

13 years agoIssue 0020512: EDF 1113 OTHER : Using webkit to display documentation
vsr [Sun, 16 Oct 2011 20:16:01 +0000 (20:16 +0000)]
Issue 0020512: EDF 1113 OTHER : Using webkit to display documentation
Additional improvement: provide search capabilities to the help browser

13 years agoIssue 0020512: EDF 1113 OTHER : Using webkit to display documentation
vsr [Sun, 16 Oct 2011 16:54:45 +0000 (16:54 +0000)]
Issue 0020512: EDF 1113 OTHER : Using webkit to display documentation