Action enhances QAction with a subset of KDE's KAction capabilities
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 19 Sep 2008 22:49:45 +0000 (00:49 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 20 Sep 2008 02:16:07 +0000 (04:16 +0200)
commit952da9aeecc6c778a7c3cd62b1ecfdc13b24bc8b
treed02c92bb676ca905e0ec8e027fd9bd4bdae39d6b
parent41dd93ccb2696dced0e27e213ee7a3a75c9044a8
Action enhances QAction with a subset of KDE's KAction capabilities

This mostly adds configurable default and custom shortcuts to QAction. The API
we use has been taken from KAction, in order to make KDE integration easier later on.
Note that we only define/implement a subset of KAction's API, since we don't have
global shortcuts and don't support alternate shortcuts (yet?).
src/uisupport/CMakeLists.txt
src/uisupport/action.cpp
src/uisupport/action.h