aboutsummaryrefslogtreecommitdiff
path: root/xbmc/view
AgeCommit message (Expand)Author
2024-05-11changed: rename PLAYLIST namespace to KODI::PLAYLISTArne Morten Kvarving
2024-05-10PLAYLIST::Id: convert to enum classArne Morten Kvarving
2024-04-27changed: consistently use KODI::VIDEO namespaceArne Morten Kvarving
2024-04-21changed: put CFileItemList in separate source fileArne Morten Kvarving
2023-04-04[cppcheck] postfixOperatorRechi
2023-03-20[video] Fix support for SETTING_VIDEOPLAYER_AUTOPLAYNEXTITEM on item playback.Kai Sommerfeld
2023-01-19[clang-tidy] performance-inefficient-vector-operationRechi
2022-11-11[video][PVR] Feature: Continue watching TV shows, seasons, movie sets and PVR...Kai Sommerfeld
2022-10-17[addons] Remove prefix 'ADDONS_' from enum class AddonType member names.Kai Sommerfeld
2022-10-17[addons] Eliminate SkinPtr, VizPtr, PluginPtr typedefs.Kai Sommerfeld
2022-10-17[addons] Avoid to include addons/addoninfo/AddonType.h in headers.Kai Sommerfeld
2022-10-17[addons] Make enum ADDON::TYPE an enum class ADDON::AddonType.Kai Sommerfeld
2022-10-12[favourites][estuary] Add Favourites window.Kai Sommerfeld
2022-09-15[Playlist][Cleanup] Refactor of playlistid/RepeatStateCastagnaIT
2022-09-10[Cleanup] Moved playlist type defines to playlist.hCastagnaIT
2022-08-05Merge pull request #21667 from CastagnaIT/playlist_strm_fixStefano Gottardo
2022-07-27[PlayListPlayer] Fixed wrong player playlist with playlist filesCastagnaIT
2022-06-27Remove root type addon sources from GUI, move them to mediamanagerenen92
2022-03-01[clang-tidy] performance-unnecessary-copy-initializationRechi
2022-02-23CSingleLock: replace with std::unique_lockLukas Rusak
2022-01-29[cleanup] change indentifiers YES and NO to CHOICE_YES and CHOICE_NOhowie-f
2021-05-20remove use of c_str() from CLog::Log callsLukas Rusak
2021-05-20update logging to new formatLukas Rusak
2021-05-14remove use of c_str() from StringUtils::Format callsLukas Rusak
2021-05-09update format to new styleLukas Rusak
2020-11-20refactor: GetAddon() / GetDepsRecursive() default and bool parametershowie-f
2020-10-30[clang-tidy] performance-unnecessary-value-paramRechi
2020-08-22[addons][gui] move addon gui source files to own folderAlwin Esch
2020-05-25[settings] move CSettingList::FindIntInList() to CSettingUtils::FindIntInList()montellese
2019-12-25[settings] move ISubSettings handling from CSettingsManager to CSettingsmontellese
2019-09-16[modernize] use-emplaceRechi
2019-09-04[modernize] readability-redundant-smartptr-getRechi
2019-09-02[modernize] readability-redundant-control-flowRechi
2019-07-09[format] fix include orderRechi
2019-05-25[posix] move common posix files from linux to posix platformfuzzard
2019-05-23Merge pull request #14531 from ronie/sortmethodArne Morten Kvarving
2018-12-19[database] Replace CREATE TABLE […] AS SELECT […]Philipp Kerling
2018-10-08Rename ProfilesManager -> ProfileManager (source files, class name, variable ...Kai Sommerfeld
2018-10-08Eliminate CServiceBroker::GetProfileManager(); use CServiceBroker::GetSetting...Kai Sommerfeld
2018-10-07Eliminate CServiceBroker::GetSettings(); use CServiceBroker::GetSettingsCompo...Kai Sommerfeld
2018-10-07Eliminate g_advancedSettings macro.Kai Sommerfeld
2018-10-07fix: SetSortMethod would fail on certain SortMethodsronie
2018-09-08CServiceBroker: return a pointer for CSettingsLukas Rusak
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-07-16[threads] remove const constructor from CSingleLockRechi
2018-07-06[cleanup] silence ignored qualifiers warningsRechi
2018-07-03[modernize][view] use default member initializersRechi
2018-06-12[xbmc] nuke whitespaceh.udo