aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-26release: use final Eden splashEden_rc1theuni
2012-02-26release: version strings bump for rc1theuni
2012-02-26Merge remote-tracking branch 'origin/master' into Edentheuni
2012-02-26release: bump skin.touched to latesttheuni
2012-02-26release: move to final eden addons repotheuni
2012-02-26release: keep xbmc.addon in sync with major releasestheuni
This allows repository owners to filter specific XBMC versions. Note that this can currently only block at install-time (meaning install from zip or install from repo) and will not filter any manually copied repository addons.
2012-02-26release: bump xbmc.jsontheuni
From now on, this version will stay in sync with the version reported from jsonrpc. Addons using jsonrpc should depend on the minimum version necessary to function so that only users with >= that api available will be able to install.
2012-02-26remove backward compatibility to v2.1 in xbmc.gui. Eden skins must require ↵Jonathan Marshall
version 3.00
2012-02-26ensure the name of playlists is displayed in the smartplaylist rule browser ↵Jonathan Marshall
(rather than filenames)
2012-02-26CSmartPlaylistDirectory::GetPlaylistByName should also return playlists if ↵Jonathan Marshall
they match the filename (as that's what the smartplaylist rule dialog returns)
2012-02-26fixed: CSmartPlaylistDirectory::GetPlaylistByName could return non-xsp filesJonathan Marshall
2012-02-26path substitution didn't work for filesJonathan Marshall
2012-02-25remove: fallback to windows channel order in windows rendererselupus
This is now handled in factory
2012-02-25changed: always assume windows channel order on input if not knownelupus
This makes windows and linux behave identical for this situation.
2012-02-25updated: Italian translation for main strings - Thanks Liltee89alanwww1
2012-02-25updated: French translation for main strings (closes PR 725 - Thanks Rififi77)alanwww1
2012-02-25changed: bump number of minimum remembered packets for recoveryelupus
From reports the current value wasn't enough and it doesn't hurt much to bump this one step.
2012-02-25fixed: convergance count was wrong for h264elupus
This occured with the change to not wait for keyframes on startup for h264
2012-02-25FIXED:[osx] Fall-back to a default speaker configuration if one is not ↵Chris Lance
configured for the output device.
2012-02-25CHANGED:[osx] Removed obsolete method declaration.Chris Lance
2012-02-25ADDED:[osx] New CoreAudio methods to support channel/device managementChris Lance
2012-02-24Merge pull request #713 from a11599/audiodelayJoakim Plate
added: Configurable display latency based on refreshrate in advanced settings
2012-02-24[added] Display latency correction based on refresh rate via ↵Istvan Stikrad
advancedsettings.xml
2012-02-24Merge pull request #724 from mad-max/no_xboxKyle Hill
removed obsolete xbox code
2012-02-24removed obsolete xbox codemad-max
for this I have checked #10623...Most parts were already fixed...
2012-02-23Merge pull request #721 from Memphiz/unrarxlibMemphiz
UnrarXLIB messed with endianess on APPLE platform
2012-02-24cache smartplaylists using a unique cachename so that they can be cleared on ↵Jonathan Marshall
either music or video scan. Closes #12686
2012-02-24clear the fileitemcache after deleting itemsJonathan Marshall
2012-02-23[fix] - macs are not allways big endian since years - tell this unrarxlib ↵Memphiz
... fixes #12684
2012-02-23jsonrpc: Player.Open didn't properly handle non-jpg images (fixes #12688)montellese
2012-02-22Merge pull request #715 from FernetMenta/mainline2Rainer Hochecker
vdpau: set correct display state
2012-02-22updated: Hebrew translation for core strings (closes #12676 - thanks BuSHari)alanwww1
2012-02-22updated: Portuguese (Brazil) translation for core strings (closes #12669 - ↵alanwww1
thanks Wanilton)
2012-02-22Merge pull request #716 from tomtor/dutchalanwww1 (Attila)
updated: Dutch translation fixes/additions - Thanks Tomtor
2012-02-22vdpau: set display state to reset if display event times out, system was ↵Rainer Hochecker
stuck in state LOST;
2012-02-22Dutch translation fixes/additionsTom Vijlbrief
2012-02-22fixed: syntax error in FEH.py (closes #12682 - thanks bonemasterno1)vdrfan
2012-02-21Merge branch 'master' of https://github.com/xbmc/xbmcDamian Huckle
2012-02-21Fixes looping audio on pause in WASAPI. Fixes trac #12513.Damian Huckle
2012-02-21changed: remove duplicate ptr checkelupus
2012-02-21changed: weird assignment in return clauseelupus
2012-02-21remove: pointless pointer checkelupus
2012-02-21fixed: some out of bounds memory accesseselupus
2012-02-21fixed: some non terminated strcpy'selupus
2012-02-21fixed: some potential NULL derefenceselupus
2012-02-21[cosmetic] - removed unused propertys from airtunes (these are maybe able on ↵Memphiz
boxee - but not on xbmc)
2012-02-21[fix] - allow a string fallback when getting the StartPercent property out ↵Memphiz
of an cfileitem - this allows usage from python module aswell (which stores propertys allways as string)
2012-02-20Merge pull request #712 from kolabor/masteralanwww1 (Attila)
updated: Polish translation - thanks Kolabor
2012-02-21updated: Polish translationRafal Wojcik
2012-02-20Merge pull request #709 from epoke/patch-2alanwww1 (Attila)
Update addons/skin.confluence/language/Korean/strings.xml- Thanks Epoke