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