aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Collapse)Author
2014-11-24[cec] Fixed PeripheralCecAdapter application exit code handling.Kai Sommerfeld
Introduced new field "exitcode" for "OnQuit" message (@pdf).
2014-11-01[CEC] Added support for CEC buttons introduced by HDMI 1.4Kai Sommerfeld
- CONTENTS_MENU - ROOT_MENU - TOP_MENU - DVD-MENU (Requires at least libcec 2.2.0)
2014-11-01Merge pull request #5610 from opdenkamp/libcec-2.2.0Lars Op den Kamp
libCEC fixes
2014-11-01[CEC] fixed - don't use CEC_CLIENT_VERSION_CURRENT for the client version, ↵Lars Op den Kamp
because it will lead to issues when XBMC is rebuilt after a libCEC bump that changes something
2014-11-01[CEC] renamed the iDoubleTapTimeoutMs in the new libCEC for clarity. does ↵Lars Op den Kamp
not change binary compatibility
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 ↵Lars Op den Kamp
fba4e391197b92d2e49c936a3a13fe785014d31c. It can still be disabled for people who don't want to see CEC logging, but it'll now be enabled again by default when debugging is enabled, like it was in Gotham.
2014-10-10Merge pull request #4661 from pdf/fix_OnScreensaverDeactivated_APISascha Montellese
json-rpc: GUI.OnScreensaverDeactivated does not follow JSON-RPC API definition
2014-10-06[darwin] Move all function in DarwinUtils to static class, update functions ↵Karlson2k
names
2014-10-05GUI.OnScreensaverDeactivated does not follow JSON-RPC API definitionPeter Fern
The announcement of `GUI.OnScreensaverDeactivated` does not follow the defined API - it outputs `data` as a `boolean`, not `null`. This behaviour was introduced in ea9f2f01 to support a special case for CEC devices, that must choose to act based on whether this notification was triggered on the back of a shutdown. As the rest of the API defines `data` to be of type `null` or `object`, I've moved this boolean to a `shuttingDown` member on the data object, rather than changing the API to be inconsistent for a special case.
2014-07-02Merge pull request #4971 from jmarshallnz/xml_attributejmarshallnz
Xml attribute tidy up
2014-07-02[xml] use GetAttribute() where it makes the code clearer (and where used ↵Jonathan Marshall
enough to warrant the include)
2014-07-02[xmlutils] use XMLUtils::GetAttribute() when assigning attributes directly ↵Jonathan Marshall
to CStdString/std::string, as they may be NULL
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 ↵Lars Op den Kamp
another standby command after it's powered everything down, which takes up to 15 seconds (20 to be on the safe side)
2013-12-12[CEC] fixed - screensaver being activated sends the tv to standby, which ↵Lars Op den Kamp
makes the TV send another standby command. this standby command sent the PC to standby in some occasions
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 ↵Lars Op den Kamp
command. fixes XBMC not grabbing active source status when the TV comes out of standby
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
[win32] Some fixes for usb scan
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 ↵Karlson2k
device ID extraction
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: add fast detection of HID devicesKarlson2k
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: Allow reuse of bufferKarlson2k
instead of multiple frees/mallocs
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: skip device on error and get ↵Karlson2k
rest of the devices; plus small optimization
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 ↵Karlson2k
and VID
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: check for real memory allocationKarlson2k
2013-10-28[win32] PeripheralBusUSB: declare constant values as "const"Karlson2k
Values not supposed to be changed is better to declare as "const" to allow compiler optimize better.
2013-10-28[win32] PeripheralBusUSB::PerformDeviceScan: rename parameter for clarityKarlson2k