Age | Commit message (Collapse) | Author |
|
Replace system-wide iMON setting with per-device setting
|
|
inconsistencies and enable all triggers on linux (even if current driver version seems to have issues)
|
|
|
|
additional altnames/aliases for compatible hardware.
The default windows keymap for the 360 controller doesn't work well on linux because the linux drivers use different button IDs. We fix it by adding separate keymap sections for the linux device names with corrected button IDs. Also some new altnames/aliases for compatible hardware got added (like some Logitech gamepads)
|
|
Improved keymap for XBOX 360 Wireless controllers
|
|
|
|
|
|
remaining keymap files after 108c19c
|
|
Resolved all button mappings for Xbox 360 Controller + fixed any invalid mappings found
|
|
This reverts commit f9cc7405138191075f267b100c27082f5efe7480.
|
|
…added documentation for reference at the start of the file. Corrected all invalid button mappings found. Added all known altnames for Xbox 360 Controllers as suggested by natethomas in the thread:
http://forum.xbmc.org/showthread.php?tid=144713
Signed-off-by: Rowan Border <rowanjborder@gmail.com>
|
|
[pvr] remove hardcoded keymap in fullscreen video playback
|
|
for PVR specific keymaps with a fallback to the default FullscreenVideo bindings if no PVR specific are found
|
|
bump to libCEC 2.0.3
|
|
|
|
as the enter key does. on some TVs, you need to go through a little OSD menu first to send a 'menu' keypress over CEC, which makes OSD access more annoying
|
|
|
|
Added KEY_PVR as recordedtv for devinput remotes
|
|
Added KEY_PVR as recordedtv for devinput remotes
|
|
|
|
|
|
enum instead of a string with logical addresses
|
|
'connected_device' setting
|
|
[PVR] Change keyboard.xml to PVR related MCE key combinations
|
|
|
|
|
|
|
|
activated set to false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RaspberryPI support
|
|
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba)
add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
|
|
than DVDPlayer only
|
|
|
|
targets are still supported by libCEC 1.7.0
|
|
|
|
playback when switching back to XBMC
|
|
|
|
|
|
|
|
|
|
firmware v2 on the CEC adapter, which adds wake over CEC
* added a new setting to control whether to put the TV in standby when the player is put in standby.
* added some button mappings: all menu related buttons -> menu, previous channel -> teletext, added support for the channels list on samsung, mapped next fav -> menu (when available)
* display the firmware version and firmware revision date in the peripheral manager (if available)
* handle the new CEC alert callback (libCEC 1.6+)
* replaced 'Put this PC in standby mode when the TV is switched off' with an enum that allows the user to chose between 'Ignore', 'Suspend' and 'Shutdown'
* display a warning if the port cannot be opened because of permission problems or when the port is busy
* map NEXT_FAVORITE, DOT and AN_RETURN to XINPUT_IR_REMOTE_TITLE (context menu)
* added libCEC 1.7.0 support, which adds physical address autodetection for AMD graphics cards, and some nVidia cards on Linux. when the address is autodetected, then the 'HDMI port number' and 'connected to HDMI device' settings will be hidden
* fixed - crash when changing settings without libCEC started.
* fixed - range of wake and power-off devices
* fixed - update the correct standby device setting ('standby_devices' not 'wake_devices')
* fixed - don't get the settings from the eeprom, but always use the settings provided in xbmc
* fixed - ignore OnScreensaverDeactivated message if it was triggered by a shutdown/suspend command. If the screensaver is activated and hence the tv is in standby, a shutdown command will first deactivate the screensaver and then start the shutdown. The tv will be turned on but immediately send a standby command which may be ignored if it is still powering on.
* fixed - don't crash when XBMC was compiled with libCEC support, but libcec.dll/.so/.dylib can't be loaded. display a kaitoast warning instead.
* fixed - re-check the menu language and audiosystem status after the user changes settings
* fixed - keypress handling. handle diagonal buttons properly
* fixed - include system.h in Peripheral.h, or HAVE_LIBCEC may not be defined
* fixed - don't reinit the connection when libCEC detected that the connection was lost, but just display a warning message. the OS will detect that the device has been removed and will already close the connection
* fixed - ensure that the callbacks are reset to NULL before setting them
* win32 - pthreadVC2.dll is no longer needed and not included in the zip anymore, so don't try to copy it
|
|
|
|
|
|
|