aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-31Merge pull request #985 from qwerdy/masterFrodo_alpha2Memphiz
2012-05-31fixed: region locale of Chinese (Traditional) is TWtaxigps
2012-05-31Merge branch 'master' of https://github.com/xbmc/xbmchtpc
2012-05-31fix infinite loop in SMBDirectory, thanks to ServerAlex for the heads up. clo...Jonathan Marshall
2012-05-31[ass] "there shall only be one" libass overlay Joakim Plate
2012-05-29Merge pull request #1025 from podtalje/masterjmarshallnz
2012-05-29[ios/atv2] - removed some unused code and fixed local scale variable to cgflo...Memphiz
2012-05-29[ios/ipad3] - don't clamp resolution in VTB harware decoder if we have the po...Memphiz
2012-05-29[ios] - do the ipad3 retina fix only when we are queried for the mainScreen (...Memphiz
2012-05-29Update xbmc/guilib/GUIPanelContainer.cpppodtalje
2012-05-29changed: Proper fix for 50b1b726140de2ba12a7cf12b0a60242a001a6f6 (thanks jm)arnova
2012-05-28fixed: colordiffuse applying only to slider in sliderex controlpieh
2012-05-29[cosmetics] remove colorKey from ControlImage docs, its not used in thereamet
2012-05-28[gettext] fixed problem with single LF at file-end on Windows style Line-Ende...alanwww1
2012-05-28fixed: Thumbs + fanart would not show for video files with partial VideoInfoT...arnova
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