Bug 168932 - [patch] Improve floating toolbar behavior
Summary: [patch] Improve floating toolbar behavior
Status: RESOLVED FIXED
Alias: None
Product: krdc
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Urs Wolfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-11 21:17 UTC by Guillaume Pothier
Modified: 2008-08-16 14:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Fixes the described issues (6.27 KB, patch)
2008-08-11 21:18 UTC, Guillaume Pothier
Details

Note You need to log in before you can comment on or make changes to this bug.
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