Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-19 | Mention-Bot: Config File should be proper json | fritsch | |
2016-09-19 | [estuary] - drop some PVR viewtypes | phil65 | |
2016-09-19 | Merge pull request #10501 from FernetMenta/hasframe | Rainer Hochecker | |
VideoPlayer: drop obsolete player method HasFrame, fix subs for bypas… | |||
2016-09-19 | VideoPlayer: make processInfo a smart pointer, fixes mem leak | Rainer Hochecker | |
2016-09-19 | VideoPlayer: drop obsolete player method HasFrame, fix subs for bypass renderer | Rainer Hochecker | |
2016-09-19 | Merge pull request #10490 from veger/fix_core_pattern | Wolfgang Schupp | |
Check if core_pattern contains a pipe to a program | |||
2016-09-19 | Merge pull request #10498 from fritsch/mentionbot | Peter Frühberger | |
Mention-Bot: Let's use a more sensible default | |||
2016-09-19 | ApplicationPlayer: Remove dead code | popcornmix | |
2016-09-19 | Mention-Bot: Let's use a more sensible default | fritsch | |
2016-09-19 | VideoPlayer: fix list of supported pixel formats given to ffmpeg | Rainer Hochecker | |
2016-09-19 | [cmake/osx] Fix generating Xcode projects | Christian 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-18 | Miscellaneous keymap cleanup | Ned 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-18 | Check if core_pattern contains a pipe to a program | Maarten Bezemer | |
2016-09-19 | remove unused USE_RELEASE_LIBS define | Sam Stenvall | |
2016-09-18 | Merge pull request #10489 from fetzerch/cmake_fix_android_binaddons | Martijn Kaijser | |
[cmake/addons] Fix packaging of binary addons on android | |||
2016-09-18 | Merge pull request #10252 from jjd-uk/skin | Martijn Kaijser | |
[settings] make skin settings button more obvious | |||
2016-09-18 | add 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-compiling | wsnipex | |
2016-09-18 | [cmake/addons] Fix packaging for android | Christian Fetzer | |
2016-09-18 | Merge pull request #10480 from ksooo/pvr-fix-userprofiles | Kai Sommerfeld | |
[PVR] Fix PVR not working after using kodi login screen (trac#16813) | |||
2016-09-18 | [pvr] remove some unused dependencies | Sam Stenvall | |
2016-09-18 | [utils] drop AsyncFileCopy utility, it doesn't seem to be used | Sam Stenvall | |
2016-09-18 | Merge pull request #10487 from ronie/estuary-temps | Philipp Temminghoff | |
[estuary] avoid hyphens in front of temperatures | |||
2016-09-18 | [estuary] avoid hyphens in front of temperatures | ronie | |
2016-09-18 | Exclude singles from Recently Played Albums | DaveTBlake | |
2016-09-18 | [docs] add Pull request template | Martijn Kaijser | |
2016-09-18 | [pictures] Remove unneeded out-of-bounds check | Garrett Brown | |
2016-09-18 | [pictures] Remove early return | Garrett Brown | |
2016-09-18 | Merge pull request #10379 from MartijnKaijser/pr_template | Martijn Kaijser | |
add Pull request template | |||
2016-09-18 | Merge pull request #10481 from nicklauslittle/custom_vm_fix | Rainer Hochecker | |
Fix "Custom" view mode not showing in view mode list | |||
2016-09-18 | Merge pull request #10473 from Memphiz/fix_sse_osx | jenkins4kodi | |
2016-09-17 | Ticket#16638 - No proper handling of WM_DISPLAYCHANGE and related events | Mariusz Brzeski | |
2016-09-17 | Fix "Custom" view mode not showing in view mode list | Nick Little | |
2016-09-17 | [cmake] Fix LIRC_DEVICE option | Christian 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-17 | Merge pull request #10478 from MartijnKaijser/17.0b3 | Martijn 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-17 | Merge pull request #10470 from phil65/estuary_update | Philipp Temminghoff | |
[Estuary] Misc stuff | |||
2016-09-17 | Merge pull request #10475 from tamland/fix_contextmenu_log17.0b2-Krypton | tamland | |
[contextmenu] remove incorrect log message | |||
2016-09-17 | Merge pull request #10476 from tamland/fix_settings_initialization | Martijn Kaijser | |
maybe fix android crash after #10335 | |||
2016-09-17 | Merge pull request #10477 from fritsch/devcon16 | Peter Frühberger | |
AE-Fixes: Viz and removal of unused code | |||
2016-09-17 | Viz: Fixate viz sample buffers to 44.1 khz - addons don't use their freedom | fritsch | |
2016-09-17 | ActiveAEBuffer: Remove unused field | fritsch | |
2016-09-17 | [PVR] Fix pvr not working after using kodi login screen (trac 16813). | Kai Sommerfeld | |
2016-09-17 | fix CAddonSystemSettings settings map initialization | Thomas Amland | |
2016-09-17 | [contextmenu] remove incorrect log message | Thomas Amland | |
2016-09-17 | bump to 17.0 beta 3 | Martijn Kaijser | |
2016-09-17 | Merge pull request #10474 from xbmc/revert-10349-17.0b3 | Martijn Kaijser | |
Revert "bump to 17.0 beta 3" | |||
2016-09-17 | Revert "bump to 17.0 beta 3" | Martijn Kaijser | |
2016-09-17 | Merge pull request #10349 from MartijnKaijser/17.0b3 | Martijn Kaijser | |
bump to 17.0 beta 3 | |||
2016-09-17 | [PVR] Simplify and cleanup pvr window's oberserver register/unregister. | Kai Sommerfeld | |