aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-28Merge pull request #660 from jmarshallnz/cleanup_cleaningupjmarshallnz
2012-01-28[osx] update info about building under 10.7davilla
2012-01-28Merge pull request #663 from wsoltys/zeroconf_jobwsoltys
2012-01-28cosmeticsWiSo
2012-01-28[WIN32] cosmeticsWiSo
2012-01-28changed: start zeroconf publishing via a job. speeds up XBMC startup a littleWiSo
2012-01-28fixed: unable to open symlinked directory over FTP (fixes #12541)vdrfan
2012-01-27fixed: too long French string for wind-state in weather addons - thanks Rififi77alanwww1
2012-01-27fixed: added missing package libltdl-dev to linux READMEsvdrfan
2012-01-27Merge pull request #656 from Montellese/jsonrpc_source_locksSascha Montellese
2012-01-27Merge pull request #659 from jmarshallnz/remove_datjmarshallnz
2012-01-27Merge pull request #643 from jmarshallnz/97edc27119c037127480ec54af234afc3633...jmarshallnz
2012-01-27Merge pull request #661 from jmarshallnz/sets_in_smartplaylistsjmarshallnz
2012-01-27autoplay next item didn't apply to some music addonsJonathan Marshall
2012-01-27add upgrade path for existing librariesJonathan Marshall
2012-01-27now that GetBaseMoviePath always returns the folder that contains video_ts/bd...Jonathan Marshall
2012-01-27refactor test for GetBaseMoviePath and add video_ts and bdmv testsJonathan Marshall
2012-01-27GetBaseMoviePath should return the parent folder regardless of the 'use folde...Jonathan Marshall
2012-01-27lowercase video_ts folders didn't work for GetLocalMetadataPathJonathan Marshall
2012-01-27only support AVSEQ##(#).DAT, MUSIC##(#).DAT and ITEM###(#).DAT if extension i...Jonathan Marshall
2012-01-26fix query for filtering movies in sets with a where clause, thanks to MontelleseJonathan Marshall
2012-01-26Revert "changed: show the actual movies instead of the sets item when browsin...Jonathan Marshall
2012-01-26fixed: container.content was set to files for the video library rootJonathan Marshall
2012-01-26fix missing Library button under Videos (typo)Jonathan Marshall
2012-01-26get rid of what should be an unnecessary assigning of fanartJonathan Marshall
2012-01-26cleanup the behaviour of assigning library metadata to file items.Jonathan Marshall
2012-01-26factor out the StackingAvailable codeJonathan Marshall
2012-01-26add param to CFileItem::UpdateInfo() to not update the labelsJonathan Marshall
2012-01-26remove unnecessary setting of the isstacked property on files that may not be...Jonathan Marshall
2012-01-26use CVariant for the isstacked propertyJonathan Marshall
2012-01-25updated: Hebrew translation for main strings (closes #12524 and #12525 - than...alanwww1
2012-01-25added: more verbose logging to CFileCDDA::ReadWiSo
2012-01-25Merge pull request #620 from FernetMenta/atifixRainer Hochecker
2012-01-25VideoReferenceClock: fix for ATIFernetMenta
2012-01-25Merge pull request #651 from wsoltys/disc_detection_jobwsoltys
2012-01-25removed: OpticalMount/Unmount from ApplicationMessenger. I don't know for wha...WiSo
2012-01-25[WIN32] changed: move the disc detection job into Application.cpp and WinEven...WiSo
2012-01-25changed: do TMSG_OPTICAL_MOUNT in job to prevent XBMC from freezing during CD...WiSo
2012-01-25jsonrpc: don't list locked sources or their subdirectoriesmontellese
2012-01-25[osx] remove debug define that slipped itS. Davilla
2012-01-25[osx] disable YADIF, it is too slow for HD and we do not have any fall back m...S. Davilla
2012-01-25[osx] increase audio device startup and see if this fixes loss of audio rende...S. Davilla
2012-01-25possible fix for #12249, load curl early so curl_global_init is done before a...S. Davilla
2012-01-24updated: Spanish(Mexico) translation for main strings (closes #12519 - thanks...alanwww1
2012-01-25fix export of episode thumbs was based on the file thumb, not episode thumb, ...Jonathan Marshall
2012-01-24Merge pull request #654 from jmarshallnz/set_nfo_scrapingjmarshallnz
2012-01-24add debug logging about which files are being playedJonathan Marshall
2012-01-24int64_t -> unsigned compile warningJonathan Marshall
2012-01-24add a "group movies in sets" option, defaulted to false available in the UI t...Jonathan Marshall
2012-01-24cosmetics + doxy, renaming variables to be consistent with what they do, and ...Jonathan Marshall