Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-09 | [cec] added hidden setting to configure the double tap prevention timeout | Lars 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-04 | Merge pull request #1500 from avdleeuw/pvrkeymapping | Lars Op den Kamp | |
[PVR] Change keyboard.xml to PVR related MCE key combinations | |||
2012-10-03 | [Peripheral] Add iMON to peripherals.xml | Karlson2k | |
2012-09-28 | [PVR] Change keyboard.xml to PVR related MCE key combinations | avdleeuw | |
2012-09-19 | also 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-12 | cosmetics: add proper XML header to custom video library node XML files | montellese | |
2012-09-12 | removed: undefined action 'language' in remote.xml | vdrfan | |
2012-09-09 | videolibrary: add tag support for musicvideos | montellese | |
2012-09-09 | videolibrary: add tag support for tvshows | montellese | |
2012-09-07 | use filters for the recently added nodes rather than videodb:// paths | Jonathan Marshall | |
2012-09-07 | add in progress shows item under tvshows in the library | Jonathan Marshall | |
2012-09-07 | change order tag of library nodes to make it easier to insert new items | Jonathan Marshall | |
2012-09-04 | Merge pull request #1282 from huceke/raspberrypi | huceke | |
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 streams | gimli | |
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 SoCs | davilla | |
2012-07-31 | cec: optionally pause playback when switching to another source, and resume ↵ | Lars Op den Kamp | |
playback when switching back to XBMC | |||
2012-07-10 | fix library/video/movies/tags.xml | montellese | |
2012-07-10 | fixed: double mapping in Lircmap.xml (thanks s7mx1) | vdrfan | |
2012-07-08 | integrate new "Tags" node into the video library | montellese | |
2012-07-02 | nyxboard: map the 'power' button on the nyxboard | Lars Op den Kamp | |
2012-07-02 | cec: 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-24 | don't map 'end' key to Shutdown() | ronie | |
2012-05-02 | remove binary from git | spiff | |
2012-05-01 | add flattened version of video library structure | Jonathan Marshall | |
2012-05-01 | use videodb:// urls for recentlyadded until the smartplaylist/sets sorting ↵ | Jonathan Marshall | |
issues are... sorted | |||
2012-05-01 | new XML files for lib layout | Jonathan Marshall | |
2012-04-14 | adjust remote.xml after 72ae0599b30ef48a0c3a49455955b3c76f75d026 | Rainer Hochecker | |
2012-03-27 | cec: added an option to configure whether or not to send an 'inactive ↵ | Lars Op den Kamp | |
source' message. bugzid: 439 | |||
2012-03-27 | cec: updated to libCEC 1.5. uses struct libcec_configuration to get and set ↵ | Lars Op den Kamp | |
the config in libCEC. | |||
2012-03-27 | peripherals: 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-27 | peripherals: added an optional order to settings | Lars Op den Kamp | |
2012-03-27 | cec: removed the cec_debug_logging setting. always show cec debug logging ↵ | Lars Op den Kamp | |
when debugging in XBMC is enabled | |||
2012-03-27 | cec: 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-21 | Drop special casing for page up/down in dvdplayer and handle this by keymap | elupus | |
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-03 | fixed: added missing KEY_OK, KEY_ESC, KEY_INFO to devinput lircmap | vdrfan | |
2012-01-03 | fixed: typo in MCE_via_iMON lircmap | vdrfan | |
2011-12-19 | [revert] - revert b26eadcb11 - too much non atv2 plattforms affected | Memphiz | |
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-12 | changed: added dedicate mouse binding in picture slideshow window | spiff | |
2011-12-08 | cec 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-24 | Allow multiple ids per USB device | John Rennie | |