aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-05[Agents] Constructors shouldn't have side effectsGarrett Brown
2024-02-05[Input] Allow input handlers to bypass add-on buttonmapsGarrett Brown
2024-02-05Merge pull request #24648 from CrystalP/fix-chooseversion-captionCrystalP
[video] Fix text of the context menu Choose version button
2024-02-04[video] Fix text of the context menu Choose version buttonCrystalP
2024-02-04[video] fill GUIListItem properties with streamdetails for the hybrid ↵CrystalP
movie/folder items
2024-02-04game.controller.snes: Update to v1.0.40Garrett Brown
2024-02-04game.controller.keyboard: Update to v1.1.40Garrett Brown
2024-02-04[Keyboard] Add handling for special Num Lock states for XKB common libraryGarrett Brown
This commit introduces enhanced handling for the numeric keypad's extended keys, addressing dual behavior under different Num Lock states. For example, the keypad's period key can emit different keycodes depending on whether Num Lock is enabled or disabled — a behavior observed on Linux systems using the XKB common library: - XBMCK_XKB_KP_DELETE is used when Num Lock is disabled, representing a delete function. - XBMCK_XKB_KP_DECIMAL is used when Num Lock is enabled, allowing for decimal point input. These keys have been added to the keyboard mapping tables and are properly handled in the keyboard translator to ensure consistent application and game behavior across varying Num Lock states, enhancing compatibility and user experience on systems exhibiting this dual-key behavior.
2024-02-04Merge pull request #24591 from CrystalP/rename-assetCrystalP
[video] Modify versions/extras related texts
2024-02-04Merge pull request #24598 from CrystalP/samevideo-mediatypeCrystalP
[video] Only consider matches of same media type when looking for similar movies
2024-02-04[posix] PosixMountProvider excludes +efivarfs +systemd-1Peter Tuschy
On LibreELEC with busybox df System Information -> Storage shows more mounts then a coreutils df. I excluded efivarfs and autofs (systemd-1) mounts.
2024-02-04Allow navigating from artist->songs via AS.xmlthe-black-eagle
2024-02-04[Android] Check if ACTION_HDMI_AUDIO_PLUG workshugbug
The wakeup-routine now relies on ACTION_HDMI_AUDIO_PLUG only when this intent is really supported by device.
2024-02-04[Android] Lowered logging levelhugbug
Another similar log lines already exist: "Got device sleep intent" and "Got device wakeup intent", keep in debug only. Co-Authored-By: thexai <58434170+thexai@users.noreply.github.com>
2024-02-04[FileCache] Implements adaptative read factor based on cache levelthexai
2024-02-04[VideoDatabase] Do not overwrite Set Overview if no field in NFO.78andyp
2024-02-03[Keyboard] Fix typos in commentGarrett Brown
2024-02-04Merge pull request #24597 from fritsch/brokendelayfuzzard
AESinkAudioTrack: Help broken firmwares to make kodi ignore broken delay
2024-02-04Merge pull request #24634 from ↵fuzzard
kambala-decapitator/darwin-gamecontroller-fix-leak [darwin] fix retain cycle in Gamecontroller
2024-02-03[favourites][listproviders] Fix select action not to show the choose video ↵ksooo
version dialog for movies with multiple versions but to directly play the version.
2024-02-03game.controller.default: Update to v1.0.42Garrett Brown
2024-02-03fix retain cycle in Darwin GamecontrollerAndrey Filipenkov
2024-02-03[Android] Exec wake-up routine only after hdmi handshakehugbug
When device wakes up after sleep the wake-up jobs are executed. They include reinitialisation of audio engine. To avoid errors in audio engine we wait for hdmi handshake to complete before executing wake-up jobs.
2024-02-03Merge pull request #24613 from enen92/gh_docsMiguel Borges de Freitas
[docs] Use gh markdown highlights of warnings, tips and notes
2024-02-03Merge pull request #24617 from ksooo/video-fix-playlist-select-actionsKai Sommerfeld
[video] Fix playlist window select and play actions
2024-02-03Merge pull request #24620 from garbear/fix-webvtt-warningGarrett Brown
Fix WebVTT compiler warning
2024-02-03Merge pull request #24626 from garbear/waylandpp-patchfuzzard
tools/depends: Update waylandpp patch to fix build again with gcc 13
2024-02-02Merge pull request #24619 from CrystalP/extra-noartfallbackCrystalP
[video] Remove fallback to movie art for undefined extra art types
2024-02-02tools/depends: Update waylandpp patch to fix build again with gcc 13Garrett Brown
2024-02-02Merge pull request #24621 from garbear/webos-remove-cecGarrett Brown
webOS: Remove leftover libcec depend
2024-02-02Merge pull request #24604 from garbear/android-joysticksGarrett Brown
Android joystick fixes
2024-02-02[GUIEditControl] Use left truncate for edit controls onlyCastagnaIT
2024-02-02[GUIEditControl] Fix constructorCastagnaIT
In the CGUIDialogSettingsBase (GUIDialogSettingsBase.cpp) when construct the setting control type "edit" the new object constructed by using new CGUIEditControl(*CGUIEditControl) was not calling the relative CGUIEditControl constructor method and so the CGUIEditControl::DefaultConstructor method was not called, so this add the appropriate constructor
2024-02-02Merge pull request #24609 from jjd-uk/estuary_extras_selectjjd-uk
[Estuary] Extras - change layout
2024-02-01webos: Remove leftover libcec dependGarrett Brown
Not present after cec was moved to internal depends.
2024-02-01Fix WebVTT compiler warningGarrett Brown
Warning was: warning: ‘char* __builtin_strchr(const char*, int)’ argument missing terminating nul [-Wstringop-overread] 241 | return __builtin_strchr (__s, __c); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~
2024-02-01[video] Remove art fallback to movie art for missing extra art typesCrystalP
2024-02-01[video][strings] Restore movie name in Choose version/extra dialog titleCrystalP
2024-02-01[strings] Add missing cross references to DialogVideoManager.xmlCrystalP
2024-02-01[video][Estuary] Change text of the Rename button for Versions ManagerCrystalP
2024-02-01[video] Fix playlist window playback for video versions added from video ↵ksooo
versions folder view. Those items have no videodb URL and thus must not be patched on window refresh.
2024-02-01[video] Fix playlist window play action handling to always play the selected ↵ksooo
item, taking default play action setting into account.
2024-02-01[video] Fix playlist window select action handling to ignore default select ↵ksooo
action setting and multiple video versions and always play the selected item, taking default play action setting into account.
2024-02-01[Estuary] Fix player controls dialog (#24606)Hitcher
* Fix player controls * Fix typo
2024-02-01Merge pull request #24532 from the-black-eagle/fix-filedetailsthe-black-eagle
[VIDEO] fix tv show episodes not probed for streamdetails when refres…
2024-01-31Merge pull request #24600 from quietvoid/select_hdr_fmt_webosStephan Sundermann
[webOS] Add setting to select allowed HDR dynamic metadata formats
2024-01-31[Android][Peripherals] Fix input for joystick events without JOYSTICK sourceGarrett Brown
2024-01-31[Android][Peripherals] Initialize buttonmap with Android mapping, if possibleGarrett Brown
2024-01-31Use gh markdown highlights of warnings, tips and notesenen92
2024-01-30[Android][Peripherals] Fix input for non-button keycodesGarrett Brown