aboutsummaryrefslogtreecommitdiff
path: root/xbmc/ContextMenuItem.h
AgeCommit message (Collapse)Author
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-06-12[xbmc] pragma once positionh.udo
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
I used the command grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @ to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files
2017-08-17add default constructorsArne Morten Kvarving
2017-07-08Fix compiler warnings: 'foo' has virtual functions but non-virtual destructor.Kai Sommerfeld
2017-07-06[addons] remove not needed includedAlwin Esch
2017-06-29[modernize][xbmc] Prefer 'override' usageh.udo
2017-06-02[add-ons/settings] move GUIDialogAddonSettings.h/cpp from xbmc/addons/ to ↵montellese
xbmc/addons/settings
2016-08-29[contextmenu] remove info manager dependency from addonsThomas Amland
lazily register expression from the context menu item instead
2016-06-04[Cleanup] - fixed around 1000 warnings because of missing override keywordsMemphiz
2016-03-18[contextmenu] hold id of owning addon instead pointerThomas Amland
..to simplify dependencies and avoid shared_from_this
2016-03-17[contextmenu] move video info to new systemThomas Amland
2016-03-17[contextmenu] move addon menus to new systemThomas Amland
2016-03-17[contextmenu] add support for using core menus in addon systemThomas Amland
2016-02-11[addons] refactor addon constructionThomas Amland
2016-01-31[lang] move addon language file handing to CLocalizeStringsThomas Amland
2015-07-28[addons] rename ContextItemAddon to ContextMenuAddonThomas Amland
2015-07-28[contextmenu] add support for sub-menus and multiple itemsThomas Amland