aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Expand)Author
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
2013-04-04cosmetics: cleanup unused Settings.h includesmontellese
2013-04-02[Fix] Change from DarwinCFStringRefToString to DarwinCFStringRefToUTF8String.ulion
2013-03-17fix: add missing include after reshuffle commit 16f276be317fa74efba6e5ddf16ec...Martijn Kaijser
2013-03-12[cec] fixed compilation without libcec-dev on the system after 95d87f54566567...Lars Op den Kamp
2013-03-12[cec] and let's init m_queryThread to NULL so we won't crash on exit when CEC...Lars Op den Kamp
2013-03-12[cec] extra guards around m_queryThreadLars Op den Kamp
2013-03-12[cec] cosmetics. made some methods private that don't need to be publicLars Op den Kamp
2013-03-12[cec] removed no longer used TranslateComPort()Lars Op den Kamp
2013-03-12[cec] removed dupe methods. if we really need that Sleep(), do it in CPeriphe...Lars Op den Kamp
2013-03-10[cec] don't do another device scan when opening a connection to the adapter, ...Lars Op den Kamp
2013-03-07[cec] prevent duplicate power on commands from being sentLars Op den Kamp
2013-03-07[cec] use client version 'current' now that libCEC 2.1.0 is being used. also ...Lars Op den Kamp
2013-03-05[peripherals] fixed CPeripheral::operator ==(const PeripheralScanResult& right)Lars Op den Kamp
2013-03-03settings: move GUIDialog* and GUIWindow* into their own sub-directoriesmontellese
2013-02-28[peripheral] support for multiple adapters of the same typeLars Op den Kamp
2013-02-28[cec] ensure that the updater thread has been stopped before trying to stop t...Lars Op den Kamp
2013-02-28[peripherals] use a separate field for mapped bus types in PeripheralScanResu...Lars Op den Kamp
2013-02-28[peripherals] pass the full PeripheralScanResult to CPeripheral constructors ...Lars Op den Kamp
2013-02-28[cec] override the bus type, so users don't have to reconfigure their adaptersLars Op den Kamp
2013-02-28[peripherals] store the bus type in PeripheralScanResult so it can be overriddenLars Op den Kamp
2013-02-28[peripherals] update m_mappedType and m_strDeviceName in PeripheralScanResult...Lars Op den Kamp
2013-02-28[peripherals] added fields m_mappedType and m_strDeviceName to PeripheralScan...Lars Op den Kamp
2013-02-28[peripherals] pass the full scan result to CPeripherals::GetMappingForDevice()Lars Op den Kamp
2013-02-28[peripherals] removed unused constructorLars Op den Kamp
2013-02-28[peripherals] pass the full scan result to CPeripherals::CreatePeripheral()Lars Op den Kamp
2013-02-28[cec] get the CEC devices that are connected to the system from libCEC, rathe...Lars Op den Kamp
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2013-02-04move view related files into new view folder and libmontellese
2013-01-22[cec] fixed - only send an active source message when receiving OnPlay. this ...Lars Op den Kamp
2013-01-16[OSX] Remove all direct calls to CFStringGetCString and CFStringGetCStringPtrTobias Hieta
2013-01-10[cec] fixed - incorrect error message was being displayed in the toast popup ...Lars Op den Kamp
2013-01-09[cec] don't update the device type in settings with the value that was return...Lars Op den Kamp
2013-01-09[cec] don't send incorrect pause/resume to slideshow when the source is (de)a...Lars Op den Kamp
2013-01-08moved nyxboard power and user button from peripheral config to keyboard.xmlLars Op den Kamp
2012-12-28[cec] fixed - don't send devices to standby when the screensaver is activated...Lars Op den Kamp
2012-12-13Merge pull request #1536 from Karlson2k/Imon_addition_01davilla
2012-12-11[Peripheral] Use per-device iMON setting instead of system-wide setting.Karlson2k