Age | Commit message (Expand) | Author |
2012-01-18 | fixed warnings - requires review | Jonathan Marshall |
2011-12-31 | cosmetics: tabs -> spaces | Lars Op den Kamp |
2011-12-31 | fixed - mem leaks in CPeripherals. map entries are not automatically deleted ... | Lars Op den Kamp |
2011-12-31 | fixed - mem leaks in CPeripheralBusUSB | Lars Op den Kamp |
2011-12-20 | cec: don't send playstate updates, but always keep the default playstate. fix... | Lars Op den Kamp |
2011-12-08 | cec fixes: | Lars Op den Kamp |
2011-11-26 | Fix potential infinite loop in CPeripherals::LoadMappings | John Rennie |
2011-11-24 | Allow multiple ids per USB device | John Rennie |
2011-11-23 | Merge pull request #540 from jhsrennie/mulhiddev | John Rennie |
2011-11-21 | cec: fixed - send the power up command as first command when powering up, as ... | Lars Op den Kamp |
2011-11-18 | Add support for multiple simultaneous HID device mappings | John Rennie |
2011-11-16 | Append device specific mappings to keymap | John Rennie |
2011-11-14 | fixed: peripheral manager window never sent the message upstream | spiff |
2011-11-13 | fixed broken build on osx, undefine defined macro isset, it collides with fun... | davilla |
2011-11-11 | cec: send deck status updates over cec when the playback state changes | Lars Op den Kamp |
2011-11-11 | cec: updated to libcec 1.1. no longer using a fixed logical address. | Lars Op den Kamp |
2011-11-04 | change CBuiltins::Execute to g_application.ExecuteXBMCAction in CPeripheralNy... | pieh |
2011-11-04 | cec: fixed - don't mark the a keypress as key release when the previous keypr... | Lars Op den Kamp |
2011-11-04 | cec: fixed - translate 'deck control' and 'play' to keypresses | Lars Op den Kamp |
2011-11-04 | cec: fixed - get the vendor id directly after connecting, because the TV migh... | Lars Op den Kamp |
2011-11-04 | cec: fixed - handle 'default' in the switch statement in GetNextKey(), or new... | Lars Op den Kamp |
2011-11-04 | cec: fixed - set the hdmi port after connecting. shorter sleep in the Process() | Lars Op den Kamp |
2011-11-04 | cec: made using the TV's language optional. configurable via peripheral setti... | Lars Op den Kamp |
2011-11-04 | cec: use libcec v1.0. for XBMC, this adds a new log level (CEC_LOG_TRAFFIC) a... | Lars Op den Kamp |
2011-10-23 | fixed: terminate string in CPeripheralCecAdapter::ProcessNextCommand() | Lars Op den Kamp |
2011-10-20 | fix build after f1d78b33 | pieh |
2011-10-20 | fixed: cec - handle the stop/pause/play buttons on the tv's remote. they're n... | Lars Op den Kamp |
2011-10-19 | fixed: don't spam 'libcec not found' warnings when the CEC adapter is found b... | Lars Op den Kamp |
2011-10-19 | fixed: PeripheralTypeTranslator::IntToHexString() was leaking. thanks spiff | Lars Op den Kamp |
2011-10-18 | fixed/win32: HID devices were displayed twice in the peripherals window. fixe... | Lars Op den Kamp |
2011-10-17 | cec: show a notification when the cec adapter was plugged in but libcec supp... | Lars Op den Kamp |
2011-10-15 | Merge pull request #493 from Pulse-Eight/cec | Lars Op den Kamp |
2011-10-15 | cec: localised 'XBMC connected' message | Lars Op den Kamp |
2011-10-15 | changed: remove peripheral udev dependency on libusb | Joakim Plate |
2011-10-14 | changed: disable the peripherals dialog if no peripherals are registered | spiff |
2011-10-14 | cec: handle key presses and key releases properly. fixes 500ms keypress delay... | Lars Op den Kamp |
2011-10-14 | cec: display a message on the TV when XBMC is connected (not supported by all... | Lars Op den Kamp |
2011-10-14 | cec: set XBMC's GUI language to match the language set up in the tv | Lars Op den Kamp |
2011-10-14 | fixed: peripherals - set default step to 1 and default max to 255 of int sett... | Lars Op den Kamp |
2011-10-14 | cec: add setting 'HDMI port' | Lars Op den Kamp |
2011-10-14 | fixed: don't store the com port in peripheralsettings when it was autodetecte... | Lars Op den Kamp |
2011-10-14 | fixed: possible deadlock when inserting or removing a peripheral | Lars Op den Kamp |
2011-10-14 | fixed: with both the options to put the TV in standby when the screensaver is... | Lars Op den Kamp |
2011-10-14 | cec: name of the libcec header has been changed to something more in line wit... | Lars Op den Kamp |
2011-10-13 | changed libcec to be dyloaded like others, also change lib/libcec/Makefile to... | davilla |
2011-10-11 | Fix compile against old libudev on eg. Ubuntu Karmic | Felix Bünemann |
2011-10-11 | [WIN32] changed: enable libcec via HAVE_LIBCEC (shouldn't it be HAS_LIBCEC?) | WiSo |
2011-10-11 | don't use libusb when libudev is available | Lars Op den Kamp |
2011-10-11 | cec: use libcec as an internal lib and fetch it in "bootstrap". added --enabl... | Lars Op den Kamp |
2011-10-11 | fix possible deadlock when inserting a new peripheral because of the differen... | Lars Op den Kamp |