aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-04Merge pull request #3953 from jmarshallnz/date_time_validationjmarshallnz
Date time validation
2014-01-04Merge pull request #3956 from jmarshallnz/import_speedupsjmarshallnz
Video library: Import speedups
2014-01-04Merge pull request #3919 from jmarshallnz/number_labelsjmarshallnz
Allow use of $NUMBER[] to specify a number in XML tags
2014-01-04Merge pull request #3906 from xhaggi/skin-epgronie
[confluence] adds info area for current selected epg item
2014-01-04Merge pull request #3898 from koying/fix3droidiosChris Browet
FIX: TAB 3D fixup for ios & libstagefright
2014-01-04[infoscanner] don't invalidate paths whenever DeleteMovie() is done if all ↵Jonathan Marshall
we're doing is updating details in-place
2014-01-04[infoscanner] don't do a CDirectory::Exists() check when we set a path hash ↵Jonathan Marshall
to empty - it's expensive for some VFS filesystems, and it doesn't matter if we add non-existent paths to the database (should SetPathHash ever be called on a non-existent path)
2014-01-04[infoscanner] don't read into archives when looking for trailersJonathan Marshall
2014-01-04[videodb] don't wrap ImportXML in a transaction - it uses the infoscanner ↵Jonathan Marshall
which has it's own instance with it's own transactions. Fixes #13818
2014-01-04CApplicationMessenger::ActivateWindow() can call back into python, so make ↵Jonathan Marshall
sure we use the DelayedCallGuard. Fixes #13776.
2014-01-04[python] track the open state of the progress dialog, as the open event is ↵Jonathan Marshall
sent on-thread, whereas close is sent via a threadmessage. Two progress dialogs in a row thus won't show up if the close of the first occurs after (due to threadmessaging being delayed) the open of the second. Fixes #13467
2014-01-04[music] add 'MusicBrainz Album Artist' as an option for tag reading. Fixes ↵Jonathan Marshall
#14707
2014-01-04[date/time] have SetFromDateString() first attempt SetFromDBDate() before ↵Jonathan Marshall
attempting to parse for a 'Sunday, April 15 2006' style date
2014-01-04[date/time] validate SetFromDBDate() a little betterJonathan Marshall
2014-01-04[date/time] Return a bool from SetDate/Time to indicate a successful, valid, ↵Jonathan Marshall
date
2014-01-03Merge pull request #3806 from opdenkamp/pvraddons11Lars Op den Kamp
[PVR] bump add-ons
2014-01-03Merge pull request #3902 from vkosh/pvr-progressLars Op den Kamp
[pvr] fix: hide loading pvr data progress dialog if error occured in pvr clients
2014-01-03Merge pull request #3934 from leechguy/profiles_settings_cleanupjmarshallnz
Auto login profile selection
2014-01-03Merge pull request #3807 from nigeljonez/profilessegfaultjmarshallnz
Avoid using CSettings to create a blank guisettings.xml for a fresh prof...
2014-01-03Merge pull request #3879 from jmarshallnz/empty_value_db_filtersjmarshallnz
Allow empty value fields in database filters
2014-01-04[JSON-RPC] bump version to 6.13.1Jonathan Marshall
2014-01-04[dbfilters] if matching empty fields, allow also to match NULLJonathan Marshall
2014-01-04[PVR] sync xbmc_stream_utils.hppLars Op den Kamp
2014-01-04[PVR] bump add-onsLars Op den Kamp
2014-01-04[dbfilters] allow empty value fields. fixes #14702Jonathan Marshall
2014-01-04[dbfilters] validate number and second fields to ensure the values are non-emptyJonathan Marshall
2014-01-03Merge pull request #3944 from BigNoid/mysql_musicdb_fixjmarshallnz
[musicdb] Fix ambiguous sql query.
2014-01-04[Cosmetics] more name fixesronie
2014-01-03what's my name again?ronie
2014-01-03droid: enable amcodecdavilla
2014-01-03[nfs] - remove leftover libnfs buildsys for linux - we provide the correct ↵Memphiz
version via our ppa for linux (all other platforms have the right version bundled) - for all non ppa conform distributions the upstream source has to be compiled and installed (if no package for the distribution is provided by the distributor)
2014-01-03Merge pull request #3946 from FernetMenta/aefixesRainer Hochecker
ActiveAE: fix latency and cachetime of sink
2014-01-03[lang] update of skin.confluence language filesalanwww1
2014-01-03[lang] update of core language filesalanwww1
2014-01-03[lang] update of internal addon language filesalanwww1
2014-01-02Merge pull request #3943 from ntadej/patch-1alanwww1 (Attila)
Fix Slovenian short date
2014-01-02[Confluence] Give Profiles Settings window the same look and feel as other ↵LeechGuy
settings windows
2014-01-02Give Auto login selection dialog the same look and feel as used by the ↵LeechGuy
language selection dialogs
2014-01-02Fix ambiguous mysql error.BigNoid
2014-01-02ActiveAE: cosmeticsRainer Hochecker
2014-01-02ActiveAE: fix overwrite of sink latency and cache timeRainer Hochecker
2014-01-01droid: fixed, check for ALL enabled codecsdavilla
2014-01-01droid: fixed crash, check for configure exceptions and bail if we throwdavilla
2014-01-01Fix Slovenian short dateTadej Novak
In Slovenian there should be spaces after periods in date.
2014-01-01videolibrary: fix season flattening logic after ↵montellese
e3d6b047db849af39641105af96a86e24e73a9f0
2014-01-01Merge pull request #3933 from MartijnKaijser/a12Martijn Kaijser
[release] version bump to 13.0 alpha12
2013-12-31droid: fix buildGotham_alpha11S. Davilla
2013-12-31droid, disable amcodecS. Davilla
2013-12-31droid: do not try to diddle permissions if we are not an aml deviceS. Davilla
2013-12-31revert most of cde2285ronie