aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Expand)Author
2013-12-07[info] Made CGUIInfoManager::Register() return a shared_ptr to the InfoBool o...Jonathan Marshall
2013-12-05Add missing includes of "system.h", fixes #14732Karlson2k
2013-11-30[addons] don't attempt to auto-update add-ons that don't have dependencies metJonathan Marshall
2013-11-30[addons] don't set dependencies not met when the broken tag is set in the repoJonathan Marshall
2013-11-22fix addon uninstall yesno dialog behaviourStefan Saraev
2013-11-18[addons] fix TranslateSingleString to be more robust to badly formatted stringsJonathan Marshall
2013-11-16[date/time] validate strings prior to taking substr()Jonathan Marshall
2013-11-14fix: CScraper: check for TiXmlElement NULL return to not pass NULL to StringU...Daniel Scheller
2013-11-14[cstdstring] drops Compare/CompareNoCaseJonathan Marshall
2013-11-14[cstdstring] removes Replace and RemoveJonathan Marshall
2013-11-14[cstdstring] remove Find/ReverseFind and replace with find/rfind or more appr...night199uk
2013-11-14[cstdstring] demise left/right and replace with other optionsnight199uk
2013-11-14[cstdstring] drops Mid(), replacing with substr()night199uk
2013-11-14[cstdstring] demise AppendFormat and replace with StringUtils::Formatnight199uk
2013-11-14[cstdstring] drop ToLower/ToUpper/MakeLower/MakeUpperJonathan Marshall
2013-11-14[cstdstring] removal of Trim/TrimLeft/TrimRightJonathan Marshall
2013-11-14[cstdstring] remove IsEmpty() and replace with empty()night199uk
2013-11-14[cstdstring] remove CStdString::Empty and replace with std::string::clearnight199uk
2013-11-14[cstdstring] demise Format, replacing with StringUtils::Formatnight199uk
2013-11-12settings: move settings library files into xbmc/settings/libmontellese
2013-11-12replace xbmc.python.subtitles extension with xbmc.subtitle.module oneamet
2013-11-11Merge pull request #3602 from jmarshallnz/broken_vs_depsjmarshallnz
2013-11-11[addons] cleanup CStdString usageJonathan Marshall
2013-11-11[addons] fix: only prompt if the add-on is a compulsory dependency on uninsta...Jonathan Marshall
2013-11-11[addons] prompt if an add-on is used by another and the user attempts to disa...Jonathan Marshall
2013-11-11[addons] don't prompt for uninstall without first checking the add-on can be ...Jonathan Marshall
2013-11-11[addons] separate out Broken and Unmet dependencies in the UIJonathan Marshall
2013-11-09[pvr] bump api to 1.9.0Lars Op den Kamp
2013-11-09pvr: add time functions for timeshift buffer to pvr client APIRainer Hochecker
2013-11-09display mux, service name and provider name in the PVR streamSam Stenvall
2013-11-05Remove hacks and workarounds for XML encodingKarlson2k
2013-10-31Merge pull request #3509 from jmarshallnz/repo_versioningjmarshallnz
2013-10-31settings: fix best-matching-value detection for lookandfeel.skincolors/skinth...montellese
2013-10-28[cleanup] drop CStdString from CRepositoryJonathan Marshall
2013-10-28[cleanup] includes in Repository.h/cppJonathan Marshall
2013-10-28[cleanup] CRepository FetchChecksum can be static, some other methods const, ...Jonathan Marshall
2013-10-28allow repository add-ons to point to multiple add-on repos, versioned by xbmc...Jonathan Marshall
2013-10-24XBMCTinyXML::Parse: refactoring: remove unused parameter; call function with ...Karlson2k
2013-10-20[addonmgr] query addon disabled state once and cache it (fixes #14122)vdrfan
2013-10-09Merge pull request #3375 from ace20022/langinfoAndreas Zelend
2013-10-08[LangInfo/AddonManager] Use gui's language for translation in CAddonMgr::GetT...ace20022
2013-10-06settings: fix updating skin-related settings spinnersmontellese
2013-10-02Merge pull request #3365 from t-nelson/log_addon_reposTrent Nelson
2013-10-02changed: use .empty() instead of testing for .size() > 0wsoltys
2013-10-02Log registered repos on AddonManager::InitTrent Nelson
2013-10-01removed all methods related to loading string blocks into memory. afaik this ...wsoltys
2013-09-30Merge pull request #3286 from ace20022/tokenizejmarshallnz
2013-09-30Faster substring comparisonsBen Avison
2013-09-26Merge pull request #3292 from bavison/faster_string_comparisonsjmarshallnz
2013-09-27Faster string comparison functions in StringUtilsBen Avison