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
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_LOST
Lars 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 command
Lars 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 options
night199uk
2013-11-14
[cstdstring] demise AppendFormat and replace with StringUtils::Format
night199uk
2013-11-14
[cstdstring] drop ToLower/ToUpper/MakeLower/MakeUpper
Jonathan Marshall
2013-11-14
[cstdstring] removal of Trim/TrimLeft/TrimRight
Jonathan Marshall
2013-11-14
[cstdstring] remove IsEmpty() and replace with empty()
night199uk
2013-11-14
[cstdstring] demise Format, replacing with StringUtils::Format
night199uk
2013-11-12
settings: move settings library files into xbmc/settings/lib
montellese
2013-11-08
Merge pull request #1187 from Karlson2k/Win32_Fix_UsbScan
Lars Op den Kamp
2013-11-05
fix crash in CGUIDialogPeripheralSettings after settings control refactor
montellese
2013-11-03
settings: refactor setting controls into custom registerable controls
montellese
2013-10-28
[win32] PeripheralBusUSB::PerformDeviceScan: use function designed for device...
Karlson2k
2013-10-28
[win32] PeripheralBusUSB::PerformDeviceScan: add fast detection of HID devices
Karlson2k
2013-10-28
[win32] PeripheralBusUSB::PerformDeviceScan: Allow reuse of buffer
Karlson2k
2013-10-28
[win32] PeripheralBusUSB::PerformDeviceScan: skip device on error and get res...
Karlson2k
2013-10-28
[win32] PeripheralBusUSB::PerformDeviceScan: optimization
Karlson2k
2013-10-28
[win32] PeripheralBusUSB::PerformDeviceScan: Cosmetics
Karlson2k
2013-10-28
[win32] PeripheralBusUSB::PerformDeviceScan: add check for presence of PID an...
Karlson2k
2013-10-28
[win32] PeripheralBusUSB::PerformDeviceScan: check for real memory allocation
Karlson2k
2013-10-28
[win32] PeripheralBusUSB: declare constant values as "const"
Karlson2k
2013-10-28
[win32] PeripheralBusUSB::PerformDeviceScan: rename parameter for clarity
Karlson2k
2013-10-15
PeripheralCecAdapter: use correct timeout check
Karlson2k
2013-10-02
Allow WinEvents to observe Peripherals changes
Trent Nelson
2013-10-02
changed: use .empty() instead of testing for .size() > 0
wsoltys
2013-09-30
Merge pull request #3286 from ace20022/tokenize
jmarshallnz
2013-09-30
Faster substring comparisons
Ben Avison
2013-09-24
Move Tokenize from Util to StringUtils and replace CStdString by std::string.
ace20022
2013-09-12
[cosmetic] rename non-member var
Cory Fields
2013-08-11
[cosmetic] update copyright headers
Martijn Kaijser
2013-08-04
move IsPlaying-IsPaused-IsPlayingAudio-IsPlayingVideo to CApplicationPlayer w...
Voyager1
2013-08-02
fixed compiler warning, missing return value
davilla
2013-07-25
[cosmetics] update copyright headers
M. Kaijser
2013-07-07
Add new builtin, ToggleCECDevice, to control state of playing device via a ce...
Javier Marcet
2013-06-02
changed, use TARGET_xxx, die _LINUX die
davilla
2013-06-02
Merge pull request #2637 from dagwieers/rescan-interval
Lars Op den Kamp
2013-06-01
Merge pull request #2636 from dagwieers/peripheral-thread-naming
jmarshallnz
2013-05-15
settings: move dependency logic from CGUIWindowSettingsCategory to CSettingsM...
montellese
2013-05-01
settings: replace CSettings and CGUISettings with new CSettings
montellese
2013-04-20
Use different names for USB/CEC and Udev related threads
Dag Wieers
2013-04-20
Increase USB and CEC rescan interval to 5 seconds
Dag Wieers
2013-04-09
Merge pull request #2012 from jmarcet/master
Martijn Kaijser
2013-04-10
Add missing thread names, improve existing thread names
Dag Wieers
2013-04-08
Add support for new libcec method, PowerOnScreensaver
Javier Marcet
2013-04-08
settings: move audio settings to CApplication
montellese
2013-04-05
Merge pull request #2530 from ulion/change_cfstring_to_utf8_string
Memphiz
[next]