Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | Merge pull request #18559 from lrusak/wayland-namespace | Lukas Rusak | |
windowing/wayland: fix namespacing for CVaapiProxy | |||
2020-10-13 | windowing/x11: add namespace | wsnipex | |
2020-10-13 | Merge pull request #18563 from a1rwulf/subtitle-notif | Wolfgang Haupt | |
Add subtitle notification when no subtitles are available | |||
2020-10-13 | [interfaces/json-rpc] Allow VideoLibrary.Clean by directory | CastagnaIT | |
2020-10-13 | Add subtitle notification when no subtitles are available | Wolfgang 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 AddonInfoDialog | howie-f | |
2020-10-12 | windowing/gbm: check for DISPLAY and WAYLAND_DISPLAY during init | Lukas Rusak | |
2020-10-12 | windowing/x11: check for DISPLAY during init | Lukas Rusak | |
2020-10-12 | windowing/wayland: check for WAYLAND_DISPLAY during init | Lukas Rusak | |
2020-10-12 | windowing/wayland: fix namespacing for CVaapiProxy | Lukas Rusak | |
2020-10-12 | CRendererDRMPRIMEGLES: only create renderer if dma-buf format is supported | Lukas Rusak | |
2020-10-12 | CEGLImage: add ability to query support for formats and modifiers | Lukas Rusak | |
2020-10-12 | [addons] correct displayed number of available updates in gui | ronie | |
2020-10-12 | [addons] no auto version pinning for ORIGIN_SYSTEM addons | howie-f | |
2020-10-12 | windowing/gbm: move drm components into subfolder | Lukas Rusak | |
2020-10-12 | Merge pull request #18489 from lrusak/gbm-reorg | Lukas Rusak | |
[GBM] rework gbm interface | |||
2020-10-12 | Merge pull request #18493 from lrusak/cmake-fixes | Lukas Rusak | |
[cmake] fixes for when components may not be available | |||
2020-10-12 | Merge pull request #18555 from phunkyfish/pvr-api-docs | phunkyfish | |
[pvr] docs for GetDriveSpace() changed correctly to KB | |||
2020-10-12 | [pvr] docs for GetDriveSpace() changed correctly to KB | phunkyfish | |
2020-10-12 | Merge pull request #18539 from DaveTBlake/NoVideoArt | Dave Blake | |
[videolib]Setting Art level none means no art at all | |||
2020-10-12 | Merge pull request #18548 from DaveTBlake/FixSingleRescrape | Dave Blake | |
[Music]Fix rescrape of single album or artist | |||
2020-10-12 | Merge pull request #16760 from a1rwulf/announcements | Wolfgang Haupt | |
Announcements: Cleanup and remove hardcoded "xbmc" string in a lot of code | |||
2020-10-12 | Merge pull request #18547 from a1rwulf/register-msg-target | Wolfgang Haupt | |
GUIComponent: Remove register of stereoscopic manager | |||
2020-10-11 | Merge pull request #18194 from slattann/integer_scaling | Garrett Brown | |
Integer Scaling support implementation to improve the viewing quality of Pixel Art games | |||
2020-10-11 | Merge pull request #18554 from ksooo/pvr-fix-deadlock | Kai Sommerfeld | |
[PVR] Fixed deadlock on PVR startup (connection state change vs. epg … | |||
2020-10-11 | Merge pull request #18553 from ksooo/pvr-remove-rename-from-ctx-menu | Kai 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-11 | Announcements: Remove unused method and remove one layer of indirection | Wolfgang Haupt | |
2020-10-11 | Cosmetics: ran git-clang-format | Wolfgang Haupt | |
2020-10-11 | Announcements: Get rid of hardcoded "xbmc" in code | Wolfgang 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-11 | Cosmetics: ran git-clang-format | Wolfgang Haupt | |
2020-10-11 | Annoncements: Make interface use std::string | Wolfgang Haupt | |
2020-10-10 | [Estuary] fix scrolling of addon-version label | ronie | |
2020-10-10 | PeripheralCecAdapter: Don't resume playback on tv standby, if "when the TV ↵ | bev-ru | |
is switched off": "Pause Playback" option is selected. | |||
2020-10-10 | Fix rescrape of single album or artist after changing info provider from ↵ | DaveTBlake | |
context menu. | |||
2020-10-10 | GUIComponent: Remove register of stereoscopic manager | Wolfgang 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-09 | Allow default subtitle settings for closed captioning | emveepee | |
Closed captioned CC1-CC4 subtitles need special handling for the "cc" language | |||
2020-10-09 | add PVR.TimeShiftSeekbar infolabel | ronie | |
2020-10-08 | windowing/gbm: add doxygen for CGBMUtils | Lukas Rusak | |
2020-10-08 | windowing/gbm: improve logging in CGBMUtils | Lukas Rusak | |
2020-10-08 | windowing/gbm: improve gbm interface | Lukas Rusak | |
2020-10-08 | windowing/gbm: implement gbm surface buffer queue to allow triple buffering | Lukas Rusak | |
2020-10-08 | Merge pull request #18542 from DaveTBlake/FixTVdb | Kai Sommerfeld | |
[pvr]Fix channelgroups table create statement | |||
2020-10-08 | Merge pull request #18527 from howie-f/v19-addons-part8 | Frank H | |
[addons][gui] behavior changes to DialogAddonInfo buttons | |||
2020-10-08 | [addons] DialogAddonInfo: buttons install / update / uninstall | howie-f | |
2020-10-08 | [addons] DialogAddonInfo: focus settings button | howie-f | |
2020-10-08 | [addons] DialogAddonInfo: allow new install from versions button | howie-f | |
2020-10-08 | [addons] DialogAddonInfo: rename update-button to "versions" | howie-f | |