Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-05 | [Agents] Constructors shouldn't have side effects | Garrett Brown | |
2024-02-05 | [Input] Allow input handlers to bypass add-on buttonmaps | Garrett Brown | |
2024-02-05 | Merge pull request #24648 from CrystalP/fix-chooseversion-caption | CrystalP | |
[video] Fix text of the context menu Choose version button | |||
2024-02-04 | [video] Fix text of the context menu Choose version button | CrystalP | |
2024-02-04 | [video] fill GUIListItem properties with streamdetails for the hybrid ↵ | CrystalP | |
movie/folder items | |||
2024-02-04 | game.controller.snes: Update to v1.0.40 | Garrett Brown | |
2024-02-04 | game.controller.keyboard: Update to v1.1.40 | Garrett Brown | |
2024-02-04 | [Keyboard] Add handling for special Num Lock states for XKB common library | Garrett 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-04 | Merge pull request #24591 from CrystalP/rename-asset | CrystalP | |
[video] Modify versions/extras related texts | |||
2024-02-04 | Merge pull request #24598 from CrystalP/samevideo-mediatype | CrystalP | |
[video] Only consider matches of same media type when looking for similar movies | |||
2024-02-04 | [posix] PosixMountProvider excludes +efivarfs +systemd-1 | Peter 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-04 | Allow navigating from artist->songs via AS.xml | the-black-eagle | |
2024-02-04 | [Android] Check if ACTION_HDMI_AUDIO_PLUG works | hugbug | |
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 level | hugbug | |
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 level | thexai | |
2024-02-04 | [VideoDatabase] Do not overwrite Set Overview if no field in NFO. | 78andyp | |
2024-02-03 | [Keyboard] Fix typos in comment | Garrett Brown | |
2024-02-04 | Merge pull request #24597 from fritsch/brokendelay | fuzzard | |
AESinkAudioTrack: Help broken firmwares to make kodi ignore broken delay | |||
2024-02-04 | Merge 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-03 | game.controller.default: Update to v1.0.42 | Garrett Brown | |
2024-02-03 | fix retain cycle in Darwin Gamecontroller | Andrey Filipenkov | |
2024-02-03 | [Android] Exec wake-up routine only after hdmi handshake | hugbug | |
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-03 | Merge pull request #24613 from enen92/gh_docs | Miguel Borges de Freitas | |
[docs] Use gh markdown highlights of warnings, tips and notes | |||
2024-02-03 | Merge pull request #24617 from ksooo/video-fix-playlist-select-actions | Kai Sommerfeld | |
[video] Fix playlist window select and play actions | |||
2024-02-03 | Merge pull request #24620 from garbear/fix-webvtt-warning | Garrett Brown | |
Fix WebVTT compiler warning | |||
2024-02-03 | Merge pull request #24626 from garbear/waylandpp-patch | fuzzard | |
tools/depends: Update waylandpp patch to fix build again with gcc 13 | |||
2024-02-02 | Merge pull request #24619 from CrystalP/extra-noartfallback | CrystalP | |
[video] Remove fallback to movie art for undefined extra art types | |||
2024-02-02 | tools/depends: Update waylandpp patch to fix build again with gcc 13 | Garrett Brown | |
2024-02-02 | Merge pull request #24621 from garbear/webos-remove-cec | Garrett Brown | |
webOS: Remove leftover libcec depend | |||
2024-02-02 | Merge pull request #24604 from garbear/android-joysticks | Garrett Brown | |
Android joystick fixes | |||
2024-02-02 | [GUIEditControl] Use left truncate for edit controls only | CastagnaIT | |
2024-02-02 | [GUIEditControl] Fix constructor | CastagnaIT | |
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-02 | Merge pull request #24609 from jjd-uk/estuary_extras_select | jjd-uk | |
[Estuary] Extras - change layout | |||
2024-02-01 | webos: Remove leftover libcec depend | Garrett Brown | |
Not present after cec was moved to internal depends. | |||
2024-02-01 | Fix WebVTT compiler warning | Garrett 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 types | CrystalP | |
2024-02-01 | [video][strings] Restore movie name in Choose version/extra dialog title | CrystalP | |
2024-02-01 | [strings] Add missing cross references to DialogVideoManager.xml | CrystalP | |
2024-02-01 | [video][Estuary] Change text of the Rename button for Versions Manager | CrystalP | |
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-01 | Merge pull request #24532 from the-black-eagle/fix-filedetails | the-black-eagle | |
[VIDEO] fix tv show episodes not probed for streamdetails when refres… | |||
2024-01-31 | Merge pull request #24600 from quietvoid/select_hdr_fmt_webos | Stephan Sundermann | |
[webOS] Add setting to select allowed HDR dynamic metadata formats | |||
2024-01-31 | [Android][Peripherals] Fix input for joystick events without JOYSTICK source | Garrett Brown | |
2024-01-31 | [Android][Peripherals] Initialize buttonmap with Android mapping, if possible | Garrett Brown | |
2024-01-31 | Use gh markdown highlights of warnings, tips and notes | enen92 | |
2024-01-30 | [Android][Peripherals] Fix input for non-button keycodes | Garrett Brown | |