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!!!
This commit is contained in:
Pritpal Bedi
2012-08-30 23:25:10 +00:00
parent 25102934c9
commit 7b7eb16e28
2 changed files with 7 additions and 2 deletions

View File

@@ -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.

View File

@@ -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()