Thomas Lübking
34ecf8970e
mouseclick FX, don't collect clicks unless active
...
BUG: 328010
FIXED-IN: 4.11.6
REVIEW: 115389
2014-01-30 20:23:42 +01:00
Thomas Lübking
eb059ad8a6
fix mouseclick animation repaint areas
...
REVIEW: 113212
BUG: 325869
FIXED-IN: 4.11.3
2013-10-20 19:37:13 +02:00
Montel Laurent
dd8cf0b678
normalize signal/slot
2013-05-11 14:09:15 +02:00
Martin Gräßlin
caf340a607
Drop MouseClickEffect::supported
...
It returns true...
REVIEW: 109955
2013-04-11 12:56:07 +02:00
Martin Gräßlin
7e10fe524f
Fix warnings and compile errors when building with XRender Compositing disabled
...
ScreenEdgesEffect failed compiling, mouseclick and zoom are yelling
warnings.
Compiling is tested with XRender enabled, for the disabled test I need to
wait for my Jenkins installation ;-)
2013-02-21 18:21:46 +01:00
Thomas Lübking
c395d6e66c
fix mouse button order
...
X counts the middle button as 2 and right as 3, Qt as 4 and 2 resp. the flags
... we shall at least match our GUI ;-)
BUG: 314756
FIXED-IN: 4.10.1
REVIEW: 108883
2013-02-12 21:59:22 +01:00
Thomas Lübking
f5744fa224
catch releases without presses
...
happens when the polling misses the press when doing more
important things
also shortcut buttons == oldButtons
BUG: 314762
FIXED-IN: 4.10.1
REVIEW: 108883
2013-02-12 21:59:22 +01:00
Thomas Lübking
06c725e685
port mouseclick to xcb using a tristrip
...
REVIEW: 108879
2013-02-12 20:59:47 +01:00
Thomas Lübking
9a5db24cdf
don't stopMousePolling when not started
...
REVIEW: 108536
BUG: 313655
2013-01-23 21:27:43 +01:00
Thomas Lübking
b28cf2adc9
xrender for mouseclick
...
REVIEW: 107181
2012-11-14 21:16:32 +01:00
Martin Gräßlin
c3f2b68581
Protect access to EffectFrame if not used
...
Caused a crash when Show Text was disabled.
2012-10-26 09:47:22 +02:00
Martin Gräßlin
a6ab97172e
Use KConfigXT in MouseClick Effect
2012-10-26 09:47:22 +02:00
Filip Wieladek
378a4f8fe4
Mouse Click animation effect
...
An effect which visualy animates when a mouse button is pressed or
released.
REVIEW: 105780
BUG: 309006
FIXED-IN: 4.10
2012-10-26 09:47:22 +02:00