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-07-18
changed: Show plugins and scripts under "<content> Add-ons" headings in the a...
jmarshallnz
2010-07-18
added: Ability to store extra information about addons in the addons database...
jmarshallnz
2010-07-18
changed: sanitize the cpluff logging levels
jmarshallnz
2010-07-18
fixed: Make sure ADDON_SCRIPT uses CPluginSource so that Provides works
jmarshallnz
2010-07-17
added: ticket #9633 - "addons://outdated/" for listing all Add-ons with updat...
spiff_
2010-07-16
fixed: nfo files were partially broken for videos, and completely broken for ...
spiff_
2010-07-13
changed: process <url> and <chain> elements in the order they appear in the x...
spiff_
2010-07-10
fixed: Need to look for addons in special://xbmcbin/ too thanks to python stu...
althekiller
2010-07-04
added: Initial support for python module addons.
jmarshallnz
2010-06-28
fixed: Ticket #9495 - Milkdrop settings unavailable
jmarshallnz
2010-06-27
fixed: Saner GetDirFromRes() - allows custom windows to load on old skins tha...
jmarshallnz
2010-06-27
added: default resolution to winxml and winxmldialog. Fixes $9464. Paramete...
jmarshallnz
2010-06-26
refactor: Make the resolution translation in CSkin static
jmarshallnz
2010-06-26
fixed: don't really need a local here
spiff_
2010-06-26
fixed: unmark addons as borken
spiff_
2010-06-26
added: ability to disable an addon in a repo
spiff_
2010-06-22
removed: Code for scripts window - no longer needed as you can access non-med...
jmarshallnz
2010-06-21
added: addon.set.default built-in to set the default for a particular addon t...
jmarshallnz
2010-06-21
cleanup: scraper logging was inaccurate, plus reduce it a little
jmarshallnz
2010-06-20
added: hand-holding for retards incapable of unticking nav sounds
spiff_
2010-06-20
fixed: scraper cache was using libpath instead of id
vdrfan
2010-06-19
changed: Switch back to a separate node/folder for addons in media views
jmarshallnz
2010-06-19
cleanup: Get rid of needless additional SetRepoTimestamp after retrieving a r...
jmarshallnz
2010-06-19
changed: Have UpdateRepos() use it's db member to fetch the repo timestamp (s...
jmarshallnz
2010-06-19
changed: Have GetRepoTimestamp() return the time directly
jmarshallnz
2010-06-19
cleanup: Get rid of needless repo timestamp check in GrabAddons
jmarshallnz
2010-06-18
fixed: Don't request updates from addon repositories every 10 minutes, rather...
jmarshallnz
2010-06-18
fixed: Scraper settings were only sometimes loaded correctly from the db.
jmarshallnz
2010-06-17
added: ability to run a scraper function on the contents of a buffer. return ...
spiff_
2010-06-17
changed: rename these settings. type changed. update sad
spiff_
2010-06-17
changed: refactor. add a function to call the scraper instead of copying all ...
spiff_
2010-06-17
changed: assume scripts with no <provides> are executable
jmarshallnz
2010-06-17
added: script support to media windows. Scripts should use the same extension...
jmarshallnz
2010-06-17
changed: Hold the addons database as a member in the AddonManager. Should ad...
jmarshallnz
2010-06-17
fixed: handle addons creation return codes without exception handling
CrystalPT
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
[next]