aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-10-30[clang-tidy] performance-unnecessary-value-paramRechi
2020-10-30[clang-tidy] performance-unnecessary-copy-initializationRechi
2020-10-30[clang-tidy] performance-trivially-destructibleRechi
2020-10-30[clang-tidy] performance-noexcept-move-constructorRechi
2020-10-30[clang-tidy] performance-no-automatic-moveRechi
2020-10-30[clang-tidy] performance-move-const-argRechi
2020-10-30[clang-tidy] performance-inefficient-vector-operationRechi
2020-10-30[clang-tidy] performance-inefficient-algorithmRechi
2020-10-30[clang-tidy] performance-for-range-copyRechi
2020-10-30[clang-tidy] performance-faster-string-findRechi
2020-10-30[GUI] Fix GUIWrappedListContainerpeak3d
2020-10-30Merge pull request #18647 from phunkyfish/json-rpc-epg-is-playablephunkyfish
[pvr] json-rpc: Fix Epg/Broadcast ID conflicts and other fixes/improvements
2020-10-30Merge pull request #18679 from wsnipex/ubuntu-ppaWolfgang Schupp
tools\Linux: add helper script for our PPAs
2020-10-30Merge pull request #18680 from xbmc/revert-17616-master-CMAKE_FIND_ROOT_PATHDave Blake
Revert "kodi-config.cmake: use CMAKE_FIND_ROOT_PATH to fix cross-compilation"
2020-10-30Revert "kodi-config.cmake: use CMAKE_FIND_ROOT_PATH to fix cross-compilation"Dave Blake
2020-10-30Merge pull request #17834 from taoyouh/patch-2Dave Blake
[README.Android.md] Update Android SDK Configuration Steps
2020-10-30Merge pull request #17616 from bkuhls/master-CMAKE_FIND_ROOT_PATHDave Blake
kodi-config.cmake: use CMAKE_FIND_ROOT_PATH to fix cross-compilation
2020-10-30[json-rpc] bump for API change pvr 1.18.0phunkyfish
2020-10-30[pvr] json-rpc: Add clientid as json payload for channels, broadcasts, ↵phunkyfish
timers and recordings
2020-10-30[pvr] json-rpc: PVR.Scan can be called specificing a client id to avoid UI ↵phunkyfish
dialog
2020-10-30[pvr] json-rpc: add PVR.GetClients method to list enabled PVR clients and ↵phunkyfish
their capabilities
2020-10-30[pvr] json-rpc: use database id for cross client uniqueness of broadcasts ↵phunkyfish
instead of broadcast id