aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-08[addons] sort order 1. offical/2. private for version select dialoghowie-f
2020-10-08[addons] refactor: change bool parameter to enum: IsFromOfficialRepo()howie-f
changes order of CAddonManager::IsAddonInstalled() functions
2020-10-08Merge pull request #18538 from howie-f/v19-fix-db-syncFrank H
[addons] fix: insert addon into db after installation
2020-10-08Fix channelgroups table create statementDaveTBlake
2020-10-08Handle artist fanart same as other art.DaveTBlake
Deprecate <fanart> in advancedsettings.xml, optional fanart image filenames (was only used by music) Bump music db to store URLs for all remote art types URLs in single field in artist table. Support old scraper and NFO input of fanart
2020-10-08[addons] fix: insert addon into db after installationhowie-f
2020-10-07[Estuary] add seek slider to the new seekbarronie
2020-10-07Merge pull request #18523 from howie-f/v19-fix-pin-iconFrank H
[addons] fix: update-icon in addon browser
2020-10-07Merge pull request #18530 from AlwinEsch/change-addonsAlwin Esch
[addons][tools][build] don't use _WINSOCKAPI_ and fix addon thread stop call
2020-10-07[tools/depends] Bump ldid to 2.1.2-b462a92Sylvain CECCHETTO
This version add support to iOS 14 devices. See https://github.com/sbingner/ldid/pull/2
2020-10-07Merge pull request #18524 from AlwinEsch/fix-warningsAlwin Esch
[addons][tools] fix compile warnings within new helper headers
2020-10-07[addons][tools] increase tool version to 1.0.4Alwin Esch
Min version stays at 1.0.0. Also becomes missing header file names added to versions.h to have for version check.
2020-10-07Merge pull request #18525 from fuzzard/py36_fixupfuzzard
[PythonInvoker] Re-add support for Python 3.5-3.6
2020-10-07[GameFrame] Setting Game frame to Window sizeSameer Lattannavar
When user selects 'Nearest neighbour' under Video filter + 'Original size' under Stretch mode from Game settings window and 'Display hardware scaling fitler' under Home->Settings->System->Display then dont let Retroplayer scale it using GL instead pass the frame size to Kodi so that Display Engine can take right scaling (Integer) and filter (NN) supported by hardware. Date: Wed Sep 02 2020 Addressing review comments on: 1) code optimization within 'CRPBaseRenderer::ManageRenderArea' function. 2) Removing the extra video filter type 'DISPLAY' instead we can use 'NEAREST' filter in Display hardware. Date: Tue Sep 08 2020 Addressed the review commens on : 1) Avoiding setting Kodi's window size to game frame size 60 times per second 2) optimized the usage of header files 3) Clang-formatting Date: Sun Oct 04 2020 Aligned code to make use of 'CWinSystemGbm::UpdateDisplayHardwareScaling' to 'SetFullScreen' to pass Gameframe to DRM. Date: Mon Oct 05 2020 Removed the setting fulscreen when game exited to avoid incorrect behavior in windowed mode on Windows. Signed-off-by: Sameer Lattannavar <sameer.lattannavar@intel.com> Signed-off-by: Garrett Brown <themagnificentmrb@gmail.com>
2020-10-07[DRMAtomic] add scaling_filter property support at plane levelSameer Lattannavar
As part of https://software.intel.com/en-us/articles/integer-scaling-support-on-intel-graphics this work, enabling integer scaling for better Pixel Art games at plane level. This commit has 4 parts in it: 1) adding SCALING_FILTER property support at plane level only when user toggles Setting "Display hardware scaling filter" at Settings->System->Display 2) calculating scaling factor based on source & destination resolutions with maintaing the aspect ratio. 3) reading DRM property for right Scaling Filter eg: "Nearest Neighbor" 4) retaining default behavior when user does not toggle the setting Ref:Kernel changes are floated at https://patchwork.freedesktop.org/series/73883/#rev7 Date: Wed Sep 02 2020 Addressing review comments on: 1) Code readability 2) Variable Assignment & usage 3) Checking for 'nullptr' for Settings when read Date: Tue Sep 08 2020 Addressed further review comments on formatting. Date: Sun Oct 04 2020 Exposing 'CWinSystemGbm::SetDisplayHardwareScaling' to Kodi core. Usage of this function is to pass windowSystem resolution to DRM. Signed-off-by: Sameer Lattannavar <sameer.lattannavar@intel.com> Signed-off-by: Garrett Brown <themagnificentmrb@gmail.com>
2020-10-07[Settings] adding Display hardware scaling filter option into setting menuSameer Lattannavar
Adding Display hardware scaling filter toggle into Settings->system->Display as 'Display hardware scaling filter'. This patch has 2 parts: 1) Adding new setting "videoscreen.hwscalingfilter" into gbm.xml 2) Adding all the required descriptions for the filter in settings Date: Wed Sep 02 2020 Addressing review comments on Setting descriptions. Date: Tue Sep 08 2020 Resolved conflicts. Date: Mon Oct 05 2020 Resolved conflicts. Signed-off-by: Sameer Lattannavar <sameer.lattannavar@intel.com> Signed-off-by: Garrett Brown <themagnificentmrb@gmail.com>
2020-10-07Merge pull request #18472 from fuzzard/warnings_fixupfuzzard
assorted cppcheck warning fixups
2020-10-06Added correct NEON detection for aarch64 compilerszambottp
2020-10-06Merge pull request #18520 from phunkyfish/remember-pvr-groupphunkyfish
[pvr] remember last opened TV/Radio group across restarts
2020-10-06Merge pull request #18517 from enen92/invisibleenen92
[python][xbmcgui] Permit visibility definitions before creating controls
2020-10-06[addons][tools] fix stop freeze if used thread was not startedAlwin Esch
Before was during call of Stop() at CThread checked that thread is in start to wait until it is done. But it has also called the wait if them not started and wait forever as it not becomes signaled.
2020-10-06[build][windows] remove -D_WINSOCKAPI_ as can in conflictAlwin Esch
This brings problems by e.g. https://think-async.com/Asio/ as this need to define byself.
2020-10-06Merge pull request #18526 from DaVukovic/estuary-textsronie
[Estuary] Add missing text for settings area
2020-10-06[Estuary] Add missing text for settings areaDaVukovic
2020-10-06[addons] fix: update-icon in addon browserhowie-f
2020-10-06Merge pull request #18479 from DaVukovic/musivideoartronie
[Estuary] Optional poster for musicvideos
2020-10-06[PythonInvoker] Re-add support for Python 3.5-3.6fuzzard
2020-10-06Merge pull request #18302 from a1rwulf/fix-json-buttonevent-2a1rwulf
Fix JSON ButtonEvent
2020-10-06[guilib/guitexture] fix warning - func arg order differentfuzzard
Function 'Render' argument order different: declaration 'left, top, bottom, right, u1, v1, u2, v2, u3, v3' definition 'left, top, right, bottom, u1, v1, u2, v2, u3, v3'
2020-10-06[guilib/guiincludes] fix warning - func arg order differentfuzzard
Function 'InsertNested' argument order different: declaration 'controls, node, include' definition 'controls, include, node'
2020-10-06[utils/URIUtils] fix warning - Function arg order differentfuzzard
fixes warning "Function 'GetCommonPath' argument order different: declaration 'strPath, strPath2' definition 'strParent, strPath'"
2020-10-06[platform/osx] Fix warning - variable scopefuzzard
2020-10-06[platform/osx] Fix warning - pass by const reffuzzard
2020-10-06[platform/osx] fix warning - variable scopefuzzard
The scope of the variable 'real_path' can be reduced.
2020-10-06[platform/tvos] Fix warningfuzzard
2020-10-06[osx/storageprovider] Fix cpp check variable scopefuzzard
Fix cppcheck warning "The scope of the variable 'line' can be reduced."
2020-10-06[platform/osx] fix Shadow variable warning.fuzzard
Fix cppcheck warning Warning: Local variable 'share' shadows outer variable. Shadow variable
2020-10-06Merge pull request #18395 from graysky2/fix-fmtfuzzard
build: fix fmt dependency
2020-10-06Merge pull request #18467 from fuzzard/samba411fuzzard
[tools/depends] bump samba-gplv3 4.11.13
2020-10-06Merge pull request #18357 from fuzzard/python_cleanupfuzzard
[PythonInvoker] Remove deprecated python c api calls, clang-format
2020-10-05RetroPlayer: Refactor RenderManager for render buffer accessGarrett Brown
2020-10-05[addons][tools] fix compile warnings within new helper headersAlwin Esch
There was some errors in Windows build where then come on every part where use a addon dev header. This fix them to have it more clean on compile.
2020-10-05[Estuary] Optional poster for musicvideosDavid Vukovic
2020-10-05Ensure art level none is applied to actors thumbs and thumbnails extracted ↵DaveTBlake
from video files, and when item refreshed from info dialog. Move settings for both under Artwork section and make dependent.
2020-10-05Input: Add ability to "detect" longpress for XBMC_BUTTON eventsWolfgang Haupt
2020-10-05Merge pull request #18522 from DaveTBlake/bump_19a219.0a2-MatrixDave Blake
Bump to v19 alpha 2
2020-10-05Merge pull request #18460 from olympia/SearchInOriginaltitleDave Blake
Check original title during movie search
2020-10-05Merge pull request #18518 from phunkyfish/addons-endtimephunkyfish
[addons] add CEndTime class to addon tools cpp
2020-10-05Merge pull request #18362 from basilgello/simplify-texturepackerphunkyfish
Simplify TexturePacker
2020-10-05Bump to v19 alpha 2DaveTBlake