aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-09Add useartistsortname to settings UI rather than hidden in advancedsettings.xmlDaveTBlake
2018-09-09Merge pull request #14412 from ksooo/pvr-dialog-fixesKai Sommerfeld
[PVR] trac#18025: Channel Guide Dialog and Channels OSD Dialog fixes
2018-09-09[PVR] Some code cleanup along the way.Kai Sommerfeld
2018-09-09Merge pull request #14414 from MartijnKaijser/v18.0beta3Martijn Kaijser
bump to v18.0 beta 3
2018-09-09[PVR] Refactor CGUIDialogPVRChannelGuide and CGUIDialogPVRChannelsOSD -> ↵Kai Sommerfeld
introduce base class CGUIDialogPVRItemsViewBase.
2018-09-09[PVR] CGUIDialogPVRChannelsOSD: Add context menu support.Kai Sommerfeld
2018-09-09[PVR] CGUIDialogPVRChannelGuide: Add context menu support.Kai Sommerfeld
2018-09-09bump to v18.0 beta 3Martijn Kaijser
2018-09-09Merge pull request #14396 from lrusak/csettings-pointer18.0b2-LeiaLukas Rusak
CServiceBroker: return a pointer for CSettings
2018-09-09VideoPlayer: rt streams - flush demux queue if sync error is too bigRainer Hochecker
2018-09-09Merge pull request #14407 from FernetMenta/edgeRainer Hochecker
VideoPlayer: handle dying streams during sync
2018-09-09Merge pull request #14408 from FernetMenta/readyRainer Hochecker
VideoPlayer: demuxClient, wait until video has extradata
2018-09-09[Estuary] show chinese input labels in proper positiontaxigps
2018-09-08Fix selecting parent path of plugins providing multiple typesGarrett Brown
When a plugin provides multiple types, we pass the context as a URL option, e.g. plugin://addon.id/?content_type=video. Simply removing the URL options to obtain the parent path causes us to refresh the plugin root, whereas single-type plugins will exit the plugin when ".." is selected.
2018-09-08Don't set last used add-on without IDGarrett Brown
2018-09-08Merge pull request #14395 from anxdpanic/getdynpath_external_playerRainer Hochecker
Use GetDynPath for ExternalPlayer, and playercorefactory
2018-09-08Merge pull request #14406 from ksooo/pvr-fix-epggrid-deadlockKai Sommerfeld
[PVR] Guide window: Fix deadlock.
2018-09-08Merge pull request #14394 from Rechi/addonsRechi
[addons] sync with repo
2018-09-08[addons] sync with repoRechi
2018-09-08Merge pull request #14393 from lrusak/gbm-modifiers-fixLukas Rusak
gbm: fix surface creation when no modifiers are present
2018-09-08Merge pull request #14400 from superna9999/input-LibInputTouch-single-fixLukas Rusak
input: LibInputTouch: Switch to get_seat_slot() to fix single touch device input
2018-09-08CServiceBroker: return a pointer for CSettingsLukas Rusak
2018-09-08VideoPlayer: demuxClient, wait until video has extradataRainer Hochecker
2018-09-08Merge pull request #14399 from FernetMenta/pauseRainer Hochecker
VideoPlayer: fix timeshift on demand, allow pause if no buffer exists
2018-09-08VideoPlayer: handle dying streams during syncxbmc
2018-09-08[PVR] Guide window: Fix deadlock.Kai Sommerfeld
2018-09-08VideoPlayer: fix timeshift on demand, allow pause if no buffer existsRainer Hochecker
2018-09-08Merge pull request #14373 from DaveTBlake/musicvideoinfoDave Blake
Fix show info dialog for music videos on current musicplaylist
2018-09-08Merge pull request #14402 from ksooo/coverity-fixKai Sommerfeld
[messaging] CID 1439117: Uninitialized members (UNINIT_CTOR)
2018-09-07Games: Fix error calculating savestate sizeGarrett Brown
2018-09-08WebDAV: Fix folder display names for WebDAV sources.rim
"My%20Album" -> "My Album"
2018-09-07[messaging] CID 1439117: Uninitialized members (UNINIT_CTOR)Kai Sommerfeld
: Non-static class member param3 is not initialized in this constructor nor in any functions that it calls.
2018-09-07MMALRender: Protect against divide by zeropopcornmix
This divide by zero has been observed from a logging message before pool parameters are set up
2018-09-07Merge pull request #14382 from ace20022/bd_fix_truehdAndreas Zelend
[videoplayer] [bluray] Fix playback of disc with truehd tracks in menu mode.
2018-09-07linux: input: LibInputTouch: Switch to get_seat_slot() to fix single touch ↵Neil Armstrong
device input When a single touch device is connected, the libinput_event_touch_get_slot() call returns -1. The libinput_event_touch_get_seat_slot() call is designed so return an unique slot number and is valid for single touch devices. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
2018-09-07Enable games by defaultGarrett Brown
2018-09-07Merge pull request #14383 from Memphiz/xbmchelperMemphiz
[XBMCHelper] - fixed up/down buttons on macOS 10.13.6
2018-09-06Use GetDynPath for ExternalPlayer, and playercorefactoryanxdpanic
2018-09-05gbm: fix surface creation when no modifiers are presentLukas Rusak
DRM_MOD_FORMAT_LINEAR should always be present so the modifier count should always be > 0. Before the surface would get created but was corrupted. It seems like odd behaviour but this now matches what kmscube is doing for surface creation.
2018-09-06Merge pull request #14391 from ksooo/pvr-dialogchannelguide-action-infoKai Sommerfeld
[PVR] trac#18022: Add support for ACTION_SHOW_INFO to CGUIDialogPVRChannelGuide
2018-09-06added: hand rtsps (rtsp over ssl) inputs to ffmpegArne Morten Kvarving
2018-09-05[PVR] trac#18022: Add support for ACTION_SHOW_INFO to CGUIDialogPVRChannelGuide.Kai Sommerfeld
2018-09-05EventServer/client: - added debug logging for pressed keys and translated ↵Memphiz
actions
2018-09-05[EventClient] - when updating the item of the buttonqueue - ensure to also ↵Memphiz
set m_bActive to false if key was released. (this fixes an issue were very quick release/press events are eaten because of the related logic not kicking in)
2018-09-05[XBMCHelper/osx] - bumped HIDRemote to V1.7 - fixes uncommanded short press ↵Memphiz
of up/down buttons since macos 10.13.6
2018-09-05Merge pull request #14388 from Memphiz/trac17942Memphiz
[windowing/osx] - fix double release of nsstring when no displayname can be determined
2018-09-05Merge pull request #14379 from ronie/estuary-studioKib
[Estuary] studio icon fixes
2018-09-05Merge pull request #14387 from ksooo/pvr-action-prev-nextKai Sommerfeld
[PVR][Estuary] Add support for ACTION_(PREV|NEXT)_ITEM for timeshift buffer navigation
2018-09-04[pvr] Some CPVRChannelGroup cleanup: remove unused method.Kai Sommerfeld
2018-09-04[PVR][Estuary] Add support for ACTION_(PREV|NEXT)_ITEM for timeshift buffor ↵Kai Sommerfeld
navigation.