aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2014-11-01[CEC] bump libCEC to 2.2.0Lars Op den Kamp
2014-10-26Merge pull request #5578 from Montellese/fix_unittestsMartijn Kaijser
[win32] fix some unit tests
2014-10-26Merge pull request #5577 from Montellese/cmake_install_prefixSascha Montellese
cmake: handle cases when cmake has pre-initialized CMAKE_INSTALL_PREFIX
2014-10-26[win32] Dont delete AppData folderBigNoid
2014-10-26[win32] fix building and running Kodi-testmontellese
2014-10-26cmake: handle cases when cmake has pre-initialized CMAKE_INSTALL_PREFIXmontellese
2014-10-21Merge pull request #5544 from opdenkamp/pvraddonsoctjenkins4kodi
2014-10-20[pvr] bump add-onsLars Op den Kamp
2014-10-20[win32] rename XBMC_HOME to APP_HOMEmontellese
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-18Merge pull request #5479 from popcornmix/resample_factoryMartijn Kaijser
[AE] Add resample factory and Pi accelerated resampling
2014-10-17[PVR] bump add-onsRainer Hochecker
2014-10-17[win32] - sync projectMemphiz
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-02Merge pull request #5284 from Karlson2k/win32smbfile_01Karlson2k
[win32] (Re)implement Win32SMBFile
2014-10-02[win32/nsis] - use ${APP_NAME} were possibleMemphiz
2014-10-02[nsis] - move deinstallation and migration to its own helper function andMemphiz
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 theMemphiz
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 WINSMBDirectoryKarlson2k
2014-09-24[win32][vfs] Add CWin32SMBFile class for files on SMB shares for win32Karlson2k
2014-09-23Merge pull request #5286 from Karlson2k/iconv_upd_14Tobias Arrskog
[depends] Update libiconv to 1.14
2014-09-21[win32] show message in installer that userdata was moved to new locationMartijn Kaijser
2014-09-21[win32] fix detection of old XBMC install and remove XBMC regkeysMartijn Kaijser
2014-09-19[win32][Fix] Adapt loading of ffmpeg dlls after the bump. For reference: b6fe3b8Martijn Kaijser
2014-09-18Merge pull request #5314 from ronie/re-focusMartijn Kaijser
replace skin.touched with skin.re-touched
2014-09-16ffmpeg: adapt win32 dlls to major versions of 2.4Rainer Hochecker
2014-09-15Merge pull request #5185 from MartijnKaijser/win32_rebrandMartijn 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 VisualStudioMartijn 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 VSMartijn Kaijser
2014-09-09[dxva] split decoder and renderer to different files and move renderers to ↵Anton Fedchin
cores/VideoRenderers
2014-09-08Merge pull request #5290 from opdenkamp/subchannelsLars 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-onsLars 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 platformsKarlson2k
* 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-01Merge pull request #5173 from Karlson2k/clog_update_01altjmarshallnz
CLog update (alternative)
2014-08-31Merge pull request #5194 from MartijnKaijser/vs_xbmctestMartijn Kaijser
[win32] upgrade xbmc-test to VS2013 and remove unused projects
2014-08-31Merge pull request #5292 from MartijnKaijser/sqlite_win32Martijn 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 buildMemphiz
2014-08-27[win32] update sqlite to 3080600 (aka 3.8.6)Martijn Kaijser
2014-08-26use generic names to make it easier to switch to a new touch skin in the futureronie
2014-08-26replace skin.touched with skin.re-touchedronie
2014-08-26[win32] Update libiconv to 1.14Karlson2k
2014-08-22[win32] Add Win32Log with widestring loggingKarlson2k