aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Expand)Author
2010-06-15changed: Move cache clearing to CScraper now that it has nothing to do with s...jmarshallnz
2010-06-15changed: Move cachepersistence flag to the extension description (i.e. to CSc...jmarshallnz
2010-06-12changed: More obvious settings save fix for addons with no user settings yet.jmarshallnz
2010-06-12fixed: saving addon setting.xml correctlyametovic
2010-06-08fixed: Don't log about missing addon settings if the addon doesn't have anyjmarshallnz
2010-06-08changed: Move addons settings to a map for faster lookup.jmarshallnz
2010-06-08fixed: crash when switching to visualization screensaverjmarshallnz
2010-06-08fixed: Crash if non-cpluff addons were used (eg "None" screensaver or viz)jmarshallnz
2010-06-08fixed: AddonDll settings weren't being transferred correctlyjmarshallnz
2010-06-08changed: Move scraper settings into the same framework as all other addons, a...jmarshallnz
2010-06-08cleanup: Get rid of unused members in CScraperjmarshallnz
2010-06-08cleanup: No need for the type parameter in CAddon::UpdateSettingjmarshallnz
2010-06-08cleanup: Move CAddon::LoadSettings() to protected and always load settings wh...jmarshallnz
2010-06-08cleanup: Remove unused SaveFromDefault function from CAddonjmarshallnz
2010-06-08changed: Make functions accessing path-specific scraper settings more obvious.jmarshallnz
2010-06-08changed: Move CAddon::Parent() to protected - we don't need it outside any lo...jmarshallnz
2010-06-07fixed: set eol-style native propertiesspiff_
2010-06-07added: Ability to create a screensaver from an ID (helpful for "None" and "vi...jmarshallnz
2010-06-07fixed: Don't dereference the ext pointer on addondll creation without checkin...jmarshallnz
2010-06-02changed: cleanup the addon stringsjmarshallnz
2010-06-02added: helper routines for translating old scraper.xmls to addonid and for in...jmarshallnz
2010-06-01added: Support for addons to be disabled while still being installed.jmarshallnz
2010-05-31changed: Moved builtin screensavers to addons so that we can utilize the sett...jmarshallnz
2010-05-30added: Support for <category> in settings.xml to allow multiple categories fo...jmarshallnz
2010-05-29changed: Split the music scraping into separate album and artist scrapers.jmarshallnz
2010-05-28cleanup: Move CONTENT_TYPE definitions and Supports() functions directly into...jmarshallnz
2010-05-28cleanup: move pluginsource <provides> tag reading to use xs:list and put it i...jmarshallnz
2010-05-28cleanup: Get rid of CONTENT_TYPE in most addonmanager functions (and a few ot...jmarshallnz
2010-05-28changed: Move Addon constructors to take the extension point they're actually...jmarshallnz
2010-05-28changed: Split scrapers into separate extension points per content type. Cle...jmarshallnz
2010-05-28fixed: Compile warning.jmarshallnz
2010-05-28cleanup: No need to specify a type to GetAddon() when we already have the ID ...jmarshallnz
2010-05-27added: CPluginSource class for all pluginsource addonsalcoheca
2010-05-27cleanup: Make <supportedcontent> and <platform> use the same xs:list style sc...jmarshallnz
2010-05-26fixed: sanity is not just a state of mind...jmarshallnz
2010-05-26cleanup: remove a couple of unused functions.jmarshallnz
2010-05-26added: Functions for sanity checking addons (platform checks and ignoring of ...jmarshallnz
2010-05-25fixed: explicit braces to avoid ambiguous elsevdrfan
2010-05-25fixed: update addon information after upgradeametovic
2010-05-25cleanup: Replace LibName() with LibPath() to save having to compute it everyw...jmarshallnz
2010-05-25changed: Bring plugins into the cpluff fold.jmarshallnz
2010-05-25fixed: Get weather, subtitles, lyrics and library scripts to show up in the A...jmarshallnz
2010-05-24fixed: startup crash - use systemglobals includevdrfan
2010-05-24changed: get rid of the content types added earlier, favouring extension poin...jmarshallnz
2010-05-24fixed, compiler error: operands to ?: have different typesdavilla
2010-05-24cleanup: move to a LUT for type and content translation.jmarshallnz
2010-05-24changed: Use <supportedcontent> to grab the weather script, and add content f...jmarshallnz
2010-05-24fixed: Ensure HasAddons respects the content type.jmarshallnz
2010-05-24cleanup: Get rid of some more old non-cpluff stuff. Should also fix addon st...jmarshallnz
2010-05-24cleanup: Got rid of ADDON_SCRIPT_LIBRARY, compile warnings, and cosmetics.jmarshallnz