aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-26Merge pull request #14940 from Kwiboo/drmprime-unmapMartijn Kaijser
VideoLayerBridgeDRMPRIME: unmap previous buffer when current buffer is reused
2018-11-26Merge pull request #14935 from Rechi/fix/addonImageMartijn Kaijser
[estuary] add default addon image fallback in addon browser
2018-11-25 Games: Assign joysticks in order of last activationGarrett Brown
This fixes the problem of virtual controllers presented by the OS consuming player spots when player numbers are chosen.
2018-11-25[skin.estuary] fix visualization visibilityronie
2018-11-25VideoLayerBridgeDRMPRIME: unmap previous buffer when current buffer is reusedJonas Karlman
2018-11-25[estuary] add default addon image fallback in addon browserRechi
2018-11-25Merge pull request #14929 from ksooo/guiinfo-listitem-nextdurationKai Sommerfeld
[guiinfo] Fix support for ListItem.NextDuration
2018-11-25Merge pull request #14912 from tadly/play_nextMartijn Kaijser
added: play next context menu and action
2018-11-25[addons] show other string during install after downloadAlwin Esch
2018-11-25added: play next context menu and actionArne Morten Kvarving
2018-11-24[skin] Bump GUI ABI to 5.14.0Martijn Kaijser
2018-11-24Merge pull request #14927 from ksooo/pvr-guiinfo-fix-timerinfotoggleKai Sommerfeld
[PVR] Fix CPVRGUITimerInfo::TimerInfoToggle().
2018-11-24Merge pull request #14904 from arthur-liberman/estuary-fontsMartijn Kaijser
[skin.estuary] Add Hebrew and Armenian typefaces to the fonts
2018-11-24Merge pull request #14930 from Rechi/fix/addonLoggingRechi
[fix] check add-on version for nullptr before constructing a std::string
2018-11-24[fix] check add-on version for nullptr before constructing a std::stringRechi
2018-11-24[guiinfo] Move PVR.EpgEventIcon to the right mapping table (it is not a ↵Kai Sommerfeld
label that takes time format as paramter, thus it belongs not in the pvr_times table.
2018-11-24[guiinfo] Introduce ListItem.NextDuration (in fact implementation was there ↵Kai Sommerfeld
before but not usable by skinners as the respective entry in gui label mapping table was missing).
2018-11-23[PVR] Fix CPVRGUITimerInfo::TimerInfoToggle().Kai Sommerfeld
2018-11-23[addons] fix addon install process percent indicationAlwin Esch
Previously, calling CAddonInstaller :: OnJobProgress always assumed it was 100% Total, but this is not really what it is like, as in the example in Example 0-4. With this commit the total value is calculated to 100%.
2018-11-23Merge pull request #14923 from ksooo/estuary-fix-eventlogentry-heightronie
[Estuary] Adjust eventlog entry height so that it can display two full lines of text.
2018-11-23Merge pull request #14921 from FernetMenta/stateRainer Hochecker
VideoPlayer: fix state of a/v players after switching refresh rate
2018-11-23[Estuary] Adjust eventlog entry height so that it can display two full lines ↵Kai Sommerfeld
of text.
2018-11-22[lang][skin.estouchy] updated language files from TransifexAttila Jakosa
2018-11-22[lang][skin.estuary] updated language files from TransifexAttila Jakosa
2018-11-22[lang][kodi.core] automatic syntax corrections for the en_GB language fileAttila Jakosa
2018-11-22VideoPlayer: fix state of a/v players after switching refresh rateRainer Hochecker
2018-11-21Merge pull request #14787 from MartijnKaijser/v18.0rc2Martijn Kaijser
bump to v18.0 RC2
2018-11-21Merge pull request #14910 from enen92/info-bool-doxy18.0rc1-Leiajenkins4kodi
2018-11-21[Docs] Improve the documentation for boolean conditions and infolabels.enen92
Make more use of doxygen special commands. Add revision history back to gotham
2018-11-20Merge pull request #14772 from lrusak/opengl-debuggingMartijn Kaijser
OpenGL(ES) debugging improvements
2018-11-19[skin.estuary] Add Hebrew and Armenian typefaces to the fontsArthur Liberman
2018-11-19Merge pull request #14831 from lrusak/vaapi-callbackMartijn Kaijser
VAAPI: add error and info callbacks
2018-11-19Merge pull request #14906 from DaveTBlake/SourceUpdateDave Blake
[music]Fix album source constraint violations during library update
2018-11-19Merge pull request #14909 from DaVukovic/Estuary-fixesronie
[Estuary] Movie listing and overview fixes for sets
2018-11-19[Estuary] Movie listing and overview fixes for setsDaVukovic
2018-11-19Merge pull request #14895 from AlwinEsch/remove-partAlwin Esch
[addons] remove never set value on CAddonInfo
2018-11-19Delete album sources when updating album so correctly replaced during ↵DaveTBlake
library update
2018-11-19Merge pull request #14902 from KOPRajs/game-dialog-sortingMartijn Kaijser
[games] Show installed game clients first
2018-11-19Merge pull request #14900 from FernetMenta/X11Rainer Hochecker
X11 - fix segfauls
2018-11-18Merge pull request #14903 from DaVukovic/Estuary-ripaudiocdMartijn Kaijser
[Estuary] Rip audio-cd from 'Disc' home menu entry
2018-11-18Merge pull request #14901 from pkerling/fix-windowing-shutdownMartijn Kaijser
Actually destroy window system on application shutdown
2018-11-18[Estuary] Rip audio-cd from 'Disc' home menu entryDaVukovic
2018-11-18Merge pull request #14897 from Rechi/addonsMartijn Kaijser
[addons] sync with repo
2018-11-18Merge pull request #14896 from MartijnKaijser/gui_5.14.0Martijn Kaijser
[skinning] Bump GUI API after many changes since last bump
2018-11-18Merge pull request #14898 from MartijnKaijser/tmdb_tv_scraperMartijn Kaijser
[addons] Switch from TVDB to TMDB as default TV show scraper
2018-11-18[games] Show installed game clients firstKOPRajs
2018-11-18[addons] Switch from TVDB to TMDB as default TV show scraperMartijn Kaijser
- added TMDB scraper - adjusted addon manifest - adjusted default scraper in settings.xml
2018-11-18Actually destroy window system on application shutdownPhilipp Kerling
Destruction of window system should not be left up to global destrcution in unknown order. Windowing owns LIRC (due to some reason) thread which otherwise might try to write log messages when logging has already been shut down.
2018-11-18X11: only use pixel buffers for EGL is env variable setxbmc
2018-11-18X11: fix segfault is GUI fails to createxbmc