Martin Gräßlin
d47d0b2eb8
Enable focus out event handling in Client
...
Focus out handling used to check the event queue for a matching focus in
event to prevent short flickers when no window is active. This is not
possible with XCB and needs a replacement. Maybe a short timer event.
2013-07-29 09:00:44 +02:00
Martin Gräßlin
6af74b86f4
Enable focus in event handling in Client
2013-07-29 09:00:44 +02:00
Martin Gräßlin
bf775b1c0e
Enable leave notify event handling in Client
...
Still has an XQueryPointer which needs to be ported.
2013-07-29 09:00:44 +02:00
Martin Gräßlin
ed24ac86d2
Enable enter notify event handling in Client
2013-07-29 09:00:44 +02:00
Martin Gräßlin
4e154bdd87
Enable key press/release and mouse event handling in Client
2013-07-29 09:00:43 +02:00
Martin Gräßlin
302c94f280
Enable configure request event handling in Client
...
Still needs to port an XConfigureWindow to XCB.
2013-07-29 09:00:43 +02:00
Martin Gräßlin
58c7617928
Enable map request event handling in Client
2013-07-29 09:00:43 +02:00
Martin Gräßlin
7acfb339b1
Enable destroy notify event handling in Client
2013-07-29 09:00:43 +02:00
Martin Gräßlin
958e47b36c
Enable unmap notify event handling in Client
...
Interestingly the attribute send_event from XUnmapEvent does not exist in
xcb_unmap_notify_event_t and also the X protocol doesn't know anything
about send event.
2013-07-29 09:00:43 +02:00
Martin Gräßlin
df4b43ea78
Enable property notify event handling in Client and Unmanaged
2013-07-29 09:00:43 +02:00
Martin Gräßlin
94f23c1877
Enable X extension event handling in Unmanaged
2013-07-29 09:00:43 +02:00
Martin Gräßlin
188d01567d
Enable configure notify event handling in Unmanaged
2013-07-29 09:00:43 +02:00
Martin Gräßlin
62c044601b
Enable (un)map notify event filtering in Unmanaged
...
The specific methods are dropped as UnmapNotify event is not used at all
and just delegates to another method and map notify was noop.
2013-07-29 09:00:42 +02:00
Martin Gräßlin
ce10105dfc
Enable event handling for the X extension events
...
* Randr still needs XCB adjustments
* Client::syncEvent needs porting to XCB
2013-07-29 09:00:42 +02:00
Martin Gräßlin
59a2da3b1e
Enable visibility notify event handling
2013-07-29 09:00:42 +02:00
Martin Gräßlin
2ec9be5731
Enable expose event handling
2013-07-29 09:00:42 +02:00
Martin Gräßlin
eb17d9b518
Enable client message event handling
2013-07-29 09:00:42 +02:00
Martin Gräßlin
50113e0560
Enable focus in/out event handling
...
Focus in has XLib code which needs to be ported to XCB.
2013-07-29 09:00:42 +02:00
Martin Gräßlin
8a93690216
Enable configure request event handling
...
Still uses XLib configure window, this should be ported but not at
the same time as the event handling.
2013-07-29 09:00:42 +02:00
Martin Gräßlin
70f93c12a8
Enable enter/leave notify event handling
2013-07-29 09:00:42 +02:00
Martin Gräßlin
939c2d14c1
Enable map notify event handling
...
As part of it Unmanaged::windowEvent() takes an xcb_generic_event_t*
instead of XEvent* as argument. Method of course still needs porting.
2013-07-29 09:00:41 +02:00
Martin Gräßlin
c863029b8d
Enable map request event processing
...
Also replaces XMapRaised by xcb equivalent.
2013-07-29 09:00:41 +02:00
Martin Gräßlin
f70208c7c4
Enable unmap, reparent and destroy notify event handling
2013-07-29 09:00:41 +02:00
Martin Gräßlin
69655199cd
Enable create notify event handling
...
Also port from XChangeProperty to xcb_change_property.
2013-07-29 09:00:41 +02:00
Martin Gräßlin
e4415d370c
Enable the event filtering for the movingClient
...
This requires to have the Client::windowEvent() take an
xcb_generic_event_t* instead of XEvent*. Currently functionality is
ifdefed.
2013-07-29 09:00:41 +02:00
Martin Gräßlin
e378cb6dba
Enable configure notify event handling
2013-07-29 09:00:41 +02:00
Martin Gräßlin
334cf10d7d
Enable Key Press/Release events
...
Requires review 373d812a636da898a0f1cc017fa2c9dd4ff50381 on
kdelibs frameworks.
2013-07-29 09:00:20 +02:00
Martin Gräßlin
485f0a3e06
Process mouse events
...
Button Press/Release do no longer fall through to motion notify as
there is no shared mouse event in xcb. Also the methods in Effects and
TabBox are adjusted to process only button press/release or motion
notify.
ScreenEdges are no longer checked for button press/release. They don't
interact on button press/release so there is no need to check it.
2013-07-29 08:58:05 +02:00
Martin Gräßlin
d81c45a810
Disable updating rootInfo for property notify or client message
...
This needs porting in KWindowSystem first.
2013-07-29 08:58:05 +02:00
Martin Gräßlin
206fd10ea8
Pass events through an active window killer
2013-07-29 08:58:05 +02:00
Martin Gräßlin
1c3e0de31d
Stop keyboard event processing if effects have a grab
2013-07-29 08:58:05 +02:00
Martin Gräßlin
f11e3283d7
Introduce an XcbEventFilter and install it in the Application
...
Forwards all xcb events to Workspace::workspaceEvent() which got changed
to process xcb events instead of XEvents. So far all handling is
disabled. Will be re-enabled step by step in the following patches.
2013-07-29 08:58:05 +02:00
Jochen Schramm
a3089e4c44
Remove deprecated methods in DBusInterface
2013-07-29 08:47:33 +02:00
Martin Gräßlin
0874c3a407
Fix QString no cast from ascii in appmenu.cpp
2013-07-29 08:16:42 +02:00
Casian Andrei
4d24fe8b30
Fix many color correction problems with OpenGL ES
...
On GLES, check for OES_texture_3D extension for color correction
Remove a block of ugly hack code that was supposedly needed to build
with OpenGL ES.
Convert the lookup texture data to uint8 on OpenGL ES before sending it
via glTexImage3D, because uint16 is not supported.
Check if the shaders have been reinitialized successfuly when trying to
activate color correction, prevent black screens when there are issues
with the shaders.
BUG: 315419
REVIEW: 111225
(cherry picked from commit 68c68ee3c2b54f968c4d8275f1e8a2e0ccc90dd7)
2013-07-28 17:44:06 +03:00
l10n daemon script
87a7569100
SVN_SILENT made messages (.desktop file)
2013-07-27 04:01:18 +00:00
Martin Gräßlin
48b1c388bc
Re-enable compilation of KWin decorations
...
Only Aurorae gets compiled for now. Oxygen is disabled by config option
and legecay decos are commented in CMakeLists.txt.
2013-07-25 18:05:58 +02:00
Martin Gräßlin
c2d3da70eb
Fix linking of Aurorae
2013-07-25 18:05:32 +02:00
Martin Gräßlin
1e69ac6866
Use QStandardPaths in KConfig ctor call in Aurorae
2013-07-25 18:04:56 +02:00
Martin Gräßlin
f924be909b
Fix no cast from ASCII in Aurorae
2013-07-25 18:04:27 +02:00
Martin Gräßlin
a1c0c4048d
Add missing KGlobal include
2013-07-25 18:01:04 +02:00
Martin Gräßlin
e7f76f8736
Use Q_PLUGIN_METADATA for Aurorae's deco QML plugins
2013-07-25 18:00:27 +02:00
Martin Gräßlin
d6a80a3f0a
Use uppercase Q_SLOTS/Q_SIGNALS in Aurorae
2013-07-25 17:59:30 +02:00
Martin Gräßlin
a8fd910a01
Effects need to link KF5::KDE4Attic for KLocale
2013-07-25 16:59:20 +02:00
Thomas Lübking
0b4d56a326
Merge branch 'KDE/4.11'
2013-07-24 21:05:16 +02:00
Thomas Lübking
3aa2e22b32
fix passive startup feedback
...
BUG: 260727
FIXED-IN: 4.11
REVIEW: 111634
2013-07-24 21:04:32 +02:00
Thomas Lübking
10e7ef75ba
harmonize combo/lineedit enabling connections
...
BUG: 322650
FIXED-IN: 4.11
REVIEW: 111627
2013-07-24 21:04:08 +02:00
Thomas Lübking
2a98e58d5e
remove mouse polling from cube effect
...
entirely superfluous and causes laggy interaction
BUG: 308439
FIXED-IN: 4.11
REVIEW: 111669
2013-07-24 21:03:53 +02:00
Martin Gräßlin
2fcc26d29b
Enable compilation of a KWin subset again
...
To ease porting a few features are disabled, this includes:
* kcms
* decorations
* activities
Note: KWin doesn't work yet, the event filter is not yet ported!
2013-07-24 09:58:45 +02:00
Martin Gräßlin
99b9f79b3b
Fix linking of Effects and Effect Configs
2013-07-24 09:58:44 +02:00