Kill JumpKeyHandler and replace it by proper action shortcuts
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 31 May 2010 22:53:55 +0000 (00:53 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 31 May 2010 22:53:55 +0000 (00:53 +0200)
commit017602cf14ad2fbfffed4a71a613d5eaa87e43c9
tree1bd0ed0b2aa28965876413a47333d555ef2209f6
parent1cf8bbe1e5805e28fa5ea6e6083a5b459247f8f0
Kill JumpKeyHandler and replace it by proper action shortcuts

The so-called "RTS Shortcuts" (now called "Quick Access") were until now implemented through
JumpKeyHandler, which installed event filters in appropriate widgets. Instead, we can just as
well use normal actions and simplify the code (which showed its age anyway).

As a bonus, the Quick Access shortcuts are now configurable!
src/qtui/CMakeLists.txt
src/qtui/inputwidget.cpp
src/qtui/jumpkeyhandler.cpp [deleted file]
src/qtui/jumpkeyhandler.h [deleted file]
src/qtui/mainwin.cpp
src/qtui/mainwin.h