aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-13Merge pull request #18559 from lrusak/wayland-namespaceLukas Rusak
windowing/wayland: fix namespacing for CVaapiProxy
2020-10-13windowing/x11: add namespacewsnipex
2020-10-13Merge pull request #18563 from a1rwulf/subtitle-notifWolfgang Haupt
Add subtitle notification when no subtitles are available
2020-10-13[interfaces/json-rpc] Allow VideoLibrary.Clean by directoryCastagnaIT
2020-10-13Add subtitle notification when no subtitles are availableWolfgang Haupt
When you press 't' as a user and a movie does not have any subtitles, there is no user feedback and you wonder if it worked or not. This adds a toaster to indicate that no subtitle is available.
2020-10-13[addons] introduce combined update/versions-button for AddonInfoDialoghowie-f
2020-10-12windowing/gbm: check for DISPLAY and WAYLAND_DISPLAY during initLukas Rusak
2020-10-12windowing/x11: check for DISPLAY during initLukas Rusak
2020-10-12windowing/wayland: check for WAYLAND_DISPLAY during initLukas Rusak
2020-10-12windowing/wayland: fix namespacing for CVaapiProxyLukas Rusak
2020-10-12CRendererDRMPRIMEGLES: only create renderer if dma-buf format is supportedLukas Rusak
2020-10-12CEGLImage: add ability to query support for formats and modifiersLukas Rusak
2020-10-12[addons] correct displayed number of available updates in guironie
2020-10-12[addons] no auto version pinning for ORIGIN_SYSTEM addonshowie-f
2020-10-12windowing/gbm: move drm components into subfolderLukas Rusak
2020-10-12Merge pull request #18489 from lrusak/gbm-reorgLukas Rusak
[GBM] rework gbm interface
2020-10-12Merge pull request #18493 from lrusak/cmake-fixesLukas Rusak
[cmake] fixes for when components may not be available
2020-10-12Merge pull request #18555 from phunkyfish/pvr-api-docsphunkyfish
[pvr] docs for GetDriveSpace() changed correctly to KB
2020-10-12[pvr] docs for GetDriveSpace() changed correctly to KBphunkyfish
2020-10-12Merge pull request #18539 from DaveTBlake/NoVideoArtDave Blake
[videolib]Setting Art level none means no art at all
2020-10-12Merge pull request #18548 from DaveTBlake/FixSingleRescrapeDave Blake
[Music]Fix rescrape of single album or artist
2020-10-12Merge pull request #16760 from a1rwulf/announcementsWolfgang Haupt
Announcements: Cleanup and remove hardcoded "xbmc" string in a lot of code
2020-10-12Merge pull request #18547 from a1rwulf/register-msg-targetWolfgang Haupt
GUIComponent: Remove register of stereoscopic manager
2020-10-11Merge pull request #18194 from slattann/integer_scalingGarrett Brown
Integer Scaling support implementation to improve the viewing quality of Pixel Art games
2020-10-11Merge pull request #18554 from ksooo/pvr-fix-deadlockKai Sommerfeld
[PVR] Fixed deadlock on PVR startup (connection state change vs. epg …
2020-10-11Merge pull request #18553 from ksooo/pvr-remove-rename-from-ctx-menuKai Sommerfeld
[PVR] Remove "Rename" from recordings and timers context menu
2020-10-11[PVR] Fixed deadlock on PVR startup (connection state change vs. epg ↵Kai Sommerfeld
container startup).
2020-10-11[PVR] Remove 'Rename' from timer's context menu to safe some space and as it ↵Kai Sommerfeld
is also available in the timers's settings dialog.
2020-10-11[PVR] Remove 'Rename' from recording's context menu to safe some space and ↵Kai Sommerfeld
as it is also available in the recording's settings dialog.
2020-10-11Announcements: Remove unused method and remove one layer of indirectionWolfgang Haupt
2020-10-11Cosmetics: ran git-clang-formatWolfgang Haupt
2020-10-11Announcements: Get rid of hardcoded "xbmc" in codeWolfgang Haupt
Because 90% of the cases hardcode "xbmc" as a sender we now offer a method in the interface that will imply the sender "xbmc". Furthermore we now have a constant string in AnnouncementManager that can be used.
2020-10-11Cosmetics: ran git-clang-formatWolfgang Haupt
2020-10-11Annoncements: Make interface use std::stringWolfgang Haupt
2020-10-10[Estuary] fix scrolling of addon-version labelronie
2020-10-10PeripheralCecAdapter: Don't resume playback on tv standby, if "when the TV ↵bev-ru
is switched off": "Pause Playback" option is selected.
2020-10-10Fix rescrape of single album or artist after changing info provider from ↵DaveTBlake
context menu.
2020-10-10GUIComponent: Remove register of stereoscopic managerWolfgang Haupt
The stereoscopic manager is registered in 2 places. Once in GUICompontent's init and another time in load skin where all other AddMsgTarget calls take place. During startup of the application following sequence happens: * GuiCompontent init * Skin unload * Skin load When we unload the skin all message targets are removed and they are readded in skin load. Hence the registration in GUIComponent is irrelevant.
2020-10-09Allow default subtitle settings for closed captioningemveepee
Closed captioned CC1-CC4 subtitles need special handling for the "cc" language
2020-10-09add PVR.TimeShiftSeekbar infolabelronie
2020-10-08windowing/gbm: add doxygen for CGBMUtilsLukas Rusak
2020-10-08windowing/gbm: improve logging in CGBMUtilsLukas Rusak
2020-10-08windowing/gbm: improve gbm interfaceLukas Rusak
2020-10-08windowing/gbm: implement gbm surface buffer queue to allow triple bufferingLukas Rusak
2020-10-08Merge pull request #18542 from DaveTBlake/FixTVdbKai Sommerfeld
[pvr]Fix channelgroups table create statement
2020-10-08Merge pull request #18527 from howie-f/v19-addons-part8Frank H
[addons][gui] behavior changes to DialogAddonInfo buttons
2020-10-08[addons] DialogAddonInfo: buttons install / update / uninstallhowie-f
2020-10-08[addons] DialogAddonInfo: focus settings buttonhowie-f
2020-10-08[addons] DialogAddonInfo: allow new install from versions buttonhowie-f
2020-10-08[addons] DialogAddonInfo: rename update-button to "versions"howie-f