aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
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
2012-09-28[PVR] Change keyboard.xml to PVR related MCE key combinationsavdleeuw
2012-09-19also match device id 2548:1002 (new firmware version)Lars Op den Kamp
2012-09-18[cec] default value for sending devices to standby when the screensaver is ↵Lars Op den Kamp
activated set to false
2012-09-12cosmetics: add proper XML header to custom video library node XML filesmontellese
2012-09-12removed: undefined action 'language' in remote.xmlvdrfan
2012-09-09videolibrary: add tag support for musicvideosmontellese
2012-09-09videolibrary: add tag support for tvshowsmontellese
2012-09-07use filters for the recently added nodes rather than videodb:// pathsJonathan Marshall
2012-09-07add in progress shows item under tvshows in the libraryJonathan Marshall
2012-09-07change order tag of library nodes to make it easier to insert new itemsJonathan Marshall
2012-09-04Merge pull request #1282 from huceke/raspberrypihuceke
RaspberryPI support
2012-09-05[pvr] added PVR support to XBMC (taken from ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
2012-08-12[rbp] changed playercorefactory should be more friendly to other players ↵gimli
than DVDPlayer only
2012-08-12[rbp] fixed do not force dvdplayer for rtmp streamsgimli
2012-08-10[rbp] cec: added support for the Raspberry Pi. needs libCEC v1.8.0+. other ↵gimli
targets are still supported by libCEC 1.7.0
2012-08-08[droid] add new internal player for amlogic based SoCsdavilla
2012-07-31cec: optionally pause playback when switching to another source, and resume ↵Lars Op den Kamp
playback when switching back to XBMC
2012-07-10fix library/video/movies/tags.xmlmontellese
2012-07-10fixed: double mapping in Lircmap.xml (thanks s7mx1)vdrfan
2012-07-08integrate new "Tags" node into the video librarymontellese
2012-07-02nyxboard: map the 'power' button on the nyxboardLars Op den Kamp
2012-07-02cec: libCEC 1.7.1 support and fixes. libCEC 1.6.1+ is needed when using ↵Lars Op den Kamp
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
2012-05-24don't map 'end' key to Shutdown()ronie
2012-05-02remove binary from gitspiff
2012-05-01add flattened version of video library structureJonathan Marshall
2012-05-01use videodb:// urls for recentlyadded until the smartplaylist/sets sorting ↵Jonathan Marshall
issues are... sorted
2012-05-01new XML files for lib layoutJonathan Marshall
2012-04-14adjust remote.xml after 72ae0599b30ef48a0c3a49455955b3c76f75d026Rainer Hochecker
2012-03-27cec: added an option to configure whether or not to send an 'inactive ↵Lars Op den Kamp
source' message. bugzid: 439