aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
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
2012-03-27cec: updated to libCEC 1.5. uses struct libcec_configuration to get and set ↵Lars Op den Kamp
the config in libCEC.
2012-03-27peripherals: change the 'keymap_enabled' setting for HID devices into ↵Lars Op den Kamp
'do_not_use_custom_keymap', and hide the setting when the keymap is not configurable
2012-03-27peripherals: added an optional order to settingsLars Op den Kamp
2012-03-27cec: removed the cec_debug_logging setting. always show cec debug logging ↵Lars Op den Kamp
when debugging in XBMC is enabled
2012-03-27cec: set the HDMI port and the device to which the CEC adapter was ↵Lars Op den Kamp
connected, to be able to determine the correct physical address. this is needed for people who have connected XBMC to something else than the TV
2012-03-21Drop special casing for page up/down in dvdplayer and handle this by keymapelupus
2012-02-05[fix] - make the comments in joystick.AppleRemote.xml keymap a bit more ↵Memphiz
clear for better distinction between atv1 and atv2
2012-01-29[remote] remove double 'KEY_PLAYPAUSE' mapping. this mapping will not work ↵Stephan Raue
correct in this way because 'KEY_PLAYPAUSE' is already defined and is not needed because <play> already support 'pause' if pressing again.
2012-01-29[remote] Add mapping for irtrans remote receivers (http://www.irtrans.de) ↵Stephan Raue
found together with VFD's in some cases.
2012-01-03fixed: added missing KEY_OK, KEY_ESC, KEY_INFO to devinput lircmapvdrfan
2012-01-03fixed: typo in MCE_via_iMON lircmapvdrfan
2011-12-19[revert] - revert b26eadcb11 - too much non atv2 plattforms affectedMemphiz
2011-12-17[atv2] - change - on atv2 apple remote make keyup 10mins skip forward and ↵Memphiz
keydown skip 10mins backward. I'll revert this if userbase pukes on that ;)
2011-12-12changed: added dedicate mouse binding in picture slideshow windowspiff
2011-12-08cec fixes:Lars Op den Kamp
- pose as a recording device instead of a playback device on the cec bus, so the tuner related buttons on the tv's remote work too. - removed the option to mark xbmc as inactive view when stopping, but always send the command instead, as is required by the cec spec. - corrections in repeated keypress handling. display a message when the CEC adapter is connecting and when it is connected and to which devices.
2011-11-24Allow multiple ids per USB deviceJohn Rennie