aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2012-04-16[WIN] xbmc.cpp is not useful in Windows builds, exclude itCrystalP
2012-04-14[win32] in VS project move MediaSource.cpp into utils folder (where ↵montellese
MediaSource.h is located)
2012-04-14[WIN32] fixed: some wrong entries in the project files probably due to merging.WiSo
2012-04-11[WIN32] updated libluray to 0.2.2. New packaging format. Will make it easier ↵WiSo
if we might get another depdownloader someday.
2012-04-06Merge pull request #856 from amet/xbmc_monitorZeljko Ametovic
Callback function for xbmc module (xbmc.Monitor)
2012-04-06Callback function for xbmc module (xbmc.Monitor)amet
monitors for: - onSettingsChanged - onScreensaverDeactivated - onScreensaverActivated - onDatabaseUpdated, will return the database that has been updated (video/music)
2012-04-04Merge branch 'ffmpeg_0.10.2'elupus
2012-04-03Merge pull request #798 from jmarshallnz/vttc_texturecache_changesjmarshallnz
Cleanup and TextureCache changes
2012-04-04[WIN32] deleted UnRAR.exe as is shouldn't be needed anymore.WiSo
2012-04-03move texture caching jobs to a separate fileJonathan Marshall
2012-04-02[WIN32] updated Apples mDNSResponder to 333.10 in the hope of less problems ↵WiSo
with vanishing airplay icon (didn't helped me when my iPhone is resumed from standby).
2012-03-31Update ffmpeg to n0.10.2 (f139838d6473c7b5152178f602cb953a824c2ff9)elupus
xbmc ffmpeg 05f8b5549c5e20cf9a417069838edd6841d7bd40
2012-03-28win32: use libcec-1.5.2.zip from XBMC's mirrors as depLars Op den Kamp
2012-03-27[rename] - rename all iFile and iDirectory implementations to have the ↵Memphiz
protocol in suffix instead of prefix in filesystem - fix includes after file renaming - split Slingbox to SlingboxFile and SlingboxDirectory - split HDHomeRun to HDHomeRunFile and HDHomeRunDirectory - fix buildsystem/projects after file renaming
2012-03-27webserver: add special handling for data within POST requestsmontellese
2012-03-27webserver: implement a jsonrpc handlermontellese
2012-03-27webserver: implement a webinterface addons handlermontellese
2012-03-27webserver: implement a webinterface handlermontellese
2012-03-27webserver: implement http-api and vfs http handlersmontellese
2012-03-27webserver: decouple specific usages like jsonrpc, http-api, vfs and ↵montellese
webinterface from CWebServer
2012-03-27Merge pull request #469 from blinkseb/masterSébastien Brochet
[WIN32] upgrade libass to v0.10.0. Harfbuzz support is coming later
2012-03-27add CMime for mimetype resolving by file extension and use it in ↵montellese
CFileItem::GetMimeType()
2012-03-27jsonrpc: add GUI namespace with ShowNotification method and "ControlGUI" ↵montellese
permission (closes #11443)
2012-03-27cec: get libCEC-latest from packages.pulse-eight.net, so it can be updated ↵Lars Op den Kamp
separately, e.g. to add vendor support
2012-03-27cec: added an option to configure whether or not to send an 'inactive ↵Lars Op den Kamp
source' message. bugzid: 439
2012-03-27cec: updated to libCEC 1.5. uses struct libcec_configuration to get and set ↵Lars Op den Kamp
the config in libCEC.
2012-03-26jsonrpc: refactor to simplify includesmontellese
First of all the "architecture" of Announcers has changed. - Up until now every class that would like to listen to announcements going through CAnnouncementManager has to implement ANNOUNCEMENT::IAnnouncer. Furthermore they have to include AnnouncementUtils.h to get access to the CAnnouncementUtils::AnnouncementFlagToString method. AnnouncementUtils.h has been removed and the AnnouncementFlagToString method has been moved to IAnnouncer to get rid of that extra include. - The EAnnouncementFlag enum has been renamed to AnnouncementFlag as IMO a type name containing "Flag" already indicates that it's an enum. This one causes a lot of small changes throughout the whole JSON-RPC code which is why this diff is so huge. - A IJSONRPCAnnouncer has been introduced which derives from IAnnouncer and additionally contains the protected method AnnouncementToJSONRPC which translates any announcement into a valid JSON-RPC notification. This method was previously available as a protected method in CJSONUtils which required JSON-RPC announcers to derive from CJSONUtils just to use that specific method. As an example in the new code CTCPServer only needs to derive from IJSONRPCAnnouncer and not from both IAnnouncer and CJSONUtils. The other change is splitting up CJSONUtils into CJSONUtils which provides JSON-related utility methods and CJSONRPCUtils which provides JSON-RPC-related utility methods and types, specifically JSONRPC_STATUS (which was renamed from JSON_STATUS which wasn't really a matching name), the callback/method definition for methods implementing JSON-RPC functionality, the OperationPermission enum which defines the different permissions needed by JSON-RPC methods and convenience methods to translate permissions from and to strings. The work of seperating JSON-related stuff from JSON-RPC-related stuff is not 100% done yet but this commit contains most of that work.
2012-03-26updated mingw env, cosmetics and a missing file.WiSo
2012-03-26updated gcc to 4.6.2WiSo
2012-03-26[WIN32] file reshuffle: move win smb sources from win32 to filesystem/windowsWiSo
2012-03-25Merge pull request #511 from Montellese/websocketSascha Montellese
add websocket support for JSON-RPC
2012-03-24[WIN32] fixed DX build by excluding GL sources (thanks elupus) and some ↵WiSo
ifdef magic.
2012-03-20websocket: add support for version 13 by implementing RFC 6455montellese
2012-03-20network: add websocket implementationmontellese
Implementation after draft-ietf-hybi-thewebsocketprotocol-10 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10). The usage of wss (secure websocket using TLS (Transport Layer Security)) is not yet supported.
2012-03-20utils: add CHttpResponse to create custom HTTP responsesmontellese
2012-03-20utils: add static Base64::Encode and Base64::Decode methodsmontellese
2012-03-19Merged support for audio/L16 mimetype from andrewfg PR 251Sylvain Rebaud
2012-03-16[win32] add pythreadstate.h to the VS projectmontellese
2012-02-20[WIN32] changed: move disc detection thread out of Application.cpp into ↵WiSo
Win32StorageProvider.cpp.
2012-01-25changed: do TMSG_OPTICAL_MOUNT in job to prevent XBMC from freezing during ↵WiSo
CD/DVD detection (currently only in use by win32 as Linux/OSX? are using the DetectDVDType thread)
2012-01-18add IAudioRenderer.h to win32 projectJonathan Marshall
2012-01-12[WIN32] fixed: impossible to seek via nfs for files bigger than 2GB. closes ↵WiSo
#12351 (thanks Memphiz)
2012-01-07[WIN32] bump libcurl to 7.21.6 to be in line with Linux and "future" OSXWiSo
2012-01-02[WIN] more robust git rev extraction - use plumbing instead of porcelainCrystalP
2012-01-02[WIN] change git exe priority orderCrystalP
Try msysgit first, as it's a direct port of the official tool. Newer msysgit installs a wrapper accessible in the path, try that first, then git.exe if found, and last tortoise git command line tool tgit.exe.
2012-01-02[WIN] fix extraction to return unknown version in case the git tool doesn't ↵CrystalP
return any line
2012-01-02[WIN] fix git rev extraction for BuildSetupCrystalP
SETLOCAL was preventing the script from exporting the result as a variable. Simplified the script to avoid ENABLEDELAYEDEXPANSION and therefore SETLOCAL.
2012-01-02[WIN32] fixed: somehow the manifest got lost for the debug dx build.wsoltys
2012-01-02[WIN32] fixed: python scripts not running anymore.wsoltys
Revert "[WIN] remove manifest file. It declared a dependency on the vs2008 runtime." This reverts commit e59aa6fa4eed8dc87b386a1f542814d4c9d8483b.
2012-01-01[WIN] cosmetic - the quotes are not necessaryCrystalP