aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-27bump to 17.0 beta 3Martijn Kaijser
2016-08-27Merge pull request #10343 from wsnipex/nvidia-cpu-load-fixPeter Frühberger
[linux] fix high CPU usage with nvidia cards
2016-08-27Merge pull request #10236 from kenji123/redirectRainer Hochecker
use final redirected path for internet streams
2016-08-26[linux] fix high CPU usage with nvidia cardswsnipex
2016-08-26Merge pull request #10309 from garbear/deadzone-settingsGarrett Brown
Deadzone settings
2016-08-26[PVR] Recordings window: Fix recording groups not working (regression ↵Kai Sommerfeld
introduced by #10333)
2016-08-25Merge pull request #10341 from fritsch/paresolvejenkins4kodi
2016-08-25AESinkPULSE: Try to resolve channel layout - fallback if not possible fixes ↵fritsch
#16862
2016-08-25Merge pull request #10340 from HitcherUK/masterronie
[skin.estuary] Fix broken addon message
2016-08-25[skin.estuary] Fix broken addon messageHitcherUK
2016-08-25Merge pull request #10333 from ksooo/pvr-fix-recordings-defaultselectactionKai Sommerfeld
[PVR] Recordings window: Respect setting SETTING_MYVIDEOS_SELECTACTIO…
2016-08-24[peripherals] Add peripheral name to settings fileGarrett Brown
It is not immediately evident what a device's PID and VID are, so adding the device name makes differentiating between settings files easier.
2016-08-24Add deadzone settings to joysticksGarrett Brown
2016-08-24peripherals: Log when device's add-on doesn't provide button mapsGarrett Brown
The button map allows Kodi to translate driver input (anonymous button, hats and axes) into the button format of the requested controller type. When a device is connected, Kodi first checks if the device came from an add-on. If so, Kodi checks if the add-on provides button maps for its device. Otherwise, Kodi looks for ANY add-on that can map buttons.
2016-08-24[peripherals] Move InitializeProperties() to base peripheral bus classGarrett Brown
This also refactors CPeripheralJoystick::InitialiseFeature() to avoid the possibility of registering input & driver handlers twice.
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-24Merge pull request #10336 from tamland/revert_repo_widgetronie
[estuary] revert addition of repository widget on home screen
2016-08-24[estuary] revert addition of repository widget on home screenThomas Amland
2016-08-24Merge pull request #10329 from MartijnKaijser/win32_no_xbmcMartijn Kaijser
[win32] Remove XBMC to Kodi data migration from NSIS installer
2016-08-24[PVR] Recordings window: Respect setting SETTING_MYVIDEOS_SELECTACTION also ↵Kai Sommerfeld
for recordings. Fixes inconsistent 'select item' behavior wrt 'normal' videos and recordings.
2016-08-24Merge pull request #10330 from ksooo/pvr-fix-recording-resumeKai Sommerfeld
[PVR] Recordings window: Fix addional 'resume'/'play' context menu po…
2016-08-24Merge pull request #10331 from ksooo/pvr-fix-channelwindow-updateKai Sommerfeld
[PVR] Channels window: Fix not disappearing 'record' icon after stopp…
2016-08-23[PVR] Channels window: Fix not disappearing 'record' icon after stopping an ↵Kai Sommerfeld
active recording using channel's context menu.
2016-08-23Rename CPeripherals::GetAddon() to GetAddonWithButtonMap() and move to addon busGarrett Brown
2016-08-23[PVR] Recordings window: Fix addional 'resume'/'play' context menu popping ↵Kai Sommerfeld
up after selecting 'resume' or 'play' from context menu
2016-08-23[win32] Remove XBMC to Kodi data migration from NSIS installerMartijn Kaijser
2016-08-23Merge pull request #10323 from FernetMenta/deintPeter Frühberger
VideoPlayer: move supported deinterlacing methods into ProcessInfo
2016-08-23Merge pull request #10326 from rjsachse/patch-1Kai Sommerfeld
Fix osd not showing while watching tv
2016-08-23Merge pull request #10328 from Memphiz/fixed_xcodeMemphiz
[ios] - fixed xcode project after adding platform classes
2016-08-23[ios] - fixed xcode project after adding platform classesMemphiz
2016-08-23Merge pull request #10327 from ksooo/pvr-fix-epgtag-recording-assocKai Sommerfeld
[PVR] Fix epg tag <-> recording association
2016-08-23ProcessInfo/DataCache: Rename GetAudioBitsPerSampe to GetAudioBitsPerSamplefritsch
2016-08-23VideoPlayer: move supported deinterlacing methods into ProcessInfoRainer Hochecker
2016-08-23Fix osd not showing while watching tvrjsachse
Was reported on the forum bugs
2016-08-22[PVR] Fix epg tag <-> recording association (epg tags had not always the ↵Kai Sommerfeld
right recordings assigned).
2016-08-22Merge pull request #10319 from ksooo/epg-fix-grid-startKai Sommerfeld
[EPG] Fix limits for grid start value (must be 'now' - 30 minutes' latest).
2016-08-22Merge pull request #10320 from ksooo/pvr-fix-update-epgtagsKai Sommerfeld
[PVR] Fix regression in CPVRRecordings::UpdateEpgTags.
2016-08-22Merge pull request #10321 from ronie/estouchy22ronie
[skin.estouchy] re-add assets to addon.xml
2016-08-22[skin.estouchy] re-add assets to addon.xmlronie
2016-08-21Merge pull request #10315 from garbear/fix-divide-by-zeroGarrett Brown
Fix crash in slider control if range is zero
2016-08-21[PVR] Fix regression in CPVRRecordings::UpdateEpgTags.Kai Sommerfeld
2016-08-21Merge pull request #10299 from garbear/derive-buttonmapsjenkins4kodi
2016-08-21[EPG] Fix limits for grid start value (must be 'now' - 30 minutes' latest).Kai Sommerfeld
2016-08-21[peripheral API] v1.0.22 - Add helper methods in kodi_peripheral_utils.hppGarrett Brown
2016-08-21[peripheral API] v1.0.21 - Add supports_buttonmaps to capabilities structGarrett Brown
"supports_buttonmaps" is already a property in addon.xml. This change just enforces that the value in addon.xml is correct.
2016-08-21Merge pull request #10297 from MartijnKaijser/17.0b2Martijn Kaijser
bump to 17.0 beta 2
2016-08-21Merge pull request #10317 from kszaq/amlogic_hi10p17.0b1-KryptonPeter Frühberger
DVDVideoCodecAmlogic: Do not H/W decode Hi10P
2016-08-21DVDVideoCodecAmlogic: Do not H/W decode Hi10Pkszaq
2016-08-21[lang][skin.estuary] recover lost part of addon.xml after language updatetxtranslation