index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xbmc
/
ThumbnailCache.cpp
Age
Commit message (
Expand
)
Author
2016-06-09
reduce impact of touching VideoDatabase.h
Arne Morten Kvarving
2015-07-14
[std cleanup] xbmc/
hudokkow
2015-05-23
[app] Cleanup includes.
ace20022
2014-12-16
Revert "rename xbmc folder to src"
Rainer Hochecker
2014-12-15
rename xbmc folder to src
Fneufneu
2013-07-25
[cosmetics] update copyright headers
M. Kaijser
2013-04-04
cosmetics: cleanup unused Settings.h includes
montellese
2013-02-09
[cosmetics] update date in GPL header
Martijn Kaijser
2012-09-09
update date in GPL header
montellese
2012-09-09
fix address line in GPL headers
montellese
2012-07-04
[cleanup] remove old thumb caching code as no longer used
Jonathan Marshall
2012-05-08
get rid of unused video thumb functions
Jonathan Marshall
2012-05-02
CVideoInfoTag::m_strArtist -> m_artist vector
Jonathan Marshall
2012-03-30
replace CMusicInfoTag/CSong::(m_)strAlbumArtist (CStdString) with (m_)albumAr...
montellese
2012-03-30
replace CMusicInfoTag/CAlbum/CSong::(m_)strArtist (CStdString) with (m_)artis...
montellese
2012-02-02
use pre-built function for getting path out of the infotag (thanks vdrfan)
Jonathan Marshall
2012-02-01
use CVideoInfoTag::m_strFileNameAndPath in preference to CVideoInfoTag::m_str...
Jonathan Marshall
2012-02-01
don't use the videoinfotag for looking up fanart if it's empty - fixes issues...
Jonathan Marshall
2012-01-22
fixed: commit bef4b225ef6ba0b3522490f3c7ff82d6ec407f16 reversed the behaviour...
Jonathan Marshall
2011-12-19
fix invalid fanart appearing in addon views
montellese
2011-12-06
jsonrpc: fix and improve fanart retrieval
montellese
2011-09-21
use the new CVideoInfoTag::m_strShowPath to get rid of db queries when retrie...
montellese
2011-09-20
use CVideoInfoTag::m_iIdShow instead of additionally querying the db for the ...
montellese
2011-08-09
switch CFileItem::m_strPath to private, and add GetPath/SetPath for access
Jonathan Marshall
2011-06-27
Fixed compilation error on linux introduced with bef4b225ef6ba0b3522490f3c7ff...
Tobias Arrskog
2011-06-20
move GetCached*Thumb() logic from CFileItem/CUtil to CThumbnailCache
montellese
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni
2010-09-27
cosmetic refactoring of ThumbnailCache
malard
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller