aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Expand)Author
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
2013-10-15PeripheralCecAdapter: use correct timeout checkKarlson2k
2013-10-02Allow WinEvents to observe Peripherals changesTrent Nelson
2013-10-02changed: use .empty() instead of testing for .size() > 0wsoltys
2013-09-30Merge pull request #3286 from ace20022/tokenizejmarshallnz
2013-09-30Faster substring comparisonsBen Avison
2013-09-24Move Tokenize from Util to StringUtils and replace CStdString by std::string.ace20022
2013-09-12[cosmetic] rename non-member varCory Fields
2013-08-11[cosmetic] update copyright headersMartijn Kaijser
2013-08-04move IsPlaying-IsPaused-IsPlayingAudio-IsPlayingVideo to CApplicationPlayer w...Voyager1
2013-08-02fixed compiler warning, missing return valuedavilla
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-07-07Add new builtin, ToggleCECDevice, to control state of playing device via a ce...Javier Marcet
2013-06-02changed, use TARGET_xxx, die _LINUX diedavilla
2013-06-02Merge pull request #2637 from dagwieers/rescan-intervalLars Op den Kamp
2013-06-01Merge pull request #2636 from dagwieers/peripheral-thread-namingjmarshallnz
2013-05-15settings: move dependency logic from CGUIWindowSettingsCategory to CSettingsM...montellese
2013-05-01settings: replace CSettings and CGUISettings with new CSettingsmontellese
2013-04-20Use different names for USB/CEC and Udev related threadsDag Wieers
2013-04-20Increase USB and CEC rescan interval to 5 secondsDag Wieers
2013-04-09Merge pull request #2012 from jmarcet/masterMartijn Kaijser
2013-04-10Add missing thread names, improve existing thread namesDag Wieers
2013-04-08Add support for new libcec method, PowerOnScreensaverJavier Marcet
2013-04-08settings: move audio settings to CApplicationmontellese
2013-04-05Merge pull request #2530 from ulion/change_cfstring_to_utf8_stringMemphiz