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