index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xbmc
/
peripherals
Age
Commit message (
Expand
)
Author
2015-08-31
Merge pull request #7912 from mkortstiege/nuke-std_namespace
Martijn Kaijser
2015-08-29
[peripherals] use std:: instead of using namespace std
Matthias Kortstiege
2015-08-26
[CEC] change bool setting "pause playback on changing source" into
Matus Kral
2015-08-18
[cleanup] unify method name used for singleton pattern
xhaggi
2015-08-05
[settings] use setting id constants
xhaggi
2015-07-22
[typos] fix typos RegisterReceveiver -> RegisterReceiver
uNiversaI
2015-07-15
Clean up ApplicationMessenger
Pär Björklund
2015-07-13
[gui] refactors modality handling for dialogs
xhaggi
2015-07-11
Convert ternary operator to if/else
Deniz Türkoglu
2015-07-08
CVariant fixes
Pär Björklund
2015-07-05
CPeripherals: update CGUIDialogPeripheralManager asynchronously to avoid dead...
montellese
2015-06-08
Revert "[pvr] changed: ask if the user wants to disable libCEC if no TV could...
Kai Sommerfeld
2015-06-03
[gui] unify method overloads in CGUIDialogYesNo
xhaggi
2015-05-27
[cec] Fix return value handling logic for CEC_TV_PRESENT_CHECK_TIMEOUT dialog.
Kai Sommerfeld
2015-05-25
Combine 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.0
Lars Op den Kamp
2015-03-19
fix TV language detection with HDMI-CEC
montellese
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-06
adjust language loading/handling logic
montellese
2015-03-02
Moved key.h/cpp to input where it belongs
Pär Björklund
2015-03-02
Renamed GetInstance to Get
Pär Björklund
2015-02-28
* fix tv vendor override typo
gokl
2015-02-02
Moved input handling from CApplication into it's own class CInputManager.
Pär Björklund
2015-01-22
Merge pull request #6219 from Montellese/fix_dialog_headings
Sascha Montellese
2015-01-20
[cec] Don't resume on source change if playback is paused.
Matus Kral
2015-01-18
CGUIDialogPeripheralSettings: add default heading label
montellese
2015-01-16
Merge pull request #6160 from tobbi/cppcheck_perf_peripherals
Martijn Kaijser
2015-01-13
[PVR] Feature: Confirm XBMC shutdown if any local PVR backend is not idle.
Kai Sommerfeld
2015-01-08
cppcheck performance fixes in peripherals/
Tobias Markus
2015-01-07
[stdstring] get rid of CStdString in peripherals
Arne Morten Kvarving
2014-12-16
Revert "rename xbmc folder to src"
Rainer Hochecker
2014-12-15
rename xbmc folder to src
Fneufneu
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.4
Kai Sommerfeld
2014-11-01
Merge pull request #5610 from opdenkamp/libcec-2.2.0
Lars 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 removed
Lars Op den Kamp
2014-10-31
[CEC] fixed: don't try to stick a value > 255 in a byte
Lars Op den Kamp
2014-10-27
[CEC] fixed: re-enable CEC logging by default after fba4e391197b92d2e49c936a3...
Lars Op den Kamp
2014-10-10
Merge pull request #4661 from pdf/fix_OnScreensaverDeactivated_API
Sascha Montellese
2014-10-06
[darwin] Move all function in DarwinUtils to static class, update functions n...
Karlson2k
2014-10-05
GUI.OnScreensaverDeactivated does not follow JSON-RPC API definition
Peter Fern
2014-07-02
Merge pull request #4971 from jmarshallnz/xml_attribute
jmarshallnz
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-22
Added support for remote key "eject".
Kai Sommerfeld
2014-06-12
[stdstring] switch StringUtils::SplitString to StringUtils::Split
Jonathan Marshall
[next]