aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2012-10-23Provide IFile consumers a rudimentary HTTP POST option via a CurlFile ↵Red-F
sub-class called HTTPFile. Implements IFile's OpenForWrite and Write methods to POST data with Content-Type set to "Application/Json"
2012-10-16Merge pull request #1628 from Pulse-Eight/libcec2.0.2Arne Morten Kvarving
[cec] bump to libCEC 2.0.2
2012-10-16[win32] update VS project filesmontellese
2012-10-16[cec] bump to libCEC 2.0.2Lars Op den Kamp
2012-10-16adds backward compatibility art updater for Eden->FrodoJonathan Marshall
2012-10-16move video and music thumbloaders to their own .cpp/h filesJonathan Marshall
2012-10-15updated Win32BuildSetup/readme.txt to be consistent with the wiki pagemad-max
2012-10-15remove unneeded CGUIStandardWindow classJonathan Marshall
2012-10-10[win32] remove HTTP-API referencesmontellese
2012-10-10Merge pull request #1575 from jmarshallnz/poster_bannerjmarshallnz
Poster banner support for video art
2012-10-11adds tests for FileItem::GetLocalArt and a few othersJonathan Marshall
2012-10-10Merge pull request #1576 from Pulse-Eight/libcec2Lars Op den Kamp
[cec] libCEC 2.0.0 support
2012-10-09Merge pull request #1399 from Montellese/gsoc_advanced_filterSascha Montellese
[GSoC] Advanced Library Filtering
2012-10-09[cec] bump to libCEC 2.0.0. only minor changes, but the API was cleaned up, ↵Lars Op den Kamp
and is not compatible with the previous version anymore
2012-10-08Merge pull request #1571 from Memphiz/bxaremoveArne Morten Kvarving
[PAPlayer] Remove BXACodec and use DVDPlayerCodec instead
2012-10-08changed: drop now unused CGUIDialogVideoScanspiff
2012-10-08[BXACodec] - get rid of the now obsolete BXACodecMemphiz
2012-10-08[win32] update project filesmontellese
2012-10-07[win32] Screenshot.h belongs into utils not into the root folder of the VS ↵montellese
project
2012-10-07[win32] fixed vs2010 project file for lose DVDDemuxBXA.cpp/htaxigps
2012-10-07changed: remove now unused CGUIDialogMusicScanspiff
2012-10-05[win32] remove remaining reference to libapetagmontellese
2012-10-05libid3tag/libapetag win/mac/linux/android removal (thanks theuni for the ↵Cory Fields
linux/android parts and montellese for win32)
2012-10-05[screenshot] move Screenshot.h/cpp to utils, and update projectsJonathan Marshall
2012-10-04Merge pull request #1511 from hydra/relocate-screenshot-code2jmarshallnz
Move screenshot code into it's own file. Move surface capturing code in...
2012-10-04Move screenshot code into it's own file. Move surface capturing codeDominic Clifton
into it's own class so it can be reused.
2012-10-03Merge pull request #1189 from Karlson2k/Blacklist_Problem_ImonLars Op den Kamp
[win32] Fix for problematic iMON hardware
2012-10-03[Peripheral] Add new class 'PeripheralImon'Karlson2k
2012-10-02jsonrpc: add Addons namespace with GetAddons, GetAddonDetails, ↵montellese
SetAddonEnabled and ExecuteAddon
2012-09-30 [dvdplayer/subs] - factor the calculation from relative to absolute ↵Memphiz
overlaytime out from the subtitleplayer into the dvdoverlaycodec base class and adapt subtext, subtx3g and subffmpeg to use it accordingly without changing former behaviour
2012-09-30[win32] remove non-existing xbmc/music/tags/Tag.h from VS projectmontellese
2012-09-22[win32] fix MusicInfoTagLoader.h appearing in root level of VS projectmontellese
2012-09-22[win32] update VS projects after d83dc04f4754f1045edeb72234ade67d32d056d4montellese
2012-09-16[win32] fix VS configuration for "Debug Testsuite"montellese
2012-09-13[win32] add interfaces/swig/ControlListAddItemMethods.i to VS projectmontellese
2012-09-13[win32] remove duplicate MusicInfoTagLoaderWav.h from VS projectmontellese
2012-09-11[win32] fix building XBMC with the SWIG-generated codemontellese
To be able to run multiple custom build tools in Visual Studio every custom build tool needs to call a batch (*.bat) file but it has to do so using CALL otherwise only the first custom build tool will be executed. Therefore running the custom build tool on xbmc/win32/PlatformInclude.h to generate xbmc/win32/git_rev.h without using CALL blocked all other custom build tools from running. In addition all paths in the batch files have been surrounded by " to make sure they also work when a path contains a whitespace.
2012-09-10[win32] fix DX release and OpenGL builds for codegenerated addonsmontellese
2012-09-10[tags] Remove old AAC, Ape, Flac, MP3, MP4, MPC, Ogg, WMA, and WavPack ↵Chris Roberts
TagLoaders from Xcode & VS2010 projects and Makefiles and remove files on disk
2012-09-10[tags] Add new TagLoaderTagLib & associated VFSStreamChris Roberts
2012-09-10[tags] Add Makefile and taglib dependency, add taglib to xcode, android, ↵Chris Roberts
linux and win32 depends
2012-09-09@Montellese, @Memphiz, @jimfcarroll Replace the scripting engine with a ↵Jim Carroll
codegenerated one.
2012-09-09[win32] @Montellese's addition of swig and doxygen win32 build dependencies.Jim Carroll
2012-09-08[libass] build with harfbuzz supportSébastien Brochet
2012-09-07[win32] update vs project, force enable upnp for windowspieh
2012-09-06[WIN32] fixed: don't package .h/.cpp/.exp and .lib files.WiSo
2012-09-06[win32] remove TestCryptThreading as CryptThreading is not available for win32montellese
2012-09-06[win32] add all filesystem tests (not all working)montellese
2012-09-06[win32] add all utils tests (not all enabled and working)montellese
2012-09-05[win32] only reference gtest from XBMC for "Debug Testsuite" configurationmontellese