aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-28[gettext] converted and deleted strings.xml files for built-in addonsalanwww1
2012-05-28[gettext] added addon data, summary, description, disclaimer to Confluence la...alanwww1
2012-05-28[ios] - fix retina support for iPad3 when not building with xcode4 and curren...Memphiz
2012-05-28[ios/atv2] - add helper for detecting ipad3, refactor a bit for reusing the s...Memphiz
2012-05-28Merge pull request #1019 from amet/PyList_Append_memleakZeljko Ametovic
2012-05-28[ios] - deselect all controls when lifting the finger from touch screenMemphiz
2012-05-28[GUI] - add GUI_MSG_UNFOCUS_ALL for unfocusing all focusMemphiz
2012-05-28[ios] - focus control on doublefingersingletap gestureMemphiz
2012-05-27[fix] PyList_Append is known to memleakamet
2012-05-27Merge pull request #974 from anssih/fix/paplayer-zerobpsAnssi Hannula
2012-05-27fix ios buildamet
2012-05-26[osx/ios] kill useless assert and code style cleanupdavilla
2012-05-26[ios] fixed c/p monster strkes again, plus cosmetics whitespace and indent-ma...davilla
2012-05-26Cleanup build-dep list in README.linuxKyle Hill
2012-05-26Fixed compilation error in XBDateTime.cppKyle Hill
2012-05-26[AE] Allow transcoding at 44100hz if specifically enabled in as.xmlDamian Huckle
2012-05-26Merge pull request #1016 from fetzerch/bugfix-mysql-reconnect2jmarshallnz
2012-05-27CDateTime: fix invalid dates (1601-01-01) being handled as valid datesmontellese
2012-05-26[AE] Give DirectSound the same love for graceful fallback to default device w...Damian Huckle
2012-05-26[AE] Add graceful fallback to alternate device for WASAPI when current device...Damian Huckle
2012-05-26[bluray] make sure we retain metadata on item when playing blurayelupus
2012-05-26[AE] switch pulseaudio to new API with support for passthroughJoakim Plate
2012-05-26Reconnect to MySql DB also on CR_SERVER_LOST error.Christian Fetzer
2012-05-26Merge pull request #988 from anssih/fix/AE-float-to-S24NE3Anssi Hannula
2012-05-26make sure to delete the videodb cache when switching watched mode (broken sin...montellese
2012-05-26[AE] Restore ReplayGain functionality, GUI settings and logging.Damian Huckle
2012-05-26missed change in 906878832065Jonathan Marshall
2012-05-26use PercentToGain to format up the volume sliders appropriatelyJonathan Marshall
2012-05-26split CAEUtil::LinToLog() into PercentToGain/GainToScale and make the code cl...Jonathan Marshall
2012-05-26factor out OnCachingComplete from OnJobComplete - we shouldn't really be call...Jonathan Marshall
2012-05-26Increment texture use counts in a separate job to ensure it's done off-threadJonathan Marshall
2012-05-26ensure we set at least some art for each scanned item, to ensure the backward...Jonathan Marshall
2012-05-26backward compatible retrieval of episode thumbs could fetch a folder.jpg for ...Jonathan Marshall
2012-05-26use a CVideoInfoTag reference to save writing the same thing over and overJonathan Marshall
2012-05-26add index for incrementusecount to the texture databaseJonathan Marshall
2012-05-26no need to run IncrementUseCount for just checking whether textures existJonathan Marshall
2012-05-25fixed: line endingsbobo1on1
2012-05-25fixed: Broken directory cachearnova
2012-05-25JSON-RPC: return empty for fanart if it doesn't existJonathan Marshall
2012-05-25GetSingleValue was broken for where/order clauses due to idiocyJonathan Marshall
2012-05-25the directory hasn't changed, just the archive nameJonathan Marshall
2012-05-25GetArtForItem() needs to use the second dataset as it's used within loops on ...Jonathan Marshall
2012-05-25adds dataset-specific version of GetSingleValue, allowing different datasets ...Jonathan Marshall
2012-05-25update tinyxml build dep fetches so we can grab a suitably built tinyxmlSTLd.libJonathan Marshall
2012-05-25switch VS2010 debug project to disable STL iterator checks so that debugging ...Jonathan Marshall
2012-05-25don't hit iterators during RunStreamStage unless we have to - win32's debug s...Jonathan Marshall
2012-05-25update CXBMCTinyXML::Test() to correctly verify hex and decimal XML entitiesJonathan Marshall
2012-05-25support &#[0-9]{1-5}; in XML entities. fixes #13059Jonathan Marshall
2012-05-25[osx] README.osx location changed in Xcode projectamet
2012-05-24fixed compiler warning spew under clang 'indirection of non-volatile null poi...davilla