aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Expand)Author
2015-01-04[addoninstaller] - prevent recursion on addons with circular dependecies - fi...Memphiz
2014-12-27sorting: fix Container.SetSortMethod (fixes #15627)montellese
2014-11-18[addons] do show broken/incompatible add-ons that are still installed at this...Martijn Kaijser
2014-11-18[addons] add toggle for hiding broken addons. hide by defaultThomas Amland
2014-11-14Merge pull request #5711 from fritsch/coverity2Martijn Kaijser
2014-11-13Merge pull request #5688 from tamland/settings-actionidMartijn Kaijser
2014-11-13(Coverity) Skin: properly initialize m_effectsSlowDownfritsch
2014-11-12Merge pull request #5667 from mkortstiege/coverityMartijn Kaijser
2014-11-10fix uninitialized variableThomas Amland
2014-11-10remove unused variableThomas Amland
2014-11-10[xml] 'action' type setting should not require 'id' attributeThomas Amland
2014-11-09add missing default iconsronie
2014-11-08[skininfo] fix uninitialized members in CSkinsInfo constructorMatthias Kortstiege
2014-10-24[scrapers] log what actually failed to loadMatthias Kortstiege
2014-10-16fix: missing bound check on populating context menuThomas Amland
2014-10-16Reflect int64_t -> size_t changes for "Write()" to AddonsKarlson2k
2014-10-16Reflect int64_t -> size_t changes for "Read()" to AddonsKarlson2k
2014-10-02Merge pull request #5247 from Karlson2k/stringutils_update_03Karlson2k
2014-10-02Merge pull request #5349 from Karlson2k/vfs_fix_exists_01Karlson2k
2014-09-24pvr: fix deadlock in TriggerEPGUpdateRainer Hochecker
2014-09-18Fix wrongly used CFile::Exists() for directories instead of CDirectory::Exists()Karlson2k
2014-09-17[fix] uninitialized variable in GUIDialogAddonInfoJim Carroll
2014-09-11[addons] only prompt for master pin for new add-on installations in case the ...Matthias Kortstiege
2014-09-08Merge pull request #5290 from opdenkamp/subchannelsLars Op den Kamp
2014-09-03[PVR] initial support for sub channel numbers. display only. only works with ...Lars Op den Kamp
2014-09-03[players] Remove no longer used visualisation callback mechanismpopcornmix
2014-09-02Merge pull request #5288 from maksqwe/remove_unusedMartijn Kaijser
2014-09-01Remove unused local variablesMaks Naumov
2014-08-31Merge pull request #5201 from tamland/addon-deps-loading2Martijn Kaijser
2014-08-30[addons][Fix] Make the auto update of addons work again.ace20022
2014-08-26StringUtils::Tokenize: add overload with char as delimiter and use itKarlson2k
2014-08-26Use new overload of StringUtils::Split()Karlson2k
2014-08-11[addons] respect type information for addons with no extensionThomas Amland
2014-08-09Merge pull request #5059 from jmarshallnz/lotsa_settingsjmarshallnz
2014-08-07We have an ARRAY_SIZE macro, use it.Trent Nelson
2014-08-07Merge pull request #5023 from jmarshallnz/addon_reactionsjmarshallnz
2014-08-05Includes: Remove unnecessary includes.ace20022
2014-08-05Includes: Replace includes with "sub-includes" if possible.ace20022
2014-08-03[addons] adds OnPreUnInstall/OnPostUnInstall to CAddon to get rid of addon ty...Jonathan Marshall
2014-08-03[addons] adds OnPreInstall/OnPostInstall callbacks for add-ons to remove addo...Jonathan Marshall
2014-08-03[addons] adds CanInstall() to CAddon to allow for non-install of add-ons by t...Jonathan Marshall
2014-08-03[cosmetic] drop using namespace PVR from AddonManagerJonathan Marshall
2014-08-03[addons] adds GetRunningInstance() to CAddon, retrieving the running instance...Jonathan Marshall
2014-08-03[addons] adds OnEnabled/OnDisabled callbacks to save special-case stuff in CA...Jonathan Marshall
2014-08-03[addons] swap the section/setting control ID ranges as it's far more likely t...Jonathan Marshall
2014-08-03Merge pull request #5130 from jmarshallnz/addon_checkjmarshallnz
2014-08-02Merge pull request #5022 from jmarshallnz/service_addon_installsMartijn Kaijser
2014-08-02[addons] move the 'check for updates' item handling to the onclick handler, r...Jonathan Marshall
2014-08-02fix: compile warnings on order of initialisationJonathan Marshall
2014-07-21fixed: some issues pointed out by valgrindArne Morten Kvarving