apo [Fri, 4 Oct 2013 09:11:06 +0000 (09:11 +0000)]
On behalf of Sergey Pokhodenko (SPO):
refs #3308 : Issue 32333: "next" button is not working
Fix QtxSearchTool. The case when tree based on first column and search by any other column.
nds [Fri, 15 Feb 2013 12:34:38 +0000 (12:34 +0000)]
A layout fix for the CHARM project.
In the previous version Qt QGroupBox was created with some not null layout inside. Currently layout is empty, so it is not possible to set spacing/margins for null object.
sbh [Thu, 11 Oct 2012 07:47:01 +0000 (07:47 +0000)]
Porting to QWT 6.0.0
This commit resolves problems with curve markers in the Plot2d legend. By default, qwt 6.0.0 shows marker in the legend as square, even if another marker (circle i.e) was chosen.
sbh [Fri, 31 Aug 2012 12:56:48 +0000 (12:56 +0000)]
1. QtxMenu.cxx modified to avoid crashes in Qt4.7.2 when using collapsible feature
2. problem caused by merging with BR_HDF5_QT_QWT resolved (Plot2d_ViewFrame.cxx)
Fix for ATLAS bug #1907.
When Shortcut edit tree view lost input focus currently selected item returns the initial shortcut value.
Now the focusOut() method checks the necessity of selected item resetting to initial state.
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.
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.
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.
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().
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.
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
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.
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.
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.