Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-10-30 | [clang-tidy] performance-unnecessary-value-param | Rechi | |
2020-10-30 | [clang-tidy] performance-unnecessary-copy-initialization | Rechi | |
2020-10-30 | [clang-tidy] performance-trivially-destructible | Rechi | |
2020-10-30 | [clang-tidy] performance-noexcept-move-constructor | Rechi | |
2020-10-30 | [clang-tidy] performance-no-automatic-move | Rechi | |
2020-10-30 | [clang-tidy] performance-move-const-arg | Rechi | |
2020-10-30 | [clang-tidy] performance-inefficient-vector-operation | Rechi | |
2020-10-30 | [clang-tidy] performance-inefficient-algorithm | Rechi | |
2020-10-30 | [clang-tidy] performance-for-range-copy | Rechi | |
2020-10-30 | [clang-tidy] performance-faster-string-find | Rechi | |
2020-10-30 | [GUI] Fix GUIWrappedListContainer | peak3d | |
2020-10-30 | Merge pull request #18647 from phunkyfish/json-rpc-epg-is-playable | phunkyfish | |
[pvr] json-rpc: Fix Epg/Broadcast ID conflicts and other fixes/improvements | |||
2020-10-30 | Merge pull request #18679 from wsnipex/ubuntu-ppa | Wolfgang Schupp | |
tools\Linux: add helper script for our PPAs | |||
2020-10-30 | Merge pull request #18680 from xbmc/revert-17616-master-CMAKE_FIND_ROOT_PATH | Dave Blake | |
Revert "kodi-config.cmake: use CMAKE_FIND_ROOT_PATH to fix cross-compilation" | |||
2020-10-30 | Revert "kodi-config.cmake: use CMAKE_FIND_ROOT_PATH to fix cross-compilation" | Dave Blake | |
2020-10-30 | Merge pull request #17834 from taoyouh/patch-2 | Dave Blake | |
[README.Android.md] Update Android SDK Configuration Steps | |||
2020-10-30 | Merge pull request #17616 from bkuhls/master-CMAKE_FIND_ROOT_PATH | Dave 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.0 | phunkyfish | |
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 |