aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Expand)Author
2015-08-31Merge pull request #7912 from mkortstiege/nuke-std_namespaceMartijn Kaijser
2015-08-29[peripherals] use std:: instead of using namespace stdMatthias Kortstiege
2015-08-26[CEC] change bool setting "pause playback on changing source" intoMatus Kral
2015-08-18[cleanup] unify method name used for singleton patternxhaggi
2015-08-05[settings] use setting id constantsxhaggi
2015-07-22[typos] fix typos RegisterReceveiver -> RegisterReceiveruNiversaI
2015-07-15Clean up ApplicationMessengerPär Björklund
2015-07-13[gui] refactors modality handling for dialogsxhaggi
2015-07-11Convert ternary operator to if/elseDeniz Türkoglu
2015-07-08CVariant fixesPär Björklund
2015-07-05CPeripherals: update CGUIDialogPeripheralManager asynchronously to avoid dead...montellese
2015-06-08Revert "[pvr] changed: ask if the user wants to disable libCEC if no TV could...Kai Sommerfeld
2015-06-03[gui] unify method overloads in CGUIDialogYesNoxhaggi
2015-05-27[cec] Fix return value handling logic for CEC_TV_PRESENT_CHECK_TIMEOUT dialog.Kai Sommerfeld
2015-05-25Combine multiline strings into one string which will be placed in the textbox...Martijn Kaijser
2015-05-23[peripherals] Cleanup includes.ace20022
2015-05-03[cec] bump to libCEC 3.0.0Lars Op den Kamp
2015-03-19fix TV language detection with HDMI-CECmontellese
2015-03-08[pvr] changed: ask if the user wants to disable libCEC if no TV couldn't be f...Lars Op den Kamp
2015-03-08[cec] changed: don't show a kaitoast when the configuration has been updated ...Lars Op den Kamp
2015-03-06adjust language loading/handling logicmontellese
2015-03-02Moved key.h/cpp to input where it belongsPär Björklund
2015-03-02Renamed GetInstance to GetPär Björklund
2015-02-28* fix tv vendor override typogokl
2015-02-02Moved input handling from CApplication into it's own class CInputManager.Pär Björklund
2015-01-22Merge pull request #6219 from Montellese/fix_dialog_headingsSascha Montellese
2015-01-20[cec] Don't resume on source change if playback is paused.Matus Kral
2015-01-18CGUIDialogPeripheralSettings: add default heading labelmontellese
2015-01-16Merge pull request #6160 from tobbi/cppcheck_perf_peripheralsMartijn Kaijser
2015-01-13[PVR] Feature: Confirm XBMC shutdown if any local PVR backend is not idle.Kai Sommerfeld
2015-01-08cppcheck performance fixes in peripherals/Tobias Markus
2015-01-07[stdstring] get rid of CStdString in peripheralsArne Morten Kvarving
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
2014-12-15rename xbmc folder to srcFneufneu
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