]> SALOME platform Git repositories - modules/gui.git/log
Salome HOME
modules/gui.git
13 years agoMethods sortIndicator() and setSortIndicator are added.
san [Fri, 12 Aug 2011 09:29:52 +0000 (09:29 +0000)]
Methods sortIndicator() and setSortIndicator are added.

13 years agoUnused variable was removed.
san [Fri, 12 Aug 2011 06:48:55 +0000 (06:48 +0000)]
Unused variable was removed.

13 years agoAction priority and permanent visibility state are separated.
san [Fri, 5 Aug 2011 11:40:21 +0000 (11:40 +0000)]
Action priority and permanent visibility state are separated.

13 years agoDefault ollapsed limit setted as value 2.
san [Thu, 4 Aug 2011 12:32:40 +0000 (12:32 +0000)]
Default ollapsed limit setted as value 2.

13 years agoBug fix: For menus priority take into account permanently visible actions. Now menus...
san [Thu, 4 Aug 2011 06:35:21 +0000 (06:35 +0000)]
Bug fix: For menus priority take into account permanently visible actions. Now menus with such action have permanent priority also.

13 years agoBug fix: Disabled highlighting for separator actions.
san [Wed, 3 Aug 2011 08:27:17 +0000 (08:27 +0000)]
Bug fix: Disabled highlighting for separator actions.

13 years agoHighlight mode for collapsed menu was added.
san [Tue, 2 Aug 2011 11:34:57 +0000 (11:34 +0000)]
Highlight mode for collapsed menu was added.

13 years agoAdded checking of inexistent action in menu backup list.
san [Thu, 28 Jul 2011 14:36:04 +0000 (14:36 +0000)]
Added checking of inexistent action in menu backup list.

13 years agoLimitAuto mode was added. Some minor fixes.
san [Fri, 22 Jul 2011 13:56:21 +0000 (13:56 +0000)]
LimitAuto mode was added. Some minor fixes.

13 years agoMenu actions visible in collapsed state were highlited.
san [Wed, 20 Jul 2011 12:33:14 +0000 (12:33 +0000)]
Menu actions visible in collapsed state were highlited.

13 years agoQAction::setVisible() replaced by QWidget::removeAction()/QWidget::insertAction(...
san [Tue, 19 Jul 2011 10:01:10 +0000 (10:01 +0000)]
QAction::setVisible() replaced by QWidget::removeAction()/QWidget::insertAction() in collapse/expand functionality.

13 years agoNew functionality: Collapsed/Expanded menus.
san [Mon, 18 Jul 2011 13:17:52 +0000 (13:17 +0000)]
New functionality: Collapsed/Expanded menus.

13 years agoMethod setColorChooserEnabled() was added.
san [Wed, 11 May 2011 10:53:03 +0000 (10:53 +0000)]
Method setColorChooserEnabled() was added.

13 years agoKALLISTO v1.1.1 preparation: V5_1_11
san [Wed, 11 May 2011 08:36:34 +0000 (08:36 +0000)]
KALLISTO v1.1.1 preparation:
this file most likely was not integrated into SUIT v5.1.11 by mistake, KALLISTO cannot be compiled without it.

13 years agohttp://qa.nnov.opencascade.com/mantis/view.php?id=265 V5_1_10
mtn [Fri, 3 Dec 2010 13:41:15 +0000 (13:41 +0000)]
http://qa.nnov.opencascade.com/mantis/view.php?id=265

14 years agoOption "show_single" was added in QtxPageListPrefItem.
san [Tue, 30 Nov 2010 10:50:02 +0000 (10:50 +0000)]
Option "show_single" was added in QtxPageListPrefItem.

14 years agoPath selected with file open dialog firstly setted to text field and after that signa...
san [Fri, 26 Nov 2010 12:55:05 +0000 (12:55 +0000)]
Path selected with file open dialog firstly setted to text field and after that signal emitted.

14 years agoPossibility to disable keyboard search in tree view.
san [Wed, 17 Nov 2010 13:11:11 +0000 (13:11 +0000)]
Possibility to disable keyboard search in tree view.
Search tool not get the alpha numeric key events from watched widget.

14 years agoAdded checking for visibility of watched widget before setting focus to it.
san [Fri, 12 Nov 2010 13:28:06 +0000 (13:28 +0000)]
Added checking for visibility of watched widget before setting focus to it.

14 years agoAdded signal returnPressed().
san [Tue, 9 Nov 2010 07:55:21 +0000 (07:55 +0000)]
Added signal returnPressed().

14 years agoContribution from KALLISTO: base searcher class provided to search in custom views...
san [Wed, 3 Nov 2010 14:21:10 +0000 (14:21 +0000)]
Contribution from KALLISTO: base searcher class provided to search in custom views not derived from QAbstractItemView, the only requirement is to have QAbstractItemModel

14 years agoNew signal pathSelected() emited when user select path via browse file dialog
san [Tue, 2 Nov 2010 07:31:37 +0000 (07:31 +0000)]
New signal pathSelected() emited when user select path via browse file dialog

14 years agoLabel item taken from V5_1_5_BR version for KALLISTO needs
san [Mon, 1 Nov 2010 16:16:21 +0000 (16:16 +0000)]
Label item taken from V5_1_5_BR version for KALLISTO needs

14 years agoQModelIndex comparation was corrected
san [Fri, 29 Oct 2010 13:55:37 +0000 (13:55 +0000)]
QModelIndex comparation was corrected

14 years agoBrowse button can recieve input focus
san [Thu, 28 Oct 2010 12:17:29 +0000 (12:17 +0000)]
Browse button can recieve input focus

14 years agoNew searcher added. Some bugs were fixed.
san [Thu, 28 Oct 2010 12:16:43 +0000 (12:16 +0000)]
New searcher added. Some bugs were fixed.

14 years agoRolling back previous integration from KALLISTO team (virtual initialize() method...
san [Tue, 26 Oct 2010 06:12:16 +0000 (06:12 +0000)]
Rolling back previous integration from KALLISTO team (virtual initialize() method for application classes)

14 years agoContribution from KALLISTO:
san [Mon, 25 Oct 2010 08:26:23 +0000 (08:26 +0000)]
Contribution from KALLISTO:
Virtual initialize() method added to application classes in order to enable customization of base app behavior in derived classes.
Example: access from modules auto-loaded by CAM_Application to standard GUI actions created by STD_Application.
It is no longer necessary to redefine start() method, redefining initialize() is a prefereed way to customize application start-up.

14 years agosubControlRect() for editor of spin-box fixed; gap between editor and arrows
sln [Wed, 20 Oct 2010 10:02:22 +0000 (10:02 +0000)]
subControlRect() for editor of spin-box fixed; gap between editor and arrows

14 years agoAdded buble help for tool buttons on the find bar.
adv [Tue, 19 Oct 2010 13:24:29 +0000 (13:24 +0000)]
Added buble help for tool buttons on the find bar.

14 years ago*** empty log message ***
san [Fri, 15 Oct 2010 13:03:52 +0000 (13:03 +0000)]
*** empty log message ***

14 years agoNew method setApplication added. This is used e.g. when a module instance is created...
adv [Fri, 15 Oct 2010 07:42:29 +0000 (07:42 +0000)]
New method setApplication added. This is used e.g. when a module instance is created but not intialized by custom application class,still the module needs some minimal link to application.

14 years agoPatch from STV, fixes continuous timer events problem
san [Fri, 8 Oct 2010 07:48:13 +0000 (07:48 +0000)]
Patch from STV, fixes continuous timer events problem

14 years agoSyntax error fixed
adv [Mon, 4 Oct 2010 11:23:23 +0000 (11:23 +0000)]
Syntax error fixed

14 years agoModified validation regexp.
san [Tue, 28 Sep 2010 12:12:54 +0000 (12:12 +0000)]
Modified validation regexp.

14 years agoIt hides the error message from the terminal output.
nds [Tue, 28 Sep 2010 05:47:37 +0000 (05:47 +0000)]
It hides the error message from the terminal output.

14 years agoOptimisation of adjust item width after item expanding.
san [Mon, 27 Sep 2010 12:20:14 +0000 (12:20 +0000)]
Optimisation of adjust item width after item expanding.

14 years agoThis is a small merge from the V6_main branch.
nds [Wed, 1 Sep 2010 07:35:47 +0000 (07:35 +0000)]
This is a small merge from the V6_main branch.

14 years agoRegular expression for validation modified. Now it allow use relative unix path in...
san [Fri, 27 Aug 2010 12:01:28 +0000 (12:01 +0000)]
Regular expression for validation modified. Now it allow use relative unix path in format "./<file_name>".

14 years agoIt corrects an exception which was generated by the scrolled QWebView. The zero widge... TG_5_1_6
nds [Fri, 6 Aug 2010 05:57:53 +0000 (05:57 +0000)]
It corrects an exception which was generated by the scrolled QWebView. The zero widget came to the method.

14 years agoThis is merge from V5_1_4_BR(2010-04-21) in order to avoid ATLAS exception, which... TG_For_Atlas_v1_3_2d
nds [Wed, 21 Jul 2010 11:13:17 +0000 (11:13 +0000)]
This is merge from V5_1_4_BR(2010-04-21) in order to avoid ATLAS exception, which happened by the "Close All Plans" action with active a middle window.

14 years agoModifications for KALLISTO project.
san [Fri, 2 Jul 2010 11:43:36 +0000 (11:43 +0000)]
Modifications for KALLISTO project.

14 years agoSome modifications made in frame of project "KALLISTO"
san [Fri, 25 Jun 2010 05:46:03 +0000 (05:46 +0000)]
Some modifications made in frame of project "KALLISTO"

14 years agoThe dock widget improvement to show vertical title bar.
nds [Thu, 6 May 2010 04:41:50 +0000 (04:41 +0000)]
The dock widget improvement to show vertical title bar.

14 years agoThe small improvement to support vertical title bar of the dock widget control.
nds [Thu, 6 May 2010 04:38:25 +0000 (04:38 +0000)]
The small improvement to support vertical title bar of the dock widget control.

14 years agoruv: new condition to not pass bounds. V_5_1_3
nds [Mon, 1 Feb 2010 10:33:10 +0000 (10:33 +0000)]
ruv: new condition to not pass bounds.
The bounds are not initialized if they are equal to {1, -1, 1, -1, 1, -1}.

14 years agoBug fixing
mtn [Mon, 28 Dec 2009 07:04:31 +0000 (07:04 +0000)]
Bug fixing

14 years agoRolling back last integration
san [Fri, 11 Dec 2009 14:56:04 +0000 (14:56 +0000)]
Rolling back last integration

14 years agoQtxDockWidget: Built-in implementation of customizable title bar widget
san [Fri, 11 Dec 2009 14:50:02 +0000 (14:50 +0000)]
QtxDockWidget: Built-in implementation of customizable title bar widget

14 years agoDraw custom QDockWidget title bar widgets using the style
san [Wed, 9 Dec 2009 15:14:35 +0000 (15:14 +0000)]
Draw custom QDockWidget title bar widgets using the style

14 years agoA temporary integration to avoid exception in PoseidonGUI by closing. It will be...
nds [Mon, 7 Dec 2009 15:07:36 +0000 (15:07 +0000)]
A temporary integration to avoid exception in PoseidonGUI by closing. It will be corrected during merge with ATLAS.

14 years agoPOSEIDON GUI team: multi-column sorting implementation
san [Sat, 5 Dec 2009 15:30:30 +0000 (15:30 +0000)]
POSEIDON GUI team: multi-column sorting implementation

15 years agoImprovements of the 5.1.1 version.
nds [Thu, 19 Nov 2009 05:30:51 +0000 (05:30 +0000)]
Improvements of the 5.1.1 version.

15 years agoThis is information about performed changes.
nds [Thu, 19 Nov 2009 04:41:23 +0000 (04:41 +0000)]
This is information about performed changes.

15 years agoUndo the previous modification because of ATLAS. "Computers" menu item disappeared... V2_3_0
nds [Thu, 12 Nov 2009 16:44:18 +0000 (16:44 +0000)]
Undo the previous modification because of ATLAS. "Computers" menu item disappeared with the previous state.

15 years agoThis is correction for the previous modification.
nds [Thu, 12 Nov 2009 14:47:52 +0000 (14:47 +0000)]
This is correction for the previous modification.
It should be made here because myDesktop->addWindow() emits signal about window activated and view manager is empty at the moment. It can cause exception situations, because during working with view window we believe that it has not empty view manager.

15 years agoA small correction
nds [Wed, 11 Nov 2009 08:03:44 +0000 (08:03 +0000)]
A small correction

15 years agoCosmetic changes
mtn [Tue, 10 Nov 2009 11:14:09 +0000 (11:14 +0000)]
Cosmetic changes

15 years agoChanges according bug 30165
mtn [Tue, 10 Nov 2009 11:02:51 +0000 (11:02 +0000)]
Changes according bug 30165

15 years agoIt's a correction to communicate with cells of a QtxTable object according to the...
nds [Tue, 10 Nov 2009 06:28:23 +0000 (06:28 +0000)]
It's a correction to communicate with cells of a QtxTable object according to the it methods.

15 years agoThis modification've come here from V5_MDI_fix branch.
nds [Tue, 10 Nov 2009 05:52:00 +0000 (05:52 +0000)]
This modification've come here from V5_MDI_fix branch.
The comments: Exclude reparent event for ViewWindow.

15 years agoMethods of communication with cell of a table become virtual in order to have opportu...
nds [Tue, 10 Nov 2009 05:46:01 +0000 (05:46 +0000)]
Methods of communication with cell of a table become virtual in order to have opportunity to change their behavior in the table child classes.

15 years agoThis modification was got from V5_1_main branch.
nds [Tue, 10 Nov 2009 05:45:00 +0000 (05:45 +0000)]
This modification was got from V5_1_main branch.
Without it, using of QtxActionSet leads to exception at the time of the application close.

15 years agoThis modification is necessary in the child classes in order to have an opportunity...
nds [Tue, 10 Nov 2009 05:42:48 +0000 (05:42 +0000)]
This modification is necessary in the child classes in order to have an opportunity to redefine PyConsole_Editor editor for PyConsole_Console.

15 years agoWin32 UNICODE issues resolved
san [Wed, 4 Nov 2009 15:11:26 +0000 (15:11 +0000)]
Win32 UNICODE issues resolved

15 years agoIt's a copy of the files from V5_1_main.
nds [Mon, 2 Nov 2009 05:07:46 +0000 (05:07 +0000)]
It's a copy of the files from V5_1_main.

15 years agoCAM module is added to compilation.
nds [Mon, 2 Nov 2009 04:42:27 +0000 (04:42 +0000)]
CAM module is added to compilation.

15 years agoIt's a copy of the files from V5_1_main.
nds [Mon, 2 Nov 2009 04:40:46 +0000 (04:40 +0000)]
It's a copy of the files from V5_1_main.

15 years agoThese functionality was removed in connection with bug in mantis: 0030241: The FitAll... V2_2_0 V2_2_0_beta2
nds [Fri, 18 Sep 2009 12:56:36 +0000 (12:56 +0000)]
These functionality was removed in connection with bug in mantis: 0030241: The FitAll function does not work properly in case of 2 active displayed VTK viewers.
Taking into consideration that this functionality was improved in previous integration, the decision about unnecessary of these three lines were taken.

15 years agoThis is a fix for bug 0030235: Fit area doesn't work for particle number density...
nds [Fri, 18 Sep 2009 08:36:12 +0000 (08:36 +0000)]
This is a fix for bug 0030235: Fit area doesn't work for particle number density curves. It corrects fir area functionality.

15 years agomethod getSelectedIndexes became virtual. V2_2_0_beta
nds [Tue, 25 Aug 2009 04:16:11 +0000 (04:16 +0000)]
method getSelectedIndexes became virtual.

15 years agoWin32: location of GUI resources updated in accordance with ACHERON rules (one level...
san [Mon, 3 Aug 2009 06:17:31 +0000 (06:17 +0000)]
Win32: location of GUI resources updated in accordance with ACHERON rules (one level up from the platform-specific files)

15 years agoThis change gives a posiblity to listen signals from the viewer. In particular, Mouse...
nds [Thu, 9 Jul 2009 08:19:11 +0000 (08:19 +0000)]
This change gives a posiblity to listen signals from the viewer. In particular, MouseDoubleClicked one.

15 years agoUpdating PRO files after Win32 integration V2_1_0_beta
san [Wed, 22 Apr 2009 10:27:42 +0000 (10:27 +0000)]
Updating PRO files after Win32 integration

15 years agoUpdating PRO files after Win32 integration
san [Wed, 22 Apr 2009 09:53:59 +0000 (09:53 +0000)]
Updating PRO files after Win32 integration

15 years agoPRO files reorganized
san [Wed, 22 Apr 2009 07:01:54 +0000 (07:01 +0000)]
PRO files reorganized

15 years agoIt expands content of the search tool. It appends:
nds [Mon, 13 Apr 2009 11:26:52 +0000 (11:26 +0000)]
It expands content of the search tool. It appends:
1. method updateContents(bool) to color content of the search control
2. handling of resultChanged() signal for searcher, to update color content of the search control.
This is necessary to move searching in external thread in ACHERON.

15 years agoIt corrects ResetCamera() method to improve fit all functionality for long thin objects.
nds [Mon, 13 Apr 2009 11:13:50 +0000 (11:13 +0000)]
It corrects ResetCamera() method to improve fit all functionality for long thin objects.

15 years agoThese are small improvents to correct compilation onUnix.
nds [Wed, 25 Mar 2009 09:34:39 +0000 (09:34 +0000)]
These are small improvents to correct compilation onUnix.

15 years agoCompiler error on Linux due to the predicate's copy constructor being called -> passi...
san [Wed, 25 Mar 2009 08:10:18 +0000 (08:10 +0000)]
Compiler error on Linux due to the predicate's copy constructor being called -> passing the predicate as const reference and making its operator bool() also const

15 years agoCompiler error on Linux due to the predicate's copy constructor being called -> const...
san [Wed, 25 Mar 2009 08:08:45 +0000 (08:08 +0000)]
Compiler error on Linux due to the predicate's copy constructor being called -> const reference used to avoid copying

15 years agoOptimizing selection highlighting
san [Fri, 20 Mar 2009 16:30:48 +0000 (16:30 +0000)]
Optimizing selection highlighting
Invoking ModifiedEvent for the selector when its selection mode changes

15 years agoOptimizing selection highlighting
san [Fri, 20 Mar 2009 16:29:40 +0000 (16:29 +0000)]
Optimizing selection highlighting

15 years agoDebugging double LeftButtonUp event handling
san [Fri, 20 Mar 2009 14:41:29 +0000 (14:41 +0000)]
Debugging double LeftButtonUp event handling

15 years agoA modification is made by stv. V2_0_0
nds [Thu, 26 Feb 2009 08:15:00 +0000 (08:15 +0000)]
A modification is made by stv.

15 years agoLocal selection was broken after rotation due to incorrect myPoint and myOtherPoint...
san [Sat, 21 Feb 2009 10:35:52 +0000 (10:35 +0000)]
Local selection was broken after rotation due to incorrect myPoint and myOtherPoint values

15 years agoMeaningful comment added
san [Fri, 20 Feb 2009 16:08:37 +0000 (16:08 +0000)]
Meaningful comment added

15 years agoUninitialized fields, damn it!!! Po rukam by za takoe nastuchat' ]:->
nds [Fri, 20 Feb 2009 15:50:52 +0000 (15:50 +0000)]
Uninitialized fields, damn it!!! Po rukam by za takoe nastuchat' ]:->

15 years agoSmall correction for improving of the DoubleToQString method.
nds [Fri, 20 Feb 2009 11:30:21 +0000 (11:30 +0000)]
Small correction for improving of the DoubleToQString method.

15 years agoResolving conflict between interactor style and vtkImplicitPlaneWidget (or any other...
san [Fri, 20 Feb 2009 09:28:10 +0000 (09:28 +0000)]
Resolving conflict between interactor style and vtkImplicitPlaneWidget (or any other vtk3DWidget successors that prevent mouse events from being processed by the interactor style)

15 years agoadded number_precision and changed DoubleToQString
aan [Tue, 17 Feb 2009 12:53:44 +0000 (12:53 +0000)]
added number_precision and changed DoubleToQString

15 years agoimprove DoubleToQSting
aan [Tue, 17 Feb 2009 12:51:14 +0000 (12:51 +0000)]
improve DoubleToQSting

15 years agoMerging from V5_1_main branch to compile with VTK_5.1.2 on 64 bit platform.
nds [Mon, 16 Feb 2009 12:56:08 +0000 (12:56 +0000)]
Merging from V5_1_main branch to compile with VTK_5.1.2 on 64 bit platform.

15 years agoProcessing Unicode string returned by Win32 API correctly
san [Mon, 16 Feb 2009 06:59:33 +0000 (06:59 +0000)]
Processing Unicode string returned by Win32 API correctly

15 years agoProcessing Unicode string returned by Win32 API correctly
san [Mon, 16 Feb 2009 06:51:53 +0000 (06:51 +0000)]
Processing Unicode string returned by Win32 API correctly

15 years agoMissing Win32 export added
san [Mon, 16 Feb 2009 06:49:31 +0000 (06:49 +0000)]
Missing Win32 export added

15 years agoWin32: copying PNG files to target resource dir added
san [Sun, 1 Feb 2009 15:44:42 +0000 (15:44 +0000)]
Win32: copying PNG files to target resource dir added

15 years agoA small correction from GUI_SRC branch BR_V5_DEV.
nds [Fri, 30 Jan 2009 09:16:14 +0000 (09:16 +0000)]
A small correction from GUI_SRC branch BR_V5_DEV.

15 years agoThere is a multi action improvement to hide/show items in the corresponded menu.
nds [Tue, 23 Dec 2008 09:33:02 +0000 (09:33 +0000)]
There is a multi action improvement to hide/show items in the corresponded menu.

16 years agoIt imporoves QToolBox displaying.
nds [Mon, 24 Nov 2008 04:55:34 +0000 (04:55 +0000)]
It imporoves QToolBox displaying.