aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Collapse)Author
2013-08-02cleanup sorting to (almost) get rid of the old SORT_METHOD_FOOmontellese
2013-08-01gui: always get screen resolution from graphicscontextJoakim Plate
This allows GFX to modify this info for stereo modes and calibration
2013-08-01AE: allow to register audio callback directly into engineRainer Hochecker
2013-07-28addons: fix crash by not showing "Configure" option for skinsmontellese
2013-07-25Remove unnecessary scope declared inside its own namespaceGarrett Brown
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-07-15Merge pull request #2975 from Fice/emptydavilla
Prefer empty() over size()
2013-07-15Prefer empty() over size()Fice
2013-07-09fix missing initialization of new codec cb helperRainer Hochecker
2013-07-09Merge pull request #2933 from afedchin/fix_pvr_addon_sliderLars Op den Kamp
[pvr] fix: CAddonCallbacksAddon::GetAddonSetting doesn't returns slider setting value.
2013-07-09added callback methods for binary add-ons to get codec id information from ↵Lars Op den Kamp
XBMC, so the dep on avcodec.h can be removed. only IDs used by pvr.hts and pvr.vdr.vnsi have been included
2013-07-08Merge pull request #2846 from Montellese/multi_language_addonsSascha Montellese
language agnostic script invocation
2013-07-03[pvr] fix: CAddonCallbacksAddon::GetAddonSetting doesn't returns slider ↵Anton Fedchin
setting value.
2013-07-01use CScriptInvocationManager instead of XBPythonmontellese
2013-06-29removed: BackGroundInfo Loader multithreading (no longer needed)arnova
2013-06-14[cosmetic] Fix variable name to match name declared in header and parent ↵Garrett Brown
constructor
2013-06-11Add #include guards for HAS_PYTHONGarrett Brown
This fixes compile of Addon.cpp and Weather.cpp if HAS_PYTHON is not defined
2013-06-08Use the new HasExtension(..) functionRawk
2013-06-08[pvr] bump API version to 1.8.0 and sync add-onsLars Op den Kamp
2013-06-07Merge remote-tracking branch 'fetzerch/menuhook-item' into june_window. ↵Lars Op den Kamp
closes #2812
2013-06-04Merge pull request #2820 from Fice/dnd_favourites_dirjmarshallnz
[RFC] convert CFavourites into CFavouritesDirectory
2013-06-04Merge pull request #2822 from davilla/die_LINUX-diedavilla
Die linux die
2013-06-04[RFC] convert CFavourites into CFavouritesDirectoryFice
2013-06-03reindentspiff
2013-06-03added: support python based add-on installersspiff
these are called as a vfs plugin with parameters.
2013-06-03changed: allow libname for hidden extension pointsspiff
needed for repository add-ons
2013-06-02changed, use TARGET_xxx, die _LINUX diedavilla
2013-06-02pvr: Pass selected item to menu hooksChristian Fetzer
Currently it is not possible to retrieve any information about the selected item in the addon's menu hook callback. Therefore menu hooks can only trigger actions per category, but not per item. This patch removes this limitation by extending CallMenuHook with an item parameter representing the type (PVR_MENUHOOK_CAT) and the data of the currently selected item. The type PVR_MENUHOOK_UNKNOWN indicates that no selection is available (as for settings hooks).
2013-05-15remove unused methods from CSettingsmontellese
2013-05-07Remove AddFileFolder(..) without return valueRawk
2013-05-01settings: replace CSettings and CGUISettings with new CSettingsmontellese
2013-05-02[musicdb] musicdb restructure for musicbrainz artist IDs - remove ↵night199uk
artist/album ID from CSong and place into artist/album, rewrite the info scanner music database and gui windows, and update the scanners and scrapers to support musicbrainz ID resolution
2013-04-16Allow dashes in music videos on the first passLee Pollock
2013-04-10Add missing thread names, improve existing thread namesDag Wieers
This extends on the work of PR #2323. Since thread names are limited to 15 characters, we reduced the length of the name (removing starting C, get rid of spaces, remove trailing Thread, ...) where it made sense. ``` xbmc02:~ # pstree -p 715 xbmc.bin(715)-+-{EPGUpdater}(798) |-{EventServer}(790) |-{PeripheralBus}(778) |-{PeripheralBus}(779) |-{PVRAddon}(800) |-{PVRAddon}(932) |-{PVRGUIInfo}(933) |-{PVRManager}(799) |-{SoftAE}(777) |-{TCPServer}(791) |-{XBPython}(783) |-{XBPython}(784) |-{XBPython}(786) |-{XBPython}(787) |-{XBPython}(955) |-{XBPython}(972) `-{xbmc.bin}(792) ``` I would like to see more specific names for XBPython, PeripheralBus and PVRAddon. And also get rid of the remaining xbmc.bin thread name.
2013-04-07settings: move some settings to CGUISettingsmontellese
2013-04-07settings: move some more settings to CAdvancedSettingsmontellese
2013-04-06remove unnecessary includesspiff
2013-04-06Merge pull request #2022 from ronie/skin-startupArne Morten Kvarving
Always load Startup.xml
2013-04-04cosmetics: cleanup unused Settings.h includesmontellese
2013-04-01settings: move resolution/calibration settings to CDisplaySettingsmontellese
2013-04-01settings: move source settings into CMediaSourceSettingsmontellese
2013-04-01ADD: No-Op scraper support to allow nfo based only libraryChris \"Koying\" Browet
2013-03-31fixed: avoid spurious dependencies for utils/CharsetConverter.hspiff
from 200 files rebuilt to 56 (144 spurious)
2013-03-26Fixed: CAddon::HasSettings() was broken after a call to ↵Garrett Brown
CAddon::SaveSettings() on creation of user settings
2013-03-24Merge pull request #2456 from FernetMenta/addonguijmarshallnz
addongui: fix fallback method if addon does not provide a skin file for ...
2013-03-24Only add to preDeps when it's not in there.ulion
2013-03-23fixed: addoninstaller unguarded null pointer after ↵Voyager1
b0825b1a212849e52fca27409ea87e81591f7cf4
2013-03-21fixed: prevent infinite loop in add-on dependency checksspiff
2013-03-18addongui: fix fallback method if addon does not provide a skin file for ↵xbmc
current skin
2013-03-16changed: split off window id's to separate filespiff
Key.h rebuilds from 291 to 129 (232 for new file) => 60 spurious rebuilds killed