From 7b7eb16e28ec2eed3c2989a9ef0cb58ac7dc0303 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Thu, 30 Aug 2012 23:25:10 +0000 Subject: [PATCH] 2012-08-30 16:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/browse.prg % Changed: IdeDBU will be available both ways, new implemented or previous one. Switching one mode to another will switch the parenting too. This has rendered IdeDBU versatile, really!!! --- harbour/ChangeLog | 6 ++++++ harbour/contrib/hbide/browse.prg | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a2659b865a..d75c140b96 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,12 @@ The license applies to all entries newer than 2009-04-28. */ +2012-08-30 16:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbide/browse.prg + % Changed: IdeDBU will be available both ways, new implemented + or previous one. Switching one mode to another will switch + the parenting too. This has rendered IdeDBU versatile, really!!! + 2012-08-30 15:56 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/resources/browser.png % Replaced with new image. diff --git a/harbour/contrib/hbide/browse.prg b/harbour/contrib/hbide/browse.prg index 4069515155..33abfeeb86 100644 --- a/harbour/contrib/hbide/browse.prg +++ b/harbour/contrib/hbide/browse.prg @@ -298,8 +298,6 @@ METHOD IdeBrowseManager:create( oIde ) ::qTimer:setInterval( 2000 ) ::qTimer:connect( "timeout()", {|| ::dispStatusInfo() } ) - qDock:setWidget( ::qDbu ) - RETURN Self /*----------------------------------------------------------------------*/ @@ -323,6 +321,7 @@ METHOD IdeBrowseManager:showInIdeDBU() METHOD IdeBrowseManager:show() ::qToolbar:setStyleSheet( GetStyleSheet( "QToolBar", ::nAnimantionMode ) ) + ::oQScintillaDock:oWidget:setWidget( ::qDbu ) ::oQScintillaDock:oWidget:raise() ::qTimer:start()