aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-06use a helper function to retrieve the CPluginDirectory instance from the ↵Jonathan Marshall
handle, thanks to ulion
2013-01-06parse id3v1 tags of mp3 filesJonathan Marshall
2013-01-06compilations node in the music library returned all albums, rather than just ↵Jonathan Marshall
compilation albums. fixes #13825 #13825. Thanks to Xycl.
2013-01-06[rbp/omxplayer] fixed subtitle display time. fixes #13861gimli
2013-01-02Merge pull request #2010 from MartijnKaijser/version_bump_rc3Frodo_rc3davilla
[release] bump version to RC3
2013-01-02Merge pull request #2017 from ronie/confluence-shutdowndavilla
[Confluence] Use 'shutdown function' setting in 'custom shutdown timer'. fixes #12848
2013-01-03[Confluence] Use 'shutdown function' setting in 'custom shutdown timer'. ↵ronie
fixes #12848
2013-01-02Merge pull request #2015 from MartijnKaijser/fix_11718davilla
[confluence] add 'Bluray Disc' flag to be displayed
2013-01-02Merge pull request #2014 from MartijnKaijser/fix_ticket_13485davilla
[confluence] change "wide icons" view naming to "wide".
2013-01-02Merge pull request #2013 from stupid-boy/masterdavilla
[rbp/omx] fixed propper lock/unlock in omclock
2013-01-02[confluence] add 'Bluray Disc' flag to be displayed instead of empty space. ↵Martijn Kaijser
Fixes #11718
2013-01-02[confluence] change "wide icons" view naming to "wide". Fixes #13485Martijn Kaijser
2013-01-02Lock/UnLock synchronizationstupid-boy
2012-12-31Merge pull request #2006 from jmarshallnz/escape_slashesMartijn Kaijser
escape backslashes in ESCINFO[]. fixes #13855
2012-12-31Merge pull request #2009 from jimfcarroll/screensaver-crash-fixdavilla
Screensaver crash fix
2012-12-31Remove some unused includes of ThreadLocal.hJim Carroll
2012-12-31Add better error checking to the Windows ThreadLocal implementation.Jim Carroll
2012-12-31[fix] It appears that we were running out of Tls on windows. This changes ↵Jim Carroll
the addon system so that a single one is created for the Interceptor functionality rather than one per window.
2012-12-31[rbp/omxplayer] reverted e08fee30d1c9ca755ddb5c9833a19b8d1cbabff5 the PI ↵gimli
firmware handles this now.
2012-12-31[release] bump version to RC3Martijn Kaijser
2012-12-30Merge pull request #2001 from opdenkamp/pvr-addons-frodoLars Op den Kamp
[pvr] sync add-ons
2012-12-31[pvr] open/close the db correctly in 328884dcb1ea78332391c12543cd45cefa4c7987Lars Op den Kamp
2012-12-31[pvr] removed (wrong) pvr specific hack to show 'add-on disabled' labelsLars Op den Kamp
2012-12-31[pvr] fixed deadlock in CPVRManager::CheckParentalLock when the manager is ↵Lars Op den Kamp
being stopped
2012-12-31[pvr] fixed - (re)start the pvr manager when enabling a pvr add-on or when ↵Lars Op den Kamp
disabling one with the pvr manager enabled
2012-12-31[pvr] stop the pvr manager before uninstalling a pvr add-on and restart it ↵Lars Op den Kamp
afterwards (if enabled)
2012-12-31[pvr] allow pvr add-ons to be uninstalled againLars Op den Kamp
2012-12-31use ALBUM ARTIST and ALBUMARTIST in ID3v2 TXXX fields as album artistJonathan Marshall
2012-12-30Merge pull request #2007 from jmarshallnz/dot_dot_dotjmarshallnz
Show '..' items as we're supposed to in empty lists
2012-12-30[pvr] bump add-ons to ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc-pvr-addons/commit/5f97406cffb412ac5161c3dc51205caca009fcc7
2012-12-30[lang] added langinfo.xml for new language: Amharicalanwww1
2012-12-31remove unnecessary toast + parent folder of empty lists after filtering - ↵Jonathan Marshall
the '..' item is shown, so this won't be hit anyway
2012-12-31fixed: the auto-addition of '..' when the list is empty did not show up on ↵Jonathan Marshall
filtered lists
2012-12-30[lang] update of internal addon language filesalanwww1
2012-12-30[lang] update of skin.confluence language filesalanwww1
2012-12-30[lang] update of core language filesalanwww1
2012-12-30[pvr] throttle connection attempts, no more than 1 attempt per 5 secondsLars Op den Kamp
2012-12-30[epg] fixed - don't trigger an update of the main window's data when showing ↵Lars Op den Kamp
epg info, or we'll switch back to the incorrect line. thanks @ forum user 'coffeecup'
2012-12-30[pvr] fixed - also update last watched status when opening the stream, so ↵Lars Op den Kamp
playback resumes on the correct channel and not the previous channel when xbmc crashes or is killed and is restarted (if the option is enabled)
2012-12-30[addons] sync addons with repoMartijn Kaijser
2012-12-30jsonrpc: check pointers before dereferencing in CPlayerOperations::GetItem() ↵montellese
(fixes #13853)
2012-12-30escape backslashes in ESCINFO[]. fixes #13855Jonathan Marshall
2012-12-29Merge pull request #2004 from ronie/confluence-menujmarshallnz
[Confluence] Show Movies and TV Shows by default on home menu. Fixes #13839
2012-12-29Merge pull request #1982 from nemphys/sortandrenumberLars Op den Kamp
[pvr] optimize channel groups loading/manipulation by avoiding unnecessary ...
2012-12-30[Confluence] Show Movies and TV Shows by default on the home menu. Fixes #13839ronie
2012-12-29Merge pull request #1993 from wsoltys/profile_fixwsoltys
fixed: race condition when starting a new fresh profile besides master.
2012-12-29fixed: race condition when starting a new fresh profile besides master which ↵WiSo
leads to an abort in cpluff. CAddonInstaller::UpdateRepos is called at startup and still runs if you login and CGUIWindowLoginScreen::LoadProfile calls ADDON::CAddonMgr::Get().ReInit() which leads to an invalid cpluff handle for the update job and aborts XBMC (#13826)
2012-12-29ffmpeg: added patch for supporting S_DVBSUB's in MKV as stored by tvheadendJoakim Plate
2012-12-29dvdplayer: fails to play iso/img bluray files with non lowercase extensionJoakim Plate
fixes ticket: #13842
2012-12-29[pvr] optimize channel groups loading/manipulation by avoiding unnecessary ↵Dimitris Kazakos
sorting and renumbering calls