aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Expand)Author
2016-07-29Merge pull request #9803 from mk01/master_cec_playbackstopMartijn Kaijser
2016-07-27[cmake/win32] Use C++ compiler to compile .c filesChristian Fetzer
2016-07-24Merge pull request #10139 from mk01/master_ceconscreensaverRainer Hochecker
2016-07-23[PeripheralCecAdapter] fix playback stopping on screensaver deactivatedMatus Kral
2016-07-23[PeripheralCecAdapter] fix after 6a5120c3789a7ad93a235467a4cb421dee643438Matus Kral
2016-07-21[cmake] Add project wide dependency to libcpluff and ffmpegChristian Fetzer
2016-07-03[PeripheralCecAdapter] Fix: Slovak language code (slo) considered as Slovenia...Vladimir Zahradnik
2016-06-19Merge pull request #9857 from Memphiz/fix_warningsMemphiz
2016-06-16Add missing vector includesPär Björklund
2016-06-13[doxygen] todo listMartijn Kaijser
2016-06-04[android] revert 54f9c50572fe540cc754538f6e93e6a87a8552fd since we now only s...Martijn Kaijser
2016-06-04[Cleanup] - fixed around 1000 warnings because of missing override keywordsMemphiz
2016-05-16[peripherals] Fix deadlock on bus initializationGarrett Brown
2016-05-16[peripherals] Fix locking wrong critical sectionGarrett Brown
2016-05-16[peripherals] Fix deadlock on startupGarrett Brown
2016-04-23m_bNeedsPolling broken for busses where it is set outside constructorMatus Kral
2016-04-23[peripherals] dont hold internal locks when triggering device scan. fixes dea...Thomas Amland
2016-04-23[peripherals] fix unsafe concurrent accessThomas Amland
2016-04-23[peripherals] use const to make it clear which members are safe to access con...Thomas Amland
2016-04-23[peripherals] fix locking wrong critical sectionThomas Amland
2016-04-16[peripherals] Fix Coverty issues (UNINIT_CTOR)Garrett Brown
2016-04-13fix description label in select dialogThomas Amland
2016-04-01[android] Bumped min. SDK to 19, Fixed PeripherialBusAndroid crashDanijel Posilovic
2016-03-15[cmake] Add missing dependencies to cpluffChristian Fetzer
2016-03-11[cmake] Fix controller input on androidChristian Fetzer
2016-03-11[cmake] Controller inputChristian Fetzer
2016-03-10[android][peripherals] add CPeripheralBusAndroid and update CPeripheralJoysti...montellese
2016-03-10[peripherals] trigger a scan for devices after having initialised the periphe...montellese
2016-03-10[peripherals] pass the CPeripheralBus instance to CPeripheral to avoid having...montellese
2016-03-10CPeripheralBus: forward declare CPeripheralmontellese
2016-03-10CAddonJoystickButtonMap: use a weak instead of a shared pointer to CPeriphera...montellese
2016-03-10CPeripheralAddon: destroy all owned peripheralsmontellese
2016-03-10Reduce file name lengthGarrett Brown
2016-03-10CPeripheralBusAddon: stop the polling thread from CPeripheralBus before destr...montellese
2016-03-10CPeripherals: avoid a deadlock in Clear() when destroying a CPeripheralAddonBusmontellese
2016-03-10CPeripherals: use separate lock guards for m_busses and m_mappingsmontellese
2016-03-10CPeripheralBusAddon: use callbacks/observer to reload peripheral addons inste...montellese
2016-03-10CPeripherals: use shared pointers to store CPeripheralBus instancesmontellese
2016-03-10CPeripherals: a lot of cosmetics and C++11 stuffmontellese
2016-03-10Controller configuration windowGarrett Brown
2016-03-10Kodi inputGarrett Brown
2016-03-10Peripheral add-onsGarrett Brown
2016-03-10Remove joystick codeGarrett Brown
2016-03-03make settings dialogs use the same xmlronie
2016-02-16Merge pull request #9126 from fetzerch/cmake-rpiChristian Fetzer
2016-02-14[cmake] Fix Raspberry-Pi buildChristian Fetzer
2016-02-14CPeripherals: don't use g_peripherals for internal method callsmontellese
2016-02-14[peripherals] show a message if there are no settings available for a periphe...montellese
2016-02-13[cmake] Cleanup empty varsChristian Fetzer
2016-02-12[cmake] Add CMakeLists.txt to xbmc subfoldersChristian Fetzer