aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-22add pvr.vbox (new PVR addon)Sam Stenvall
2015-04-22AE: fix init of resampler (remapper) after flushRainer Hochecker
2015-04-21FIX: update link between movie and tv shows when saving a movies detailsAndrew Fyfe
2015-04-21Merge pull request #6992 from tamland/hide-disabled-repostamland
[addons] dont show addons from disabled repos in 'All repositories'
2015-04-21[addons] dont show addons from disabled repos in 'All repositories'Thomas Amland
2015-04-21[settings] adjusts seek steps default configurationsxhaggi
2015-04-21[pvr] copy some group properties immediately when the group is loadedSam Stenvall
from the database, otherwise the new group will be marked as "changed" a bit further down which causes all groups to be persisted every time the PVR manager starts
2015-04-21[input/touch] - when translating mapped touch events don't loose theMemphiz
actionstring so that builtin functions can be used. - fixes #15245
2015-04-20Merge pull request #6988 from FernetMenta/menuRainer Hochecker
dvdplayer: do not check buffering levels while in dvd menu
2015-04-20Merge pull request #6990 from xhaggi/builtin-fix-nullpointerSascha Woo
[builtins] fix bad access if GetWindow() is called with virtual window id
2015-04-20Merge pull request #6940 from Glenn-1990/pvr_fixSascha Woo
[PVR] fix timersettings dialog
2015-04-20Merge pull request #6951 from Paxxi/video_scannerPär Björklund
Don't treat smb connections to same machine as a local path
2015-04-20Merge pull request #6971 from FernetMenta/sync4Rainer Hochecker
dvdplayer: reduce time for initial audio sync
2015-04-20Merge pull request #6973 from tamland/li-finishtimetamland
[infomanager] add listitem.endtime support for video items
2015-04-20[gui] move check of active modals before opening a new window from CBuiltins ↵xhaggi
to CGUIWindowManager
2015-04-20[language] fix unescaped double quotesThomas Amland
2015-04-20Don't treat smb connections to same machine as a local pathPär Björklund
2015-04-20Merge pull request #6989 from scarecrow420/pvr.wmc_bump0.5.3Sam Stenvall
[pvr] Bump pvr.wmc to version 0.5.3 (PVR API 1.9.6)
2015-04-20Merge pull request #6982 from FernetMenta/aefixRainer Hochecker
AE: only push valid buffers to m_discardBufferPools, fix segfault on clo...
2015-04-20Merge pull request #6978 from FernetMenta/flushRainer Hochecker
dvdplayer: proper flush when triggering resync after a stall
2015-04-20[pvr] Bump pvr.wmc to version 0.5.3 (PVR API 1.9.6)Ryan Gribble
https://github.com/kodi-pvr/pvr.wmc/commit/37b4b292d56885489aa8949bd70b54babb41b898
2015-04-20Merge pull request #6928 from da-anda/got-to-hell-separatorda-anda
[settings] only add separator for the very first group item if required
2015-04-20dvdplayer: do not check buffering levels while in dvd menuRainer Hochecker
2015-04-20Merge pull request #6865 from FernetMenta/clockRainer Hochecker
dvdplayer: protect live streams from stalling
2015-04-20Merge pull request #6984 from fritsch/volume-fixPeter Frühberger
Application: Show passthrough indicator in passthrough mode
2015-04-20Merge pull request #6979 from mkortstiege/fix-switch-playerMatthias Kortstiege
[switchplayer] fix multiple ghost choices in contextmenu
2015-04-20Application: Show passthrough indicator in passthrough modefritsch
2015-04-19[Confluence] add DefaultAddonUISounds.pngronie
2015-04-19Merge pull request #6983 from hudokkow/typoh.udo
[VideoSyncIos.h] Typo
2015-04-19[VideoSyncIos.h] Typoh.udo
2015-04-19AE: only push valid buffers to m_discardBufferPools, fix segfault on close ↵Rainer Hochecker
right after open of stream
2015-04-19Merge pull request #6981 from koying/quickPRChris Browet
FIX: passthrough volume warning no longer showed (fixes #15925)
2015-04-19FIX: passthrough volume warning no longer showedChris "Koying" Browet
2015-04-19[switchplayer] fix multiple ghost choices in contextmenuMatthias Kortstiege
2015-04-19Merge pull request #6965 from mkortstiege/fix-cap-apostrophesMatthias Kortstiege
[stringutils] do not capitalize after apostrophes
2015-04-18Merge pull request #6972 from Montellese/videodb_files_delete_triggerSascha Montellese
videodb: add a delete trigger for the files table
2015-04-18Merge pull request #6902 from mkortstiege/rescrapejenkins4kodi
2015-04-18Merge pull request #6975 from mkortstiege/fix-oninfoMatthias Kortstiege
[video] no need to re-fetch (and stack) directory in case we already kno...
2015-04-18dvdplayer: proper flush when triggering resync after a stallRainer Hochecker
2015-04-18Merge pull request #6976 from Shine-/fixesRainer Hochecker
Prevent mistimed subtitles when using <latency> advanced setting
2015-04-18[video] no need to re-fetch (and stack) directory in case we already know ↵Matthias Kortstiege
about it
2015-04-18[Confluence] last updated labelronie
2015-04-18Don't delay subtitles by display latencyShine
2015-04-18Merge pull request #6836 from tamland/addonbrowser2tamland
[addons] adjustments and fixes to new manager layout
2015-04-18addonbrowser: change 'Required Dependencies' to just 'Dependencies'. ↵Thomas Amland
Required sort of implied
2015-04-18addonbrowser: list 'all repositories' on top. regression after refactorThomas Amland
2015-04-18addonbrowser: disable broken/foreign filters outside of repositoryThomas Amland
no need to have filters for short lists. just causing confusion
2015-04-18addonbrowser: add categories (and 'all') to 'my addons'Thomas Amland
2015-04-18addonbrowser: make internal functions staticThomas Amland
2015-04-18addonbrowser: remove 'system addons' group. merge with my/depsThomas Amland