Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-03 | [lang][skin.estouchy] updated language files from Transifex | txtranslation | |
2016-04-03 | [lang][skin.estuary] updated language files from Transifex | txtranslation | |
2016-04-03 | VideoPlayer: inputstream, fix cp error | Rainer Hochecker | |
2016-04-03 | [json] fix params order for SetTVShowDetails | phil65 | |
2016-04-03 | Merge pull request #9541 from Paxxi/vs2015_fixes | Pär Björklund | |
[buildsystem][win32] Updated some more build files to vs2015 that was forgotten about | |||
2016-04-03 | Add Files.SetFileDetails to JSON API | Tolriq | |
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-03 | Updated some more build files to vs2015 that was forgotten about | Pär Björklund | |
2016-04-03 | [adsp] fix cmake test build | Alwin Esch | |
2016-04-03 | [adsp] removed some unused string ressources | Alwin Esch | |
2016-04-03 | [adsp] rework ActiveAEDSP, addons are owned by addon system | Alwin Esch | |
2016-04-03 | [adsp] run Announcements on thread with lower priority | Alwin Esch | |
2016-04-03 | Merge pull request #9536 from phil65/rem-go-to-root | Philipp Temminghoff | |
[gui] - remove go-to-root context menu buttons | |||
2016-04-03 | Merge pull request #9540 from fetzerch/cmake_android | Christian Fetzer | |
[cmake] Fix android build | |||
2016-04-03 | Merge pull request #9396 from BigNoid/music_mediatype | Philipp Temminghoff | |
[python] add mediatype to setinfo for music | |||
2016-04-03 | [cmake] Sync VideoSyncAndroid addition | Christian 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 videosync | Christian Fetzer | |
2016-04-03 | Merge pull request #9529 from fetzerch/cmake_jenkins | Christian Fetzer | |
[cmake] Add cmake parameter to BuildSetup.bat | |||
2016-04-03 | [cmake] Adapt README.md for VS2015 | Christian Fetzer | |
2016-04-03 | Merge pull request #9537 from phil65/listitem_status | jenkins4kodi | |
2016-04-03 | [cmake] Switch back to Effects11_2013.sln | Christian 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 disable | Thomas Amland | |
2016-04-03 | Merge pull request #9531 from FernetMenta/inputstream | Rainer Hochecker | |
VideoPlayer: add method for requesting desired video resolution to de… | |||
2016-04-03 | Merge pull request #9539 from zpon/DVDVideoCodecOpenMax | Peter Frühberger | |
[DVDVideoCodecOpenMax] update after d5f63a8 | |||
2016-04-03 | [DVDVideoCodecOpenMax] update after d5f63a8 | Søren Juul | |
CProcessInfo added to constructor. | |||
2016-04-03 | fixed: Don't pause the average rate calculator, it causes its value to ↵ | arnova | |
increase infinitely | |||
2016-04-03 | changed: Instead of adding 1MBit, increase set rate with 10% | arnova | |
2016-04-03 | fixed: Low readrate error toast could show when performing e.g. small stepping | arnova | |
2016-04-03 | [cmake] Print source and binary dir paths | Christian Fetzer | |
2016-04-03 | [cmake] Add cmake parameter to BuildSetup.bat | Christian 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 status | phil65 | |
2016-04-03 | [gui] - remove go-to-root context menu buttons | phil65 | |
2016-04-03 | Merge pull request #9460 from phil65/container_plugincategory | Philipp Temminghoff | |
[gui] fix Container.PluginCategory InfoLabel | |||
2016-04-03 | [Builtins/Cec] add missing registration after ↵ | Matus Kral | |
f0ac2a8a015100e2472501c560d26f073b9a33c7 | |||
2016-04-02 | Merge pull request #9534 from ronie/estouchy6 | ronie | |
[Estouchy] include reference attribute change | |||
2016-04-02 | [Estouchy] include reference attribute change | ronie | |
2016-04-02 | Merge pull request #9114 from phil65/change_include_syntax | ronie | |
[guilib] - change include definition syntax | |||
2016-04-02 | [estuary] adapt to include syntax change | phil65 | |
2016-04-02 | [guilib] - change include reference attribute to "content" | phil65 | |
2016-04-02 | Merge pull request #9533 from phil65/skin_sync | Philipp Temminghoff | |
[estuary] - skin sync | |||
2016-04-02 | Merge pull request #9516 from phil65/listitem_status | Philipp Temminghoff | |
[gui] Add listitem.status | |||
2016-04-02 | Merge pull request #9530 from FernetMenta/kellermann | Rainer Hochecker | |
Kellermann | |||
2016-04-02 | Merge pull request #9507 from FernetMenta/thumbs | Rainer Hochecker | |
Thumbloader: skip sources with special protocol plugin, those fail an… | |||
2016-04-02 | Merge pull request #9532 from Paxxi/crash_fix | jenkins4kodi | |
2016-04-02 | [estuary] - skin sync | phil65 | |
2016-04-02 | Iterator debugging complains that it's invalid to call back on an empty string | Pär Björklund | |
2016-04-02 | VideoPlayer: add method for requesting desired video resolution to demuxer | Rainer Hochecker | |
2016-04-02 | Merge pull request #9499 from mapfau/translatepath | Rainer Hochecker | |
Add TranslateSpecialPath to libAddon_helper interface | |||
2016-04-02 | VideoPlayer/DVDMessageQueue: disallow copying DVDMessageListItem | Max Kellermann | |
Not used. Disallowing it ensures that new code follows the same scheme instead of adding unnecessary overhead. | |||
2016-04-02 | VideoPlayer/VideoPlayerVideo: use std::list::emplace_back() | Max Kellermann | |
Reduce overhead. |