Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-02 | Merge pull request #18703 from lrusak/linux-buildsteps | Lukas Rusak | |
[jenkins] unify linux buildsteps | |||
2020-11-02 | [fix] add tvOS @available check for ↵ | Rechi | |
GCExtendedGamepad.(left|right)ThumbstickButton | |||
2020-11-02 | Merge pull request #18708 from lrusak/aarch64-depends | Lukas Rusak | |
tools/depends: fix mesa build for aarch64 | |||
2020-11-02 | tools/depends: fix mesa build for aarch64 | Lukas Rusak | |
2020-11-03 | Merge pull request #18706 from garbear/android-readme | fuzzard | |
Android: Update README to specify '--sdk_root' | |||
2020-11-02 | [tvOS][lifeycle] Fix random stuck in busy spinner screen | Sylvain CECCHETTO | |
Fix #18685 issue | |||
2020-11-02 | [Android] Update README to specify '--sdk_root' | Garrett Brown | |
Currently, if the sdk manager is called without this parameter, it fails with the following error message: | Warning: Could not create settings | java.lang.IllegalArgumentException Also included in the output is the option '--sdk_root'. A quick stack overflow search reveals that this parameter is necessary to call sdkmanager. | |||
2020-11-02 | Add Merge method to VideoInfoTag | CastagnaIT | |
2020-11-02 | [addons][inputstream] increase API versions | CastagnaIT | |
2020-11-02 | [addons][inputstream] Fix wrong flags bit shift | CastagnaIT | |
2020-11-01 | tools/buildsteps: rename linux64 to linux | Lukas Rusak | |
2020-11-01 | tools/buildsteps: set default build host for linux | Lukas Rusak | |
2020-11-01 | tools/buildsteps: remove linux-arm-gbm | Lukas Rusak | |
2020-11-01 | tools/buildsteps: remove linux-aarch64-gbm | Lukas Rusak | |
2020-11-01 | Tone mapping: misc fixes and improvements | thexai | |
2020-11-01 | [Android] Fix Art in leanback for media items | enen92 | |
2020-11-01 | Merge pull request #18695 from Rechi/fix/iOS | Rechi | |
[tvOS] relocate DarwinNSUserDefaults to tvOS | |||
2020-11-01 | [JSON]Update artist, album or song datemodified when artwork changed. | DaveTBlake | |
Bump JSON version patch to indicate internal implementation changed | |||
2020-11-01 | [Android] SDK 29 / buildtools 29.0.3 | peak3d | |
2020-11-01 | Merge pull request #18690 from bkuhls/master-python3.9 | fuzzard | |
cmake: add check for python3.9 | |||
2020-11-01 | [tvOS] relocate DarwinNSUserDefaults to tvOS | Rechi | |
It cannot be used on iOS, as it calls CTVOSFileUtils::GetUserHomeDirectory() | |||
2020-11-01 | Merge pull request #18686 from sy6sy2/tvos-issue-template | fuzzard | |
[GitHub][tvOS] Add tvOS checkbox in issue template | |||
2020-11-01 | Merge pull request #18692 from Rechi/cmake/documentation | Rechi | |
[cmake] allow doxygen documentation generation for cross builds | |||
2020-10-31 | cmake: add check for python3.9 | Bernd Kuhls | |
2020-10-31 | Merge pull request #18646 from DaveTBlake/bump_19a319.0a3-Matrix | Dave Blake | |
Bump to v19 alpha 3 | |||
2020-10-31 | [cmake] allow doxygen documentation generation for cross builds | Rechi | |
2020-10-31 | Merge pull request #18691 from Rechi/fix/clang_tidy | Dave Blake | |
[fix] revert ba15b9fcc3 python xbmc.Monitor changes | |||
2020-10-31 | Merge pull request #18683 from peak3d/guibase | Dave Blake | |
[GUI] Fix GUIWrappedListContainer | |||
2020-10-31 | [android] Remove XBMC migration step | Sylvain CECCHETTO | |
Kodi is Kodi since "XBMC 14", we can assume that no one will update from XBMC 13 to Kodi 19. | |||
2020-10-31 | Merge pull request #17895 from Montellese/bugfix/duplicate_actors | Dave Blake | |
[video] don't load identical actors twice | |||
2020-10-31 | [fix] revert ba15b9fcc3 python xbmc.Monitor changes | Rechi | |
2020-10-31 | Merge pull request #18656 from wsnipex/multi-windowing | Dave Blake | |
linux: add windowing system to SystemInfo screen | |||
2020-10-31 | Merge pull request #18674 from gade01/weblate-gh-action | Dave Blake | |
[translations] [weblate] Create gh-action-weblate-upload.yml | |||
2020-10-31 | Merge pull request #18672 from gade01/language-fix | Dave Blake | |
[language] Fix strings.po | |||
2020-10-31 | Merge pull request #18684 from phunkyfish/json-fix | Dave Blake | |
[pvr] json-rpc: Fix clientid argument to scan method to be optional | |||
2020-10-31 | Merge pull request #16216 from lrusak/mode-whitelist-settings | Dave Blake | |
resolution whitelist version 2 | |||
2020-10-31 | Merge pull request #18681 from phunkyfish/override-setyear-recs | phunkyfish | |
[pvr] override SetYear for recordings | |||
2020-10-31 | [GitHub][tvOS] Add tvOS checkbox in issue template | Sylvain CECCHETTO | |
2020-10-31 | Merge pull request #18682 from AlwinEsch/fix-changed-addon-header | Alwin Esch | |
[addons][gui] fix changed addon header | |||
2020-10-30 | [pvr] json-rpc: Fix clientid argument to scan method to be optional | phunkyfish | |
2020-10-30 | [pvr] refactoring, change event to recording where appropriate | phunkyfish | |
2020-10-30 | [pvr] override SetYear for recordings | phunkyfish | |
2020-10-30 | Merge pull request #18600 from lrusak/atomic-queue | Lukas Rusak | |
[GBM] implement an atomic queue | |||
2020-10-30 | resolution whitelist version 2 | Lukas Rusak | |
2020-10-30 | Merge pull request #18667 from Rechi/clang_tidy/performance | Rechi | |
[clang-tidy] apply and enable performance-* checks | |||
2020-10-30 | [addons][gui] show compile warning if GLonDX.h is used without Win/Angle | Alwin Esch | |
This add a warning message to report use on wrong OS with it. This header need always Windows OS and a Angle installed on depends. One goal with it is also to use on cmake test script to check correctness of all addon headers, as this becomes then also included on e.g. Linux makes no sense to use "#error ..." for it. | |||
2020-10-30 | Merge pull request #18669 from lrusak/fix-powermanager-init | Lukas Rusak | |
Fix powermanager init | |||
2020-10-30 | [addons][gui] fix wrong added kodi header to addon header | Alwin Esch | |
There was the Kodi header '#include "system_egl.h"' inserted and to replace `#include <EGL/egl.h>`, but as there only relates to binary addons on Windows to emulate GLES in DX system, does this never work. This bring back the old header to have working again. | |||
2020-10-30 | [clang-tidy] enable performance-* checks | Rechi | |
2020-10-30 | Merge pull request #18567 from slattann/integer_scaling | Dave Blake | |
[DRMAtomic] Setting DRM property by name instead of by hardcoded enum value |