Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-14 | migrate from altool to notarytool | Andrey Filipenkov | |
(cherry picked from commit 56ac4dfd74127f7d998e66ffaf572b25459f0f8c) | |||
2023-11-12 | Merge pull request #24093 from HitcherUK/backport_fix_weather | Miguel Borges de Freitas | |
Backport #24090 | |||
2023-11-12 | Backport #24090 | Hitcher | |
2023-11-05 | Merge pull request #24054 from HitcherUK/backport-fix-categories | Hitcher | |
[Estuary] Backport Estuary fixes | |||
2023-11-04 | Backport #24024 | Hitcher | |
2023-11-04 | Backport #24041 | Hitcher | |
2023-11-04 | Merge pull request #24062 from phunkyfish/pvr-recordings-fix-colon | Kai Sommerfeld | |
[PVR] Fix recordings with a path containing a ':' not displayed in re… | |||
2023-11-04 | [PVR] Fix recordings with a path containing a ':' not displayed in ↵ | ksooo | |
recordings window. | |||
2023-11-03 | [Estuary] Backport fix categories | Hitcher | |
2023-10-01 | Merge pull request #23845 from ksooo/mediawindow-fix-canelupdateitems-nexus | Kai Sommerfeld | |
[Nexus][windows] Fix CGUIMediaWindow::WaitGetDirectoryItems to leave 'wait f… | |||
2023-09-30 | [windows] Fix CGUIMediaWindow::WaitGetDirectoryItems to leave 'wait for ↵ | ksooo | |
update job finished loop' also if the update was canceled via CGUIMediaWindow::CancelUpdateItems. | |||
2023-09-23 | Merge pull request #23801 from fritsch/reopenbackport | Peter Frühberger | |
AESinkAndroid: Watchdog HeadPosition movement | |||
2023-09-23 | AESinkAndroid: Watchdog HeadPosition movement | fritsch | |
If the HeadPosition stops moving for too long an implicit error has happend under the hood. Take action based on the measurements and report error when the buffer stops moving for too long. Use-Case: Latest AMLogic BSP seems to have a bug, when opening IEC format it would under the hood reopen but not properly communicate that to outside world. Audio is heavily out of sync. v1: Initial v2: Relax AE's polling a bit by waiting 200 ms before indicating error | |||
2023-09-16 | Merge pull request #23768 from thexai/fix-refresh-rate-Nexus | thexai | |
[Windows] Fix 24Hz refresh rate when HDR is ON on AMD systems | |||
2023-09-15 | [Windows] Fix 24Hz refresh rate when HDR is ON on AMD systems | thexai | |
2023-09-05 | Merge pull request #23701 from thexai/fix-WASAPI-enumeration-Nexus | thexai | |
[Windows] fix WASAPI devices enumeration: "WASAPI:default" is repeated multiple times | |||
2023-09-01 | Merge pull request #23686 from kambala-decapitator/macos-capslock-crash | Miguel Borges de Freitas | |
[macOS] fix crash on pressing Caps Lock on an ARM Mac | |||
2023-08-31 | [Windows] fix WASAPI devices enumeration: "WASAPI:default" is repeated ↵ | thexai | |
multiple times | |||
2023-08-29 | Merge pull request #23685 from smp79/vp9-fix-nexus | Peter Frühberger | |
[Backport] VideoPlayer: VAAPI - fix VP9 Profile 2 playback | |||
2023-08-28 | VideoPlayer: VAAPI - fix VP9 Profile 2 playback | smp79 | |
2023-08-28 | call -eventWithCGEvent: on the main queue | Andrey Filipenkov | |
fixes crash on pressing Caps Lock on an ARM Mac | |||
2023-08-27 | Merge pull request #23670 from ksooo/video-subtitle-selection-nexus | Kai Sommerfeld | |
[Nexus][PVR] Fix TV channel subtitles not displayed on playback start, … | |||
2023-08-27 | [PVR] Fix TV channel subtitles not displayed on playback start, although ↵ | ksooo | |
activated in subtitle settings. | |||
2023-08-26 | Merge pull request #23668 from ksooo/video-fix-watched-state-on-refresh-nexus | Kai Sommerfeld | |
[Nexus][video] Fix watched state / last played not preserved on internet update… | |||
2023-08-26 | [video] Fix watched state / last played not preserved on internet update of ↵ | ksooo | |
movies / TV show episodes. | |||
2023-08-22 | Merge pull request #23589 from bkuhls/backportPR23508 | fuzzard | |
PythonBindings: TypeInfo: add initialization of tp_watched for PyTypeObject | |||
2023-08-20 | Merge pull request #23638 from neo1973/issue_22448_Nexus | Markus Härer | |
[backport] Fix infinite loops in CPluginFile | |||
2023-08-20 | Merge pull request #23571 from bkuhls/backportPR23453 | Markus Härer | |
Fix building with fmt >= 10 | |||
2023-08-19 | Fix infinite loops in CPluginFile. Fixes #22448 | Frank Riley | |
Signed-off-by: Frank Riley <fhriley@gmail.com> (cherry picked from commit 0754408ff2eb3bd52c353cf31dd1d0862f7ed4e9) | |||
2023-08-08 | Merge pull request #23598 from ksooo/video-fix-default-select-action | Kai Sommerfeld | |
[Nexus][video] Fix default select action | |||
2023-08-08 | [video] Fix movie and episode database data availability check to use item's ↵ | ksooo | |
dyn path. | |||
2023-08-08 | [video] Do not fallback to play the item (which is the default onclick ↵ | ksooo | |
implementation) in case video info could not be displayed. | |||
2023-08-07 | Merge pull request #23563 from howie-f/v20-dvdnomount | Miguel Borges de Freitas | |
[bp][discs] Fix playback of optical dvds without mount support | |||
2023-08-06 | Merge pull request #23591 from garbear/backport-mouse-update | Garrett Brown | |
[Backport] Update mouse controller profile to fix misspelling | |||
2023-08-06 | game.controller.mouse: Update to v1.0.23 | Garrett Brown | |
2023-08-06 | game.controller.keyboard: Update to v1.1.30 | Garrett Brown | |
2023-08-06 | PythonBindings: TypeInfo: add initialization of tp_watched for PyTypeObject | Lukas Rusak | |
This member was added in upstream commit https://github.com/python/cpython/commit/82ccbf69a842db25d8117f1c41b47aa5b4ed96ab This change first appeared in Python v3.12.0a1 Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-08-06 | swig.cpp: add clang-format formatting | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-08-05 | Merge pull request #23479 from CrystalP/bp-fix-119Hz | CrystalP | |
[BP][Windows] Fix: show 119.88Hz and future higher fractional refresh rates correctly | |||
2023-07-30 | CLog: add formatter for std::atomic for explicit atomic conversion when ↵ | Lukas Rusak | |
using libfmt>=10 Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-07-30 | CLog: allow using fmt::enums::format_as for explicit enum conversion when ↵ | Lukas Rusak | |
using libfmt>=10 Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-07-30 | CGUIColorButtonControl: use explicit cast to UTILS::COLOR::Color when formatting | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-07-30 | CGUIWindowHome: use AnnouncementFlagToString when logging | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-07-28 | [discs] Fix playback of optical dvds without mount support | enen92 | |
Co-authored-by: Don Mahurin <@> | |||
2023-07-24 | Merge pull request #23543 from CrystalP/backport-fix-refresh-rate | thexai | |
[Windows] BP Fix refresh rate switching for Intel and nVidia when changing colorspace | |||
2023-07-24 | [Windows] Fix refresh rate switching for Intel and nVidia when changing ↵ | CrystalP | |
color space backport of PR#23522 | |||
2023-07-20 | Merge pull request #23519 from garbear/backport-fix-port-dialog-segfault | Garrett Brown | |
[Backport] Port Dialog: Fix segfault when choosing a controller, and minor improvements | |||
2023-07-16 | Port Dialog: Save XML async | Garrett Brown | |
2023-07-16 | Port Dialog: More visible multitaps | Garrett Brown | |
2023-07-16 | Port Dialog: Remove unnecessary namespace usage | Garrett Brown | |