aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Collapse)Author
2018-11-01[PVR][settings] Get rid of CSettings' and CSettingConditions' PVR dependencies.Kai Sommerfeld
2018-10-31[addons] remove CAddonDll::GetSetting() is calling the parent onlyAlwin Esch
2018-10-31[python-scrapers] extended music artworkronie
2018-10-28Merge pull request #14702 from garbear/ignore-broken-addonsMartijn Kaijser
Addons: Don't consider broken add-ons installable
2018-10-28Merge pull request #14724 from enen92/removedpythonfunctionsMartijn Kaijser
[Docs] Cleanup removed methods and style fixes
2018-10-28Merge pull request #14621 from notspiff/allow_numberMartijn Kaijser
Allow number
2018-10-26[Docs] Cleanup removed methods and style fixesenen92
2018-10-25Input: Move action source files to 'input/actions/' subfolderGarrett Brown
2018-10-24Addons: Replaced broken test with new derived methodGarrett Brown
2018-10-24Addons: Don't consider broken add-ons installableGarrett Brown
This change is motivated by the "Get all" button in the controller dialog. Before this change, it would show and install broken add-ons. After this change, such add-ons are excluded.
2018-10-21Game API v1.1.0: Add feature names to controller layoutsGarrett Brown
This change expands the existing controller layout with vectors of names for the various types of features on each controller. The API has been modified to report controller layouts using a dedicated function, which is called after the input topology is loaded. Other API calls have been simplified to just pass controller ID instead of the full layout.
2018-10-21Game API v1.0.39: Start controller and port addresses with "/"Garrett Brown
Before: 1/game.controller.snes.multitap/2 After: /1/game.controller.snes.multitap/2
2018-10-21Game API: [cosmetic] Fix leading whitespaceGarrett Brown
2018-10-21[addons] force a repo refresh (ignore checksum) if repo version changedRechi
2018-10-17fixed: old rangeofnum settings are converted to numberArne Morten Kvarving
allow this for integers for backwards compatibility
2018-10-17[PVR] Fix CID 188792: Memory - illegal accesses (WRAPPER_ESCAPE).Kai Sommerfeld
2018-10-16Merge pull request #14584 from enen92/rendercapturedoxyMartijn Kaijser
[docs] Properly document Python API removed functions in changelog
2018-10-16Merge pull request #14618 from ksooo/pvr-client-munu-hooksKai Sommerfeld
[PVR] Integrate client menu hooks into context menu system
2018-10-15[PVR] Integrate PVR client menu hooks into context menu system.Kai Sommerfeld
2018-10-15[PVR] Refactor client menu hooks.Kai Sommerfeld
2018-10-15[pvr] fix EPG crash and recording errors produced by not present data on ↵Alwin Esch
addon call Found during my rework a crash produced by addon call of `PVR::CPVRClient::IsRecordable(std::shared_ptr<PVR::CPVREpgInfoTag const> const&, bool&) const` where "strGenreDescription" on EPG_TAG was not set and has produced a crash by try to read them. Further I seen also on PVR_RECORDING some values not set from Kodi by call to addon with them. This change here has fixed the faults by me.
2018-10-13Merge pull request #14548 from ace20022/fix_doxyMartijn Kaijser
[doxy][addons] Sync doxygen documentation with code changes.
2018-10-12[doxy][addons] Sync doxygen documentation with code changes, like ↵ace20022
renamed/removed/added parameters. Add return descriptions and remove an obsolete method.
2018-10-12[docs] Document removed python API functions (RenderCapture)enen92
2018-10-12Merge pull request #14575 from ace20022/cleanup_includesAndreas Zelend
Cleanup includes - Part 2
2018-10-11[addons] add architecture dependent platform stringsRechi
2018-10-10[docs] Group xbmcdrm with the other python modulesenen92
2018-10-10[addons] Cleanup includes.ace20022
2018-10-09Merge pull request #14499 from peak3d/codecMarkus Pfau
Add fourcc, colorspace and colorrange to inputstream API
2018-10-08[docs] Reverse order of revisions for Python and Skinning to have pages with ↵Martijn Kaijser
latest changes first
2018-10-07Eliminate CServiceBroker::GetSettings(); use ↵Kai Sommerfeld
CServiceBroker::GetSettingsComponent()->GetSettings() instead.
2018-10-07Eliminate g_advancedSettings macro.Kai Sommerfeld
2018-10-06Merge pull request #14509 from DaVukovic/documentationMartijn Kaijser
[Docs] Add documentation for Window IDs
2018-10-05[Docs] Add documentation for Window IDsUnknown
Update window name after PR 14496 Merge pull request #1 from garbear/documentation Update window name after PR 14496
2018-10-04[docs] add skinning changelog tagsMartijn Kaijser
2018-10-03Add PVR_TIMER_TYPE_SUPPORTS_READONLY_DELETE flag to allow an otherwise ↵djp952
read-only timer to be deleted via Kodi
2018-09-30Add fourcc, colorspace and colorrange to inputstream APIpeak3d
2018-09-22[PVR] Fix accidentally introduced PVR Addon API incompatibility.Kai Sommerfeld
2018-09-20[PVR] Fetch EPG tags for timers if timer start not in configured EPG window.Kai Sommerfeld
2018-09-12[modernize][addons] range-based loopsRechi
2018-09-11[PVR] PVR addon API documentation updates and fixes.Kai Sommerfeld
2018-09-08CServiceBroker: return a pointer for CSettingsLukas Rusak
2018-08-25[pvr] Calculate 'istimeshifting' UI flag using data cache core values, ↵Kai Sommerfeld
making PVR addon API function 'IsTimeshifting' absolete.
2018-08-21Service.cpp: Remove unused #includeGarrett Brown
2018-08-21AddonDLL: Remove duplicate #includeGarrett Brown
2018-08-20Addons: Fix compiler warningGarrett Brown
Warning was: General.cpp:264:10: warning: comparison of two values with different enumeration types in switch statement ('QueueMsg' and 'ADDON::queue_msg') [-Wenum-compare-switch] case QUEUE_INFO: ^~~~~~~~~~
2018-08-15Merge pull request #14296 from notspiff/auto_enableMartijn Kaijser
changed: auto-enable disabled add-ons which are dependencies of another
2018-08-15changed: auto-enable disabled add-ons which are dependencies of anotherArne Morten Kvarving
2018-08-14Merge pull request #14137 from MilhouseVH/fix_addondb_constraint_issueArne Morten Kvarving
addondb: avoid constraint violation
2018-08-07cleanup resolutions, drop resoltion info < RES_WINDOWRainer Hochecker