aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Collapse)Author
2010-09-09merged: r33383,r33386 from webinterface branchjmarshallnz
added: extension point for web interfaces fixed: forgotten file git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33648 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-06changed: remove unused nfoscrape scraper code. part of ticket #10078. thanks ↵spiff_
to dbrobins git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33565 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-06added: comments to CScraper::Run. part of ticket #10078. thanks to dbrobinsspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33564 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-29changed: ScraperInUse to take the ID rather than the ScraperPtrjmarshallnz
added: Addon::IsInUse() to check for in-use addons. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33290 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-26fixed: empty scraper extension attributesvdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33164 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-24fixed: update/fetch addon repositories on startup. fixes empty addons lists ↵vdrfan
after hitting "Get more.." links without an initial fetch (thanks jmarshall) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33084 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-22changed: Ensure settings are loaded prior to updating one. Fixes #9938.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33033 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-16added: ticket #9880 - Add presets and profile attributes to the SCR_PROPS ↵spiff_
struct. thanks to hc232 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32834 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-16fixed: don't pass address to temporary (part of ticket #9880). thanks to hc232spiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32833 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-16fixed: memory leaks in screen savers (part of ticket #9880). thanks to hc232spiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32832 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-16fixed: remove stray if()spiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32816 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-07changed: Move constant resolving to XML load time.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32567 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-07changed: Do <include> resolving recursively on XML load, rather than ↵jmarshallnz
piecemeal throughout the loading process. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32565 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-29changed: use add-on icon in toast messagesspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32308 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-18changed: Show plugins and scripts under "<content> Add-ons" headings in the ↵jmarshallnz
addon manager for consistency. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31943 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-18added: Ability to store extra information about addons in the addons ↵jmarshallnz
database, and utilize this for plugin and script <provides> git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31942 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-18changed: sanitize the cpluff logging levelsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31941 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-18fixed: Make sure ADDON_SCRIPT uses CPluginSource so that Provides worksjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31940 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-17added: ticket #9633 - "addons://outdated/" for listing all Add-ons with ↵spiff_
updates available. thanks to montellese git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31878 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-16fixed: nfo files were partially broken for videos, and completely broken for ↵spiff_
music since add-on merge git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31854 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-13changed: process <url> and <chain> elements in the order they appear in the ↵spiff_
xml. important when these are combined and clearbuffers is utilized git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31767 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-10fixed: Need to look for addons in special://xbmcbin/ too thanks to python ↵althekiller
stupidity. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31701 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-04added: Initial support for python module addons.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31618 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-28fixed: Ticket #9495 - Milkdrop settings unavailablejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31476 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-27fixed: Saner GetDirFromRes() - allows custom windows to load on old skins ↵jmarshallnz
that insist that PAL is still a reasonable resolution to code a skin in :) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31455 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-27added: default resolution to winxml and winxmldialog. Fixes $9464. ↵jmarshallnz
Parameters are now xml_file,fallback_path,default_skin,default_res. default_res defaults to "720p" git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31434 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-26refactor: Make the resolution translation in CSkin staticjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31421 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-26fixed: don't really need a local herespiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31411 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-26fixed: unmark addons as borkenspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31408 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-26added: ability to disable an addon in a repospiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31406 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-22removed: Code for scripts window - no longer needed as you can access ↵jmarshallnz
non-media scripts via Programs git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31299 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-21added: addon.set.default built-in to set the default for a particular addon ↵jmarshallnz
type from a button control. Thanks to spiff. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31284 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-21cleanup: scraper logging was inaccurate, plus reduce it a littlejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31274 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-20added: hand-holding for retards incapable of unticking nav soundsspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31259 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-20fixed: scraper cache was using libpath instead of idvdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31237 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-19changed: Switch back to a separate node/folder for addons in media viewsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31200 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-19cleanup: Get rid of needless additional SetRepoTimestamp after retrieving a ↵jmarshallnz
repo (it's already set in the job) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31194 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-19changed: Have UpdateRepos() use it's db member to fetch the repo timestamp ↵jmarshallnz
(saves a further db open call) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31193 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-19changed: Have GetRepoTimestamp() return the time directlyjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31192 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-19cleanup: Get rid of needless repo timestamp check in GrabAddonsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31191 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-18fixed: Don't request updates from addon repositories every 10 minutes, ↵jmarshallnz
rather every 6 hours. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31173 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-18fixed: Scraper settings were only sometimes loaded correctly from the db.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31171 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-17added: ability to run a scraper function on the contents of a buffer. return ↵spiff_
<chain function="FunctionToRun">string to parse</chain>. useful for scraper libraries git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31155 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-17changed: rename these settings. type changed. update sadspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31154 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-17changed: refactor. add a function to call the scraper instead of copying all ↵spiff_
over. the scraper parser is now a member in cscraper git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31153 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-17changed: assume scripts with no <provides> are executablejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31145 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-17added: script support to media windows. Scripts should use the same ↵jmarshallnz
extension format as plugins (i.e. the <provides> element) and they'll show up in media windows git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31143 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-17changed: Hold the addons database as a member in the AddonManager. Should ↵jmarshallnz
address #9420 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31140 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-17fixed: handle addons creation return codes without exception handlingCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31131 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-15changed: Move cache clearing to CScraper now that it has nothing to do with ↵jmarshallnz
scraper parsing. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31108 568bbfeb-2a22-0410-94d2-cc84cf5bfa90