aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Collapse)Author
2014-07-19[addons] cleanup the service add-on pre/post install codeJonathan Marshall
2014-07-17[addons] fix null ptr dereference in GetTranslatedStringJonathan Marshall
2014-07-15[addoncallbacks] check key is non-null before useJonathan Marshall
2014-07-14[std:string] - fix implicit std::string c'tor with NULL argument - crashed ↵Memphiz
on addon with empty disclaimer tag in addon.xml
2014-07-14Merge pull request #5012 from xhaggi/pvr-bump-api-versionLars Op den Kamp
[pvr] bump api to 1.9.1
2014-07-14Merge pull request #5025 from jmarshallnz/id_emptyjmarshallnz
[addons] fix addon settings not showing up (lsep, sep)
2014-07-14[stdstring] get rid of CStdString in addons/Arne Morten Kvarving
2014-07-14[stdstring] get rid of CStdString in view/Arne Morten Kvarving
2014-07-13[pvr] bump api to 1.9.1xhaggi
2014-07-13[pvr] rewrite of pvr windowsxhaggi
2014-07-13[addons] fix addon settings not showing up (lsep, sep)Jonathan Marshall
2014-07-13remove all "using namespace" from header filesSam Stenvall
2014-07-13[addons] set Addon.Installed if m_localAddon is available, not if m_addon is ↵Jonathan Marshall
available (as that's addons in a repository)
2014-07-13[addons] fix crash when launching an add-on installed locally (i.e. not from ↵Jonathan Marshall
a repo) from the addon info dialog
2014-07-12Merge pull request #3900 from vkosh/epg-recordingjmarshallnz
[pvr] add optional support for playing recordings from epg timeline or epg osd
2014-07-11Merge pull request #4830 from jmarshallnz/audio_encoders_newapijmarshallnz
Audio encoders via binary addons
2014-07-10fixed: show icon for addons installed from zipArne Morten Kvarving
2014-07-10[audioencoders] move vorbis, lame, flac and wav audio encoders to add-onsArne Morten Kvarving
2014-07-10[binary addons] move bindings list to a single filewsnipex
2014-07-06[cleanup] followup to f86b9d2884Matthias Kortstiege
2014-07-04[stdstring] get rid of CStdString in GUIMediaWindow, and overridden ↵Arne Morten Kvarving
functions in children
2014-07-04[stdstring] get rid of CStdString in CGUIListItem, CFileItem, CFileItemListJonathan Marshall
2014-07-04[stdstring] get rid of CStdString in LocalizeStrings, LangInfo, LangCodeExpanderJonathan Marshall
NOTE: settings values are compared case-sensitive in SettingOptionsRegionFiller
2014-07-04[stdstring] get rid of CStdString in SpecialProtocolArne Morten Kvarving
NOTE: Paths are compared case-sensitive.
2014-07-04[stdstring] get rid of CStdString in a bunch of CUtil functionsJonathan Marshall
2014-07-04[stdstring] get rid of CStdString in URIUtils::CreateArchivePath()Jonathan Marshall
2014-07-02GUIDialogAddonInfo::OnJobComplete: replace unchecked file loading with ↵Karlson2k
"LoadFile()"
2014-07-02[cosmetic] align assignment blockJonathan Marshall
2014-07-02[addons] drop duplicate if clauseJonathan Marshall
2014-07-02[addons] have the 'subsetting' attribute and '' values attribute be ↵Jonathan Marshall
case-sensitive to drop some strcmpi()
2014-07-02[xml] read attributes into const char* where they're re-used immediatelyJonathan Marshall
2014-07-02[xml] use TiXmlNode::Attribute(foo, int|double) method where it tidies things upJonathan Marshall
2014-07-02[xml] use GetAttribute() where it makes the code clearer (and where used ↵Jonathan Marshall
enough to warrant the include)
2014-07-02[addons] read the id attribute into a std::string where comparison is made ↵Jonathan Marshall
case-sensitive
2014-07-02[addons] make the 'type' attribute of addon settings consistently compared ↵Jonathan Marshall
case-sensitive
2014-07-02[xml] fix potential null pointer dereference when reading attributesJonathan Marshall
2014-07-02[xmlutils] use XMLUtils::GetAttribute() when assigning attributes directly ↵Jonathan Marshall
to CStdString/std::string, as they may be NULL
2014-06-21[addons] prompt for master pin in case the addon manager is locked - fixes ↵Matthias Kortstiege
#15301
2014-06-12[addons] clear the result vector of GetExtList() prior to filling, and use ↵Jonathan Marshall
StringUtils::Tokenize() instead of Split() to ignore empty tokens
2014-06-12[stdstring] drops vector<CStdString> from CScraperJonathan Marshall
2014-06-12[stdstring] switch CApplicationMessenger to vector<string> rather than ↵Jonathan Marshall
vector<CStdString>
2014-06-12[stdstring] switch StringUtils::SplitString to StringUtils::SplitJonathan Marshall
2014-06-12[addons] switch CGUIWindowAddonBrowser::SelectAddonID to a vector<string> ↵Jonathan Marshall
instead of CStdStringArray
2014-06-12[addons] switch GetExtList() to use a vector<string>Jonathan Marshall
2014-06-11Merge pull request #4872 from jmarshallnz/filesys_to_curljmarshallnz
Use CURL in IDirectory et. al.
2014-06-10Merge pull request #4287 from jmarshallnz/neverneverlandjmarshallnz
[addons] add support for 'never' updating or checking for updates
2014-06-10[cosmetic] rename CFile::Cache to CFile::Copy as that's what it doesJonathan Marshall
2014-06-05[addonmanager] - fixed: don't crash on (too) early callsArne Morten Kvarving
2014-05-30AE: drop obsolete AEConvert classRainer Hochecker
2014-05-28[pvr] add optional support for playing recordings from epg timeline or epg osdVladlen Y. Koshelev