aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2013-04-09Merge pull request #2012 from jmarcet/masterMartijn Kaijser
Add new Built-In function to control attached CEC device
2013-04-08videolibrary: update library node XMLs to use the new grouping in smartplaylistsmontellese
2013-04-08videodb: use strings instead of numbers in videodb:// URLmontellese
2013-04-08Add support for new libcec method, PowerOnScreensaverJavier Marcet
2013-04-06fixed: stupid c&p mistakespiff
2013-04-05added: altname for PS3 controller (for OSX Mountain Lion)spiff
thanks to chrisclausie
2013-04-01Added some KEYs form eventlirc in OpenELEC under devinput.Daniel Forsberg
Added KEY_RADIO as liveradio.
2013-04-01Merge pull request #2367 from NHellFire/LircmapArne Morten Kvarving
[Lircmap.xml] Added some missing keys for devinput
2013-03-05[touch] add a mapping for 2 finger swipeleft (Back) as it was before on iOS ↵Memphiz
because of lack of hw back button
2013-03-05touch: add touch gesture detectors for pinch/zoom, rotate and swipemontellese
2013-03-05input: implement touch input through mappable actionsmontellese
2013-03-05[cec] make the 'missing libCEC support' warning show up againLars Op den Kamp
2013-03-05[keymap] Added two 360 controllers: "Wireless Gamepad F710 (Controller)" and ↵Garrett Brown
"Afterglow Gamepad for Xbox 360 (Controller)"
2013-03-03[Lircmap.xml] Added some missing keys for devinputNHellFire
2013-03-01Merge pull request #1794 from opdenkamp/cecdevscanLars Op den Kamp
[cec] get the CEC devices that are connected to the system from libCEC
2013-03-01[keymap] Add alias "Gamepad F310 (Controller)" to Windows XBOX 360 controllersGarrett Brown
Controller is Logitech Gamepad F310
2013-02-28[cec] get the CEC devices that are connected to the system from libCEC, ↵Lars Op den Kamp
rather than getting them from usb device scanning (or other methods). this way all adapters that libCEC supports are automatically supported by XBMC, without the need for specific device scanning code. bumped libCEC to 2.1.0
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2013-01-20sys: add action "switchplayer" that allows switch of forced playerJoakim Plate
This allow moving a playing item to a another player (remote upnp for example) and attaching to a remote upnp player already playing It's hooked up to "y" on keyboard currently. squash into switching
2013-01-20fixed, force rtmpX to the videodefaultplayerdavilla
2013-01-15Use key name not id in the Nyxboard mapping for F4John Rennie
2013-01-15Move the Nyxboard sleep key mapping to the main keymapJohn Rennie
2013-01-15Add key mapping for the power buttonJohn Rennie
2013-01-14[cec] physical address override was hidden on the pi. made it visible againLars Op den Kamp
2013-01-08moved nyxboard power and user button from peripheral config to keyboard.xmlLars Op den Kamp
2012-12-13Merge pull request #1536 from Karlson2k/Imon_addition_01davilla
Replace system-wide iMON setting with per-device setting
2012-12-12[keymap] add more aliases to the XBOX360 controller mappings, fixing some ↵Franz Koch
inconsistencies and enable all triggers on linux (even if current driver version seems to have issues)
2012-12-11[Peripheral] Use per-device iMON setting instead of system-wide setting.Karlson2k
2012-12-10[keymap] fix broken linux support for the XBOX360 controller and add ↵Franz Koch
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)
2012-11-30Merge pull request #1862 from da-anda/keymap-xbox360wjmarshallnz
Improved keymap for XBOX 360 Wireless controllers
2012-11-29Improved keymap for XBOX 360 Wireless controllerFranz Koch
2012-11-29make backspace go back in music vis as it does in fullscreen videoJonathan Marshall
2012-11-13[pvr] add missing channel up/down key bindings in FullScreenLiveTV for ↵Franz Koch
remaining keymap files after 108c19c
2012-11-10Merge pull request #1748 from rowanborder/masterjmarshallnz
Resolved all button mappings for Xbox 360 Controller + fixed any invalid mappings found
2012-11-08Revert "use filters for the recently added nodes rather than videodb:// paths"montellese
This reverts commit f9cc7405138191075f267b100c27082f5efe7480.
2012-11-08Resolved all button mappings for a Microsoft Xbox 360 Controller and …Rowan Border
…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>
2012-11-06Merge pull request #1724 from da-anda/pvr-keymapArne Morten Kvarving
[pvr] remove hardcoded keymap in fullscreen video playback
2012-11-05[pvr] remove hardcoded keymap in fullscreen video playback add possibility ↵Franz Koch
for PVR specific keymaps with a fallback to the default FullscreenVideo bindings if no PVR specific are found
2012-11-02Merge pull request #1707 from Pulse-Eight/libcec2.0.3Lars Op den Kamp
bump to libCEC 2.0.3
2012-11-01keymaps: use "OSD" instead of "ActivateWindow(MusicOSD)"montellese
2012-10-31[keymap] changed fullscreen mapping of 'select' to OSD, so it does the same ↵Lars Op den Kamp
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
2012-10-30fix invalid XML commentJonathan Marshall
2012-10-26Merge pull request #1386 from jenkins101/masterLars Op den Kamp
Added KEY_PVR as recordedtv for devinput remotes
2012-10-17Update system/Lircmap.xmljenkins101
Added KEY_PVR as recordedtv for devinput remotes
2012-10-11fixed: icons for the movie, tvshow and musicvideo nodes in a flattened libraryspiff
2012-10-09[cec] added hidden setting to configure the double tap prevention timeoutLars Op den Kamp
2012-10-09[cec] simplify 'wake_devices' and 'standby_devices' settings by showing an ↵Lars Op den Kamp
enum instead of a string with logical addresses
2012-10-09[cec] simplify settings - use an enum instead of logical addresses for the ↵Lars Op den Kamp
'connected_device' setting
2012-10-04Merge pull request #1500 from avdleeuw/pvrkeymappingLars Op den Kamp
[PVR] Change keyboard.xml to PVR related MCE key combinations
2012-10-03[Peripheral] Add iMON to peripherals.xmlKarlson2k