aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-27[cmake] fix package names that find_package is equal to ↵Rechi
find_package_handle_standard_args
2017-03-27[cmake][windows] FindCdio: fix find_libraryRechi
2017-03-27Merge pull request #11879 from ksooo/pvr-fix-epg-grid-channelgroup-switchingKai Sommerfeld
[PVR] Guide window: Fix selection after channelgroup switching
2017-03-27Merge pull request #11908 from wsnipex/rapidjsonWolfgang Schupp
[cmake] fail if rapidjson is not found
2017-03-26Merge pull request #11882 from ronie/estouchy-cacheronie
[Estouchy] fix progress cache
2017-03-26Merge pull request #11884 from ronie/estouchy-channelgroupsronie
[Estouchy] add support for radio channel groups
2017-03-26Merge pull request #11904 from stefansaraev/cmake_enable_exportsjenkins4kodi
2017-03-26[PVR] Guide window: Optimize re-opening of the window (re-use item list if ↵Kai Sommerfeld
no changes came in while window was not active).
2017-03-26[PVR] Guide window: Implement asynchronous channel group switching.Kai Sommerfeld
2017-03-26[cmake] fail if rapidjson is not foundwsnipex
2017-03-26[cmake] explicitly set ENABLE_EXPORTSStefan Saraev
2017-03-26Merge pull request #11839 from Paxxi/appmessengerPär Björklund
[xbmc] General cleanup of ApplicationMessenger
2017-03-26Merge pull request #11892 from LS80/fix-python-actionsjenkins4kodi
2017-03-26[PVR] Guide window: Fix event/channel selection after channel group switch.Kai Sommerfeld
2017-03-25General cleanup of ApplicationMessengerPär Björklund
Remove the circular dependency with CApplication Move the DelayedThreadMessage to the cpp file as it's an implementation detail.
2017-03-25Fix missing xbmcgui.ACTION_ valuesLS80
Adds missing include file input/ActionIDs.h
2017-03-24Merge pull request #11898 from ksooo/pvr-fix-pr11887jenkins4kodi
2017-03-24[PVR] Follow PR11887: Fix CPVRManager::ConnectionStateChange not to check ↵Kai Sommerfeld
for started PVR manager.
2017-03-24Merge pull request #11896 from Rechi/fixFindRapidJSONRechi
[cmake] change RapidJSON_INCLUDE_DIRS to capital letters to get added to SYSTEM_INCLUDES
2017-03-24[cmake] change RapidJSON_INCLUDE_DIRS to capital letters to get added to ↵Rechi
SYSTEM_INCLUDES
2017-03-24Merge pull request #11887 from xhaggi/pvr-manager-announcementsSascha Woo
[pvr] cleanups in PVR manager
2017-03-24Merge pull request #8008 from Montellese/rapidjsonWolfgang Schupp
JSON: replace YAJL with RapidJSON
2017-03-24[pvr] drop CPVRManager::GetInstance and use ServiceBroker directlyxhaggi
2017-03-24CJSONVariantWriter: use RapidJSON instead of yajlmontellese
2017-03-24CJSONVariantParser: use RapidJSON instead of yajlmontellese
2017-03-24CVariant: introduce isSignedInteger() and re-purpose isInteger() to cover ↵montellese
both signed and unsigned integers
2017-03-24[depends/cmake/win32] replace yajl with rapidjson (thanks to hudokkow)montellese
2017-03-23Merge pull request #11824 from garbear/input-fixesGarrett Brown
[Peripherals] Fix segfault by adding some synchronization to peripheral add-ons
2017-03-23[cosmetic] Remove references to old joystick code in commentGarrett Brown
2017-03-23[Peripherals] Fix segfault on startupGarrett Brown
2017-03-23[Peripherals] Move g_peripherals to ServiceManagerGarrett Brown
2017-03-23Merge pull request #11854 from santaSJ/update-README.androidWolfgang Schupp
[docs] Update README.android
2017-03-23[pvr] get rid of globals and use ServiceBroker insteadxhaggi
2017-03-23[pvr] move jobs from PVRManager to PVRJobs classxhaggi
2017-03-23[pvr] rename PVRManager method Shutdown to Deinitxhaggi
2017-03-23[pvr] rewrite announce logic in PVRManagerxhaggi
2017-03-22Merge pull request #11891 from ace20022/fix_bd_iso_simpAndreas Zelend
Revert "[bluray] Early return if requested "dir" is in fact a file."
2017-03-22Merge pull request #11890 from Rechi/fixDependsGitignoreRechi
[Fix] adapt gitignore for depends after da63933
2017-03-22Revert "[bluray] Early return if requested "dir" is in fact a file."ace20022
This reverts commit 462d64d9bbac5cde36c5e52efabe78e77260c2ac. Our udf implementation does not distinguish between dirs and files inside an iso file.
2017-03-22[Fix] adapt gitignore for depends after da63933Rechi
2017-03-22Merge pull request #11881 from stefansaraev/sdl-cleanupjenkins4kodi
2017-03-22Merge pull request #11888 from Rechi/fixBuildAndroidX86Rechi
[cmake] Fix compiling of Android-X86 after 742cc3c31b by checking SSE support again
2017-03-22Merge pull request #11889 from ace20022/bd_covAndreas Zelend
[bluray] Fix CID 1403183: Control flow issues (NO_EFFECT).
2017-03-22[cmake] Fix compiling of Android-X86 after 742cc3c31b by checking SSE ↵Rechi
support again
2017-03-22[bluray] Fix CID 1403183: Control flow issues (NO_EFFECT).ace20022
2017-03-21Merge pull request #11885 from koying/python27droidLMartijn Kaijser
FIX: [python] no abort + droid libs
2017-03-21Merge pull request #11847 from xhaggi/follow-up-pr-11704Sascha Woo
[gui] follow up for PR #11704
2017-03-21Merge pull request #11880 from notspiff/fix_python_install_pathWolfgang Schupp
fixed: install into system-expected python library path
2017-03-21Merge pull request #11875 from koying/cmakesystemLChris Browet
FIX: [cmake] use specific Android profile (so versions)
2017-03-21Merge pull request #11869 from xhaggi/generic-get-windowjenkins4kodi