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