aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-05Merge pull request #22092 from ksooo/music-ctx-menusKai Sommerfeld
[music] Context menu fixes/changes
2022-11-05Games: Improve agent manager organization and documentationGarrett Brown
2022-11-05Games: Refactor port mapping into new Agent ManagerGarrett Brown
2022-11-05[music] Fix CMusicDatabaseDirectory::IsAllItem to determine flattened 'all ↵Kai Sommerfeld
albums' directories.
2022-11-05[music] Fix MUSIC_UTILS::IsItemPlayable to use active window only as last ↵Kai Sommerfeld
resort to not restrict playback capabilities too much.
2022-11-05[contextmenumanager] Rename classes for playing / queing videos so the name ↵Kai Sommerfeld
is more speaking."
2022-11-05[contextmenumanager] Align positions for music and video play|queue menu ↵Kai Sommerfeld
items. Put them always on top of other items. Before this commit, video was on top, music was at bottom.
2022-11-05[video] When storing last played to database, set new last played time at ↵Kai Sommerfeld
video tag so the tag has latest data immediately.
2022-11-05[fileitem] Correctly set the 'canqueue' attribute for PVR items.Kai Sommerfeld
2022-11-05[PVR] Fix crash on attempt to play a non-existing recording (e.g. clicking a ↵Kai Sommerfeld
favourite with URL for a no longer existing recording.
2022-11-05[PVR] CPVRRecording: Set resume point total time only if resume time is ↵Kai Sommerfeld
greater than zero. CBookmark::IsSet shall return false if we have no resume time.
2022-11-05[PVR] CPVRGUIDirectory must set the correct itemlist content type for ↵Kai Sommerfeld
recordings listings.
2022-11-05[PVR] Obtain last played time for recordings from video database.Kai Sommerfeld
2022-11-05[PVR] Ensure recording path URLs end with a slash.Kai Sommerfeld
2022-11-05Merge pull request #22091 from samnazarko/osmc_rf_update_2022fuzzard
Update OSMC controller support definition to match new VID/PID
2022-11-05Update OSMC controller support definition to match new VID/PIDSam Nazarko
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
2022-11-04Merge pull request #22089 from joseluismarti/ndk-buildfuzzard
[Android] ndk-build: delete Android.mk and Application.mk
2022-11-04[Pictures] fix race condition in thumbnails loadingrubpa
2022-11-03[Android] ndk-build: delete Android.mk and Application.mkJose Luis Marti
2022-11-03Merge pull request #22088 from joseluismarti/breakpadfuzzard
[Android] remove google breakpad script
2022-11-03[Android] remove google breakpad scriptJose Luis Marti
2022-11-03Merge pull request #22068 from joseluismarti/nmblookupfuzzard
DNSNameCache: nmblookup command is no longer needed
2022-11-01Merge pull request #22067 from fuzzard/depends_python311fuzzard
[tools/depends] Bump python 3.11
2022-10-31Merge pull request #22075 from joseluismarti/dataset-warningfuzzard
Remove clang warning in Dataset::setSqlParams
2022-10-31Merge pull request #22076 from fuzzard/fix_cmakefmtfuzzard
[cmake] FindFmt fix internal build without existing fmt lib
2022-10-31[cmake] FindFmt fix internal build without existing fmt libfuzzard
2022-10-31[tools/depends][target] pythonmodule-pil fix building for py3.11fuzzard
update build and patch to control and insure we do not get any native paths
2022-10-31[tools/depends][target] bump pythonmodule-pycryptodome 3.12.0fuzzard
2022-10-31[tools/depends][target] bump pythonmodule-setuptools 65.5.0fuzzard
2022-10-31[tools/depends][native] remove setuptoolsfuzzard
Native Python runs ensurepip which installs setuptools. The python package does a better job of keeping up to date with setuptools, so lets just rely on it
2022-10-31[tools/depends] Python 3.11.0fuzzard
2022-10-30Remove clang warning in Dataset::setSqlParamsJose Luis Marti
2022-10-29Merge pull request #22073 from phorcys/fix-typofuzzard
[LoongArch] fix a typo.
2022-10-28[LoongArch] fix a typo.phorcys
2022-10-27Merge pull request #22048 from ksooo/music-enhancementsKai Sommerfeld
[music][Estuary] Add ability to play albums directly from Estuary home screen, extend context menu functionality
2022-10-27Merge pull request #22060 from joseluismarti/groovy-updatefuzzard
[tools] Bump Groovy 4.0.6
2022-10-27Merge pull request #22062 from phorcys/la-devfuzzard
Add LoongArch CPU support. Allow building kodi on LoongArch Linux system
2022-10-27Merge pull request #22066 from fuzzard/depends_sqlite3fuzzard
[tools/depends][target] bump sqlite3 3390400
2022-10-26[interfaces][Estuary] Add builtin 'QueueMedia'. Add skin setting values ↵Kai Sommerfeld
'play next' and 'queue item' to extend user control over music album select action.
2022-10-26[Estuary] Add skin setting to control music album select action (currently ↵Kai Sommerfeld
'browse into' and 'play' supported').
2022-10-26[music][Estuary] Add support to play albums and songs from ↵Kai Sommerfeld
CGUIDialogMusicInfo and to play songs from CGUIDialogSongInfo. Remove 'script.album' dependency from Estuary DialogMusicInfo.xml.
2022-10-26[music] Add context menu item 'Browse into'.Kai Sommerfeld
2022-10-26[music] Display a toast when adding items to playlist but no playback was ↵Kai Sommerfeld
started, to give the user some visual feedback.
2022-10-26[music] Migrate CONTEXT_BUTTON_(QUEUE_ITEM|PLAY_NEXT|PLAY_ITEM) to 'new' ↵Kai Sommerfeld
context menu system.
2022-10-26[music] clang-format xbmc/music/MusicUtils.(cpp|h) to keep following diffs ↵Kai Sommerfeld
readable.
2022-10-26DNSNameCache: nmblookup command is no longer neededJose Luis Marti
2022-10-26Add LoongArch CPU support.Allow building kodi on LoongArch Linux systems.phorcys
2022-10-26Merge pull request #22011 from popcornmix/remove_releasefuzzard
VideoLayerBridgeDRMPRIME: Remove additional Release of previous picture buffer
2022-10-26[tools/depends][target] bump sqlite3 3390400fuzzard
2022-10-25Merge pull request #22063 from thexai/fix-hdr-togglethexai
[Windows] fix refresh rate not switch back to 60Hz/GUI after HDR toggle on Windows 11 22H2