[pvr] fix: missing action mapping for ACTION_RECORD
authorxhaggi <sascha.woo@gmail.com>
Fri, 7 Feb 2014 18:28:34 +0000 (19:28 +0100)
committerxhaggi <sascha.woo@gmail.com>
Mon, 10 Feb 2014 08:56:53 +0000 (09:56 +0100)
commitc6eb32b870ed5ba2dead0a27c880050abd6b0623
treef15e2b763f27d095318dcd9346bdef676c84dcda
parent84ec9e1a58c43c6e369102ccd12fecfb891a1bb0
[pvr] fix: missing action mapping for ACTION_RECORD

This adds the missing button translator action "record" poiting to
ACTION_RECORD which is currently used in several PVR related windows,
but could not be used in key mappings.

It also adds a default implementation to GUIWindow which calls the
application player record functionality, so there is no need to use
XBMC.PlayerControls(record) in key mapping anymore.

Furthermore the default mapping for the record button in remote.xml is
changed to this new action.
system/keymaps/remote.xml
xbmc/Application.cpp
xbmc/input/ButtonTranslator.cpp