Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-05 | Merge pull request #22092 from ksooo/music-ctx-menus | Kai Sommerfeld | |
[music] Context menu fixes/changes | |||
2022-11-05 | Games: Improve agent manager organization and documentation | Garrett Brown | |
2022-11-05 | Games: Refactor port mapping into new Agent Manager | Garrett 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-05 | Merge pull request #22091 from samnazarko/osmc_rf_update_2022 | fuzzard | |
Update OSMC controller support definition to match new VID/PID | |||
2022-11-05 | Update OSMC controller support definition to match new VID/PID | Sam Nazarko | |
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk> | |||
2022-11-04 | Merge pull request #22089 from joseluismarti/ndk-build | fuzzard | |
[Android] ndk-build: delete Android.mk and Application.mk | |||
2022-11-04 | [Pictures] fix race condition in thumbnails loading | rubpa | |
2022-11-03 | [Android] ndk-build: delete Android.mk and Application.mk | Jose Luis Marti | |
2022-11-03 | Merge pull request #22088 from joseluismarti/breakpad | fuzzard | |
[Android] remove google breakpad script | |||
2022-11-03 | [Android] remove google breakpad script | Jose Luis Marti | |
2022-11-03 | Merge pull request #22068 from joseluismarti/nmblookup | fuzzard | |
DNSNameCache: nmblookup command is no longer needed | |||
2022-11-01 | Merge pull request #22067 from fuzzard/depends_python311 | fuzzard | |
[tools/depends] Bump python 3.11 | |||
2022-10-31 | Merge pull request #22075 from joseluismarti/dataset-warning | fuzzard | |
Remove clang warning in Dataset::setSqlParams | |||
2022-10-31 | Merge pull request #22076 from fuzzard/fix_cmakefmt | fuzzard | |
[cmake] FindFmt fix internal build without existing fmt lib | |||
2022-10-31 | [cmake] FindFmt fix internal build without existing fmt lib | fuzzard | |
2022-10-31 | [tools/depends][target] pythonmodule-pil fix building for py3.11 | fuzzard | |
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.0 | fuzzard | |
2022-10-31 | [tools/depends][target] bump pythonmodule-setuptools 65.5.0 | fuzzard | |
2022-10-31 | [tools/depends][native] remove setuptools | fuzzard | |
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.0 | fuzzard | |
2022-10-30 | Remove clang warning in Dataset::setSqlParams | Jose Luis Marti | |
2022-10-29 | Merge pull request #22073 from phorcys/fix-typo | fuzzard | |
[LoongArch] fix a typo. | |||
2022-10-28 | [LoongArch] fix a typo. | phorcys | |
2022-10-27 | Merge pull request #22048 from ksooo/music-enhancements | Kai Sommerfeld | |
[music][Estuary] Add ability to play albums directly from Estuary home screen, extend context menu functionality | |||
2022-10-27 | Merge pull request #22060 from joseluismarti/groovy-update | fuzzard | |
[tools] Bump Groovy 4.0.6 | |||
2022-10-27 | Merge pull request #22062 from phorcys/la-dev | fuzzard | |
Add LoongArch CPU support. Allow building kodi on LoongArch Linux system | |||
2022-10-27 | Merge pull request #22066 from fuzzard/depends_sqlite3 | fuzzard | |
[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-26 | DNSNameCache: nmblookup command is no longer needed | Jose Luis Marti | |
2022-10-26 | Add LoongArch CPU support.Allow building kodi on LoongArch Linux systems. | phorcys | |
2022-10-26 | Merge pull request #22011 from popcornmix/remove_release | fuzzard | |
VideoLayerBridgeDRMPRIME: Remove additional Release of previous picture buffer | |||
2022-10-26 | [tools/depends][target] bump sqlite3 3390400 | fuzzard | |
2022-10-25 | Merge pull request #22063 from thexai/fix-hdr-toggle | thexai | |
[Windows] fix refresh rate not switch back to 60Hz/GUI after HDR toggle on Windows 11 22H2 |