Bug 304248 - Wheel operations on title bar not functional
Summary: Wheel operations on title bar not functional
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: aurorae (show other bugs)
Version: 4.8.97
Platform: unspecified Linux
: NOR normal
Target Milestone: 4.9.1
Assignee: Martin Flöser
URL:
Keywords: regression
: 304527 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-07-29 16:28 UTC by Martin Flöser
Modified: 2012-08-05 23:44 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.9.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Flöser 2012-07-29 16:28:16 UTC
Wheel operations are not functional in Aurorae 3.

Steps to reproduce:
1. Select an Aurorae theme
2. Configure a wheel operation for titlebar, e.g. change opacity
3. Use Mouse wheel on Titlebar

Expected behavior:
Mouse wheel events are accepted, opacity changes

Actual behavior:
nothing
Comment 1 Martin Flöser 2012-08-02 08:49:37 UTC
Git commit 0f329beb522e77846989477f0c66b4df8459ab1d by Martin Gräßlin.
Committed on 30/07/2012 at 20:00.
Pushed by graesslin into branch 'KDE/4.9'.

Install event filter on Aurorae Decoration to handle WheelEvents

Unfortunately QtQuick 1 does not provide a way to receive Wheel
events. But the window decoration needs to pass wheel events on
the titlebar to KWin core.

In order to process also Wheel Events in Aurorae an event
filter is installed on the widget and in case the mouse positon
is on the title bar the titlebarMouseWheelOperation is invoked.
FIXED-IN: 4.9.1
REVIEW: 105801

M  +18   -0    kwin/clients/aurorae/src/aurorae.cpp
M  +1    -0    kwin/clients/aurorae/src/aurorae.h

http://commits.kde.org/kde-workspace/0f329beb522e77846989477f0c66b4df8459ab1d
Comment 2 Thomas Lübking 2012-08-03 23:21:40 UTC
*** Bug 304527 has been marked as a duplicate of this bug. ***
Comment 3 vinnywright 2012-08-03 23:30:39 UTC
so how dose one fix it on KDE-4.9.00 ? Kubuntu-12.04 

VINNY
Comment 4 Thomas Lübking 2012-08-03 23:33:45 UTC
a) ask distro to backport the fix
b) compile fixed version yourself
c) use another decoration until 4.9.1 is released.

There's no magic "__fix_bug_304248" key or environment variable, sorry.
Comment 5 vinnywright 2012-08-03 23:37:30 UTC
tryed b) but it dident work ....maby I dident do something just right as discribed hear
http://www.kubuntuforums.net/editpost.php?do=updatepost&p=305283

VINNY
Comment 6 vinnywright 2012-08-05 23:44:22 UTC
A member of kubuntu forums.net has uploded the fixed ver. of  kde-window-manager-common
that fixes the no title wheel events on aurorae decorations on KDE-4.9.00
PPA hear https://launchpad.net/%7Eschumski/+archive/kfn

VINNY