Bug 168932

Summary: [patch] Improve floating toolbar behavior
Product: [Applications] krdc Reporter: Guillaume Pothier <gpothier>
Component: generalAssignee: Urs Wolfer <uwolfer>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Fixes the described issues

Description Guillaume Pothier 2008-08-11 21:17:55 UTC
Version:            (using Devel)
Installed from:    Compiled sources

This patch solves a few minor issues with the floating toolbar:
- The toolbar autohides even if the mouse is inside it
- The toolbar sometimes does not appear (race condition)
Comment 1 Guillaume Pothier 2008-08-11 21:18:43 UTC
Created attachment 26791 [details]
Fixes the described issues
Comment 2 Urs Wolfer 2008-08-14 23:09:35 UTC
SVN commit 847152 by uwolfer:

Fix some fullscreen toolbar issues:
* the toolbar autohides even if the mouse is inside it
* the toolbar sometimes does not appear (race condition)

Based on a patch by Guillaume Pothier, thanks. Minor improvements done by me.
BUG:168932

 M  +67 -36    floatingtoolbar.cpp  
 M  +2 -0      floatingtoolbar.h  
 M  +4 -2      mainwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=847152
Comment 3 Urs Wolfer 2008-08-16 14:08:30 UTC
SVN commit 847821 by uwolfer:

Backport:
SVN commit 847152 by uwolfer:

Fix some fullscreen toolbar issues:
* the toolbar autohides even if the mouse is inside it
* the toolbar sometimes does not appear (race condition)

Based on a patch by Guillaume Pothier, thanks. Minor improvements done by me.
CCBUG:168932

 M  +67 -36    floatingtoolbar.cpp  
 M  +2 -0      floatingtoolbar.h  
 M  +4 -2      mainwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=847821