aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-03[lang][skin.estouchy] updated language files from Transifextxtranslation
2016-04-03[lang][skin.estuary] updated language files from Transifextxtranslation
2016-04-03VideoPlayer: inputstream, fix cp errorRainer Hochecker
2016-04-03[json] fix params order for SetTVShowDetailsphil65
2016-04-03Merge pull request #9541 from Paxxi/vs2015_fixesPär Björklund
[buildsystem][win32] Updated some more build files to vs2015 that was forgotten about
2016-04-03Add Files.SetFileDetails to JSON APITolriq
Allows remote to set playcount / resume point on files that are not scrapped / scanned. Needed to allow smooth user experience when watching their content from anywhere other than source Kodi.
2016-04-03Updated some more build files to vs2015 that was forgotten aboutPär Björklund
2016-04-03[adsp] fix cmake test buildAlwin Esch
2016-04-03[adsp] removed some unused string ressourcesAlwin Esch
2016-04-03[adsp] rework ActiveAEDSP, addons are owned by addon systemAlwin Esch
2016-04-03[adsp] run Announcements on thread with lower priorityAlwin Esch
2016-04-03Merge pull request #9536 from phil65/rem-go-to-rootPhilipp Temminghoff
[gui] - remove go-to-root context menu buttons
2016-04-03Merge pull request #9540 from fetzerch/cmake_androidChristian Fetzer
[cmake] Fix android build
2016-04-03Merge pull request #9396 from BigNoid/music_mediatypePhilipp Temminghoff
[python] add mediatype to setinfo for music
2016-04-03[cmake] Sync VideoSyncAndroid additionChristian Fetzer
VideoSyncAndroid.h:29: error: undefined reference to 'vtable for CVideoSyncAndroid' ld: the vtable symbol may be undefined because the class is missing its key function VideoReferenceClock.cpp:134: error: undefined reference to 'CVideoSyncAndroid::Setup(void (*)(int, unsigned long long))' XBMCApp.cpp:847: error: undefined reference to 'CVideoSyncAndroid::FrameCallback(long long)'
2016-04-03[cmake] Cleanup in videosyncChristian Fetzer
2016-04-03Merge pull request #9529 from fetzerch/cmake_jenkinsChristian Fetzer
[cmake] Add cmake parameter to BuildSetup.bat
2016-04-03[cmake] Adapt README.md for VS2015Christian Fetzer
2016-04-03Merge pull request #9537 from phil65/listitem_statusjenkins4kodi
2016-04-03[cmake] Switch back to Effects11_2013.slnChristian Fetzer
The 2013 version of the Effects11 project is still used after the switch to VS2015. Use this version also with cmake to improve compatibility. The Effects11 2015 solution has for example different output paths configured and possibly more.
2016-04-03[cmake] Fix compilation with msbuild (vs2015)Christian Fetzer
The CMake VS2015 generator sets the /Fd parameter (program database file name) to <targetname>.pdb while the VS2014 generator used vc140.pdb. Since we use precompiled headers over multiple static libraries we have to use one single pdb file. This fixes the errors: fatal error C1083: Cannot open precompiled header file: 'C:/jenkins/slave/workspace/WIN-32/kodi-build/Release/objs/kodi.pch': No such file or directory See https://github.com/fetzerch/xbmc/commit/f626edf87a5af6c1f10d13d2d3b8103d6c2aadd1 for more information.
2016-04-03[addons] change db version 21 update to set system addons to disableThomas Amland
2016-04-03Merge pull request #9531 from FernetMenta/inputstreamRainer Hochecker
VideoPlayer: add method for requesting desired video resolution to de…
2016-04-03Merge pull request #9539 from zpon/DVDVideoCodecOpenMaxPeter Frühberger
[DVDVideoCodecOpenMax] update after d5f63a8
2016-04-03[DVDVideoCodecOpenMax] update after d5f63a8Søren Juul
CProcessInfo added to constructor.
2016-04-03fixed: Don't pause the average rate calculator, it causes its value to ↵arnova
increase infinitely
2016-04-03changed: Instead of adding 1MBit, increase set rate with 10%arnova
2016-04-03fixed: Low readrate error toast could show when performing e.g. small steppingarnova
2016-04-03[cmake] Print source and binary dir pathsChristian Fetzer
2016-04-03[cmake] Add cmake parameter to BuildSetup.batChristian Fetzer
First attempt to integrate cmake into the BuildSetup.bat script. This is not perfect as the packaging only takes the main executable from the cmake build and nothing more. Still good enough to verify on Jenkins.
2016-04-03[json] - add support for tvshow statusphil65
2016-04-03[gui] - remove go-to-root context menu buttonsphil65
2016-04-03Merge pull request #9460 from phil65/container_plugincategoryPhilipp Temminghoff
[gui] fix Container.PluginCategory InfoLabel
2016-04-03[Builtins/Cec] add missing registration after ↵Matus Kral
f0ac2a8a015100e2472501c560d26f073b9a33c7
2016-04-02Merge pull request #9534 from ronie/estouchy6ronie
[Estouchy] include reference attribute change
2016-04-02[Estouchy] include reference attribute changeronie
2016-04-02Merge pull request #9114 from phil65/change_include_syntaxronie
[guilib] - change include definition syntax
2016-04-02[estuary] adapt to include syntax changephil65
2016-04-02[guilib] - change include reference attribute to "content"phil65
2016-04-02Merge pull request #9533 from phil65/skin_syncPhilipp Temminghoff
[estuary] - skin sync
2016-04-02Merge pull request #9516 from phil65/listitem_statusPhilipp Temminghoff
[gui] Add listitem.status
2016-04-02Merge pull request #9530 from FernetMenta/kellermannRainer Hochecker
Kellermann
2016-04-02Merge pull request #9507 from FernetMenta/thumbsRainer Hochecker
Thumbloader: skip sources with special protocol plugin, those fail an…
2016-04-02Merge pull request #9532 from Paxxi/crash_fixjenkins4kodi
2016-04-02[estuary] - skin syncphil65
2016-04-02Iterator debugging complains that it's invalid to call back on an empty stringPär Björklund
2016-04-02VideoPlayer: add method for requesting desired video resolution to demuxerRainer Hochecker
2016-04-02Merge pull request #9499 from mapfau/translatepathRainer Hochecker
Add TranslateSpecialPath to libAddon_helper interface
2016-04-02VideoPlayer/DVDMessageQueue: disallow copying DVDMessageListItemMax Kellermann
Not used. Disallowing it ensures that new code follows the same scheme instead of adding unnecessary overhead.
2016-04-02VideoPlayer/VideoPlayerVideo: use std::list::emplace_back()Max Kellermann
Reduce overhead.