aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-15FFMpeg: Bump to 2.8.2-Jarvis-beta2fritsch
2015-11-15[PVR] fix timer dialog 'maxRecordings' labelGlenn-1990
2015-11-15Merge pull request #8388 from MartijnKaijser/single_repoMartijn Kaijser
[repo] Only fetch the addons.xml for the current version
2015-11-15[repo] Only fetch the addons.xml for the current version as we changed our ↵Martijn Kaijser
repo script on the server to auto copy all compatible version to a single folder
2015-11-15Merge pull request #8387 from MartijnKaijser/16.0b2Martijn Kaijser
bump to 16.0 beta 2
2015-11-15bump to 16.0 beta 2Martijn Kaijser
2015-11-15[PVR] Remove repeating timers from Recording listsmetaron
Stops a repeating timer with status 'Recording' appearing in currently recording lists along with its currently recording child timer
2015-11-14Merge pull request #8384 from stefansaraev/amc-sd16.0b1-JarvisChris Browet
[amcodec] partialy revert 344af8f
2015-11-14[amcodec] partialy revert 344af8fStefan Saraev
it made livetv worse on linux..
2015-11-14Merge pull request #8383 from koying/fixdroidmpeg2Chris Browet
FIX: [droid] Only sw for SD MPEG
2015-11-14FIX: [droid] Only sw for SD MPEGChris "koying" Browet
2015-11-14Merge pull request #8382 from koying/fixamcresizeChris Browet
FIX: [amc] skip frame render when changing surface size
2015-11-14FIX: [amc] skip frame render when changing surface sizeChris Browet
Prevents annoying and visible dimension change
2015-11-13Merge pull request #8379 from FernetMenta/getdelayRainer Hochecker
AE: fix GetDelay - only apply time correction to sink delay
2015-11-13Merge pull request #8377 from DaveTBlake/ContentFilesViewMediaInfoDave Blake
Music file view content as "files" and still have "media info" view type
2015-11-12Merge pull request #8372 from tamland/fix_blacklist_clearingtamland
[addons] fix clearing of blacklist state on uninstall
2015-11-12[addons] lock manager initializationThomas Amland
2015-11-12[addons] dont change disabled state in db directly on addon updateThomas Amland
manager is responsible for enabling/disabling
2015-11-12[addons] clear blacklist state from database and manager on uninstallThomas Amland
2015-11-12AE: fix GetDelay - only apply time correction to sink delayRainer Hochecker
2015-11-12Merge pull request #8378 from enen92/masterMartijn Kaijser
[pydocs] Fix small typo in xbmc.log() example
2015-11-12[pydocs] Fix small typo in xbmc.log() exampleenen92
This fix a minimal typo in the example provided in the documentation for the xbmc.log function
2015-11-12Restore content to "files" when in music file view, but still have "media ↵DaveTBlake
info" view type available so that music file tag data can be displayed. The original file view functionality was broken when deprecating the use of CGUIViewStateWindowMusicSong to make music more like video. But previous attempts to restore sorting and view types by setting content to "songs" were too course and caused other issues.
2015-11-11Merge pull request #8376 from afedchin/fix_dvd_dxvajenkins4kodi
2015-11-12[win32/utils] Fixed converting yuv420 to nv12. Fixed trac #16217Anton Fedchin
2015-11-11Merge pull request #8371 from FernetMenta/ccfixRainer Hochecker
VideoPlayer: fix for closed captions - 708
2015-11-10[events] fix crash when attempting to install an addon not in a repository ↵Thomas Amland
from the event list
2015-11-10[addons] remove unused methodsThomas Amland
2015-11-10[addons] fix min/max typo. should get the repo with the highest versionThomas Amland
2015-11-10[addons] dont include broken versions in available updatesThomas Amland
2015-11-10VideoPlayer: fix for closed captions - 708Rainer Hochecker
2015-11-10Merge pull request #8141 from metaron-uk/recordInvestKai Sommerfeld
[PVR] Fix for recording associations
2015-11-10Merge pull request #8354 from DaveTBlake/ArtistDescNotVectorDave Blake
Fix missing artist names in legacy Python music interface
2015-11-10Merge pull request #8343 from AlwinEsch/sort-GUIWindowLoginScreenAlwin Esch
[gui] Sort include files on GUIWindowLoginScreen.* alphabetical
2015-11-10[gui] Sort include files on GUIWindowLoginScreen.* alphabeticalAlwin Esch
2015-11-09[PVR] Recording EPG Association Fixmetaron
Check for EPG associations after Client EPG update has finished - No point checking after DB load before client update as well as recordings are loaded before EPG Updates in a refresh sequence - Move recording association update to correct place in UpdateEPG
2015-11-09Merge pull request #8338 from NedScott/more_long-press_changesAndreas Zelend
Minor keyboard.xml improvements
2015-11-09Merge pull request #8350 from AlwinEsch/fix-builddepWolfgang Schupp
[builddep] fix build Ubuntu 16.4 Xenial
2015-11-09Merge pull request #8360 from ksooo/pvr-context-menu-cleanup-4Kai Sommerfeld
2015-11-09Merge pull request #8367 from Memphiz/ios_fix_bgmusicMemphiz
[ios] - fix playback controls from ios control center when kodi is pl…
2015-11-08[ios] - fix playback controls from ios control center when kodi is playing ↵Memphiz
music and backgrounded
2015-11-08Merge pull request #8366 from Memphiz/jenkins_addonsMemphiz
[jenkins] buildsteps update
2015-11-08Merge pull request #8358 from DaveTBlake/JSONFixMoodFormatDave Blake
Fix album and artist mood output for JSON to be array as in spec
2015-11-08Use CMusicInfoTag.GetArtistString() and GetAlbumArtistString to pass song ↵DaveTBlake
and album artist string out to python addons. Use GetArtistString when calling GetAlbumByName which queries album.strArtists field Check !GetArtistString().empty() rather than GetArtist() (that could be empty when string has values)
2015-11-08[builddep] add calls to create missing headers on build for libgpg-errorAlwin Esch
2015-11-07[jenkins] - evaluate new env var "BUILD_BINARY_ADDONS"Memphiz
2015-11-07[jenkins] - remove unused linux32 buildstepsMemphiz
2015-11-07[jenkins] - removed osx32 build supportMemphiz
2015-11-07Merge pull request #8365 from koying/fixbatteryChris Browet
FIX: [droid] some intent filters MUST be registered in code
2015-11-07FIX: [droid] some intent filters MUST be registered in codeChris "koying" Browet