aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-19Merge pull request #1812 from ramiro/es_AR-langinfo_xmlalanwww1 (Attila)
Add langinfo.xml for es_AR locale.
2012-11-19smartplaylists: make "title" field browseable (again)montellese
2012-11-19upnp: sanify md5'd urls for imagesAlasdair Campbell
2012-11-19Merge pull request #1814 from elbeardmorez/masterdavilla
autotools build fix
2012-11-19Merge pull request #1753 from koying/fixmissinggenthumbjmarshallnz
FIX: regenerate auto-thumb if not present
2012-11-19[egl] fixed, remember vsync setting and restore it when changing display ↵davilla
resolutions
2012-11-19autotools: fix build hitting wrong config header (ticket #13364)Pete Beardmore
2012-11-19media library: don't append empty "filter" option to all folder paths after ↵montellese
26acb13d2ec
2012-11-18Merge pull request #1776 from Montellese/fix_13544Sascha Montellese
videodb: remove tag/taglinks connections when removing items
2012-11-19jsonrpc: remove unsupported PVR channel related properties from "List.Item.File"montellese
2012-11-19don't set no art as '-' in the database, as it makes ListItem.Art(foo) ↵Jonathan Marshall
non-empty, thus breaking fallbacks
2012-11-18Add langinfo.xml for es_AR locate.Ramiro Morales
2012-11-19[pvr] fixed - check the add-on API version before calling Create(), check ↵Lars Op den Kamp
the minimum version XBMC uses and not the one from the add-on, log versions and path when the add-on is incompatible
2012-11-19[cec] fixed - don't store the vendor id of the tv that libCEC sends back, or ↵Lars Op den Kamp
this will be used as vendorid forever
2012-11-18[osx] - fix vfs wrapper (10.6.sdk added 2 new symbols for stat and fstat). ↵Memphiz
This fixes playback of dvd folders when started from the library
2012-11-18fixed compiler warningwsoltys
2012-11-18Merge pull request #1802 from Montellese/urloptions_fixjmarshallnz
allow key-only URL options and add CUrlOptions::RemoveOption()
2012-11-18jsonrpc: add missing properties "tag" and "art" to List.Fields.Filesmontellese
2012-11-18[osx/ios] - use the same sqlite_prepare_v2 function on darwin as on all ↵Memphiz
other platforms. Its not a 1:1 replacement and might even be resulting strange behaviour on broken db's. Since that workaround was introduced 4 years ago because of missing symbols and the symbol is there now - we just use the same code now for osx aswell - use the same sqlite_prepare_v2 function on darwin as on all other platforms. Its not a 1:1 replacement and might even be resulting strange behaviour on broken db's. Since that workaround was introduced 4 years ago because of missing symbols and the symbol is there now - we just use the same code now for osx aswell..
2012-11-18show music smartplaylists for "playlist" rule for artist smartplaylists ↵montellese
(fixes #13572)
2012-11-18videodb: add triggers on deletion of movies/tvshows/musicvideos to delete ↵montellese
any related records in the taglinks table (fixes #13544)
2012-11-18mysql: don't remove "BEGIN" and "END" from CREATE TRIGGER queries (thanks ↵montellese
koying)
2012-11-18[test] add unit tests for CUrlOptionsmontellese
2012-11-18allow key-only URL options and add CUrlOptions::RemoveOption()montellese
2012-11-18[cosmetic] indenting after try/catch in GetStreamDetailsJonathan Marshall
2012-11-18wrap GetStreamDetails in try/catchJonathan Marshall
2012-11-18ignore 'thumb' types when updating art in the video library (Eden->Frodo)Jonathan Marshall
2012-11-18remove useless comparison in CMusicInfoTag::operator!=Jonathan Marshall
2012-11-18ensure optical media files check for older-style art (folder.jpg|movie.tbn). ↵Jonathan Marshall
fixes #13553
2012-11-18don't try and use an empty art type for foldersJonathan Marshall
2012-11-17Window now has the same locking that it had prior to the codegeneration.Jim Carroll
2012-11-17Merge pull request #1811 from ronie/addon-iconsjmarshallnz
replace several addon icons
2012-11-17Merge pull request #1810 from ronie/translate-canceljmarshallnz
use british english spelling: cancelled / cancelling
2012-11-18replace several addon iconsronie
2012-11-18use british english spellingronie
2012-11-17Restore apps ability to control navsounds not just skin settingsDamian Huckle
2012-11-17Remove useless crossfade selection enable test - thx JMDamian Huckle
2012-11-17Merge pull request #1807 from jmarshallnz/gles_fixesjmarshallnz
Gles fixes for texture rendering
2012-11-17Remove old code disabling crossfade selection with WASAPI - fixes #13518Damian Huckle
2012-11-17[AE/CA] - only reinit the engine on makestream if pcm format changes or ↵Memphiz
always on raw format - this significantly reduces a hickup we have when preparing the next stream in paplayer - though there is still an audible hickup :(
2012-11-17Update language/Spanish/langinfo.xmlXBMCSPAIN
Add 12/24 hours format
2012-11-17CVariant: fix empty() for booleans, (unsigned) integers and numbersmontellese
2012-11-17Merge pull request #1808 from arnova/ae_suspend_fixdavilla
fixed: AE suspending was broken resulting in it resuming/suspending over...
2012-11-17fixed: AE suspending was broken resulting in it resuming/suspending over and ↵arnova
over again (fixes ticket #13508)
2012-11-17Add plugin:// resolving before queueing next trackCyril
2012-11-17ensure we serialize all members of CMusicInfoTag. fixes issues with art ↵Jonathan Marshall
vanishing on large lists from the music library after it's loaded off the filesystem.
2012-11-17use an int for CMusicInfoTag::m_iDbId rather than a longJonathan Marshall
2012-11-16Merge pull request #1806 from fetzerch/pvr-sortingLars Op den Kamp
pvr: Sort recordings view by date as default
2012-11-16Merge pull request #1732 from dragonflight/FIXcleanLibraryjmarshallnz
FIX: Video metadata disappears from files mode view after Clean Library
2012-11-16Merge pull request #1783 from jonfabe/bugfixesjmarshallnz
Bugfixes