aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-09Merge pull request #25582 from ksooo/pvr-fix-hiding-channelsKai Sommerfeld
[PVR] When hiding a member of the all channels group we must not dele…
2024-08-09[cosmetic] separate c-lang format commitCrystalP
2024-08-09[video] Change select action choose implementation to open the full context ↵ksooo
menu of the item, not a special short context menu. Brings back old behavior for PVR recordings, adds more flexibility to other video items.
2024-08-08[videodb] remove unused seasons table from episode_viewCrystalP
2024-08-08[PVR] CPVRClients::UpdateClients: Add log info for clients to create / destroy.ksooo
2024-08-08[PVR] Fix major design flaw to use std::hash value as persistent client UID.ksooo
2024-08-08CDRMAtomic: Backlog only the last known good drmrequestboogie
2024-08-07Merge pull request #25558 from garbear/show-rewind-timeGarrett Brown
[Settings] Show "Maximum rewind time" on basic level
2024-08-07[PVR] Slightly optimize queueing of channel group member database removal.ksooo
2024-08-07[PVR] When hiding a member of the all channels group we must not delete the ↵ksooo
respective database record.
2024-08-07[PVR] CPVRClients::UpdateTimerTypes: Fix crash with addons not supporting ↵ksooo
Timer Type API.
2024-08-06Merge pull request #25579 from basrieter/mark-staleBas Rieter
Changed: We need a higher rate limit otherwise it takes too much time to process the list.
2024-08-06Changed: We need a higher rate limit otherwise it takes too much time to ↵Bas Rieter
process the list.
2024-08-05Merge pull request #25575 from basrieter/mark-staleBas Rieter
Changed: With our numbers of issues/pr's, we need more runs and more …
2024-08-05Changed: With our numbers of issues/pr's, we need more runs and more ↵Bas Rieter
operations per run.
2024-08-05Merge pull request #25574 from basrieter/mark-staleBas Rieter
Changed: Cron for stale to once a day.
2024-08-05Fixed: Actions/Stale needs to write to the Action cache.Bas Rieter
2024-08-05Changed: Cron for stale to once a day.Bas Rieter
2024-08-05Merge pull request #25573 from basrieter/mark-staleBas Rieter
Removed: `debug-only` option to make it actually work.
2024-08-05Changed: Exclude `Roadmap` labels.Bas Rieter
2024-08-04Removed: `debug-only` option to make it actually work.Bas Rieter
2024-08-04Merge pull request #25556 from neo1973/KeyboardTranslatorMarkus Härer
KeyboardTranslator: Fix call to `StringUtils::ToLower`
2024-08-04Merge pull request #25570 from basrieter/mark-staleBas Rieter
Specify `days-before-close` to make sure we don't close issues.
2024-08-04Fixed: Specify `days-before-close` to make sure we don't close issues.Bas Rieter
2024-08-04Merge pull request #25567 from basrieter/mark-staleBas Rieter
Added: Mark issues and PR's older then 365 days as `stale`.
2024-08-04Fixed: Phrasing of messages.Bas Rieter
2024-08-04Merge pull request #25553 from the-black-eagle/artistsortthe-black-eagle
[MUSIC] Fix separators so that artist sortnames split correctly
2024-08-03Added: Mark issues and PR's older then 365 days as `stale`.Bas Rieter
2024-08-02Merge pull request #25564 from ksooo/pvr-fix-member-initKai Sommerfeld
[PVR] Fix CAddonRecording member init.
2024-08-02Merge pull request #25449 from Rechi/cppcheck/performanceRechi
[cppcheck] fix invocation & performance checks
2024-08-02[PVR] Fix CAddonRecording member init.ksooo
2024-08-02Merge pull request #25562 from ksooo/addons-pvr-api-warningsKai Sommerfeld
[addons] PVR add-on API: Fix compiler warnings.
2024-08-02[cppcheck] stlIfStrFindRechi
2024-08-02[cppcheck] returnStdMoveLocalRechi
2024-08-02[cppcheck] returnByReferenceRechi
2024-08-02[cppcheck] passedByValueRechi
2024-08-02[cppcheck] enable exhaustive checking for cppcheck >= 2.14.0Rechi
2024-08-02[cppcheck] remove rule-fileRechi
- ignored checks are no longer required after 45427e386f - Debian disabled rules support as it depends on pcre
2024-08-02[addons] PVR add-on API: Fix compiler warnings.ksooo
2024-08-02Merge pull request #25561 from ksooo/addons-repo-piersKai Sommerfeld
[addons] Change addon repo to Piers.
2024-08-02[addons] Change addon repo to Piers.ksooo
2024-08-02Merge pull request #25552 from ksooo/pvr-addon-api-8.4.0Kai Sommerfeld
[addons][PVR] PVR addon-API: Replace fixed size arrays with dynamic arrays
2024-08-02Merge pull request #25560 from ksooo/piers-bin-addon-repoKai Sommerfeld
[cmake] Change binary addon repo branch to Piers.
2024-08-01[cmake] Change binary addon repo branch to Piers.ksooo
2024-08-01[Estuary] Add widget "editor" (#25355)MikeSiLVO
* Combine settings dialogs * Add widget "editor" * Move Edit categories buttons to DialogSettings * Use SettingsDialog to not confuse with DialogSettings.xml * Use _no_ for skin settings * Consistent button ids
2024-08-01Merge pull request #25559 from joseluismarti/airtunesthexai
Revert AirTunes service name change
2024-07-30[addons] Bump ADDON_INSTANCE_VERSION_PVR and ADDON_INSTANCE_VERSION_PVR_MIN ↵ksooo
to 8.4.0
2024-07-30[addons][PVR] PVR add-on API: GetBackend(Name|Version|Hostname), ↵ksooo
GetConnectionString: Replace fixed size char array function parameter with dynamic array.
2024-07-30[addons][PVR] PVR add-on API: Get(Recording|EpgTag)Edl: Replace fixed size ↵ksooo
PVR_EDL_ENTRY array function parameter with dynamic array.
2024-07-30[PVR] Rework encapsulation for add-on supplied EDL.ksooo