aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-15Add support for sleep key in LinuxJohn Rennie
2013-01-15Add key mapping for the power buttonJohn Rennie
2013-01-14[cec] physical address override was hidden on the pi. made it visible againLars Op den Kamp
2013-01-14[osx] - stop hammering the noidlesleep assertion - we only need to hold it once.Memphiz
2013-01-14Merge pull request #2068 from wsoltys/screensaver_workaroundwsoltys
fixed: system screensaver could kick in when playing video. We won't please everyone with this change but at least it brings somewhat the old behavior back without altering the registry.
2013-01-14fixed: system screensaver could kick in when playing video. We won't please ↵WiSo
everyone with this change but at least it brings somewhat the old behavior back without altering the registry.
2013-01-13Merge pull request #2053 from ronie/xbmcvfs-writeronie
[python] fix xbmcvfs.File(file).write(buffer)
2013-01-13Merge pull request #2062 from opdenkamp/pvr-frodo-bumpLars Op den Kamp
[pvr] sync pvr add-ons
2013-01-14[pvr] bump pvr add-ons to ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc-pvr-addons/commit/a9780e023c8b7728017851bfd12d4df9e5c26993
2013-01-13Merge pull request #2069 from amet/service_addon_stopZeljko Ametovic
[fix] make sure we actually stop the service addon before upgrading it
2013-01-13[fix] make sure we actually stop the service addon before upgrading itamet
2013-01-12[EDL] - look for edl files not only for smb but also for nfs and afpMemphiz
2013-01-11[pvr] work around for frodo to fix ↵Lars Op den Kamp
CPVRDatabase::RemoveStaleChannelsFromGroup for both sqlite3 and mysql
2013-01-11... and fixed the typo in d108eaf9f9aa2cdf079f7edda2f087c966be7e8dLars Op den Kamp
2013-01-11[epg] fixed possible crash in CGUIEPGGridContainer::Render(). credits to ↵Lars Op den Kamp
forum user 'x-cimo'
2013-01-11[pvr] fix loop in CGUIWindowPVRChannels::SelectNextGroupLars Op den Kamp
2013-01-10[osx] - log the window name if a window completly obscures XBMC and leads to ↵Memphiz
framelimiting (so we can identify / add exceptional apps easily)
2013-01-10[cec] fixed - incorrect error message was being displayed in the toast popup ↵Lars Op den Kamp
when libCEC could not be found on the system (c+p is bad mmm'kay)
2013-01-10Merge pull request #2044 from popcornmix/clamped_resolution_fixdavilla
Fix for incorrectly using clamped resolution when looking for framerate match
2013-01-10Merge pull request #2056 from skywalker666/masterLars Op den Kamp
Issue #13810: This should fix the DELETE statement for MySQL (UNTESTED!).
2013-01-10jsonrpc: only close the specified player (fixes #13936)montellese
2013-01-10import art from a previously exported libraryJonathan Marshall
2013-01-10export art when exporting to a single file/folder structureJonathan Marshall
2013-01-10don't use the parent folder for art if the item is a folder item and has no ↵Jonathan Marshall
slash at end
2013-01-09Merge pull request #2057 from popcornmix/timestamp_fixhuceke
[rbp] Fix for timestamp problems commonly seen with avi files.
2013-01-10[jpegio] clarify and comment the reading code and handle the case of an ↵Jonathan Marshall
expanding file.
2013-01-09[rbp] Fix for timestamp problems commonly seen with avi files.popcornmix
2013-01-09Issue #13810: This should fix the DELETE statement for MySQL (UNTESTED!).Jan Wagner-Rosenkranz
MySQL does not allow for SubSelects on the table you are updating or deleting from. So we have to use a statement with joins instead. Unfortunatly DeleteValues does not support the needed syntax, so we just execute the plain query.
2013-01-09If cached art from Eden exists, but no original url is available, map it to ↵Jonathan Marshall
an unknown http address so that the art is maintained in Frodo. Required as themoviedb.org scraper caused actor art to be this way in Eden.
2013-01-09[cec] don't update the device type in settings with the value that was ↵Lars Op den Kamp
returned from libCEC
2013-01-09[cec] don't send incorrect pause/resume to slideshow when the source is ↵Lars Op den Kamp
(de)activated and don't resume playback when the source is activated and we didn't pause it when the source was deactivated
2013-01-08Merge pull request #2020 from jmarshallnz/lame_id3_v2jmarshallnz
Always write v2 ID3 tags when ripping to mp3
2013-01-08Merge pull request #1885 from jmarshallnz/chunky_jpegsjmarshallnz
[jpegio] Use chunked reading if CFile::Open doesn't set CFile::GetFileSize
2013-01-09[jpegio] use chunked reading in case the filesize isn't available on Open()Jonathan Marshall
2013-01-08Merge pull request #2052 from jmarshallnz/cddb64jmarshallnz
[cddb] use uint32_t for the disc id rather than unsigned long
2013-01-09write id3v2 tags when ripping cds to mp3Jonathan Marshall
2013-01-08don't append null-terminator to buffer. fixes #13545ronie
2013-01-09[cddb] use uint32_t for the disc id rather than unsigned long and other ↵Jonathan Marshall
permutations - it has to be 32 bits. fixes #13933.
2013-01-08Merge pull request #2039 from jhsrennie/masterjmarshallnz
Correct handling of multimedia keypresses
2013-01-07Merge pull request #2037 from jmarshallnz/outline_alignmentjmarshallnz
fix horizontal alignment of outlined text
2013-01-08revert part of 60b0ee01a47a134a002594ab746b2e52efb0d2b7 that somehow snuck inJonathan Marshall
2013-01-08always add the repository to the add-ons database even if it returns no ↵Jonathan Marshall
add-ons. fixes constant (every 10 minutes) hitting of add-on repos that have no add-ons
2013-01-08reset initial visible state to visible if it has been set to delayed during ↵Jonathan Marshall
a previous window session. fixes #13923
2013-01-08moved nyxboard power and user button from peripheral config to keyboard.xmlLars Op den Kamp
2013-01-08[pvr] fixed canceling the active timer on a channel in certain situationsLars Op den Kamp
2013-01-08fixed - don't try to go to the previous window when stopping playback on ↵Lars Op den Kamp
exit. closes #13884
2013-01-08[pvr] fix channel import for mysql backends. closes #13810Lars Op den Kamp
2013-01-07dvdplayer: another fix for seeking/fw/rw in PVRJoakim Plate
2013-01-07Fix for incorrectly using clamped resolution when looking for framerate matchpopcornmix
2013-01-07CGUIMediaWindow: fix invalid filter-path when toggling watched mode which ↵montellese
leads to not grouping into movie sets