Age | Commit 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 only | Alwin Esch | |
2018-10-31 | [python-scrapers] extended music artwork | ronie | |
2018-10-28 | Merge pull request #14702 from garbear/ignore-broken-addons | Martijn Kaijser | |
Addons: Don't consider broken add-ons installable | |||
2018-10-28 | Merge pull request #14724 from enen92/removedpythonfunctions | Martijn Kaijser | |
[Docs] Cleanup removed methods and style fixes | |||
2018-10-28 | Merge pull request #14621 from notspiff/allow_number | Martijn Kaijser | |
Allow number | |||
2018-10-26 | [Docs] Cleanup removed methods and style fixes | enen92 | |
2018-10-25 | Input: Move action source files to 'input/actions/' subfolder | Garrett Brown | |
2018-10-24 | Addons: Replaced broken test with new derived method | Garrett Brown | |
2018-10-24 | Addons: Don't consider broken add-ons installable | Garrett 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-21 | Game API v1.1.0: Add feature names to controller layouts | Garrett 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-21 | Game 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-21 | Game API: [cosmetic] Fix leading whitespace | Garrett Brown | |
2018-10-21 | [addons] force a repo refresh (ignore checksum) if repo version changed | Rechi | |
2018-10-17 | fixed: old rangeofnum settings are converted to number | Arne 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-16 | Merge pull request #14584 from enen92/rendercapturedoxy | Martijn Kaijser | |
[docs] Properly document Python API removed functions in changelog | |||
2018-10-16 | Merge pull request #14618 from ksooo/pvr-client-munu-hooks | Kai 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-13 | Merge pull request #14548 from ace20022/fix_doxy | Martijn 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-12 | Merge pull request #14575 from ace20022/cleanup_includes | Andreas Zelend | |
Cleanup includes - Part 2 | |||
2018-10-11 | [addons] add architecture dependent platform strings | Rechi | |
2018-10-10 | [docs] Group xbmcdrm with the other python modules | enen92 | |
2018-10-10 | [addons] Cleanup includes. | ace20022 | |
2018-10-09 | Merge pull request #14499 from peak3d/codec | Markus 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-07 | Eliminate CServiceBroker::GetSettings(); use ↵ | Kai Sommerfeld | |
CServiceBroker::GetSettingsComponent()->GetSettings() instead. | |||
2018-10-07 | Eliminate g_advancedSettings macro. | Kai Sommerfeld | |
2018-10-06 | Merge pull request #14509 from DaVukovic/documentation | Martijn Kaijser | |
[Docs] Add documentation for Window IDs | |||
2018-10-05 | [Docs] Add documentation for Window IDs | Unknown | |
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 tags | Martijn Kaijser | |
2018-10-03 | Add PVR_TIMER_TYPE_SUPPORTS_READONLY_DELETE flag to allow an otherwise ↵ | djp952 | |
read-only timer to be deleted via Kodi | |||
2018-09-30 | Add fourcc, colorspace and colorrange to inputstream API | peak3d | |
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 loops | Rechi | |
2018-09-11 | [PVR] PVR addon API documentation updates and fixes. | Kai Sommerfeld | |
2018-09-08 | CServiceBroker: return a pointer for CSettings | Lukas 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-21 | Service.cpp: Remove unused #include | Garrett Brown | |
2018-08-21 | AddonDLL: Remove duplicate #include | Garrett Brown | |
2018-08-20 | Addons: Fix compiler warning | Garrett 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-15 | Merge pull request #14296 from notspiff/auto_enable | Martijn Kaijser | |
changed: auto-enable disabled add-ons which are dependencies of another | |||
2018-08-15 | changed: auto-enable disabled add-ons which are dependencies of another | Arne Morten Kvarving | |
2018-08-14 | Merge pull request #14137 from MilhouseVH/fix_addondb_constraint_issue | Arne Morten Kvarving | |
addondb: avoid constraint violation | |||
2018-08-07 | cleanup resolutions, drop resoltion info < RES_WINDOW | Rainer Hochecker | |