aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-03Merge pull request #11575 from garbear/fix-axes-backportjenkins4kodi
2017-02-02Controller dialog: Update button label because skipping is now mostly fixedGarrett Brown
2017-02-02Fix discrete D-pad axes with a center that is slightly offsetGarrett Brown
When centered, the axis had a value of 0.007. This breaks some checks for a centered axis.
2017-02-02[peripheral API] v1.3.0 - Add handling for anomalous triggersGarrett Brown
Anomalous triggers are triggers with a non-zero offset. For example, if a trigger's rest position is +1 and it travels to -1 when fully pressed, then it is an anomalous trigger with a center of +1 and a range of 2. Two properties are added to the definition of a semiaxis: * Center * Range The center is the rest position of the trigger. The range is 1 if the trigger stops at 0, or 2 if the trigger continues past zero to the opposite end of the axis.
2017-02-02[controllers] Cache controller layoutsGarrett Brown
2017-02-02Merge pull request #11561 from Shani-08/patch-1Martijn Kaijser
create archive_cache if not exists
2017-02-02Correct table name to lower case, as MySQL is case sensitiveDaveTBlake
2017-02-02Merge pull request #11567 from Rechi/fixTrac17273KryptonMartijn Kaijser
Fix Trac 17273
2017-02-02create archive_cache if not existsShani-08
2017-02-02Merge pull request #11564 from MartijnKaijser/11454Martijn Kaijser
[pydocs] Corrections on the xbmcvfs/file examples
2017-02-02Merge pull request #11602 from MartijnKaijser/17.1rc1Martijn Kaijser
bump to 17.1rc1
2017-02-01[estuary] fix 'Control has invalid animation type' log errorronie
2017-02-01bump to 17.1rc1Martijn Kaijser
2017-02-01Merge pull request #11590 from MartijnKaijser/v17.0_final17.0-KryptonMartijn Kaijser
bump to v17.0 final
2017-02-01bump to v17.0 finalMartijn Kaijser
2017-02-01Merge pull request #11593 from ksooo/krypton-revert-11537Martijn Kaijser
Revert "[PVR] Fix deadlock that might occure during initial channel icon search."
2017-02-01Merge pull request #11596 from garbear/fix-holding-backportMartijn Kaijser
[backport] Fix freezing when some buttons are held
2017-02-01Merge pull request #11597 from MartijnKaijser/fix_test_kjenkins4kodi
2017-02-01[estuary] two minor fixesronie
2017-01-31[tests] fix after 5f33da09087b4a4e62d7287eca753c3288f890b5Martijn Kaijser
2017-01-31[joysticks] Fix all hell breaking loose when buttons are heldGarrett Brown
2017-01-31Revert "[PVR] Fix deadlock that might occure during initial channel icon ↵Kai Sommerfeld
search." This reverts commit df457705c57aabee2c987f783b912b23fe12c2ca.
2017-01-31Merge pull request #11582 from Shani-08/KryptonMartijn Kaijser
Addon caching enabled
2017-01-31Merge pull request #11589 from koying/fixurlencodingKMartijn Kaijser
FIX: [regression] URL encoding is case-insentive
2017-01-31FIX: [regression] URL encoding is case-insentiveChris Koying Browet
Partial revert of 932b0d2cec13970bf1f1e78cb6642e3890ce9d68 URL encoding is case-insentive according to https://tools.ietf.org/html/rfc3986#section-2.1 , so the move from lower to upper case is not required, but causes regression Fixes #17266
2017-01-30Merge pull request #11563 from MartijnKaijser/11559Martijn Kaijser
VideoPlayer: fix audio stream not started
2017-01-30Merge pull request #11562 from MartijnKaijser/11556Martijn Kaijser
VideoPlayer: ffmpeg decoder - implement fail-safe for missing key frames
2017-01-30Don't compile/add WiiRemote if libcwiid-dev is not presentNuno Sénica
2017-01-30Addon Caching- Launch from Fav.Shani-08
2017-01-30Addon caching enabledShani-08
2017-01-29Use FormattedChannelNumber in PVR Timer Settings dialogMichael Brehm
Use the formatted channel number to expose channel.subchannel designations from the PVR addon when "use channel numbers from backend" option has been enabled.
2017-01-29Merge pull request #11578 from MartijnKaijser/addons_kryptonMartijn Kaijser
Addons krypton
2017-01-29[addons] VersioncheckMartijn Kaijser
2017-01-29[addons] Chorus2 2.4.2Martijn Kaijser
2017-01-29Merge pull request #11572 from afedchin/win32_d3d_backportMartijn Kaijser
[backport] [OverlayRendererDX] fix renderer after 489e82ad086c683d8e814dc8401dd36887d629ab
2017-01-29[VideoPlayer] OverlayRendererDX: don't render if vertexes buffer isn't exist.Anton Fedchin
2017-01-29Revert "[VideoPlayer] OverlayRendererDX: "mark" overlay as invalid on ↵Anton Fedchin
destroying device in case of fatal error." This reverts commit 489e82ad086c683d8e814dc8401dd36887d629ab.
2017-01-29Fix Trac 17273 by disabling lonpress-mapping in VirtualKeyboardRechi
2017-01-29[ButtonTranslator] add ability to disable lonpress-mapping in sub windowsRechi
2017-01-29[cmake] don't abort building binary addons if one addon cannot be downloadedRechi
2017-01-29[pydocs] Corrections on the xbmcvfs/file examplesenen92
2017-01-29VideoPlayer: fix audio stream not startedRainer Hochecker
2017-01-29VideoPlayer: ffmpeg decoder - implement fail-safe for missing key framesRainer Hochecker
2017-01-26Merge pull request #11551 from afedchin/win32_d3d_backport17.0rc4-KryptonMartijn Kaijser
[backport] [Win32] D3DResource improvements.
2017-01-26[RenderSystemDX] reload skin on a driver failure.Anton Fedchin
2017-01-26[VideoPlayer] OverlayRendererDX: "mark" overlay as invalid on destroying ↵Anton Fedchin
device in case of fatal error.
2017-01-26[win32/dx] re-factor ID3DResource to make possible tell to a resource that ↵Anton Fedchin
device is not valid anymore.
2017-01-26Merge pull request #11548 from Rechi/taglibPatchKryptonMartijn Kaijser
[depends] patch taglib: Efficient lookup for an ID3v2 tag in MPEG fil…
2017-01-26Merge pull request #11547 from Paxxi/taglib_hangMartijn Kaijser
[fix][win32][depends] Patch taglib to fix regression causing hangs
2017-01-26[depends] patch taglib: Efficient lookup for an ID3v2 tag in MPEG files with ↵Rechi
garbage.