aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Expand)Author
2016-11-12[controller dialog] Fix skipping buttons due to acceleratomers, buggy trigger...Garrett Brown
2016-11-11[cec] added: setting to make libCEC wake up the AVR explicitly when activatin...Lars Op den Kamp
2016-11-11[cec] add CEC IMX adapter as known type and set no polling.Lars Op den Kamp
2016-11-11[cec] Added advanced settings for action when TV goes standbyLars Op den Kamp
2016-11-11[cec] bump to libCEC 4.0.0Lars Op den Kamp
2016-11-10[peripherals] Access button map through CButtonMapping object instead of dire...Garrett Brown
2016-11-08Merge pull request #10882 from garbear/new-controllersGarrett Brown
2016-11-08Show controller dialog if the user connects an unmapped controllerGarrett Brown
2016-11-06[peripherals] Fix incorrect number of format argumentsGarrett Brown
2016-10-23[peripherals] Move peripherals to shared_ptrGarrett Brown
2016-10-23[peripherals] Cleanup: Remove virtual from class methodsGarrett Brown
2016-10-20Merge pull request #10734 from garbear/fix-enable-addon2Garrett Brown
2016-10-19[peripherals] Fix button maps not refreshing after a resetGarrett Brown
2016-10-19[peripherals] Better fix to fix enabling/disabling peripheral add-onsGarrett Brown
2016-10-18[peripherals] Fix deadlockGarrett Brown
2016-10-14Merge pull request #10691 from garbear/fix-lockingGarrett Brown
2016-10-15Merge pull request #10690 from garbear/fix-enable-addonjenkins4kodi
2016-10-14[peripherals] Improve locking while creating/destroying peripheral add-onsGarrett Brown
2016-10-14[peripherals] Fix restart needed to enable/disable peripheral add-onsGarrett Brown
2016-10-14[peripherals] Fix missing lock in CAddonButtonMapGarrett Brown
2016-10-14[peripherals] Fix grabbing joystick if there's no add-on to translate inputGarrett Brown
2016-10-12[peripherals] Fix joysticks not being detected on android startupGarrett Brown
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