Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-03 | Merge pull request #11575 from garbear/fix-axes-backport | jenkins4kodi | |
2017-02-02 | Controller dialog: Update button label because skipping is now mostly fixed | Garrett Brown | |
2017-02-02 | Fix discrete D-pad axes with a center that is slightly offset | Garrett 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 triggers | Garrett 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 layouts | Garrett Brown | |
2017-02-02 | Merge pull request #11561 from Shani-08/patch-1 | Martijn Kaijser | |
create archive_cache if not exists | |||
2017-02-02 | Correct table name to lower case, as MySQL is case sensitive | DaveTBlake | |
2017-02-02 | Merge pull request #11567 from Rechi/fixTrac17273Krypton | Martijn Kaijser | |
Fix Trac 17273 | |||
2017-02-02 | create archive_cache if not exists | Shani-08 | |
2017-02-02 | Merge pull request #11564 from MartijnKaijser/11454 | Martijn Kaijser | |
[pydocs] Corrections on the xbmcvfs/file examples | |||
2017-02-02 | Merge pull request #11602 from MartijnKaijser/17.1rc1 | Martijn Kaijser | |
bump to 17.1rc1 | |||
2017-02-01 | [estuary] fix 'Control has invalid animation type' log error | ronie | |
2017-02-01 | bump to 17.1rc1 | Martijn Kaijser | |
2017-02-01 | Merge pull request #11590 from MartijnKaijser/v17.0_final17.0-Krypton | Martijn Kaijser | |
bump to v17.0 final | |||
2017-02-01 | bump to v17.0 final | Martijn Kaijser | |
2017-02-01 | Merge pull request #11593 from ksooo/krypton-revert-11537 | Martijn Kaijser | |
Revert "[PVR] Fix deadlock that might occure during initial channel icon search." | |||
2017-02-01 | Merge pull request #11596 from garbear/fix-holding-backport | Martijn Kaijser | |
[backport] Fix freezing when some buttons are held | |||
2017-02-01 | Merge pull request #11597 from MartijnKaijser/fix_test_k | jenkins4kodi | |
2017-02-01 | [estuary] two minor fixes | ronie | |
2017-01-31 | [tests] fix after 5f33da09087b4a4e62d7287eca753c3288f890b5 | Martijn Kaijser | |
2017-01-31 | [joysticks] Fix all hell breaking loose when buttons are held | Garrett Brown | |
2017-01-31 | Revert "[PVR] Fix deadlock that might occure during initial channel icon ↵ | Kai Sommerfeld | |
search." This reverts commit df457705c57aabee2c987f783b912b23fe12c2ca. | |||
2017-01-31 | Merge pull request #11582 from Shani-08/Krypton | Martijn Kaijser | |
Addon caching enabled | |||
2017-01-31 | Merge pull request #11589 from koying/fixurlencodingK | Martijn Kaijser | |
FIX: [regression] URL encoding is case-insentive | |||
2017-01-31 | FIX: [regression] URL encoding is case-insentive | Chris 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-30 | Merge pull request #11563 from MartijnKaijser/11559 | Martijn Kaijser | |
VideoPlayer: fix audio stream not started | |||
2017-01-30 | Merge pull request #11562 from MartijnKaijser/11556 | Martijn Kaijser | |
VideoPlayer: ffmpeg decoder - implement fail-safe for missing key frames | |||
2017-01-30 | Don't compile/add WiiRemote if libcwiid-dev is not present | Nuno Sénica | |
2017-01-30 | Addon Caching- Launch from Fav. | Shani-08 | |
2017-01-30 | Addon caching enabled | Shani-08 | |
2017-01-29 | Use FormattedChannelNumber in PVR Timer Settings dialog | Michael 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-29 | Merge pull request #11578 from MartijnKaijser/addons_krypton | Martijn Kaijser | |
Addons krypton | |||
2017-01-29 | [addons] Versioncheck | Martijn Kaijser | |
2017-01-29 | [addons] Chorus2 2.4.2 | Martijn Kaijser | |
2017-01-29 | Merge pull request #11572 from afedchin/win32_d3d_backport | Martijn 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-29 | Revert "[VideoPlayer] OverlayRendererDX: "mark" overlay as invalid on ↵ | Anton Fedchin | |
destroying device in case of fatal error." This reverts commit 489e82ad086c683d8e814dc8401dd36887d629ab. | |||
2017-01-29 | Fix Trac 17273 by disabling lonpress-mapping in VirtualKeyboard | Rechi | |
2017-01-29 | [ButtonTranslator] add ability to disable lonpress-mapping in sub windows | Rechi | |
2017-01-29 | [cmake] don't abort building binary addons if one addon cannot be downloaded | Rechi | |
2017-01-29 | [pydocs] Corrections on the xbmcvfs/file examples | enen92 | |
2017-01-29 | VideoPlayer: fix audio stream not started | Rainer Hochecker | |
2017-01-29 | VideoPlayer: ffmpeg decoder - implement fail-safe for missing key frames | Rainer Hochecker | |
2017-01-26 | Merge pull request #11551 from afedchin/win32_d3d_backport17.0rc4-Krypton | Martijn 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-26 | Merge pull request #11548 from Rechi/taglibPatchKrypton | Martijn Kaijser | |
[depends] patch taglib: Efficient lookup for an ID3v2 tag in MPEG fil… | |||
2017-01-26 | Merge pull request #11547 from Paxxi/taglib_hang | Martijn 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. |