aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-24FFmpeg: Bump to version 3.1.3-Krypton-Beta3-2fritsch
2016-09-23require click action to activate slider controlsronie
2016-09-23Merge pull request #10482 from fetzerch/cmake_lircChristian Fetzer
[cmake] Fix LIRC_DEVICE option
2016-09-23Merge pull request #10433 from fritsch/passthroughPeter Frühberger
Lang: Refine Allow passthrough vs. enable passthrough
2016-09-23Merge pull request #10530 from Memphiz/xcode8Memphiz
[osx] - add support for Xcode 8
2016-09-23Merge pull request #10532 from popcornmix/omxsyncpopcornmix
OMXPlayer: Fix bug where audio timestamps fail to update
2016-09-23Merge pull request #10536 from ksooo/estuary-pvrinfodialog-add-timer-buttonKai Sommerfeld
[Estuary][PVR] PVR Info dialog: Add 'Add timer' button.
2016-09-23Fix GetRolesNav passing of all options through from base path (#10485)Dave Blake
2016-09-23Mention-Bot: change kodi to KodiMartijn Kaijser
2016-09-23[depends/cmake-native] - bump native cmake to 3.6.2Memphiz
2016-09-23Merge pull request #10540 from Memphiz/ios_modelsMemphiz
[ios] - added latest ios devices for proper screen scale
2016-09-23[ios] - added latest ios devices for proper screen scaleMemphiz
2016-09-23[droid] disable libcec, libusbMartijn Kaijser
2016-09-23add timer iconronie
2016-09-23[Estuary][PVR] PVR Info dialog: Add 'Add timer' button.Kai Sommerfeld
2016-09-23Merge pull request #10537 from MartijnKaijser/opensslWolfgang Schupp
[depends] openssl 1.0.2i
2016-09-23[xcode8] - adapted readme for osx with working xcode 8 constellationsMemphiz
2016-09-23[depends/samba] - samba ignores the get_clocktime autoconf flag - force it ↵Memphiz
to not use get_clocktime on osx
2016-09-23Merge pull request #10531 from Memphiz/osx_no_kodi_homeMemphiz
[osx] - no need for KODI_HOME env in xcode
2016-09-23[BuildDependencies] Show wget output to see where it's downloading fromChristian Fetzer
2016-09-23[appveyor] Run CMake through cmdChristian Fetzer
Appveyor/powershell treats everything printed to stderr as exceptions. The CMake warnings and error messages are printed to stderr, and since they start with a blank line, we don't see any output at all.
2016-09-23[cmake/win32] Bump minimum CMake version to 3.6Christian Fetzer
CMake 3.6 introduced VS_STARTUP_PROJECT which we use to make kodi the default target that gets built and run with F5. The implementation of the CMake buildsystem for windows was done with 3.4 and 3.5. Therefore versions < 3.4 will likely not work.
2016-09-22[depends] openssl 1.0.2iMartijn Kaijser
2016-09-22Merge pull request #10443 from fetzerch/cmake_win_cleanupMartijn Kaijser
[cmake/win32] Remove BUILDING_WITH_CMAKE ifdeffery
2016-09-22Merge pull request #10347 from NedScott/misc-keymapMartijn Kaijser
Miscellaneous keymap cleanup
2016-09-22Merge pull request #10483 from tamland/splash_textMartijn Kaijser
show text on splash screen during migration tasks
2016-09-22Merge pull request #10523 from fritsch/mentionbotjenkins4kodi
2016-09-22Merge pull request #10534 from ksooo/fix-xcode-projectKai Sommerfeld
[macos][ios] fix xcode project after #10491.
2016-09-22Merge pull request #10535 from bkuhls/fixPR10491Pär Björklund
Fix autoconf-based build after #10491.
2016-09-22Fix autoconf-based build after #10491.Bernd Kuhls
Fix Makefile after #10491 (removal of AsyncFileCopy.(cpp|h)
2016-09-22[macos][ios] fix xcode project after #10491.Kai Sommerfeld
2016-09-22show text on splash screen during migration tasksThomas Amland
2016-09-22Merge pull request #10528 from fetzerch/cmake_ccacheChristian Fetzer
[cmake] Fix FindCCACHE module
2016-09-22Merge pull request #10491 from Jalle19/drop-random-utilsPär Björklund
Drop AsyncFileCopy and some random seemingly unused stuff
2016-09-22Merge pull request #10520 from Memphiz/more_skinzoomMemphiz
[settings] - increase possible skinzoom from +-20 to +-30 percent.
2016-09-22OMXPlayer: Fix bug where audio timestamps fail to updatepopcornmix
This causes issues with out of sync audio after packet loss with live tv See: http://forum.kodi.tv/showthread.php?tid=269814&pid=2412025
2016-09-22[osx/readme] - remove KODI_HOME bits from readme (not needed anymore)Memphiz
2016-09-22[osx] - make GetHomePath more intelligent - it should finde the KODI_HOME ↵Memphiz
dir now even when no env var is set via xcode
2016-09-22Merge pull request #10529 from afedchin/render_captureAnton Fedchin
[VideoPlayer] Render capture fixes.
2016-09-22[depends/gnutls] - gnutls ignores the getentropy autoconf flag - force it to ↵Memphiz
not use getentropy aswell on osx
2016-09-22[depends/config.site] - for osx force getentropy and get_clocktime to no ↵Memphiz
(those are only available in 10.12 runtime but get falsly detected with 10.12 sdk)
2016-09-22[VideoPlayer] RenderCaptureDX: fixed HRESULT handling, event improvements, ↵Anton Fedchin
speedup memcpy with aligned dst + cosmetics.
2016-09-22[VideoPlayer] RenderManager: fixed endless loop into ↵Anton Fedchin
CRenderManager::ManageCaptures
2016-09-22Merge pull request #10507 from Jalle19/fix-pvr-database-accessKai Sommerfeld
Fix potential SQL constraint integrity violation in the PVR database
2016-09-22Merge pull request #10524 from ksooo/pvr-fix-epg-unloadKai Sommerfeld
[PVR] Fix epg data unload on application exit / log off.
2016-09-22[cmake] Fix FindCCACHE moduleChristian Fetzer
The module is used with core_optional_dep so it needs to set CCACHE_FOUND to work.
2016-09-22Merge pull request #10526 from phil65/estuary_updatePhilipp Temminghoff
[Estuary] misc fixes and tweaks
2016-09-22[Estuary] misc fixes and tweaksphil65
2016-09-21[PVR] Fix epg data unload on application exit / log off.Kai Sommerfeld
2016-09-21Musicroles Menu Additional default nodesDave Blake