Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-23 | [pvr] - rework PVRManager, addons are owned by addon system | Rainer Hochecker | |
2016-03-20 | add ServiceManager and ServiceBroker - gain control over memory | Rainer Hochecker | |
2016-03-20 | Merge pull request #9381 from FernetMenta/pvrfile | Rainer Hochecker | |
[pvr] drop PVRFile | |||
2016-03-19 | [win32] update VC redist install options | Martijn Kaijser | |
2016-03-19 | [win32] Building binary add-ons in not mandatory so don't fail on it | Martijn Kaijser | |
2016-03-18 | [win32] Always install precompiled skins | Martijn Kaijser | |
2016-03-18 | [pvr] drop PVRFile | Rainer Hochecker | |
2016-03-17 | Port remaining music info context menus | Kolja Lampe | |
2016-03-17 | [contextmenu] move video info to new system | Thomas Amland | |
2016-03-17 | [contextmenu] move addon menus to new system | Thomas Amland | |
2016-03-17 | addons: implement cache for binary addons | Rainer Hochecker | |
2016-03-15 | [cmake] Fix installation of xbmc.json and kodi.guilib | Christian Fetzer | |
2016-03-15 | [cmake] Improve parameter handling in copy files functions | Christian Fetzer | |
The function copy_files_from_filelist_to_buildtree had a bug in its parameter handling. If more than one pattern was specified the files were excluded from the installation target. This adds an optional NO_INSTALL parameter to the functions copy_files_from_filelist_to_buildtree and copy_file_to_buildtree. | |||
2016-03-15 | cmake: Fix addon-bindings paths | popcornmix | |
2016-03-15 | [cmake] Fix addon installation | Christian Fetzer | |
2016-03-15 | [cmake] Build addon libs | Christian Fetzer | |
Some newer addon libs were not built with cmake. | |||
2016-03-12 | Add inputstream to CMakeLists.txt | mapfau | |
2016-03-12 | add Win32.Build.0 configuration for library.inputstream | mapfau | |
2016-03-11 | Merge pull request #9321 from MartijnKaijser/win32_adoonsinstaller | Martijn Kaijser | |
Update win32 installer with inputstream and Peripheral addons | |||
2016-03-11 | Merge pull request #8807 from garbear/controller-input | Garrett Brown | |
Controller input | |||
2016-03-11 | [win32] Add inputsream addons to installer | Martijn Kaijser | |
2016-03-11 | [win32] extract addon names for visualisations and screensaver to show in ↵ | Martijn Kaijser | |
installer | |||
2016-03-11 | [videoplayer] Add a demuxer that manages demuxing of multiple streams/files ↵ | ace20022 | |
at once. | |||
2016-03-11 | [videoplayer] Add InputStreamMultiSource to open/handle input streams from ↵ | ace20022 | |
multiple sources (at once). | |||
2016-03-11 | [win32] Add DVDDemuxPacket.h to the project files. | ace20022 | |
2016-03-11 | [cmake] Controller input | Christian Fetzer | |
2016-03-10 | Reduce file name length | Garrett Brown | |
2016-03-10 | Controller configuration window | Garrett Brown | |
Thanks to hitcher for the skinning work and Montellese for some string fixes. | |||
2016-03-10 | Kodi input | Garrett Brown | |
This adds a fallback input handler to all joystick peripherals. If a joystick event isn't handled, it will be dispatched to Kodi through this class. | |||
2016-03-10 | Controller add-ons | Garrett Brown | |
2016-03-10 | Peripheral add-ons | Garrett Brown | |
Thanks to frostworx for fixing the peripheral add-ons build, notspiff for helping with the rebrand and montellese for the windows installer fix and VS solution fix. | |||
2016-03-10 | Joystick library | Garrett Brown | |
Thanks to a1rwulf for fixing the joystick library build, da-anda for fixing missing joystick.xml shoulder keys, and longelf for joystick.xml. | |||
2016-03-10 | Remove joystick code | Garrett Brown | |
Joystick support will return in a following commit. Platform specific code will be isolated entirely in binary add-ons. Removal of joystick code is incomplete on Android (todo) Thanks to Tolriq for fixing broken EventServer. | |||
2016-03-09 | Fix XBMC.vcxproj.filters after #9252 | Alwin Esch | |
2016-03-09 | Merge pull request #9252 from AlwinEsch/move-current-addon-lib | Alwin Esch | |
[addon] Move add-on library parts to independent folders | |||
2016-03-09 | [addon] Move add-on library parts to independent folders (code rework) | Alwin Esch | |
2016-03-09 | Merge pull request #9296 from stefansaraev/xpr | Philipp Temminghoff | |
[guilib] cleanup leftover TextureBundleXPR* | |||
2016-03-08 | [addons] remove no more used xbmc_stream_utils.hpp from cmake's addon bindings | Alwin Esch | |
2016-03-08 | [addons] add missing addon bindings for install | Alwin Esch | |
2016-03-08 | [guilib] cleanup leftover TextureBundleXPR* | Stefan Saraev | |
2016-03-07 | [win32][fix][VS] update VS project | wiromare | |
2016-03-06 | [cmake] Add cross platform whole_archive function | Christian Fetzer | |
Add a function that wraps list of libraries with --whole_archive or -force_read depending on the compiler toolchain. This fixes the unit tests on OSX as otherwise an empty test binary is created. | |||
2016-03-06 | [cmake] Allow building tests when cross compiling | Christian Fetzer | |
Tests can be built when cross compiling (but they can't be executed with CTest). | |||
2016-03-06 | [cmake] Build kodi.bin for ios | Christian Fetzer | |
First step for ios support with CMake. | |||
2016-03-06 | [cmake] Fix linking libdvdnav | Christian Fetzer | |
Remove the following warnings and fixes IOS build: - linking shared library against static library is not portable - file was built for archive which is not the architecture being linked (x86_64) | |||
2016-03-06 | [cmake] Use variable for main.cpp | Christian Fetzer | |
The different platforms can use different main.cpp files. As currently still all platforms except IOS use the posix main.cpp, the variable defaults to that but can be overridden in the platform specific archsetup.cmake files. | |||
2016-03-06 | [cmake] Add option for VTB decoding | Christian Fetzer | |
2016-03-06 | [cmake] LibDvdCSS is an optional dependency, LibDvd is required | Christian Fetzer | |
2016-03-06 | [cmake] Add missing CPU/ARCH combinations to archsetup scripts | Christian Fetzer | |
2016-03-06 | [cmake] Define DHAVE_LIBEGL=1 in FindOpenGLES.cmake module | Christian Fetzer | |
The FindOpenGLES module searches for EGL hence should also define HAVE_LIBEGL. |