aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Expand)Author
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
2012-12-06[cec] don't send explicit wakeup commands when only the TV is marked to be po...Lars Op den Kamp
2012-12-06[cec] fixed - don't send an active source message for the next playlist item ...Lars Op den Kamp
2012-12-06[cec] fixed - make xbmc the active source again when resuming from standby an...Lars Op den Kamp
2012-11-19[cec] fixed - don't store the vendor id of the tv that libCEC sends back, or ...Lars Op den Kamp
2012-11-16make sure we setup the peripheral manager dialog prior to init'ing the window...Jonathan Marshall
2012-11-12[cec] don't try to set the OSD string on the TV. it's not supported by any TV...Lars Op den Kamp
2012-11-07Merge pull request #1688 from Memphiz/libusbArne Morten Kvarving
2012-11-01[droid] - make the PeripheralBusUSB support available for android as wellMemphiz
2012-10-31[cec] mapped some unmapped buttonsLars Op den Kamp
2012-10-30[pvr] No need to override OnAction when the base classes handle itJonathan Marshall
2012-10-27[cec] fixed - suppress activate source messages on OnPlay after receiving OnS...Lars Op den Kamp
2012-10-27[cec] be a bit less verbose in the debug log. libCEC already logs thisLars Op den Kamp
2012-10-09[cec] fixed wrong translationLars Op den Kamp
2012-10-09[cec] added hidden setting to configure the double tap prevention timeoutLars Op den Kamp
2012-10-09[cec] reset all members to their default values when reopening the connectionLars Op den Kamp
2012-10-09[cec] simplify 'wake_devices' and 'standby_devices' settings by showing an en...Lars Op den Kamp
2012-10-09[cec] simplify settings - use an enum instead of logical addresses for the 'c...Lars Op den Kamp
2012-10-09[cec] bump to libCEC 2.0.0. only minor changes, but the API was cleaned up, a...Lars Op den Kamp
2012-10-03Merge pull request #1189 from Karlson2k/Blacklist_Problem_ImonLars Op den Kamp
2012-10-03[Peripheral] Add PeripheralImon to Peripherals.cppKarlson2k
2012-10-03[Peripheral] Add new class 'PeripheralImon'Karlson2k
2012-10-01[Peripheral] Add iMON to PeripheralTypes.hKarlson2k
2012-10-01[Peripheral] Fix early lock.Leave() in UnregisterRemovedDevices in Peripheral...Karlson2k
2012-10-01[Peripheral] Cosmetics: Update outdated comment in PeripheralBus.hKarlson2k
2012-10-01Merge pull request #1419 from Pulse-Eight/cec-activate-on-playbackLars Op den Kamp
2012-09-27Merge pull request #1306 from koying/cecsetupLars Op den Kamp
2012-09-20[cec] fixed - don't send standby commands directly in CPeripheralCecAdapter::...Lars Op den Kamp
2012-09-20[cec] added StandbyDevices()Lars Op den Kamp
2012-09-20[cec] fixed - don't activate the source directly in CPeripheralCecAdapter::An...Lars Op den Kamp
2012-09-20[cec] make XBMC the active source when playback starts (optional, enabled by ...Lars Op den Kamp
2012-09-20[cec] added ActivateSource()Lars Op den Kamp
2012-09-19removed no longer needed ifdefsLars Op den Kamp
2012-09-18[cec] fixed - don't send standby commands when the cec adapter is being disabledLars Op den Kamp
2012-09-13[rpi/cec] and now correct, use CEC_RPI_VIRTUAL_COM from cectypes.h (which als...Lars Op den Kamp
2012-09-13[rpi/cec] fixed - don't add the name of the bus to the virtual location on th...Lars Op den Kamp
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese
2012-09-09makefile.in clean up and add USE_OMXLIB to build controldavilla
2012-09-08adjust GUIDialogPeripheralManager: we would run OnInitWindow twice due to not...pieh