aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Expand)Author
2014-11-24[cec] Fixed PeripheralCecAdapter application exit code handling.Kai Sommerfeld
2014-11-01[CEC] Added support for CEC buttons introduced by HDMI 1.4Kai Sommerfeld
2014-11-01Merge pull request #5610 from opdenkamp/libcec-2.2.0Lars Op den Kamp
2014-11-01[CEC] fixed - don't use CEC_CLIENT_VERSION_CURRENT for the client version, be...Lars Op den Kamp
2014-11-01[CEC] renamed the iDoubleTapTimeoutMs in the new libCEC for clarity. does not...Lars Op den Kamp
2014-11-01[CEC] prevent bus rescan on a Pi, since the adapter cannot be removedLars Op den Kamp
2014-10-31[CEC] fixed: don't try to stick a value > 255 in a byteLars Op den Kamp
2014-10-27[CEC] fixed: re-enable CEC logging by default after fba4e391197b92d2e49c936a3...Lars Op den Kamp
2014-10-10Merge pull request #4661 from pdf/fix_OnScreensaverDeactivated_APISascha Montellese
2014-10-06[darwin] Move all function in DarwinUtils to static class, update functions n...Karlson2k
2014-10-05GUI.OnScreensaverDeactivated does not follow JSON-RPC API definitionPeter Fern
2014-07-02Merge pull request #4971 from jmarshallnz/xml_attributejmarshallnz
2014-07-02[xml] use GetAttribute() where it makes the code clearer (and where used enou...Jonathan Marshall
2014-07-02[xmlutils] use XMLUtils::GetAttribute() when assigning attributes directly to...Jonathan Marshall
2014-06-22Added support for remote key "eject".Kai Sommerfeld
2014-06-12[stdstring] switch StringUtils::SplitString to StringUtils::SplitJonathan Marshall
2014-05-18libcec: Make verbose logging optionalpopcornmix
2014-05-16turn CAnnouncementManager into a singletonmontellese
2014-05-07adjust CGUIDialogPeripheralSettings to derive from CGUIDialogSettingsManualBasemontellese
2014-05-07adjust CGUIDialogVideoSettings to derive from CGUIDialogSettingsManualBasemontellese
2014-01-31peripherals: don't show notifications for new devices during the initial scanmontellese
2013-12-30[osx][PeripheralBusUSB] Fix Iterator 'it' used after element has been erased.ace20022
2013-12-30[Peripherals] Prefer prefix ++/-- operators for non-primitive types.ace20022
2013-12-17peripherals: fix order of peripheral device settingsmontellese
2013-12-12[CEC] increased SCREENSAVER_TIMEOUT from 10 to 20 seconds. philips sends anot...Lars Op den Kamp
2013-12-12[CEC] fixed - screensaver being activated sends the tv to standby, which make...Lars Op den Kamp
2013-12-11[CEC] fixed - reconnect when receiving CEC_ALERT_CONNECTION_LOSTLars Op den Kamp
2013-12-11[CEC] fixed - don't send an inactive source message when sending a standby co...Lars Op den Kamp
2013-12-11[CEC] fixed - fetch the active source status before sending a standby commandLars Op den Kamp
2013-12-07[peripherals] fixed a ambiguous variable and replaced .size() by .empty()WiSo
2013-11-14[cstdstring] demise left/right and replace with other optionsnight199uk
2013-11-14[cstdstring] demise AppendFormat and replace with StringUtils::Formatnight199uk
2013-11-14[cstdstring] drop ToLower/ToUpper/MakeLower/MakeUpperJonathan Marshall
2013-11-14[cstdstring] removal of Trim/TrimLeft/TrimRightJonathan Marshall
2013-11-14[cstdstring] remove IsEmpty() and replace with empty()night199uk
2013-11-14[cstdstring] demise Format, replacing with StringUtils::Formatnight199uk
2013-11-12settings: move settings library files into xbmc/settings/libmontellese
2013-11-08Merge pull request #1187 from Karlson2k/Win32_Fix_UsbScanLars Op den Kamp
2013-11-05fix crash in CGUIDialogPeripheralSettings after settings control refactormontellese
2013-11-03settings: refactor setting controls into custom registerable controlsmontellese
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: use function designed for device...Karlson2k
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: add fast detection of HID devicesKarlson2k
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: Allow reuse of bufferKarlson2k
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: skip device on error and get res...Karlson2k
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: optimizationKarlson2k
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: CosmeticsKarlson2k
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: add check for presence of PID an...Karlson2k
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: check for real memory allocationKarlson2k
2013-10-28[win32] PeripheralBusUSB: declare constant values as "const"Karlson2k
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: rename parameter for clarityKarlson2k