aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-19Mention-Bot: Config File should be proper jsonfritsch
2016-09-19[estuary] - drop some PVR viewtypesphil65
2016-09-19Merge pull request #10501 from FernetMenta/hasframeRainer Hochecker
VideoPlayer: drop obsolete player method HasFrame, fix subs for bypas…
2016-09-19VideoPlayer: make processInfo a smart pointer, fixes mem leakRainer Hochecker
2016-09-19VideoPlayer: drop obsolete player method HasFrame, fix subs for bypass rendererRainer Hochecker
2016-09-19Merge pull request #10490 from veger/fix_core_patternWolfgang Schupp
Check if core_pattern contains a pipe to a program
2016-09-19Merge pull request #10498 from fritsch/mentionbotPeter Frühberger
Mention-Bot: Let's use a more sensible default
2016-09-19ApplicationPlayer: Remove dead codepopcornmix
2016-09-19Mention-Bot: Let's use a more sensible defaultfritsch
2016-09-19VideoPlayer: fix list of supported pixel formats given to ffmpegRainer Hochecker
2016-09-19[cmake/osx] Fix generating Xcode projectsChristian Fetzer
Fixes errors such as: CMake Error at xbmc/utils/CMakeLists.txt:194 (target_compile_options): Cannot specify compile options for target "utils" which is not built by this project. Introduced by https://github.com/xbmc/xbmc/pull/10372. For Xcode (and VS) core_add_library adds the files to compile to the libkodi target. Therefore options have to be set for CORE_LIBRARY which is set by core_add_library and expands to the correct library depending on the generator.
2016-09-18Miscellaneous keymap cleanupNed Scott
These are all the little things that didn't seem big enough for their own PR: Updated the header area to finally remove all those lingering XBMC references (some even mentioned the xbox!) touchscreen.xml - Removed two-finger-swipe-left = seek(-7). It will now always be "back". This was originally added when remote.xml used to do smallstepback, but JMarshall thought back should always be back, and I agree. I just forgot to change touchscreen.xml Joystick keymap had an unneeded < programs > section that was left over from a previous fix. Added a couple of mod-combo actions to keyboard.xml for the sake of users who can't use longpress (Flirc, etc).
2016-09-18Check if core_pattern contains a pipe to a programMaarten Bezemer
2016-09-19remove unused USE_RELEASE_LIBS defineSam Stenvall
2016-09-18Merge pull request #10489 from fetzerch/cmake_fix_android_binaddonsMartijn Kaijser
[cmake/addons] Fix packaging of binary addons on android
2016-09-18Merge pull request #10252 from jjd-uk/skinMartijn Kaijser
[settings] make skin settings button more obvious
2016-09-18add where string is used (+1 squashed commits)jjd-uk
Squashed commits: [ab24410] [settings] make skin settings button more obvious
2016-09-18[depends] fix binary-addon install when not cross-compilingwsnipex
2016-09-18[cmake/addons] Fix packaging for androidChristian Fetzer
2016-09-18Merge pull request #10480 from ksooo/pvr-fix-userprofilesKai Sommerfeld
[PVR] Fix PVR not working after using kodi login screen (trac#16813)
2016-09-18[pvr] remove some unused dependenciesSam Stenvall
2016-09-18[utils] drop AsyncFileCopy utility, it doesn't seem to be usedSam Stenvall
2016-09-18Merge pull request #10487 from ronie/estuary-tempsPhilipp Temminghoff
[estuary] avoid hyphens in front of temperatures
2016-09-18[estuary] avoid hyphens in front of temperaturesronie
2016-09-18Exclude singles from Recently Played AlbumsDaveTBlake
2016-09-18[docs] add Pull request templateMartijn Kaijser
2016-09-18[pictures] Remove unneeded out-of-bounds checkGarrett Brown
2016-09-18[pictures] Remove early returnGarrett Brown
2016-09-18Merge pull request #10379 from MartijnKaijser/pr_templateMartijn Kaijser
add Pull request template
2016-09-18Merge pull request #10481 from nicklauslittle/custom_vm_fixRainer Hochecker
Fix "Custom" view mode not showing in view mode list
2016-09-18Merge pull request #10473 from Memphiz/fix_sse_osxjenkins4kodi
2016-09-17Ticket#16638 - No proper handling of WM_DISPLAYCHANGE and related eventsMariusz Brzeski
2016-09-17Fix "Custom" view mode not showing in view mode listNick Little
2016-09-17[cmake] Fix LIRC_DEVICE optionChristian Fetzer
Consolidate the LIRC_DEVICE option in main CMakeLists.txt to avoid code duplication. Fix handling of quotes in that option. Currently if a user wants to set LIRC_DEVICE, escaped quotes have to be used. This is inconvenient and has been reported as bug: http://trac.kodi.tv/ticket/16860.
2016-09-17Merge pull request #10478 from MartijnKaijser/17.0b3Martijn Kaijser
bump to 17.0 beta 3
2016-09-17[PVR] Decouple pvr manager progress dialog from pvr windows progress dialog. ↵Kai Sommerfeld
Solves race condition / dead lock on kodi satrtup.
2016-09-17Merge pull request #10470 from phil65/estuary_updatePhilipp Temminghoff
[Estuary] Misc stuff
2016-09-17Merge pull request #10475 from tamland/fix_contextmenu_log17.0b2-Kryptontamland
[contextmenu] remove incorrect log message
2016-09-17Merge pull request #10476 from tamland/fix_settings_initializationMartijn Kaijser
maybe fix android crash after #10335
2016-09-17Merge pull request #10477 from fritsch/devcon16Peter Frühberger
AE-Fixes: Viz and removal of unused code
2016-09-17Viz: Fixate viz sample buffers to 44.1 khz - addons don't use their freedomfritsch
2016-09-17ActiveAEBuffer: Remove unused fieldfritsch
2016-09-17[PVR] Fix pvr not working after using kodi login screen (trac 16813).Kai Sommerfeld
2016-09-17fix CAddonSystemSettings settings map initializationThomas Amland
2016-09-17[contextmenu] remove incorrect log messageThomas Amland
2016-09-17bump to 17.0 beta 3Martijn Kaijser
2016-09-17Merge pull request #10474 from xbmc/revert-10349-17.0b3Martijn Kaijser
Revert "bump to 17.0 beta 3"
2016-09-17Revert "bump to 17.0 beta 3"Martijn Kaijser
2016-09-17Merge pull request #10349 from MartijnKaijser/17.0b3Martijn Kaijser
bump to 17.0 beta 3
2016-09-17[PVR] Simplify and cleanup pvr window's oberserver register/unregister.Kai Sommerfeld