Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-13 | [cmake] remove squish dependency | Stefan Saraev | |
2016-02-13 | [depends] remove libsquish | Stefan Saraev | |
2016-02-12 | [cmake] Document CMake based buildsystem in README.md | Christian Fetzer | |
2016-02-12 | [cmake] Add define BUILDING_WITH_CMAKE for Windows | Christian Fetzer | |
This adds a define BUILDING_WITH_CMAKE that allows to differentiate the build system and have CMake specific adaptions in the code. This allows to: - Use the CMake options to conditionally enable/disable features. - Get rid of the #pragma comment(lib *) directives and properly link found libraries. This define is just there for the transitional phase. Once the VS project is dropped the define gives a good indication where legacy code can be removed. Additionally remove 2 unused defines from system.h: HAVE_LIBMP3LAME, HAVE_LIBVORBISENC | |||
2016-02-12 | [cmake] Add installation data configuration | Christian Fetzer | |
2016-02-12 | [cmake] Add platform configuration scripts | Christian Fetzer | |
2016-02-12 | [cmake] Add treedata | Christian Fetzer | |
Configures subdirectories used for the different platforms. | |||
2016-02-12 | [cmake] Add main CMake file | Christian Fetzer | |
2016-02-12 | [cmake] Add FindXXX.cmake modules | Christian Fetzer | |
Add CMake find modules for finding dependencies. | |||
2016-02-11 | [VS] project files update | Kolja Lampe | |
2016-02-11 | [addons] refactor addon construction | Thomas Amland | |
2016-02-10 | Merge pull request #9061 from Razzeee/tests-align-windows | Razzeee | |
Add tests to windows, that weren't added to the test project | |||
2016-02-08 | [Win32/BuildSetup] fix buildffmpeg.sh for branch names that contains slashes | wsnipex | |
2016-02-08 | Bump to SQLite 3100200 (aka 3.10.2) | Kolja Lampe | |
2016-02-05 | Add tests to windows, that weren't added to the test project | Kolja Lampe | |
2016-02-05 | [guilib][depends] Remove libgif from core. It's still needed for TexturePacker. | ace20022 | |
2016-02-03 | Merge pull request #9016 from Razzeee/bump-libnfs | Memphiz | |
Bump libnfs to version 1.10.0 | |||
2016-02-02 | [depends] Bump libnfs to version 1.10.0 | Kolja Lampe | |
2016-02-02 | VideoPlayer: refactor DemuxerClient (ex PVR) | Rainer Hochecker | |
2016-02-02 | Merge pull request #8975 from Razzeee/remove-all-albums-list-entry | Razzeee | |
Don't show "* all entries" for widgets | |||
2016-02-02 | Remove TestTimeUtils.cpp after 01ba7b80380f2f8af721d0c40388d504a6517b54 | Kolja Lampe | |
2016-02-01 | [cleanup] remove boost from depends | Stefan Saraev | |
2016-02-01 | Don't show "* all entries" for widgets | Kolja Lampe | |
2016-01-29 | Merge pull request #8971 from ace20022/tp_gcb_opt | Andreas Zelend | |
[TexturePacker][gif] The Graphic Control Extension is optional. | |||
2016-01-29 | [TexturePacker][gif] The Graphic Control Extension is optional. | ace20022 | |
2016-01-29 | drop TimeSmoother | Rainer Hochecker | |
2016-01-26 | Refactor InfoScanners | Deniz Türkoglu | |
We were not sharing any code between the scanners although they have some logic that can be easily shared. This patch is the initial refactoring to remedy the situation, however there is space left for more refactoring. | |||
2016-01-23 | Merge pull request #8875 from ronie/dialogvolumebar | Martijn Kaijser | |
Remove mutebug dialog | |||
2016-01-20 | bump kodi-platform and p8-platform | Rainer Hochecker | |
2016-01-19 | remove mutebug dialog | ronie | |
2016-01-17 | VideoPlayer: remove dead code | Rainer Hochecker | |
2016-01-15 | [win32] cleanup VS solution | montellese | |
2016-01-10 | [filesystem] add videodb://inprogresstvshows | Sascha Kuehndel (InuSasha) | |
visualstudio by Razzeee xcode by anaconda | |||
2016-01-09 | [tools][win32] Bump texturepacker to version 1.0.5. | ace20022 | |
2016-01-09 | [gif][depends] Bump static and dynamic gif lib to 5.1.1. | ace20022 | |
2016-01-05 | sync VS project to drop of limmpeg2 | xbmc | |
2016-01-05 | Merge pull request #8750 from Razzeee/fix-testsuite | Razzeee | |
Fix postbuild event for testsuite on vs2015 update 1 | |||
2016-01-04 | Fix postbuild event for testsuite on vs2015 update 1 | Kolja Lampe | |
2015-12-29 | [cleanup] nuke jpegio | Stefan Saraev | |
2015-12-29 | [cleanup] nuke cximage | Stefan Saraev | |
2015-12-29 | Merge pull request #8612 from stefansaraev/sapstreams-cleanup | Razzeee | |
[cleanup] nuke sap streams | |||
2015-12-29 | [addons] move addon system settings to regular settings window | Thomas Amland | |
moves notifications/auto update from side menu moves functionallity from the 'system' directory to settings and merges orphaned/required dependencies | |||
2015-12-29 | VideoPlayer: remove player selection from api and drop DummyVideoPlayer | Rainer Hochecker | |
2015-12-24 | Merge pull request #8583 from fritsch/ffmpeg-image-thumbnails | Martijn Kaijser | |
FFmpeg: Implement image thumbnails | |||
2015-12-24 | Fix compile error on msvs2013 | jun.jiang | |
2015-12-22 | FFmpegImage: Implement Thumbnail extraction (jpg, png, alpha support) | fritsch | |
2015-12-18 | Merge pull request #8561 from ksooo/pvr-separate-timer-window | Kai Sommerfeld | |
[PVR] Feature: Separate windows for "Timer Rules" and "Timers" | |||
2015-12-17 | [win] update VS project | Kolja Lampe | |
2015-12-17 | [cleanup] nuke sap streams | Stefan Saraev | |
2015-12-12 | Merge pull request #8532 from Memphiz/code_shuffle | jenkins4kodi | |