aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-30[win32] Cleanup: delete old project filesKarlson2k
2013-10-30jsonrpc: fix "limits" for PVR.GetChannelsmontellese
2013-10-29fix to handle 'None' passed as a parameter from python.Jim Carroll
2013-10-29Merge pull request #3510 from Karlson2k/PlayList_fix_01jmarshallnz
Fix loading data in CPlayList::LoadData
2013-10-29Merge pull request #3517 from Memphiz/mousemavericksMemphiz
[osx/mavericks] - ugly hacked fix for the mouse bug (mouse wasn't able t...
2013-10-29Merge pull request #3506 from jmarshallnz/compile_warningsMartijn Kaijser
Compile warnings
2013-10-29Merge pull request #3392 from garbear/pvrmenu.searchiconsMartijn Kaijser
Disable channel icon scan when icon path is empty
2013-10-29Merge pull request #3516 from Memphiz/osxmultiscreenMemphiz
[osx] - fix windowed/fullscreen transitions with multi screen setups
2013-10-29[xcode] - remove stale references to ios6.1 sdkMemphiz
2013-10-29fix - clash with StdString's use of the TRACE macro.Jim Carroll
2013-10-29fix - deadlock on timing of setting the ending status of the PythonInvoker.Jim Carroll
2013-10-29[osx/mavericks] - ugly hacked fix for the mouse bug (mouse wasn't able to ↵Memphiz
move over the full screen) - intermediated isolated hacked solution until new windowing is ready
2013-10-28[osx] - fix windowed/fullscreen transitions with multi screen setupsMemphiz
2013-10-29fix HasExtension didn't necessarily terminate correctlyJonathan Marshall
2013-10-29fix compile warning (assignment inside if)Jonathan Marshall
2013-10-28Merge pull request #3513 from Karlson2k/rss_reader_fix_01jmarshallnz
RssReader::Process: fix: read files with unknown length correctly
2013-10-28Fix Player.play crash on Windows due to trying to assign NULL to a reference.Jim Carroll
2013-10-28Fix a warning on windows.Jim Carroll
2013-10-28Merge pull request #3514 from Karlson2k/scraperurl_fix_01jmarshallnz
ScraperUrl::Get: fix: avoid race conditions
2013-10-28ScraperUrl::Get: fix: avoid race conditionsKarlson2k
2013-10-28RssReader::Process: fix: read unknown length files correctlyKarlson2k
2013-10-28PlayList::LoadData: fix loading dataKarlson2k
Seems that it was never work on Win32 Also unify for platforms, remove CStdString
2013-10-27fixed, really ? I mean really?S. Davilla
2013-10-27fixed, Operator '?:' has lower precedence than '*'; '*' will be evaluated ↵S. Davilla
first. Which is wrong :)
2013-10-27ios: fixed, use full path on XBMCController.hS. Davilla
2013-10-27darwin, fixed, compiler warning. DarwinUtils.h is C linkage so you should ↵S. Davilla
not be using C++ objects as return or params
2013-10-27ios: fixed, use full path on XBMCController.h to get the correct file as ↵S. Davilla
there are two, one for ios and one for atv2
2013-10-27fixed, compiler warningS. Davilla
2013-10-27Merge pull request #3458 from smspillaz/fix-14644-14645Martijn Kaijser
Some simple wayland build fixes for newer mesa versions
2013-10-26Merge pull request #3467 from Karlson2k/curlfile_update_03jmarshallnz
CurlFile - update 03
2013-10-27HttpHeader: make 'GetProtoLine' inline constKarlson2k
2013-10-27CurlFile: add "GetServerReportedCharset" functionKarlson2k
2013-10-27HttpHeader: add 'GetCharset' functionKarlson2k
2013-10-27HttpHeader::GetMimeType: fix: exclude "charset" and other secondary parametersKarlson2k
2013-10-27HttpHeader::GetValue: refactoringKarlson2k
2013-10-27Move all header parsing logic from CurlFile::CReadState::HeaderCallback to ↵Karlson2k
CHttpHeader::Parse
2013-10-27CurlFile::CReadState::HeaderCallback: internally use std::string instead of ↵Karlson2k
char*
2013-10-27CurlFile: use HttpHeader:AddParamKarlson2k
2013-10-27HttpHeader: add 'AddParam' functionKarlson2k
2013-10-26Merge pull request #3462 from Karlson2k/curlfile_update_01jmarshallnz
CurlFile - update 01
2013-10-26Merge pull request #3497 from Karlson2k/xml_decl_fix_01Karlson2k
Add proper "<?xml ..." declaration to most .xml files
2013-10-27Add proper "<?xml ..." declaration to most .xml filesKarlson2k
2013-10-26darwin: libshairplay, fixed build on 10.7.x with Xcode 4.6S. Davilla
2013-10-26darwin: fixed build on 10.7.x with Xcode 4.6S. Davilla
2013-10-26[osx] - fix compile after f90170a2605328f4d09b5d6de04d98885f12b3b4Memphiz
2013-10-25Merge pull request #3496 from ace20022/fix_ext_flag_detectionAndreas Zelend
[Util] Fix detection of external subtitles' flags.
2013-10-25[WIN32] fixed: added missing directsound return codes.wsoltys
2013-10-25fixed runtime crash, disable gnutls, missing symbol on 10.6 boxesS. Davilla
2013-10-25[Util] Fix detection of external subtitles' flags.ace20022
2013-10-25[ios/atv2/jenkins] - lower default iOS SDK from 4.3 to 4.2 - there is a flaw ↵Memphiz
in 4.3 (mismatch between runtime and headers) which leads to crashing on iOS < 4.3 when using mysql or smb. Gotham will be the last version with 4.2 SDK - and so iOS 4.2 support.