]> SALOME platform Git repositories - modules/gui.git/log
Salome HOME
modules/gui.git
12 years agoOptional flags added in view manager. V5_1_20
stv [Wed, 1 Feb 2012 11:17:13 +0000 (11:17 +0000)]
Optional flags added in view manager.

12 years agosetOpaqueResize() functionality.
san [Wed, 18 Jan 2012 11:41:18 +0000 (11:41 +0000)]
setOpaqueResize() functionality.

12 years agoShortcut edit preferences functionality was added.
san [Fri, 30 Dec 2011 07:34:46 +0000 (07:34 +0000)]
Shortcut edit preferences functionality was added.

12 years agoStatus bar description for status bar toggle view action was added
san [Fri, 30 Dec 2011 07:33:07 +0000 (07:33 +0000)]
Status bar description for status bar toggle view action was added

12 years agoFix: Different action id context prefixes used (prevent using the same string as...
san [Thu, 22 Dec 2011 10:30:17 +0000 (10:30 +0000)]
Fix: Different action id context prefixes used (prevent using the same string as module and application name).

12 years agoProtection against occasional crashes in SUIT_ViewManager::closeAllViews() - using...
san [Wed, 21 Dec 2011 13:50:45 +0000 (13:50 +0000)]
Protection against occasional crashes in SUIT_ViewManager::closeAllViews() - using QObject::deleteLater() instead of operator delete. Protection in SVTK_Renderer destructor against unintentional updates of scene parameters during deletion.

12 years agoFunctionality with more complex action identfication and store/retrieve action manage...
san [Wed, 21 Dec 2011 13:07:31 +0000 (13:07 +0000)]
Functionality with more complex action identfication and store/retrieve action manager state.

12 years agoFix for sigmentation at the exit from ACHERON.
smh [Tue, 20 Dec 2011 14:26:10 +0000 (14:26 +0000)]
Fix for sigmentation at the exit from ACHERON.

Delayed delete.

12 years agoPOSEIDONGUI issue #31415: API to hide widgets for title editing, not to confuse the...
san [Mon, 5 Dec 2011 15:30:33 +0000 (15:30 +0000)]
POSEIDONGUI issue #31415: API to hide widgets for title editing, not to confuse the users with the titles that can be edited but are not saved to resource manager.

12 years agoPOSEIDONGUI issue #31415: API to hide widgets for title editing, not to confuse the...
san [Mon, 5 Dec 2011 15:11:04 +0000 (15:11 +0000)]
POSEIDONGUI issue #31415: API to hide widgets for title editing, not to confuse the users with the titles that can be edited but are not saved to resource manager.

13 years agoExport to Excel. Special classes to export data in native XLS 95-2003 format. BR_HDF_dev_for_QT_QWT
smh [Tue, 1 Nov 2011 06:16:21 +0000 (06:16 +0000)]
Export to Excel. Special classes to export data in native XLS 95-2003 format.

13 years agoBug: Active area became empty when the last widget deleted from the them and area...
san [Tue, 25 Oct 2011 06:08:37 +0000 (06:08 +0000)]
Bug: Active area became empty when the last widget deleted from the them and area shedule delayed delation (used QObject::deletaLater()).
After this newly created widget inserted into active area but after that area deleted with inserted widget.
Fix: Delayed deletion is canceled for area in method insertWidget().

13 years agoSafeguarding ViewManager of crashing with "null-pointer" exceptions.
sbh [Mon, 10 Oct 2011 13:00:06 +0000 (13:00 +0000)]
Safeguarding  ViewManager of crashing with "null-pointer" exceptions.

13 years agoMake legend always clickable.
sbh [Mon, 3 Oct 2011 10:27:01 +0000 (10:27 +0000)]
Make legend always clickable.

13 years agoBug: Crash if user close current window through shortcut during displayed context...
san [Fri, 30 Sep 2011 10:37:37 +0000 (10:37 +0000)]
Bug: Crash if user close current window through shortcut during displayed context menu.
Fix: Used QPointer for QMenu and QMenu reparented to current window.

13 years agoUse QtxMenu (allow to use collapsed menus) instead QMenu as context menu in STD_Appli...
san [Wed, 28 Sep 2011 11:48:38 +0000 (11:48 +0000)]
Use QtxMenu (allow to use collapsed menus) instead QMenu as context menu in STD_Application.

13 years agoFixed bug with uninitialized field.
san [Fri, 23 Sep 2011 08:46:49 +0000 (08:46 +0000)]
Fixed bug with uninitialized field.

13 years agoNew preference item for GUI style selection was added.
san [Fri, 23 Sep 2011 08:46:16 +0000 (08:46 +0000)]
New preference item for GUI style selection was added.

13 years agoBug fix: Id of removed tab not removed from myIdIndex map in method tabRemoved(). V5_1_14
san [Mon, 19 Sep 2011 12:11:24 +0000 (12:11 +0000)]
Bug fix: Id of removed tab not removed from myIdIndex map in method tabRemoved().

13 years agoMethod QtxPagePrefSelectItem::setIcons() was added.
san [Fri, 16 Sep 2011 05:29:10 +0000 (05:29 +0000)]
Method QtxPagePrefSelectItem::setIcons() was added.

13 years agoOptimized search tab in tab bar according to given id.
san [Thu, 15 Sep 2011 10:17:27 +0000 (10:17 +0000)]
Optimized search tab in tab bar according to given id.

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.