aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Collapse)Author
2017-08-29[addons] allow binary addon context menu to define a table with ident partsAlwin 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 interfaceAlwin 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 stringsAlwin 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 interfaceAlwin Esch
2017-08-29[addons] cleanup audio engineAlwin Esch
This change the addon audio interface "C" parts to right style, also some clean up and a fix.
2017-08-29FIX: [addons] cast 'lastinsertid' to intChris Koying Browet
2017-08-29FIX: [addons] clarify repo creationChris "Koying" Browet
2017-08-29[addons] add pts on CAddonAEStream::AddData addon functionAlwin 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-18Add EFlags to inputstream API interfacepeak3d
2017-08-17make classes non-copyable c++11 styleArne Morten Kvarving
2017-08-17mark classes with pointer members non-copyableArne Morten Kvarving
2017-08-16Merge pull request #12658 from tamland/drop_lang_migrationtamland
[lang] remove language add-on migration code
2017-08-16Merge pull request #12675 from notspiff/mark_explicitMartijn Kaijser
mark constructors explicit
2017-08-16Merge pull request #12679 from peak3d/openstreamMarkus Pfau
bool return value in Inputstream::OpenStream() to allow reset of demuxstreams
2017-08-16bool return value in Inputstream::OpenStream() to allow reset of demuxstreamspeak3d
2017-08-15Merge pull request #12677 from ksooo/pvr-cleanup-2Kai Sommerfeld
[PVR] Another round of code cleanup
2017-08-15Merge pull request #12648 from xhaggi/save-skin-settings-on-window-quitMartijn Kaijser
[addons] save skin settings after they get changed
2017-08-15mark constructors explicitArne 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-14Merge pull request #12659 from tamland/addon_version_loggingMartijn 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 loggingThomas Amland
2017-08-12[addons] log id/version of installed addonsThomas Amland
2017-08-11set cpluff log level to warningThomas Amland
2017-08-10[lang] drop migration to language add-onsThomas Amland
2017-08-10Merge pull request #12631 from Rechi/cleanupWarningsRechi
[cleanup] silence compiler warnings
2017-08-10[addons] save skin settings after they get changedxhaggi
2017-08-08Merge pull request #12588 from notspiff/prefer_c++_castsMartijn Kaijser
prefer c++ style casts
2017-08-07binary addons: do not export local classRainer Hochecker
2017-08-06[cleanup] silence ignored qualifiers value warningsRechi
'const' type qualifier on basic type returns has no effect
2017-08-04Merge pull request #12609 from ksooo/pvr-api-5-5-0-serieslink-supportKai Sommerfeld
[PVR][addons] PVR API 5.5.0: Add support for series link based series recordings, ...
2017-08-04pvr: implement ITimes and add required functions to addon interfaceRainer Hochecker
2017-08-03Fix 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-02prefer c++ style castsArne 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` insteadAnton Fedchin
2017-08-02Merge pull request #12607 from ksooo/pvr-fix-dynpath-item-playbackKai Sommerfeld
[PVR] Fix and refactor PVR internal 'playing' states after removal of…