aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Expand)Author
2016-09-23[droid] disable libcec, libusbMartijn Kaijser
2016-09-04peripheral: Add backward compatability for older settings filesMilhouseVH
2016-08-31Merge pull request #10371 from garbear/joystick-improvementsjenkins4kodi
2016-08-31[peripherals] Reduce number of for loops in CPeripheralBusAddon::UpdateAddons()Garrett Brown
2016-08-30[peripherals] Remove controller parameterGarrett Brown
2016-08-30Reset input receiver before destroying objectGarrett Brown
2016-08-30[peripherals] Show add-on icon if peripheral is provided by add-onGarrett Brown
2016-08-30[peripheral API] v1.1.0 - Batch-save button maps after wizard endsGarrett Brown
2016-08-30[peripheral API] v1.0.24 - Store driver primitives as an array instead of a u...Garrett Brown
2016-08-30[peripheral API] v1.0.23 - Add IsValid() and SetInvalid() helpersGarrett Brown
2016-08-30Remove unused return valueGarrett Brown
2016-08-24[peripherals] Add peripheral name to settings fileGarrett Brown
2016-08-24Add deadzone settings to joysticksGarrett Brown
2016-08-24peripherals: Log when device's add-on doesn't provide button mapsGarrett Brown
2016-08-24[peripherals] Move InitializeProperties() to base peripheral bus classGarrett Brown
2016-08-24[peripherals] Don't overwrite device name if no name is found in peripherals.xmlGarrett Brown
2016-08-24[peripherals] Use device name for settings file if VID and PID are zeroGarrett Brown
2016-08-23Rename CPeripherals::GetAddon() to GetAddonWithButtonMap() and move to addon busGarrett Brown
2016-08-21Merge pull request #10299 from garbear/derive-buttonmapsjenkins4kodi
2016-08-21[peripheral API] v1.0.21 - Add supports_buttonmaps to capabilities structGarrett Brown
2016-08-16Fix defect in CID 142067Garrett Brown
2016-08-06[joysticks] automatically power off peripheral joysticks that support it on s...montellese
2016-08-06[Peripheral API] v1.0.19 - Add PowerOffJoystick() API methodmontellese
2016-08-06[joysticks] Add rumble on Kai Toast notificationGarrett Brown
2016-08-06[joysticks] Add "Test rumble" settingGarrett Brown
2016-08-06[peripheral API] v1.0.18 - Add rumble capabilityGarrett Brown
2016-07-31Merge pull request #10156 from tamland/addon_eventstamland
2016-07-29[addons] fix event handlingThomas Amland
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