Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-25 | GUIPassword.h: fix doxygen header | howie-f | |
2020-02-25 | Extend CheckMenuLock to check Mediasources (video and music) if needed | howie-f | |
2020-02-25 | Reimplement functions for checking Master-/Medialocks | howie-f | |
2020-02-25 | Introduce and refactor MediaLockState enum | howie-f | |
2020-02-24 | [toolchain] add CMAKE_SYSTEM_PROCESSOR | Rechi | |
- 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-24 | xbmc.getRegion('time'): fixed incorrectly formatted time | Maven85 | |
2020-02-23 | Cleanup: fix include order | howie-f | |
2020-02-23 | Merge pull request #17295 from DaveTBlake/AutomountedAccess_Leia | Dave Blake | |
webserver: Fix file access on auto-mounted sources [backport] | |||
2020-02-19 | add image mime type for support over imagedecoder.raw | Alwin 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 Transifex | Attila Jakosa | |
2020-02-16 | [lang][skin.estuary] updated language files from Transifex | Attila Jakosa | |
2020-02-11 | Merge pull request #17356 from fritsch/maxwidthleia2 | Peter Frühberger | |
DVDVideoCodecAndroidMediaCodec: Properly set MAX WIDTH and MAX HEIGHT (thanks to cerarp) | |||
2020-02-10 | DVDVideoCodecAndroidMediaCodec: Properly set MAX WIDTH and MAX HEIGHT ↵ | fritsch | |
(thanks to cerarp) | |||
2020-02-08 | Merge pull request #17303 from garbear/backport-disk-zip-games | Garrett Brown | |
[Backport] Games: Fix launching disk images and zip files | |||
2020-02-03 | Merge pull request #17283 from a1rwulf/fix-thumb-flicker-backport | a1rwulf | |
Fix TextureCache::CacheImage does not fill texture outparam | |||
2020-02-02 | Fix TextureCache::CacheImage does not fill texture outparam | Wolfgang 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-01 | Merge pull request #17305 from ksooo/leia-android-fix-updateresolutions | Peter Frühberger | |
[android][windowing] Leia: Fix CWinSystemAndroid::UpdateResolutions to appl… | |||
2020-01-31 | Fix launching zip and 7z files from MyGames | Garrett Brown | |
2020-01-31 | Fix error playing disk image games | Garrett 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-31 | FileItem: Fix range iterator constness | Garrett 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-31 | Merge pull request #17215 from bkuhls/leia-fix-cstddef | Dave Blake | |
[Backport] Add missing cstddef includes | |||
2020-01-31 | Merge pull request #17299 from ksooo/leia-pvr-fix-multiline-episode-strings | Kai Sommerfeld | |
[PVR][guiinfo] Leia: Fixup multiline episode name strings (which do not fit… | |||
2020-01-30 | Merge pull request #17213 from bkuhls/backport-PR17000 | Dave 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-30 | Merge pull request #17297 from AlwinEsch/revert-leia-inputstream-change | Alwin Esch | |
Revert "[Backport][Inputstream] Add IChapter interface #16581" | |||
2020-01-30 | Revert "[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-30 | Allow access to files on automounted sources via webserver | DaveTBlake | |
2020-01-28 | Merge pull request #17276 from AlwinEsch/patch-handle | Alwin Esch | |
[cmake] fix Windows OS patch check of own installed | |||
2020-01-27 | [cmake] fix Windows OS patch check of own installed | Alwin Esch | |
2020-01-26 | Merge pull request #17141 from CastagnaIT/leia_profileloads | Dave Blake | |
[Backport][Profiles] Perform operations only outside the login screen | |||
2020-01-25 | Merge pull request #17237 from arnova/cache_fatal_error_fix_leia | Peter Frühberger | |
fixed: Seeking with FileCache could lockup due to terminated thread | |||
2020-01-25 | Merge pull request #17189 from fritsch/periphleia | Peter Frühberger | |
Backport: PeripheralBusUSB Fixes | |||
2020-01-23 | Merge pull request #17246 from kambala-decapitator/leia-macos-fix-dmg-devhandle | Andrey Filipenkov | |
[macos][packaging] fix parsing device handle of a mounted dmg | |||
2020-01-22 | [macos][packaging] fix parsing device handle of a mounted dmg | Andrey Filipenkov | |
`/dev/disk` can have arbitrary amount of digits | |||
2020-01-22 | Merge 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-21 | fixed: Seeking with FileCache could lockup due to terminated thread | arnova | |
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 keyboard | Andrey Filipenkov | |
2020-01-20 | Merge pull request #17205 from Paxxi/find_patch_backport | Dave Blake | |
[WIndows][addons][backport] Improve patch finding | |||
2020-01-18 | [Backport] Add missing cstddef includes | Bernd Kuhls | |
Backport of https://github.com/xbmc/xbmc/pull/17214 | |||
2020-01-18 | [Backport] Add missing cassert includes | Craig Andrews | |
Without these includes, ‘assert’ was not declared in this scope errors occur. Backport of https://github.com/xbmc/xbmc/pull/17000 | |||
2020-01-16 | Improve patch finding | Pä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-15 | Add missing cassert include | Craig Andrews | |
Without this include, ‘assert’ was not declared in this scope errors occur. | |||
2020-01-15 | PeripheralUSB: Create udev contexts in their thread | fritsch | |
2020-01-15 | PeripheralBusUSBLibUdev: Filter on USB only | fritsch | |
2020-01-15 | Merge pull request #17171 from kambala-decapitator/leia-macos-fix-copyfiles | fuzzard | |
[Leia][macos] fix copying Estuary resources to app package | |||
2020-01-12 | Merge pull request #17098 from bahusoid/fixExtItemsSearchLeia | jenkins4kodi | |
2020-01-11 | [macos] fix copying addons/skin.estuary/resources to app package | Andrey Filipenkov | |
2020-01-11 | [macos] copy files script cleanup | Andrey Filipenkov | |
2020-01-11 | Merge pull request #17128 from a1rwulf/fix-playlistplayer-backport | Dave Blake | |
Reset playlist on new file playback - Backport |