aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Collapse)Author
2017-03-31AE: only expose interface to the publicRainer Hochecker
2017-03-31[AE] Replace CAEFactory with CServiceBrokerAchimTuran
2017-03-30[PVR] Factor out minimal timers container and use it instead of CPVRTimers ↵Kai Sommerfeld
when updating timers (for performance and ressource consumption reasons).
2017-03-24Merge pull request #11887 from xhaggi/pvr-manager-announcementsSascha Woo
[pvr] cleanups in PVR manager
2017-03-24Merge pull request #8008 from Montellese/rapidjsonWolfgang Schupp
JSON: replace YAJL with RapidJSON
2017-03-24[pvr] drop CPVRManager::GetInstance and use ServiceBroker directlyxhaggi
2017-03-24CJSONVariantWriter: use RapidJSON instead of yajlmontellese
2017-03-24CJSONVariantParser: use RapidJSON instead of yajlmontellese
2017-03-23Merge pull request #11824 from garbear/input-fixesGarrett Brown
[Peripherals] Fix segfault by adding some synchronization to peripheral add-ons
2017-03-23[Peripherals] Move g_peripherals to ServiceManagerGarrett Brown
2017-03-23[pvr] get rid of globals and use ServiceBroker insteadxhaggi
2017-03-21[refactor] use generic GetWindow() or GetDialog()xhaggi
2017-03-12Merge pull request #11841 from tamland/contextmenu_async_unloadtamland
[contextmenu] make reloading fully async
2017-03-11[contextmenu] unload asynchronously on addon disable and do a full reload ↵Thomas Amland
instead this implementation does not unload groups correctly (leaves empty groups)
2017-03-11[contextmenu] remove unnecessary unloadsThomas Amland
CContextMenuManager already listens for InstalledChanged events
2017-03-11language addons: add g_SkinInfo guard as a workaround to ensure these hooks ↵Thomas Amland
arent called before gui is initialized
2017-03-11language addons: remove kaitoast close hackThomas Amland
2017-02-26Merge pull request #11707 from garbear/fix-rumbleGarrett Brown
Fix rumble always enabled
2017-02-26[addons] fix InstallUpdatesAndWaitThomas Amland
bad refactoring in 02a2764de2
2017-02-20fixed: add FromProps hack for vfsentry/imagedecoderArne Morten Kvarving
this is needed to have such add-ons in repositories
2017-02-19Peripheral API v1.3.1 - Expose rumble and power off capabilitiesGarrett Brown
2017-02-20Merge pull request #11678 from notspiff/no_limiting_kthxronie
changed: disable hardcoded musicbrainz rate limiting for python scrapers
2017-02-19[binary add-ons] Const-correctness in xbmc_addon_cpp_dll.hGarrett Brown
2017-02-19[addons] fix notification setting (should not hide feedback on manual ↵Thomas Amland
install) and set it to off by default
2017-02-19[addons] fix install notification messageThomas Amland
2017-02-19[addons] always show auto-disable notification regardless of settingThomas Amland
2017-02-19spelling: [API] GetMininumGameAPIVersionJosh Soref
Bumps API version
2017-02-16[PVR] CPVRClient is gui code free, finally (removed lots of dead code, btw).Kai Sommerfeld
2017-02-16[PVR] Cosmetics: Rename CPVRClient::HaveMenuHooks to CPVRClient::HasMenuHooks.Kai Sommerfeld
2017-02-16changed: disable hardcoded musicbrainz rate limiting for python scrapersnotspiff
2017-02-15Merge pull request #11664 from tamland/addons_broken_2Martijn Kaijser
[addons] auto-disable broken addon on update
2017-02-14Merge pull request #11632 from notspiff/fix_mbrainz_resolutionMartijn Kaijser
Fix musicbrainz resolution with python based scrapers
2017-02-14Merge pull request #11601 from notspiff/allow_slider_controlsMartijn Kaijser
added: allow using slider controls in visibility conditions
2017-02-14Merge pull request #11635 from jsoref/spelling-methodsMartijn Kaijser
spelling: methods
2017-02-12[addons] auto-disable broken addons after updateThomas Amland
2017-02-12[addons] remove non-functioning broken status codeThomas Amland
2017-02-12[addons] add isAutoUpdate flag to install jobThomas Amland
2017-02-12[addons] dont prevent installation of addons marked broken in addonmgrThomas Amland
this is a soft flag and should be handled in gui layer
2017-02-12[addons] fix query. broken table is unused and not updated anymoreThomas Amland
2017-02-10explicitly pass rrefs for move semanticsnotspiff
should quell PASS_BY_VALUE warnings from coverity also zero initialize member struct to quell a (harmless) UNINIT_CTOR warning
2017-02-07automatic addition of image extensions from addonsnotspiff
2017-02-07support for image decoder add-onsnotspiff
2017-02-07fixed: mbrainz resolution using python based scrapersArne Morten Kvarving
2017-02-06Remove generated fileGarrett Brown
2017-02-05Merge pull request #11380 from fetzerch/sram-masterGarrett Brown
[games] Implement in-game saves
2017-02-05Merge pull request #11418 from phate89/add_python_funcsphate89
Add the missing bits to fully add details to a video ListItem
2017-02-05[python] add addAvailableThumb()phate89
2017-02-05[python] add setAvailableFanart()phil65
2017-02-02Merge pull request #11571 from garbear/fix-axesGarrett Brown
Fix analog stick/trigger "sticking" bug
2017-02-01added: allow using slider controls in visibility conditionsnotspiff