Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-29 | [addons] allow binary addon context menu to define a table with ident parts | Alwin Esch | |
Before was only a vector with a string possible, where it was hard to identify the selected if the entry change on fly. Now becomes it possible with a std::pair to add a id string or a id number. | |||
2017-08-29 | [addons] allow binary addon window the "Show" usage. | Alwin Esch | |
Before was a Show equal with a DoModal. | |||
2017-08-29 | [addons] change a documentation string with "Favorites" to "Favourites" | Alwin Esch | |
2017-08-29 | [addons] add multi select dialog to binary addon interface | Alwin Esch | |
This was missing before, also become the normal select another interface function where a SSelectionEntry can be used. | |||
2017-08-29 | [PVR][settings] Make epg.lingertime an official setting, remove the ↵ | Kai Sommerfeld | |
respective advanced setting. | |||
2017-08-29 | [addons] fix numeric and text keyboards on empty strings | Alwin Esch | |
If a input text become returned empty was without them the present string not cleared. | |||
2017-08-29 | [addons] add header check for new gui interface | Alwin Esch | |
2017-08-29 | [addons] cleanup audio engine | Alwin Esch | |
This change the addon audio interface "C" parts to right style, also some clean up and a fix. | |||
2017-08-29 | FIX: [addons] cast 'lastinsertid' to int | Chris Koying Browet | |
2017-08-29 | FIX: [addons] clarify repo creation | Chris "Koying" Browet | |
2017-08-29 | [addons] add pts on CAddonAEStream::AddData addon function | Alwin Esch | |
The PTS is needed for streams who go not with right time flow. Was also predefined on Kodi Site and only the pass of value added to addon. | |||
2017-08-28 | [PVR] Fix CAddonEpgTag ctor (c/p error in previous commit). | Kai Sommerfeld | |
2017-08-28 | [PVR] Coverity: Fix CID174857 (WRAPPER_ESCAPE). | Kai Sommerfeld | |
2017-08-25 | [PVR] Refactor and cleanup addon epg callback handling. | Kai Sommerfeld | |
2017-08-24 | [PVR][addons] PVR Addon API 5.7.0: Implementation: Remove ↵ | Kai Sommerfeld | |
EPG_TAG::iChannelNumber, Add EPG_TAG::iUniqueChannelId, Change EpgEventStateChange signature. | |||
2017-08-24 | [PVR][addons] PVR Addon API 5.7.0: Implementation: New API function ↵ | Kai Sommerfeld | |
IsEPGTagPlayable and GetEPGStreamProperties. | |||
2017-08-24 | [PVR][addons] PVR Addon API 5.7.0: Implementation: New API function ↵ | Kai Sommerfeld | |
IsEPGTagRecordable. | |||
2017-08-24 | [PVR][addons] PVR Addon API 5.7.0: New functions for EPG tags and EPG_TAG ↵ | Kai Sommerfeld | |
cleanup. | |||
2017-08-18 | Add EFlags to inputstream API interface | peak3d | |
2017-08-17 | make classes non-copyable c++11 style | Arne Morten Kvarving | |
2017-08-17 | mark classes with pointer members non-copyable | Arne Morten Kvarving | |
2017-08-16 | Merge pull request #12658 from tamland/drop_lang_migration | tamland | |
[lang] remove language add-on migration code | |||
2017-08-16 | Merge pull request #12675 from notspiff/mark_explicit | Martijn Kaijser | |
mark constructors explicit | |||
2017-08-16 | Merge pull request #12679 from peak3d/openstream | Markus Pfau | |
bool return value in Inputstream::OpenStream() to allow reset of demuxstreams | |||
2017-08-16 | bool return value in Inputstream::OpenStream() to allow reset of demuxstreams | peak3d | |
2017-08-15 | Merge pull request #12677 from ksooo/pvr-cleanup-2 | Kai Sommerfeld | |
[PVR] Another round of code cleanup | |||
2017-08-15 | Merge pull request #12648 from xhaggi/save-skin-settings-on-window-quit | Martijn Kaijser | |
[addons] save skin settings after they get changed | |||
2017-08-15 | mark constructors explicit | Arne Morten Kvarving | |
to avoid unexpected implicit casts, and to shut cppcheck up | |||
2017-08-14 | [PVR] *.cpp: header file include reshuffle. | Kai Sommerfeld | |
2017-08-14 | Merge pull request #12659 from tamland/addon_version_logging | Martijn Kaijser | |
[addons] log version of installed addons | |||
2017-08-13 | [PVR] PVR Addon API 5.6.0: Implementation. | Kai Sommerfeld | |
2017-08-13 | [PVR] PVR Addon API 5.6.0: Replace GetLiveStreamURL() by ↵ | Kai Sommerfeld | |
GetChannelStreamProperties(). Add GetRecordingStreamProperties(). Remove PVR_RECORDING::m_strStreamURL. | |||
2017-08-12 | [addons] add some debug logging | Thomas Amland | |
2017-08-12 | [addons] log id/version of installed addons | Thomas Amland | |
2017-08-11 | set cpluff log level to warning | Thomas Amland | |
2017-08-10 | [lang] drop migration to language add-ons | Thomas Amland | |
2017-08-10 | Merge pull request #12631 from Rechi/cleanupWarnings | Rechi | |
[cleanup] silence compiler warnings | |||
2017-08-10 | [addons] save skin settings after they get changed | xhaggi | |
2017-08-08 | Merge pull request #12588 from notspiff/prefer_c++_casts | Martijn Kaijser | |
prefer c++ style casts | |||
2017-08-07 | binary addons: do not export local class | Rainer Hochecker | |
2017-08-06 | [cleanup] silence ignored qualifiers value warnings | Rechi | |
'const' type qualifier on basic type returns has no effect | |||
2017-08-04 | Merge pull request #12609 from ksooo/pvr-api-5-5-0-serieslink-support | Kai Sommerfeld | |
[PVR][addons] PVR API 5.5.0: Add support for series link based series recordings, ... | |||
2017-08-04 | pvr: implement ITimes and add required functions to addon interface | Rainer Hochecker | |
2017-08-03 | Fix preprocessor warning: Visualization.cpp:42:15: Extra tokens at end of ↵ | Kai Sommerfeld | |
#ifdef directive. | |||
2017-08-03 | [PVR] API 5.5.0: Remove unused function GetChannelSwitchDelay. | Kai Sommerfeld | |
2017-08-03 | [PVR] PVR API 5.5.0: Add support for series link based series recordings. | Kai Sommerfeld | |
2017-08-02 | prefer c++ style casts | Arne Morten Kvarving | |
2017-08-02 | [win32] drop `HAS_DX` define where it's not needed. | Anton Fedchin | |
2017-08-02 | [win32] drop `TARGET_WIN10`, use `TARGET_WINDOWS_STORE` instead | Anton Fedchin | |
2017-08-02 | Merge pull request #12607 from ksooo/pvr-fix-dynpath-item-playback | Kai Sommerfeld | |
[PVR] Fix and refactor PVR internal 'playing' states after removal of… |