OSDN Git Service

rework QKeyMapper
authorIvailo Monev <xakepa10@gmail.com>
Sun, 6 Dec 2020 06:27:27 +0000 (06:27 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Wed, 9 Dec 2020 05:01:56 +0000 (05:01 +0000)
commitbe9e8cd95327c2bd70ce51e08b5e2d01e161a58c
treecd943c5387abe13bf557d1b4a3c0369a17e68871
parentef72c454ba9a7c3bf46e2e8f4e4e839349729911
rework QKeyMapper

WIP, the idea is to use X11 enum values to avoid remapping except for
compatibility reasons and remove a lot of crut that uses modified X11 code
making it easier to maintain in the process

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/core/global/qnamespace.h
src/declarative/graphicsitems/qdeclarativeitem.cpp
src/declarative/graphicsitems/qdeclarativeitem_p.h
src/gui/kernel/qapplication.cpp
src/gui/kernel/qapplication_x11.cpp
src/gui/kernel/qkeymapper_p.h
src/gui/kernel/qkeymapper_x11.cpp
src/gui/kernel/qkeysequence.cpp
src/gui/kernel/qt_x11_p.h
src/test/qasciikey.cpp