aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-14migrate from altool to notarytoolAndrey Filipenkov
(cherry picked from commit 56ac4dfd74127f7d998e66ffaf572b25459f0f8c)
2023-11-12Merge pull request #24093 from HitcherUK/backport_fix_weatherMiguel Borges de Freitas
Backport #24090
2023-11-12Backport #24090Hitcher
2023-11-05Merge pull request #24054 from HitcherUK/backport-fix-categoriesHitcher
[Estuary] Backport Estuary fixes
2023-11-04Backport #24024Hitcher
2023-11-04Backport #24041Hitcher
2023-11-04Merge pull request #24062 from phunkyfish/pvr-recordings-fix-colonKai 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 categoriesHitcher
2023-10-01Merge pull request #23845 from ksooo/mediawindow-fix-canelupdateitems-nexusKai 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-23Merge pull request #23801 from fritsch/reopenbackportPeter Frühberger
AESinkAndroid: Watchdog HeadPosition movement
2023-09-23AESinkAndroid: Watchdog HeadPosition movementfritsch
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-16Merge pull request #23768 from thexai/fix-refresh-rate-Nexusthexai
[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 systemsthexai
2023-09-05Merge pull request #23701 from thexai/fix-WASAPI-enumeration-Nexusthexai
[Windows] fix WASAPI devices enumeration: "WASAPI:default" is repeated multiple times
2023-09-01Merge pull request #23686 from kambala-decapitator/macos-capslock-crashMiguel 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-29Merge pull request #23685 from smp79/vp9-fix-nexusPeter Frühberger
[Backport] VideoPlayer: VAAPI - fix VP9 Profile 2 playback
2023-08-28VideoPlayer: VAAPI - fix VP9 Profile 2 playbacksmp79
2023-08-28call -eventWithCGEvent: on the main queueAndrey Filipenkov
fixes crash on pressing Caps Lock on an ARM Mac
2023-08-27Merge pull request #23670 from ksooo/video-subtitle-selection-nexusKai 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-26Merge pull request #23668 from ksooo/video-fix-watched-state-on-refresh-nexusKai 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-22Merge pull request #23589 from bkuhls/backportPR23508fuzzard
PythonBindings: TypeInfo: add initialization of tp_watched for PyTypeObject
2023-08-20Merge pull request #23638 from neo1973/issue_22448_NexusMarkus Härer
[backport] Fix infinite loops in CPluginFile
2023-08-20Merge pull request #23571 from bkuhls/backportPR23453Markus Härer
Fix building with fmt >= 10
2023-08-19Fix infinite loops in CPluginFile. Fixes #22448Frank Riley
Signed-off-by: Frank Riley <fhriley@gmail.com> (cherry picked from commit 0754408ff2eb3bd52c353cf31dd1d0862f7ed4e9)
2023-08-08Merge pull request #23598 from ksooo/video-fix-default-select-actionKai 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-07Merge pull request #23563 from howie-f/v20-dvdnomountMiguel Borges de Freitas
[bp][discs] Fix playback of optical dvds without mount support
2023-08-06Merge pull request #23591 from garbear/backport-mouse-updateGarrett Brown
[Backport] Update mouse controller profile to fix misspelling
2023-08-06game.controller.mouse: Update to v1.0.23Garrett Brown
2023-08-06game.controller.keyboard: Update to v1.1.30Garrett Brown
2023-08-06PythonBindings: TypeInfo: add initialization of tp_watched for PyTypeObjectLukas 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-06swig.cpp: add clang-format formattingLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-08-05Merge pull request #23479 from CrystalP/bp-fix-119HzCrystalP
[BP][Windows] Fix: show 119.88Hz and future higher fractional refresh rates correctly
2023-07-30CLog: 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-30CLog: 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-30CGUIColorButtonControl: use explicit cast to UTILS::COLOR::Color when formattingLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-07-30CGUIWindowHome: use AnnouncementFlagToString when loggingLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-07-28[discs] Fix playback of optical dvds without mount supportenen92
Co-authored-by: Don Mahurin <@>
2023-07-24Merge pull request #23543 from CrystalP/backport-fix-refresh-ratethexai
[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-20Merge pull request #23519 from garbear/backport-fix-port-dialog-segfaultGarrett Brown
[Backport] Port Dialog: Fix segfault when choosing a controller, and minor improvements
2023-07-16Port Dialog: Save XML asyncGarrett Brown
2023-07-16Port Dialog: More visible multitapsGarrett Brown
2023-07-16Port Dialog: Remove unnecessary namespace usageGarrett Brown