aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-13Check the system capabilities to support sleep states S1/S2/S3/S4 before ↵Michael Brehm
reporing them as available
2019-01-13Game add-ons: Skip profile directory if emptyGarrett Brown
2019-01-14Add missing POP to return to the calling directory after errorKostas Andrianos
2019-01-13Merge pull request #15236 from Memphiz/osx_multi_same_monitorsMartijn Kaijser
[osx] fix multi monitor when monitors have same name
2019-01-12Merge pull request #15234 from fritsch/ffmpeg-bump-leia-rc518.0rc5.2-LeiaMartijn Kaijser
FFmpeg: Bump to 4.0.3-Leia-RC5
2019-01-12Merge pull request #15238 from fritsch/eglswapMartijn Kaijser
GLContextEGL: Remove logging
2019-01-12GLContextEGL: Remove loggingfritsch
2019-01-12Merge pull request #15237 from MartijnKaijser/v18.0_rc5.2Martijn Kaijser
bump v18.0 RC5 to rev. 2
2019-01-12bump v18.0 RC5 to rev. 2Martijn Kaijser
We need a bump to be able to update Play Store
2019-01-12Merge pull request #15235 from pkerling/mysql55-fixPeter Frühberger
[database] Move join subquery into separate view for ancient MySQL
2019-01-12Merge pull request #15224 from fritsch/libfmtMartijn Kaijser
DisplaySettings: Change %.02f to %.2f to workaround a crash in libfmt53
2019-01-12Merge pull request #15231 from garbear/fix-typoMartijn Kaijser
[docs] Fix typo
2019-01-12Merge pull request #15222 from DaVukovic/rip-cd-coreKai Sommerfeld
Improve detection of audio CDs using an infobool
2019-01-12[osx/WinSystem] - always log all found monitors and resolutions for debug ↵Memphiz
purposes
2019-01-12[osx/WinSystem] - ensure that monitor names are unique by appending displayidMemphiz
2019-01-12[database] Move join subquery into separate view for ancient MySQLPhilipp Kerling
So it seems MySQL < 5.7 cannot perform subqueries in SQL FROM. As a workaround, put the subquery into a separate view.
2019-01-12Fix whitespacePhilipp Kerling
2019-01-11FFmpeg: Bump to 4.0.3-Leia-RC5fritsch
2019-01-11Improve detection of audio CDs using an infoboolDaVukovic
2019-01-11Merge pull request #15228 from pkerling/videoinfoscanner-redact18.0rc5-LeiaMartijn Kaijser
VideoInfoScanner: Correctly redact URLs
2019-01-11Merge pull request #15200 from wildcat2020/feature_myvideos113Martijn Kaijser
[database] Set tvshow_view return maximum path
2019-01-10Fix typoGarrett Brown
2019-01-10Merge pull request #15225 from fritsch/trans3Markus Pfau
Transparency Games for Android
2019-01-10ButtonMapping: Change format identifierfritsch
2019-01-10StringUtils: Change format identifierfritsch
2019-01-10VideoInfoScanner: Correctly redact URLsPhilipp Kerling
CURL::GetRedacted does not work on decoded URLs since e.g. the password part may include an encoded @ (%40) that in decoded form will confuse the redaction and expose part of the password. Also, there is no particularly strong reason to decode URLs for log messages here. When matching the regular expressions, however, the URL must be decoded, but the username/password details are not important, so redact them before matching. Otherwise, they might get exposed during further logging done on the decoded URLs.
2019-01-09Set Decor-View: Transparent - ported from MRMCfritsch
2019-01-09Android: Transparency gamesfritsch
2019-01-09DisplaySettings: Change %.02f to %.2f to workaround a crash in libfmt 5.3fritsch
2019-01-09Merge pull request #15213 from dimitry-ishenko/resume-fixpkerling
Prevent crash when trying to resume audiobook with no chapters
2019-01-08Misc fixes to prevent crashes when playing audio booksDimitry Ishenko
2019-01-08Merge pull request #15191 from DaveTBlake/DiscoNolibNoInfoDave Blake
Fix Artist Info dialog click on discography
2019-01-07Merge pull request #15204 from Memphiz/scriptobs_raceMartijn Kaijser
[PluginDirectory] - ensure that Abort of ScriptObserver waits for thread exit - fix crash&burn
2019-01-07[database] Correct tvshow_view after PR #15185 merge to make sure it only ↵wildcat2020
returns one row per tvshow with correct strPath and idParentPath. Added subquery in FROM clause in place of tvshowlinkpath table to return only the maximum strPath.
2019-01-06[lang][skin.estuary] updated language files from TransifexAttila Jakosa
2019-01-06Merge pull request #15209 from enen92/typosenen92
[docs] Minor fixes
2019-01-06[docs] Fix layout of xbmcplugin.setContentenen92
2019-01-06[Issue templates] Raspberry PI typoenen92
2019-01-06Merge pull request #15207 from engelmarkus/patch-1Kai Sommerfeld
Correct order of colors in the bottom line
2019-01-06Merge pull request #15205 from ksooo/pvr-fix-guiinfo-timeshift-timesKai Sommerfeld
[PVR] guiinfo times: reset timeshift offset and timeshift play time after channel change. fixes #15175
2019-01-06Correct order of colors in the bottom lineMarkus Engel
2019-01-06[PVR] guiinfo times: reset timeshift offset and timeshift play time after ↵Kai Sommerfeld
channel change.
2019-01-05Merge pull request #15199 from Memphiz/osx_lostfocus_norender_fixMartijn Kaijser
[osx/WinEventsSDL] - don't disable gui rendering when losing focus
2019-01-05[osx/WinEventsSDL] - don't disable gui rendering when losing focus - fixes ↵Memphiz
regression inroduced in #15105
2019-01-04[PluginDirectory] - ensure that Abort of ScriptObserver waits for thread ↵Memphiz
exit to prevent bad access of already destroyed event object
2019-01-04Merge pull request #15185 from wildcat2020/feature_myvideos113Martijn Kaijser
[database] Make season_view and tvshow_view SQL ANSI92-compliant
2019-01-04[curl] enable HTTP2 supportwsnipex
2019-01-04[database] Make season_view and tvshow_view SQL ANSI92-compliantwildcat2020
removed group by clause from tvshow_view and added full group by clause to season_view as well as expanded select all from base table seasons to select every individual column in season_view: fixes #15172
2019-01-04[depends] add http2 support to curl via nghttp2wsnipex
2019-01-03Merge pull request #15193 from pkerling/wayland-frame-cbpkerling
[wayland] Request new frame cb only when previous one was signaled