aboutsummaryrefslogtreecommitdiff
path: root/xbmc/ContextMenuManager.cpp
AgeCommit message (Expand)Author
2024-01-19[ContextMenus] Don't populate python context items if browsing sub-menusenen92
2023-12-14[video] Videos with multiple versions: Add support for 'Play version using......ksooo
2023-12-07[video] Add context menu item 'Choose version' for videos with multiple versi...ksooo
2023-11-01[contextmenumanager][favourites][listproviders] Get rid off CContextMenuManag...ksooo
2023-11-01[contextmenumanager] Fix 'More...' context menu item displayed for favourites...ksooo
2023-10-11[music] Migrate 'Play using...' to "new" context menu system.ksooo
2023-10-11[video] Migrate 'Play using...' to "new" context menu system.ksooo
2023-10-10[favourites] Add selected items of the target to favourite's context menu (pl...ksooo
2023-08-12[video] Add context menu item 'Information' for TV show seasons.ksooo
2023-08-12[video] Add context menu item 'Information' for movie sets.ksooo
2022-11-07[video] Add context menu item 'Browse into'.Kai Sommerfeld
2022-11-05[contextmenumanager] Rename classes for playing / queing videos so the name i...Kai Sommerfeld
2022-11-05[contextmenumanager] Align positions for music and video play|queue menu item...Kai Sommerfeld
2022-10-26[music] Add context menu item 'Browse into'.Kai Sommerfeld
2022-10-26[music] Migrate CONTEXT_BUTTON_(QUEUE_ITEM|PLAY_NEXT|PLAY_ITEM) to 'new' cont...Kai Sommerfeld
2022-10-17[addons] Remove prefix 'ADDONS_' from enum class AddonType member names.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-10-10changed: avoid AddonManager.h includes in headersArne Morten Kvarving
2022-10-06[addons] Remove unneeded includes from 'addons' header files (forward-declare...Kai Sommerfeld
2022-10-02VideoLibraryQueue.h: avoid include of FileItem.hArne Morten Kvarving
2022-09-15[contextmenus] Add missing context menu items from properties/pluginsenen92
2022-08-28[addons] rename value id inside AddonEvent to addonIdAlwin Esch
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
2020-11-20refactor: GetAddon() / GetDepsRecursive() default and bool parametershowie-f
2020-05-09[video][PVR] Recordings: Add support for 'Play from here' context menu item.Kai Sommerfeld
2020-05-08[video][PVR] Recordings folders: Add support for 'Play next' and 'Queue item'...Kai Sommerfeld
2019-08-18[contextmenumanager] Move 'Add/Remove fafourite' to new context menu system.Kai Sommerfeld
2019-07-09[format] fix include orderRechi
2018-10-15[PVR] Integrate PVR client menu hooks into context menu system.Kai Sommerfeld
2018-10-09Cleanup some includes.ace20022
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-25Changed: keep the order of the add-on context menu items as defined in the ad...Bas Rieter
2018-06-02Remove CContextMenuManager::GetInstance()Garrett Brown
2018-05-21ContextMenuManager: reserve space in CContextButtonsMax Kellermann
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
2017-09-28[addons] refactor AddonEvent structsxhaggi
2017-09-06Add contextmenu option to remove resume pointsKolja Lampe
2017-04-20Revert "Moved party mode, set default and clear default to new contextmenu"Kai Sommerfeld
2017-04-16move favourites context menus to favourites moduleThomas Amland
2017-04-04Moved party mode, set default and clear default to new contextmenuKolja Lampe
2017-04-03[filesystem][dialogs] Add context menus for favourites home screen widget.Kai Sommerfeld
2017-03-11[contextmenu] unload asynchronously on addon disable and do a full reload ins...Thomas Amland
2017-01-19fixed: context menu manager mess with profilesArne Morten Kvarving