aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-26[depends] move to SDL2 for linuxwsnipex
2014-10-26[configure] Moved xbmc to SDL2Tobias Arrskog
2014-10-26Merge pull request #5577 from Montellese/cmake_install_prefixSascha Montellese
cmake: handle cases when cmake has pre-initialized CMAKE_INSTALL_PREFIX
2014-10-26Merge pull request #5581 from BigNoid/nsisMartijn Kaijser
[win32] Dont delete AppData folder
2014-10-26[ios] - fix compile (stupid backport error - yeah i will continue using ↵Memphiz
jenkins i promise ...)
2014-10-26[jenkins/android] - fixed wrong env_var checkMemphiz
2014-10-26[Confluence] fix visible conditionronie
2014-10-26Merge pull request #5580 from ronie/OpenWeatherMapTobias Arrskog
Update Confluence weather window + Add new weather strings
2014-10-26[win32] Dont delete AppData folderBigNoid
2014-10-26Merge pull request #5579 from ronie/cleanup-actionsTobias Arrskog
Remove 'XBMC.' prefix from built-ins
2014-10-26[jenkins/android] - allow to build OBB package via jenkins env_varMemphiz
2014-10-26[ios8] - another native keyboard fix which slipped through when compiling ↵Memphiz
with our old sdk on jenkins
2014-10-26[jenkins/android] - enable usage of release sign keyMemphiz
2014-10-26[vtb] - fix the removed clamp for retina displays (need to fix the stride ↵Memphiz
for some movies as it was done before)
2014-10-26cmake: handle cases when cmake has pre-initialized CMAKE_INSTALL_PREFIXmontellese
2014-10-26Merge pull request #5574 from arnova/posix_file_fixTobias Arrskog
fixed: Asserting on empty protocol is too extreme
2014-10-26fixed: Asserting on empty protocol is too extreme, it also fails with file://...arnova
2014-10-26Merge pull request #5567 from wsnipex/legacyTobias Arrskog
[buildsystem] posix: add legacy xbmc links for libdir, includedir and da...
2014-10-25Merge pull request #5553 from uNiversaI/patch-1Martijn Kaijser
[rebrand] fix minor @echo @APP_NAME@ intead of kodi/xbmc
2014-10-25Merge pull request #5108 from koying/chgdroidobbMartijn Kaijser
[wip] CHG: [droid] refactor packaging to allow obb google extension apk
2014-10-25Merge pull request #5564 from janbar/fix_gridSubChannelMergeLars Op den Kamp
[pvr] Fix unexpected sub channel merge in EPG grid
2014-10-25Remove 'XBMC.' from built-insronie
2014-10-25Merge pull request #5568 from mkortstiege/redactedMartijn Kaijser
[wip] redact username/password when logging
2014-10-25Merge pull request #5563 from tamland/runscript-fixTobias Arrskog
runscript: make sure to get the correct extension point to run
2014-10-25Merge pull request #5403 from Memphiz/xcode6Tobias Arrskog
[ios] - add support for compiling with Xcode 6 and iOS 8 SDK
2014-10-24[pvr] Fix unexpected sub channel merge in EPG gridjanbar
Using backend channel number, number would be not unique if any sub channel exist. So don't use it to sense channel breaks. Use unique channel identifier instead.
2014-10-24Merge pull request #5569 from mkortstiege/log_libpathMartijn Kaijser
[scrapers] log what actually failed to load
2014-10-24Merge pull request #5566 from anaconda/fix-logdbusTobias Arrskog
Fix LOGDBUS component logging.
2014-10-24[scrapers] log what actually failed to loadMatthias Kortstiege
2014-10-24[streamdetails] do not log username/passwordMatthias Kortstiege
2014-10-24[playlistplayer] do not log username/passwordMatthias Kortstiege
2014-10-24[subtitles] do not log username/passwordMatthias Kortstiege
2014-10-24[videoinfoscanner] do not log username/passwordMatthias Kortstiege
2014-10-24[buildsystem] posix: add legacy xbmc links for libdir, includedir and ↵wsnipex
datarootdir fixes legacy xbmc binary addons, e.g. pvr
2014-10-24Fix LOGDBUS component logging.anaconda
2014-10-23[Confluence] Update weather windowronie
2014-10-23Merge pull request #5551 from FernetMenta/vaapifixRainer Hochecker
vaapi: workaround intel bugs
2014-10-23[ios] - fix devcert signing (pvr addons were missing and couldn't be loaded)Memphiz
2014-10-23vaapi: glIsSync, glIsTexture seem to unreliable on IntelRainer Hochecker
2014-10-23runscript: make sure to get the correct extension point to runThomas Amland
2014-10-23Merge pull request #5557 from popcornmix/pisink_audiopopcornmix
[PiSink] Dual audio support
2014-10-23Merge pull request #5554 from popcornmix/edl_flushTobias Arrskog
[omxplayer] Restore flush/accurate seek flags to fix issue with edl skip
2014-10-23Merge pull request #5390 from Memphiz/iphone6Memphiz
[ios] - support iphone6plus screensize which uses screenScale 3
2014-10-23Add some new weather stringsronie
2014-10-22Merge pull request #5490 from xhaggi/fix-built-in-activatewindowTobias Arrskog
[builtin] fix activatewindow if directory path differs
2014-10-22CHG: [droid] refactor packaging to allow obb google extension apkChris \"Koying\" Browet
2014-10-22Merge pull request #5547 from xhaggi/pvr-fix-context-menuSascha Woo
[pvr] fix call to base class GetContextButtons() to re-add favorite entry
2014-10-22Merge pull request #5526 from xhaggi/pvr-fix-continue-last-channelSascha Woo
[pvr] fix continue playback of last watched channel on startup if group was deleted or channel was moved
2014-10-22[PiSink] Dual audio supportpopcornmix
The Pi supports dual audio in omxplayer, where the gpu outputs audio to both hdmi and analogue connections. With dvdplayer being more usable on Pi now, there are frequent requests for this functionality through the Pi Sink. This removes the gui setting for "dual audio" and creates a new sink output for dual audio. It add support to the Pi sink and makes omxplayer use the new setting.
2014-10-22[omxplayer] Restore flush/accurate seek flags to fix issue with edl skippingpopcornmix