aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-02Merge pull request #18703 from lrusak/linux-buildstepsLukas Rusak
[jenkins] unify linux buildsteps
2020-11-02[fix] add tvOS @available check for ↵Rechi
GCExtendedGamepad.(left|right)ThumbstickButton
2020-11-02Merge pull request #18708 from lrusak/aarch64-dependsLukas Rusak
tools/depends: fix mesa build for aarch64
2020-11-02tools/depends: fix mesa build for aarch64Lukas Rusak
2020-11-03Merge pull request #18706 from garbear/android-readmefuzzard
Android: Update README to specify '--sdk_root'
2020-11-02[tvOS][lifeycle] Fix random stuck in busy spinner screenSylvain 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-02Add Merge method to VideoInfoTagCastagnaIT
2020-11-02[addons][inputstream] increase API versionsCastagnaIT
2020-11-02[addons][inputstream] Fix wrong flags bit shiftCastagnaIT
2020-11-01tools/buildsteps: rename linux64 to linuxLukas Rusak
2020-11-01tools/buildsteps: set default build host for linuxLukas Rusak
2020-11-01tools/buildsteps: remove linux-arm-gbmLukas Rusak
2020-11-01tools/buildsteps: remove linux-aarch64-gbmLukas Rusak
2020-11-01Tone mapping: misc fixes and improvementsthexai
2020-11-01[Android] Fix Art in leanback for media itemsenen92
2020-11-01Merge pull request #18695 from Rechi/fix/iOSRechi
[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.3peak3d
2020-11-01Merge pull request #18690 from bkuhls/master-python3.9fuzzard
cmake: add check for python3.9
2020-11-01[tvOS] relocate DarwinNSUserDefaults to tvOSRechi
It cannot be used on iOS, as it calls CTVOSFileUtils::GetUserHomeDirectory()
2020-11-01Merge pull request #18686 from sy6sy2/tvos-issue-templatefuzzard
[GitHub][tvOS] Add tvOS checkbox in issue template
2020-11-01Merge pull request #18692 from Rechi/cmake/documentationRechi
[cmake] allow doxygen documentation generation for cross builds
2020-10-31cmake: add check for python3.9Bernd Kuhls
2020-10-31Merge pull request #18646 from DaveTBlake/bump_19a319.0a3-MatrixDave Blake
Bump to v19 alpha 3
2020-10-31[cmake] allow doxygen documentation generation for cross buildsRechi
2020-10-31Merge pull request #18691 from Rechi/fix/clang_tidyDave Blake
[fix] revert ba15b9fcc3 python xbmc.Monitor changes
2020-10-31Merge pull request #18683 from peak3d/guibaseDave Blake
[GUI] Fix GUIWrappedListContainer
2020-10-31[android] Remove XBMC migration stepSylvain CECCHETTO
Kodi is Kodi since "XBMC 14", we can assume that no one will update from XBMC 13 to Kodi 19.
2020-10-31Merge pull request #17895 from Montellese/bugfix/duplicate_actorsDave Blake
[video] don't load identical actors twice
2020-10-31[fix] revert ba15b9fcc3 python xbmc.Monitor changesRechi
2020-10-31Merge pull request #18656 from wsnipex/multi-windowingDave Blake
linux: add windowing system to SystemInfo screen
2020-10-31Merge pull request #18674 from gade01/weblate-gh-actionDave Blake
[translations] [weblate] Create gh-action-weblate-upload.yml
2020-10-31Merge pull request #18672 from gade01/language-fixDave Blake
[language] Fix strings.po
2020-10-31Merge pull request #18684 from phunkyfish/json-fixDave Blake
[pvr] json-rpc: Fix clientid argument to scan method to be optional
2020-10-31Merge pull request #16216 from lrusak/mode-whitelist-settingsDave Blake
resolution whitelist version 2
2020-10-31Merge pull request #18681 from phunkyfish/override-setyear-recsphunkyfish
[pvr] override SetYear for recordings
2020-10-31[GitHub][tvOS] Add tvOS checkbox in issue templateSylvain CECCHETTO
2020-10-31Merge pull request #18682 from AlwinEsch/fix-changed-addon-headerAlwin Esch
[addons][gui] fix changed addon header
2020-10-30[pvr] json-rpc: Fix clientid argument to scan method to be optionalphunkyfish
2020-10-30[pvr] refactoring, change event to recording where appropriatephunkyfish
2020-10-30[pvr] override SetYear for recordingsphunkyfish
2020-10-30Merge pull request #18600 from lrusak/atomic-queueLukas Rusak
[GBM] implement an atomic queue
2020-10-30resolution whitelist version 2Lukas Rusak
2020-10-30Merge pull request #18667 from Rechi/clang_tidy/performanceRechi
[clang-tidy] apply and enable performance-* checks
2020-10-30[addons][gui] show compile warning if GLonDX.h is used without Win/AngleAlwin 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-30Merge pull request #18669 from lrusak/fix-powermanager-initLukas Rusak
Fix powermanager init
2020-10-30[addons][gui] fix wrong added kodi header to addon headerAlwin 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-* checksRechi
2020-10-30Merge pull request #18567 from slattann/integer_scalingDave Blake
[DRMAtomic] Setting DRM property by name instead of by hardcoded enum value