aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Expand)Author
2015-09-01Merge pull request #7870 from mkortstiege/viz-haspresetsMatthias Kortstiege
2015-08-29[addons] use std:: instead of using namespace stdMatthias Kortstiege
2015-08-23Avoid access violations when a lib couldn't be loaded.ace20022
2015-08-21[infomanager] add Visualisation.HasPresets info boolMatthias Kortstiege
2015-08-20Merge pull request #7626 from metaron-uk/apiChangesKai Sommerfeld
2015-08-20Merge pull request #7817 from tamland/addon_content_fixtamland
2015-08-20[PVR] Doc Only: Doxy syntax correctionmetaron
2015-08-20[PVR] Doc Only: iLifetime list purposemetaron
2015-08-20[PVR] API: Add menu visibility controls for timersmetaron
2015-08-20[PVR] API: Add maxRecordingsmetaron
2015-08-20[PVR] API: Add Recording scraper supportmetaron
2015-08-20[PVR] API: Add boolean control of Any Timemetaron
2015-08-20[PVR] API 3.0.0 Version Bumpmetaron
2015-08-19Merge pull request #7847 from tamland/nbno_fallbacktamland
2015-08-18[addons] fix foreign filter after 'no' was changed to 'nb_NO'Thomas Amland
2015-08-18[lang] fix fallback after 'no' was changed to 'nb_NO'Thomas Amland
2015-08-18Merge pull request #7833 from xhaggi/cleanup-unify-singleton-methodSascha Woo
2015-08-18[cleanup] unify method name used for singleton patternxhaggi
2015-08-18[addonbrowser] dont set content to "addons" for category listings and other m...Thomas Amland
2015-08-18Merge branch 'python_multiselect'Thomas Amland
2015-08-18[gui] change CGUIDialogSelect::GetSelectedItems to return indicesThomas Amland
2015-08-16Merge pull request #7803 from Montellese/events_ignore_remote_broken_addonsMartijn Kaijser
2015-08-16addons: simplify and document logic for broken add-on handlingmontellese
2015-08-16events: only log incompatible/broken add-ons that are installedmontellese
2015-08-16CAddonInstaller: fix CheckDependencies() after 71b96140956936dfd366554e8806be...montellese
2015-08-14Merge pull request #7694 from Montellese/xbt_vfsMartijn Kaijser
2015-08-12Merge pull request #7684 from tamland/ui_sounds_cleanupMartijn Kaijser
2015-08-11CImageResource: override CResource::GetFullPath() to forward paths to Texture...montellese
2015-08-11CResource: add overridable GetFullPath()montellese
2015-08-11Merge pull request #6746 from Montellese/activity_logSascha Montellese
2015-08-10events: add events for addon installation/update/uninstallation/enabling/disa...montellese
2015-08-10addons: add FullType() to IAddon and a specialization to CPluginSourcemontellese
2015-08-10CAddonInstaller: add the possibility to retrieve the information about which ...montellese
2015-08-10cosmetics in CGUIWindowAddonBrowsermontellese
2015-08-10addon browser: only try to remove addons from the listing if GetDirectory() s...montellese
2015-08-10events: add some general eventsmontellese
2015-08-10Merge pull request #7726 from xhaggi/window-global-render-order-enumSascha Woo
2015-08-10Merge pull request #7570 from Montellese/cmake_addon_dynamic_platformSascha Montellese
2015-08-09addons: support library_freebsd, library_rbpi, library_ios and library_window...montellese
2015-08-09[PVR] API docs: Changed description of PVR_TIMER_STATE_NEW to be more accurate.Kai Sommerfeld
2015-08-08change ui sound system to addons onlyThomas Amland
2015-08-08Merge pull request #7544 from tamland/context_menu_groupstamland
2015-08-06[gui] use a global enum to specify the default render ordersxhaggi
2015-08-05[settings] use setting id constantsxhaggi
2015-08-01move logic to load platform specific addon library name into CAddonMgr::GetPl...montellese
2015-08-01CAddonMgr: make GetExtValue() constmontellese
2015-08-01cosmetic: fix indentationmontellese
2015-07-28[addons] rename ContextItemAddon to ContextMenuAddonThomas Amland
2015-07-28[contextmenu] add support for sub-menus and multiple itemsThomas Amland
2015-07-20[pvr] - expose timeshift info to GUIRainer Hochecker