aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Collapse)Author
2014-05-26Merge pull request #4761 from t-nelson/alt_incorrect_pvr_addon_disableTrent Nelson
Avoid incorrect disabling PVR addons (Alternate)
2014-05-26Merge pull request #4740 from jmarshallnz/font_manager_cleanupjmarshallnz
Font manager cleanup
2014-05-26[fonts] cleanup the skin font setting filler in the same wayJonathan Marshall
2014-05-25[addons] show all add-ons in the add-on manager, including ↵Jonathan Marshall
libraries/modules/helpers
2014-05-25[addons] adds 'Check for updates' to the root of the add-ons manager.Jonathan Marshall
2014-05-25[addons] adds LastRepoUpdate() to the add-on installerJonathan Marshall
2014-05-25[addons] change root of add-on manager to unsorted rather than sort by labelJonathan Marshall
2014-05-25[addons] adds 'never' as an option for the addon update settingJonathan Marshall
2014-05-25[addons] switch general.addonupdates to an integer setting. Skins can use a ↵Jonathan Marshall
button control for the setting instead of a toggle.
2014-05-23Merge pull request #4613 from jmarshallnz/gui_drop_backcompatronie
[guilib] Drop back compatibility code and inconsistencies
2014-05-21[PVR][ADDONS] Drop unneeded PVRAddon special caseTrent Nelson
2014-05-21[cosmetic] drop function definitions that no longer existJonathan Marshall
2014-05-21[cosmetic] drop unused functionJonathan Marshall
2014-05-21[guilib] adds APIVersion() to CSkin to determine which API version the skin ↵Jonathan Marshall
wants.
2014-05-21[addons] adds GetDependencyVersion() to CAddon - used in place of ↵Jonathan Marshall
GetXbmcApiVersionDependency
2014-05-19[addons] extend repo check to 24 hoursMartijn Kaijser
2014-05-18Merge pull request #4612 from jmarshallnz/addon_version_cleanupjmarshallnz
Addon version cleanup
2014-05-18Merge pull request #4731 from jmarshallnz/check_controlsjmarshallnz
[settings] check control types - the id's have changed so old skins crash
2014-05-18[addonversion] drop unneeded m_originalVersion memberJonathan Marshall
2014-05-18[addonversion] drop .c_str() in favour of .asString().c_str()Jonathan Marshall
2014-05-18[addonversion] adds asString() to return the reconstructed version stringJonathan Marshall
2014-05-18[addonversion] drop Print()Jonathan Marshall
2014-05-18[addonversion] have empty() use the internal members rather than ↵Jonathan Marshall
m_originalVersion
2014-05-18[addonversion] cleanup to use std::string rather than malloc/free/strdupJonathan Marshall
2014-05-18[addonversion] don't set revision to 0 if not present, set emptyJonathan Marshall
2014-05-18[addonversion] add testsJonathan Marshall
2014-05-17Merge pull request #4720 from BigNoid/addon_launch_btnMartijn Kaijser
Add button to addon info dialog to start installed addons from addonbrowser.
2014-05-17[guilib] use dynamic_cast<> when copying controls of a specific typeJonathan Marshall
2014-05-17Merge pull request #4645 from jmarshallnz/install_from_zip_not_packagesjmarshallnz
[addons] install from zip should install from the zip, not from packages
2014-05-16turn CAnnouncementManager into a singletonmontellese
2014-05-15Add button that can launch addons in from the addon info dialog.BigNoid
2014-05-07remove CGUIDialogSettings which was replaced by CGUIDialogSettingsManualBasemontellese
2014-05-07adjust CGUIDialogMediaFilter to derive from CGUIDialogSettingsManualBasemontellese
2014-05-07settings: allow to pass custom data to the setting options filler ↵montellese
implementations
2014-05-04Split out IArchivable from Archive.hRawk
2014-05-04[addons] install from zip should install from the zip, not from packages/zipJonathan Marshall
2014-05-02media: use string-based instead of enum-based MediaTypemontellese
2014-04-29Merge pull request #4595 from FernetMenta/ffmpeg2Rainer Hochecker
FFmpeg upgrade to 2.2 , remove from tree
2014-04-27ffmpeg: remove dll wrappersRainer Hochecker
2014-04-26guilib: don't abuse and redeclare SPIN_CONTROL_TYPE_FOOmontellese
2014-03-29[addons] ensure we exit the lock prior to calling PrunePackageCache() as ↵Jonathan Marshall
this takes ages, and will grab graphicscontext lock, leading to deadlocks
2014-03-19Scraper & ScraperUrl: all internal XMLs are UTF-8, don't try any other encodingKarlson2k
2014-03-15[addons] ensure we clear the disabled cache when deiniting. fixes #14970Jonathan Marshall
2014-02-24Merge pull request #4260 from jmarshallnz/addon_improvementsjmarshallnz
Addon improvements
2014-02-23[addons] ensure we reload the current skin if it's updated via a .zip file. ↵Jonathan Marshall
fixes #14890
2014-02-23[addons] notifying the user once during repo updates is enoughJonathan Marshall
2014-02-23[addons] add 'Update all' item to the available updates menuJonathan Marshall
2014-02-23[addons] allow GetAllOutdatedAddons to return the local addon versions - ↵Jonathan Marshall
useful for scheduling updates
2014-02-06[database] drop old update code from pre-Eden. Minimum versions are ↵Jonathan Marshall
video:60, music:18, addons:15
2014-02-06[cosmetics] rename GetMinVersion -> GetSchemaVersion to make it clear what ↵Jonathan Marshall
it's for