aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-19Shaders: simplification/clean up HLG to PQ codethexai
2020-12-19Merge pull request #18951 from kambala-decapitator/macos-fix-codesign-packagingfuzzard
[macos][packaging] include only darwin settings files
2020-12-19[configure] fix macos sysroot for compiler testsBrent Murphy
macos 11 throws a linker error when running autoconf compiler/linker checks we need to supply isysroot, however we do not want to pollute CFLAGS/CXXFLAGS/LDFLAGS to permanently have host sysroot, as flags are carried through into platform_XXflags for crosscompilation
2020-12-18windowing/gbm: hide and disable setting Use Display As ClockMatthias Reichl
Use display as clock is not supported on GBM and before the multi-windowing change it has been hidden in settings via gbm.xml. Hide it so it can't be enabled in videoplayer settings and also disable it - otherwise users who previously enabled it would be left without audio passthrough and no option to fix this via the GUI. Signed-off-by: Matthias Reichl <hias@horus.com>
2020-12-19[macos][packaging] include only darwin settings filesAndrey Filipenkov
2020-12-18windowing/gbm: add null checks before accessing settingsMatthias Reichl
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-12-17[docs][python] Fix missing [ xbmcgui.Dialog().yesno()enen92
2020-12-17[python] Add xbmcgui.Dialog().yesnocustom()enen92
2020-12-17[python] Revert 120e2174d8f68a6d5a15c36494a56de09b842aadenen92
2020-12-17[pvr] fix epg retrieval which should be by database IDphunkyfish
2020-12-15Merge pull request #18910 from DaveTBlake/SwapMixed02Dave Blake
Fix swapping to fullscreen for video from music OSD in mixed m3u playlists
2020-12-15Merge pull request #18909 from DaveTBlake/PlaylistEditFix3Dave Blake
Fix Music Playlist Editor system sources panel to not show "New playlist..." etc.
2020-12-15Merge pull request #18911 from DaveTBlake/ShuffleRepeatFixDave Blake
Media settings: repeat/shuffle fix load to playlistplayer on startup
2020-12-15[Docs][Python] Document xbmcgui.Listitem initializerenen92
2020-12-14Merge pull request #18925 from Rechi/updateCacertRechi
update SSL CA trust store
2020-12-14Merge pull request #18934 from howie-f/v19-allseasonsenen92
[gui] fix all seasons poster in case movies are linked to a tvshow
2020-12-14update SSL CA trust storeRechi
2020-12-14[gui] fix all seasons poster in case movies are linked to a tvshowhowie-f
2020-12-13Merge pull request #18933 from enen92/xbmclegacyenen92
[cosmetic] Replace xbmc leftover in xbmcaddon log line
2020-12-13[cosmetic] Replace xbmc leftoverenen92
2020-12-13Merge pull request #18926 from Razzeee/h265-10bit-software-fallthroughPeter Frühberger
Use software decoder, as there is no known hardware decoder for 12bit h265
2020-12-13Merge pull request #18918 from ksooo/curlfile-authKai Sommerfeld
CCurlFile Authentication fix
2020-12-12Use software decoder, as there is no known hardware decoder for 12bit h265Razze
2020-12-12Merge pull request #18923 from Maven85/androidtv_suggestionsenen92
[Android] fixed suggestion channel for android tv
2020-12-11CEGLImage: check if eglAttrKey is valid before comparingLukas Rusak
2020-12-11CLibInputSettings: fix nullptr checkLukas Rusak
2020-12-11Merge pull request #18921 from godsic/masterenen92
keyboardlayouts/ukrainian: fix typo in АБВ layout
2020-12-11[Android] fixed suggestion channel for android tvMaven85
2020-12-10CCurlFile::Stat - Fix how content-type is obtained.Kai Sommerfeld
2020-12-10Merge pull request #18920 from basrieter/add-on-setting-basicBas Rieter
Updated: If using old settings.xml default them to level Basic
2020-12-10keyboardlayouts/ukrainian: fix typo in АБВ layoutMykola Dvornik
2020-12-10Updated: If using old settings.xml default them to level Basic to make them ↵Bas Rieter
always show.
2020-12-09CCurlFile: If username and password are given but no authentication method, ↵Kai Sommerfeld
let CURL try to choose an appropriate authentication method (CURLAUTH_ANY)
2020-12-09Merge pull request #18907 from enen92/scrollfixenen92
[GUI][ControlGroupList] Update scroller sizes when list size changes
2020-12-08[GUI][ControlGroupList] Update scroller sizes when list size changesenen92
2020-12-08Merge pull request #18905 from enen92/exifaltenen92
[exif] fix gps altitude values (float)
2020-12-07Fix load of shuffle and repeat media settings to playlistplayer on start-upDaveTBlake
2020-12-07Avoid "Add playlist..." etc. items when in playlists folder on Music ↵DaveTBlake
Playlist Editor screen sources panel
2020-12-07Fix swapping to fullscreen for video in mixed m3u playlistsDaveTBlake
2020-12-07Merge pull request #18908 from enen92/zoomlabelfixenen92
[video] Fix missing sizing information after zooming a video
2020-12-07Merge pull request #18903 from Paxxi/fix_python_init19.0b2-MatrixPär Björklund
Fix a crash during python init
2020-12-06Merge pull request #18906 from yol/wayland-release-buildDave Blake
[depends] fix wayland build in release mode
2020-12-06[video] Fix missing sizing information after zooming a videoenen92
2020-12-06[depends] fix wayland build in release modePhilipp Kerling
configure.ac sets -DNDEBUG=1 for all packages in release mode, which libwayland cannot cope with in newer releases.
2020-12-06[exif] fix gps altitude values (float)enen92
2020-12-06Merge pull request #18904 from DaveTBlake/bump_19beta2Dave Blake
Bump to v19 beta 2
2020-12-06Bump to v19 beta 2DaveTBlake
2020-12-06Merge pull request #18889 from enen92/assptsDave Blake
[subtitles][ASS] Fix wrong screen position for 'fractional pts' muxed…
2020-12-06[subtitles][ASS] Fix wrong screen position for 'fractional pts' muxed ASS subsenen92
2020-12-06Merge pull request #18900 from ronie/python-radiobuttonDave Blake
[python] fix radiobutton