aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-17Delete ProBot triage configpkerling
Did not work unfortunately
2019-03-16Merge pull request #15711 from ronie/py-art-docsronie
[pyton] update docs for artwork functions
2019-03-16Merge pull request #15741 from ronie/estuary-fixsomethingronie
[estuary] fix reversed episode / tvshow title
2019-03-16Merge pull request #15755 from enen92/morecontrollerwindowfixesenen92
[GUIControllerWindow] Correctly subscribe to RepositoryUpdated events
2019-03-16Merge pull request #15756 from enen92/masterenen92
[Doxygen] Include github markdown file for code guidelines
2019-03-16[Doxygen] Include github markdown file for code guidelinesenen92
2019-03-15[GUIControllerWindow] Correctly subscribe to RepositoryUpdated eventsenen92
2019-03-15Merge pull request #15753 from enen92/pvrfixenen92
[PVR] Only trigger CPVRUpdateAddonsJob if the AddonEvent is a PVR client
2019-03-15[PVR] Only trigger CPVRUpdateAddonsJob if the AddonEvent is a PVR clientenen92
2019-03-14Merge pull request #15707 from ksooo/pvr-component-depsKai Sommerfeld
[PVR] Rework PVR component inter-dependencies
2019-03-14Merge pull request #15743 from fritsch/fixeglsyncclockPeter Frühberger
GLContextEGL: Fix wraparounds on 32 bit system
2019-03-14Merge pull request #15706 from JimmyS83/masterArne Morten Kvarving
Fixed error "Unexpected [standby_pc_on_tv_standby] setting value
2019-03-14GLContextEGL: Fix wraparounds on 32 bit systemfritsch
2019-03-14[PVR] Fix PVR inter component dependencies: changes after code review.Kai Sommerfeld
2019-03-14[PVR] Fix PVR inter component dependencies: Rework epg database dependencies.Kai Sommerfeld
2019-03-14[PVR] Fix PVR inter component dependencies: epg,epgcontainer must not depend ↵Kai Sommerfeld
on epgsearchfilter.
2019-03-14[PVR] Fix PVR inter component dependencies: epg must not depend on epgcontainer.Kai Sommerfeld
2019-03-14[PVR] Fix PVR inter component dependencies: epgtag must not depend on epg.Kai Sommerfeld
2019-03-14[PVR] Fix PVR inter component dependencies: timer must not depend on timers.Kai Sommerfeld
2019-03-14[PVR] Fix PVR inter component dependencies: remove CFileItem and CFileList ↵Kai Sommerfeld
from PVR core. Those are GUI classes using global graphics mutex, which easily can lead to deadlocks when used inside PVR core.
2019-03-14[PVR] Fix PVR inter component dependencies: channelgroup must not depend on ↵Kai Sommerfeld
channelgroups.
2019-03-14[PVR] Fix PVR inter component dependencies: channel must not depend on ↵Kai Sommerfeld
channelgroup.
2019-03-14[PVR] Fix PVR inter component dependencies: timers must not depend on ↵Kai Sommerfeld
recordings.
2019-03-14[PVR] Refactor: Get rid off some CFileItems where CPVRTimerInfoTags are ↵Kai Sommerfeld
sufficient.
2019-03-14[PVR] Fix PVR inter component dependencies: channels must not depend on timers.Kai Sommerfeld
2019-03-14[PVR] PVR inter component dependencies: channel can hold epg member; no ↵Kai Sommerfeld
expensive lookups needed to obtain epg for a channel.
2019-03-14[PVR] Fix PVR inter component dependencies: epg must not depend on channels.Kai Sommerfeld
2019-03-14[PVR] CEpgInfoTag cosmetics.Kai Sommerfeld
2019-03-14[PVR] Fix PVR inter component dependencies: epg must not depend on timers.Kai Sommerfeld
2019-03-14[PVR] Fix PVR inter component dependencies: epg must not depend on recordings.Kai Sommerfeld
2019-03-14Merge pull request #15738 from ksooo/pvr-guide-window-open-perfKai Sommerfeld
[PVR] Guide window: On first open, trigger immediate fetching of real data, not delayed.
2019-03-14[estuary] fix reversed episode / tvshow titleronie
2019-03-13[PVR] Guide window: On first open, trigger immediate fetching of real data, ↵Kai Sommerfeld
not delayed.
2019-03-13fixed: obtaining movie name for stacksArne Morten Kvarving
2019-03-12Merge pull request #15732 from peak3d/hdmiMarkus Pfau
[Android] Yet another refreshrate switch enhancement
2019-03-12[Android] Yet another refreshrate switch enhancementpeak3d
2019-03-12[posix] Handle signals by setting atomic flag instead of pop-up threadPhilipp Kerling
Thread creation in signal handlers is not safe. One of the few safe things to do is set an atomic (lock-free) flag, so do that instead. Fixes #15677
2019-03-12Enable ProBot triage botpkerling
2019-03-12Merge pull request #15643 from candrews/request-for-content-encodingpkerling
[curl] Use the response header to determine if content is encoded
2019-03-12Add ProBot triage bot configurationpkerling
2019-03-11Merge pull request #15714 from ksooo/pvr-fix-anychannel-timerrulesKai Sommerfeld
[PVR] Fix 'any channel' timer rules children not displayed.
2019-03-11Merge pull request #15713 from fritsch/4.0.3-Leia-18.2Martijn Kaijser
FFMPEG: Bump to 4.0.3-Leia-18.2
2019-03-11Merge pull request #15716 from peak3d/vpvMarkus Pfau
[VideoPlayer] Ensure video queue is not in intermediate state when flushing
2019-03-11[VideoPlayer] Ensure queue is not in intermediate state when flushingpeak3d
2019-03-11Merge pull request #15719 from peak3d/dropMarkus Pfau
[Android] Don't signal END_OF_STREAM if dropping packets
2019-03-11[Android] Don't signal END_OF_STREAM if dropping packetspeak3d
2019-03-10[PVR] Fix 'any channel' timer rules children not displayed.Kai Sommerfeld
2019-03-10GUIWindowManager - wait for the closing animation to finish when closing a ↵Memphiz
window sync only when GUI is rendered Declare GetRenderGUI in IWIndowManagerCallback and adjust method in CApplication subclass to override, so callback can determine if render GUI is enabled
2019-03-10Fixed error "Unexpected [standby_pc_on_tv_standby] setting valueJimmyS83
message" when using "Ignore" for standby_pc_on_tv_standby. https://github.com/xbmc/xbmc/issues/15698
2019-03-10FFMPEG: Bump to 4.0.3-Leia-18.2fritsch