aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Collapse)Author
2012-09-05Fix missing return value checks in MultiPathDirectory.cpp and Repository.cppKyle Hill
2012-09-05Fix use of pointer to freed internals of a temporaryKyle Hill
2012-09-05Fix possible NULL pointer dereference in GUIDialogAddonSettingsKyle Hill
2012-09-05[cosmetics] fix some warningsmontellese
2012-09-05[pvr] added PVR support to XBMC (taken from ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
2012-08-28Fix reversed NULL pointer check.Kyle Hill
This NULL pointer check does not check for a NULL return from malloc() before dereferencing the pointer.
2012-08-23Make PartyModeManager.cpp and AddonDatabase.cpp compatible with STL from VS2012Karlson2k
2012-08-12Fix visualization freezes if user goes to main menu while playing song with ↵classicspam
Milkdrop and stops music. ProjectM fixes crash in same scenario.
2012-08-08[droid] create android addon platform filterCory Fields
2012-08-08[droid] Create setting for addon path for androidCory Fields
2012-08-08[droid] look for libs in our new locationCory Fields
2012-08-08added: set a content_type parameter for multi-content plugins/scriptsspiff
plugins/scripts providing multiple contents can use this to see the context they are called under and (choose to) only provide the appropriate content
2012-08-08cosmeticsspiff
2012-08-03Only log about stopping or destroying a DLL if it was actually stopped or ↵Garrett Brown
destroyed
2012-08-03Enable python-based screensaversGarrett Brown
- Extension point needs to be "xbmc.ui.screensaver" - Python script needs to exit itself after receiving an onScreensaverDeactivated announcement - If a script doesn't exit itself in 5 seconds, it will be stopped by force *Based on dersphere's implementation
2012-08-01[keyboard] - change all occurences of GUIDialogKeyboard to the new approach ↵Memphiz
and removed unneeded keyboard includes
2012-07-27cosmetic: removed superfluous dialog includesvdrfan
2012-07-24changed: minimize URL.h header pollutionspiff
2012-07-22Merge pull request #1198 from cptspiff/lessdepsArne Morten Kvarving
Clean up build dependencies by removing unnecessary includes
2012-07-22changed: make CApplicationMessenger a singleton instead of a CAppliction memberspiff
- more in line with other code - simpler syntax - helps minimize the taint of Application.h all over
2012-07-22Fix reads from Transfer-Encoding: chunked servers.Glenn Maynard
There's no Content-Length in this mode, so GetLength() returns 0.
2012-07-22remove unnecessary includesspiff
2012-07-22fix addon settings dialog not resetting correctly on unloadJonathan Marshall
2012-07-12fixed: regression of 6010dded6aa59a2f1e6b5413f11eb4d4b7a1f01fWiSo
2012-07-08silence compiler warning in CAddonDllmontellese
2012-07-08Merge pull request #1136 from ↵Arne Morten Kvarving
PartialGestalt/6010dded6aa59a2f1e6b5413f11eb4d4b7a1f01f [Fix for 13160] Update supported settings types in AddonDll.h
2012-07-08Resync CAddonDll::TransferSettings types with corePartialGestalt
2012-07-08cosmetics: align codeJonathan Marshall
2012-07-08no need for begin/commit transaction in the derived UpdateOldVersion()'sJonathan Marshall
2012-07-03Merge pull request #1093 from ScudLee/trustscraperArne Morten Kvarving
Don't correct episode numbering from scraper
2012-06-27fix empty genre being displayed during artist scrapingmontellese
2012-06-19Don't correct episode numbering from scraperLee Pollock
2012-06-19Remove unused parameter (orphaned in early 2010 (553d21336) due to new addon ↵Garrett Brown
framework)
2012-06-09move from the old library sorting (in SSortFileItem) to the new ↵montellese
implementation (in SortUtils)
2012-06-06[osx/ios/atv2] - replace all __APPLE__ (even in conjunction with __arm__) ↵Memphiz
definitions with the correct TARGET_DARWIN* definitions.
2012-06-03fixed: empty chains would be pass the previous contents of $$1spiff
2012-05-18[gettext] define use of the English string file, as the source language file.alanwww1
2012-05-10Merge pull request #37 from Fneufneu/freebsdFneufneu
add FreeBSD support
2012-05-10[AE] visualisations: change AudioData to use floatsGeoffrey McRae
2012-05-07fixed: logic errorspiff
2012-05-07[FreeBSD] move FreeBSDGNUReplacements to a freebsd folderFneufneu
2012-05-07FreeBSD: include FreeBSDGNUReplacements.h where it's neededFneufneu
2012-05-03Merge pull request #918 from jmarshallnz/more_texture_cache_shenanigansjmarshallnz
Texture cache changes to prepare for various new features
2012-05-03Use system implementation of tinyxml instead of internal implementation.Andres Mejia
2012-05-04[gettext] implemented ID based gettext PO file support, with fallback to XMLalanwww1
2012-05-02invalidate addon art when the repository updatesJonathan Marshall
2012-05-02addon listings should use the program thumb loaderJonathan Marshall
2012-04-15added: option to filter out foreign language add-ons in the add-on browser.spiff
English add-ons are always included. Setting defaults to false
2012-04-13added: <language> field to xbmc.metadata extension pointspiff
allows specifying the language(s) of the content the add-on provides
2012-04-06Merge pull request #658 from jmarshallnz/getdirectory_flagsjmarshallnz
Getdirectory: Use flags rather than a bunch of bools