aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Expand)Author
2010-09-09merged: r33383,r33386 from webinterface branchjmarshallnz
2010-09-06changed: remove unused nfoscrape scraper code. part of ticket #10078. thanks ...spiff_
2010-09-06added: comments to CScraper::Run. part of ticket #10078. thanks to dbrobinsspiff_
2010-08-29changed: ScraperInUse to take the ID rather than the ScraperPtrjmarshallnz
2010-08-26fixed: empty scraper extension attributesvdrfan
2010-08-24fixed: update/fetch addon repositories on startup. fixes empty addons lists a...vdrfan
2010-08-22changed: Ensure settings are loaded prior to updating one. Fixes #9938.jmarshallnz
2010-08-16added: ticket #9880 - Add presets and profile attributes to the SCR_PROPS str...spiff_
2010-08-16fixed: don't pass address to temporary (part of ticket #9880). thanks to hc232spiff_
2010-08-16fixed: memory leaks in screen savers (part of ticket #9880). thanks to hc232spiff_
2010-08-16fixed: remove stray if()spiff_
2010-08-07changed: Move constant resolving to XML load time.jmarshallnz
2010-08-07changed: Do <include> resolving recursively on XML load, rather than piecemea...jmarshallnz
2010-07-29changed: use add-on icon in toast messagesspiff_
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