aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-25GUIPassword.h: fix doxygen headerhowie-f
2020-02-25Extend CheckMenuLock to check Mediasources (video and music) if neededhowie-f
2020-02-25Reimplement functions for checking Master-/Medialockshowie-f
2020-02-25Introduce and refactor MediaLockState enumhowie-f
2020-02-24[toolchain] add CMAKE_SYSTEM_PROCESSORRechi
- enables clang-check, cppcheck and valgrind features for depends builds targeting the same system and processor as the host system - libjpeg-turbo 2.0.0 switched to cmake and requires this variable
2020-02-24xbmc.getRegion('time'): fixed incorrectly formatted timeMaven85
2020-02-23Cleanup: fix include orderhowie-f
2020-02-23Merge pull request #17295 from DaveTBlake/AutomountedAccess_LeiaDave Blake
webserver: Fix file access on auto-mounted sources [backport]
2020-02-19add image mime type for support over imagedecoder.rawAlwin Esch
To allow imagedecoder.raw all supported formats. Example files http://rawsamples.ch/index.php
2020-02-16[lang][skin.estouchy] updated language files from TransifexAttila Jakosa
2020-02-16[lang][skin.estuary] updated language files from TransifexAttila Jakosa
2020-02-11Merge pull request #17356 from fritsch/maxwidthleia2Peter Frühberger
DVDVideoCodecAndroidMediaCodec: Properly set MAX WIDTH and MAX HEIGHT (thanks to cerarp)
2020-02-10DVDVideoCodecAndroidMediaCodec: Properly set MAX WIDTH and MAX HEIGHT ↵fritsch
(thanks to cerarp)
2020-02-08Merge pull request #17303 from garbear/backport-disk-zip-gamesGarrett Brown
[Backport] Games: Fix launching disk images and zip files
2020-02-03Merge pull request #17283 from a1rwulf/fix-thumb-flicker-backporta1rwulf
Fix TextureCache::CacheImage does not fill texture outparam
2020-02-02Fix TextureCache::CacheImage does not fill texture outparamWolfgang Haupt
If the texture out parameter is given, it's expected to be filled. However when requesting a texture which is already in the processlist, the method fails to fill the requested texture. This resulted in a hard to trigger bug, where the default texture is rendered instead of the real thumbnail, although the thumbnail is available.
2020-02-01Merge pull request #17305 from ksooo/leia-android-fix-updateresolutionsPeter Frühberger
[android][windowing] Leia: Fix CWinSystemAndroid::UpdateResolutions to appl…
2020-01-31Fix launching zip and 7z files from MyGamesGarrett Brown
2020-01-31Fix error playing disk image gamesGarrett Brown
Game items ending in disk image extensions are currently played using VideoPlayer instead of RetroPlayer. This results in a brief buffering dialog, and then the player exits to the previous window.
2020-01-31FileItem: Fix range iterator constnessGarrett Brown
2020-01-31[android][windowing] Fix CWinSystemAndroid::UpdateResolutions to apply ↵Kai Sommerfeld
calibrations after resetting resolutions (like the other platform implementations already do, btw.)
2020-01-31Merge pull request #17215 from bkuhls/leia-fix-cstddefDave Blake
[Backport] Add missing cstddef includes
2020-01-31Merge pull request #17299 from ksooo/leia-pvr-fix-multiline-episode-stringsKai Sommerfeld
[PVR][guiinfo] Leia: Fixup multiline episode name strings (which do not fit…
2020-01-30Merge pull request #17213 from bkuhls/backport-PR17000Dave Blake
[Backport] Add missing cassert includes
2020-01-30[PVR][guiinfo] Fixup multiline episode name strings (which do not fit in any ↵Kai Sommerfeld
way in our GUI).
2020-01-30Merge pull request #17297 from AlwinEsch/revert-leia-inputstream-changeAlwin Esch
Revert "[Backport][Inputstream] Add IChapter interface #16581"
2020-01-30Revert "[Backport][Inputstream] Add IChapter interface #16581"Alwin Esch
This reverts commit da9b5f1f67684cfa4a0dbba9fa66ba753b860f16. The API change on Leia has destroyed all after them created addon to use on older Leia versions.
2020-01-30Allow access to files on automounted sources via webserverDaveTBlake
2020-01-28Merge pull request #17276 from AlwinEsch/patch-handleAlwin Esch
[cmake] fix Windows OS patch check of own installed
2020-01-27[cmake] fix Windows OS patch check of own installedAlwin Esch
2020-01-26Merge pull request #17141 from CastagnaIT/leia_profileloadsDave Blake
[Backport][Profiles] Perform operations only outside the login screen
2020-01-25Merge pull request #17237 from arnova/cache_fatal_error_fix_leiaPeter Frühberger
fixed: Seeking with FileCache could lockup due to terminated thread
2020-01-25Merge pull request #17189 from fritsch/periphleiaPeter Frühberger
Backport: PeripheralBusUSB Fixes
2020-01-23Merge pull request #17246 from kambala-decapitator/leia-macos-fix-dmg-devhandleAndrey Filipenkov
[macos][packaging] fix parsing device handle of a mounted dmg
2020-01-22[macos][packaging] fix parsing device handle of a mounted dmgAndrey Filipenkov
`/dev/disk` can have arbitrary amount of digits
2020-01-22Merge pull request #17236 from ↵Andrey Filipenkov
kambala-decapitator/leia-ios-fix-floating-keyboard [ios] fix visibility of input field with iPad's floating/split keyboard
2020-01-21fixed: Seeking with FileCache could lockup due to terminated threadarnova
fixed: When a fatal error occurs we should mark end of input
2020-01-21[ios] make sure input field is always pinned to the top of keyboardAndrey Filipenkov
2020-01-20Merge pull request #17205 from Paxxi/find_patch_backportDave Blake
[WIndows][addons][backport] Improve patch finding
2020-01-18[Backport] Add missing cstddef includesBernd Kuhls
Backport of https://github.com/xbmc/xbmc/pull/17214
2020-01-18[Backport] Add missing cassert includesCraig Andrews
Without these includes, ‘assert’ was not declared in this scope errors occur. Backport of https://github.com/xbmc/xbmc/pull/17000
2020-01-16Improve patch findingPär Björklund
On Windows we only want to find patch.exe included with git. All other patch.exe is broken in some way and will cause build failures
2020-01-15Add missing cassert includeCraig Andrews
Without this include, ‘assert’ was not declared in this scope errors occur.
2020-01-15PeripheralUSB: Create udev contexts in their threadfritsch
2020-01-15PeripheralBusUSBLibUdev: Filter on USB onlyfritsch
2020-01-15Merge pull request #17171 from kambala-decapitator/leia-macos-fix-copyfilesfuzzard
[Leia][macos] fix copying Estuary resources to app package
2020-01-12Merge pull request #17098 from bahusoid/fixExtItemsSearchLeiajenkins4kodi
2020-01-11[macos] fix copying addons/skin.estuary/resources to app packageAndrey Filipenkov
2020-01-11[macos] copy files script cleanupAndrey Filipenkov
2020-01-11Merge pull request #17128 from a1rwulf/fix-playlistplayer-backportDave Blake
Reset playlist on new file playback - Backport