aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Collapse)Author
2015-01-04[addoninstaller] - prevent recursion on addons with circular dependecies - ↵Memphiz
fixes stackoverflow crash with xunity repo
2014-12-27sorting: fix Container.SetSortMethod (fixes #15627)montellese
2014-11-18[addons] do show broken/incompatible add-ons that are still installed at ↵Martijn Kaijser
this moment so users can un-install them without using the toggle. This makes the hide broken option only toggle non-installed broken/compatible add-ons.
2014-11-18[addons] add toggle for hiding broken addons. hide by defaultThomas Amland
2014-11-14Merge pull request #5711 from fritsch/coverity2Martijn Kaijser
Coverity: Fixes 2
2014-11-13Merge pull request #5688 from tamland/settings-actionidMartijn Kaijser
fix 'action' type addon settings not executed if id attribute is missing
2014-11-13(Coverity) Skin: properly initialize m_effectsSlowDownfritsch
2014-11-12Merge pull request #5667 from mkortstiege/coverityMartijn Kaijser
coverity fixes
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
Fixes coverity CID 719106
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
StringUtils: optimize Split(), new overloads for Split() and Tokenize()
2014-10-02Merge pull request #5349 from Karlson2k/vfs_fix_exists_01Karlson2k
Fix wrongly used CFile::Exists() for directories instead of CDirectory::Exists()
2014-09-24pvr: fix deadlock in TriggerEPGUpdateRainer Hochecker
2014-09-18Fix wrongly used CFile::Exists() for directories instead of CDirectory::Exists()Karlson2k
Currently it can cause hardly detectable errors as some VFS don't return true when directory is requested for CFile. One of VFS of such kind is Win32File.
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
addon manager is locked - closes #15422
2014-09-08Merge pull request #5290 from opdenkamp/subchannelsLars Op den Kamp
PVR: initial support for sub channel numbers
2014-09-03[PVR] initial support for sub channel numbers. display only. only works with ↵Lars Op den Kamp
'using backend channel numbers' enabled
2014-09-03[players] Remove no longer used visualisation callback mechanismpopcornmix
2014-09-02Merge pull request #5288 from maksqwe/remove_unusedMartijn Kaijser
Cleanup unused local variables
2014-09-01Remove unused local variablesMaks Naumov
2014-08-31Merge pull request #5201 from tamland/addon-deps-loading2Martijn Kaijser
[python] only add modules listed as dependecy to path
2014-08-30[addons][Fix] Make the auto update of addons work again.ace20022
This fixes a regression introduced by 2b35f385c5d62d19b6857b1baf56f0d509f51545.
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
fixme was fixed in 8d99ec72b6a
2014-08-09Merge pull request #5059 from jmarshallnz/lotsa_settingsjmarshallnz
[addons] swap the section/setting control ID ranges
2014-08-07We have an ARRAY_SIZE macro, use it.Trent Nelson
2014-08-07Merge pull request #5023 from jmarshallnz/addon_reactionsjmarshallnz
Addon callbacks for special-case stuff
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 ↵Jonathan Marshall
type-specific code in CAddonInstaller
2014-08-03[addons] adds OnPreInstall/OnPostInstall callbacks for add-ons to remove ↵Jonathan Marshall
addon type-specific code from CAddonInstaller
2014-08-03[addons] adds CanInstall() to CAddon to allow for non-install of add-ons by ↵Jonathan Marshall
type rather than special-casing for PVR in CRepository
2014-08-03[cosmetic] drop using namespace PVR from AddonManagerJonathan Marshall
2014-08-03[addons] adds GetRunningInstance() to CAddon, retrieving the running ↵Jonathan Marshall
instance of the particular add-on, to remove special-casing from CAddonManager for PVR clients
2014-08-03[addons] adds OnEnabled/OnDisabled callbacks to save special-case stuff in ↵Jonathan Marshall
CAddonDatabase NOTE: still actually special-cased as combined add-ons could be disabled (e.g. service+plugin, where plugin is disabled should disable service as well).
2014-08-03[addons] swap the section/setting control ID ranges as it's far more likely ↵Jonathan Marshall
to have a limited number of categories than settings per category
2014-08-03Merge pull request #5130 from jmarshallnz/addon_checkjmarshallnz
[addons] move the 'check for updates' item handling to the onclick handler
2014-08-02Merge pull request #5022 from jmarshallnz/service_addon_installsMartijn Kaijser
[addons] cleanup the service add-on pre/post install code
2014-08-02[addons] move the 'check for updates' item handling to the onclick handler, ↵Jonathan Marshall
rather than a fake directory item
2014-08-02fix: compile warnings on order of initialisationJonathan Marshall
2014-07-21fixed: some issues pointed out by valgrindArne Morten Kvarving
SPLIT ME