Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-01 | [CEC] bump libCEC to 2.2.0 | Lars Op den Kamp | |
2014-10-26 | Merge pull request #5578 from Montellese/fix_unittests | Martijn Kaijser | |
[win32] fix some unit tests | |||
2014-10-26 | Merge pull request #5577 from Montellese/cmake_install_prefix | Sascha Montellese | |
cmake: handle cases when cmake has pre-initialized CMAKE_INSTALL_PREFIX | |||
2014-10-26 | [win32] Dont delete AppData folder | BigNoid | |
2014-10-26 | [win32] fix building and running Kodi-test | montellese | |
2014-10-26 | cmake: handle cases when cmake has pre-initialized CMAKE_INSTALL_PREFIX | montellese | |
2014-10-21 | Merge pull request #5544 from opdenkamp/pvraddonsoct | jenkins4kodi | |
2014-10-20 | [pvr] bump add-ons | Lars Op den Kamp | |
2014-10-20 | [win32] rename XBMC_HOME to APP_HOME | montellese | |
2014-10-19 | [rebrand] - show migration info IF the configuration data was moved during ↵ | Memphiz | |
installation and link the user to the wiki. Show this dialog only once. | |||
2014-10-18 | Merge pull request #5479 from popcornmix/resample_factory | Martijn Kaijser | |
[AE] Add resample factory and Pi accelerated resampling | |||
2014-10-17 | [PVR] bump add-ons | Rainer Hochecker | |
2014-10-17 | [win32] - sync project | Memphiz | |
2014-10-04 | [bluray][files] Add new BlurayFile class. | ace20022 | |
2014-10-03 | [settings] Rename DVDs category to Discs and add an option to specify the ↵ | ace20022 | |
handling of Blu-rays. | |||
2014-10-02 | Merge pull request #5284 from Karlson2k/win32smbfile_01 | Karlson2k | |
[win32] (Re)implement Win32SMBFile | |||
2014-10-02 | [win32/nsis] - use ${APP_NAME} were possible | Memphiz | |
2014-10-02 | [nsis] - move deinstallation and migration to its own helper function and | Memphiz | |
use the uninstaller for cleaning out former XBMC versions (asking the user before) and cleaning out the former Kodi installation in the destination directory | |||
2014-09-25 | [win32/nsis] - don't force remove XBMC deinstallation and only migrate the | Memphiz | |
kodi userdata/portable data and show the info message to the user when there is no Kodi folder already there (ensure that its only done at the very first install of Kodi). Also use proper if conditions instead of IfFileExists with offset for making it more readable. | |||
2014-09-24 | [win32] Remove old WINFileSMB and WINSMBDirectory | Karlson2k | |
2014-09-24 | [win32][vfs] Add CWin32SMBFile class for files on SMB shares for win32 | Karlson2k | |
2014-09-23 | Merge pull request #5286 from Karlson2k/iconv_upd_14 | Tobias Arrskog | |
[depends] Update libiconv to 1.14 | |||
2014-09-21 | [win32] show message in installer that userdata was moved to new location | Martijn Kaijser | |
2014-09-21 | [win32] fix detection of old XBMC install and remove XBMC regkeys | Martijn Kaijser | |
2014-09-19 | [win32][Fix] Adapt loading of ffmpeg dlls after the bump. For reference: b6fe3b8 | Martijn Kaijser | |
2014-09-18 | Merge pull request #5314 from ronie/re-focus | Martijn Kaijser | |
replace skin.touched with skin.re-touched | |||
2014-09-16 | ffmpeg: adapt win32 dlls to major versions of 2.4 | Rainer Hochecker | |
2014-09-15 | Merge pull request #5185 from MartijnKaijser/win32_rebrand | Martijn Kaijser | |
[win32] Rebrand win32 BuildSetup and installer files | |||
2014-09-14 | [WIN32] Compile, install and run as Kodi. Move old XBMC portable_data and ↵ | Martijn Kaijser | |
%appdata%/userdata to Kodi locations | |||
2014-09-13 | [win32] exclude XBMC artwork in installer. Enable again when Kodi artwork is ↵ | Martijn Kaijser | |
ready | |||
2014-09-13 | [win32] pass down name, company and website from version.txt through ↵ | Martijn Kaijser | |
buildsetup to installer | |||
2014-09-13 | [win32] we only use "Debug" in VisualStudio | Martijn Kaijser | |
2014-09-13 | [win32] rename %XBMC_PATH% from download deps to %APP_PATH% | Martijn Kaijser | |
2014-09-13 | [win32] create .exe/.pdb files using $(ProjectName) set in VS | Martijn Kaijser | |
2014-09-09 | [dxva] split decoder and renderer to different files and move renderers to ↵ | Anton Fedchin | |
cores/VideoRenderers | |||
2014-09-08 | Merge pull request #5290 from opdenkamp/subchannels | Lars Op den Kamp | |
PVR: initial support for sub channel numbers | |||
2014-09-04 | [markwatched] queue up mark watched jobs and process them without locking ↵ | Matthias Kortstiege | |
the main thread | |||
2014-09-04 | [PVR] bump add-ons | Lars Op den Kamp | |
2014-09-01 | [win32][vfs] FileFactory: switch to new CWin32File class; remove HDFile from ↵ | Karlson2k | |
win32 project | |||
2014-09-01 | [win32][vfs] Implement new CWin32File class for local files on win32 platforms | Karlson2k | |
* rewritten from scratch * added a lot of validity checks and results checks * correctly handle all over/under sizes of variables * automatically hide files in filesystem with name staring from dot * fixed bug - Write didn't update i/o pointer * always return real current file size instead of cached value * reimplemented Stat() better than common runtima stat() (more accurate time values, set real number of hard links, better set _S_IEXEC attribute etc.) | |||
2014-09-01 | Merge pull request #5173 from Karlson2k/clog_update_01alt | jmarshallnz | |
CLog update (alternative) | |||
2014-08-31 | Merge pull request #5194 from MartijnKaijser/vs_xbmctest | Martijn Kaijser | |
[win32] upgrade xbmc-test to VS2013 and remove unused projects | |||
2014-08-31 | Merge pull request #5292 from MartijnKaijser/sqlite_win32 | Martijn Kaijser | |
[win32] update sqlite to 3080600 (aka 3.8.6) | |||
2014-08-28 | [win32/jenkins] - add parallel compile for pvr addons and use 1.5 * cpu ↵ | Memphiz | |
count for make | |||
2014-08-28 | [win32/jenkins] - activate multi processing for win32 build | Memphiz | |
2014-08-27 | [win32] update sqlite to 3080600 (aka 3.8.6) | Martijn Kaijser | |
2014-08-26 | use generic names to make it easier to switch to a new touch skin in the future | ronie | |
2014-08-26 | replace skin.touched with skin.re-touched | ronie | |
2014-08-26 | [win32] Update libiconv to 1.14 | Karlson2k | |
2014-08-22 | [win32] Add Win32Log with widestring logging | Karlson2k | |