Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-18 | remove old ThumbnailCache.cpp/h | notspiff | |
this file was replaced in 2012 | |||
2017-07-06 | [modernize][xbmc] Prefer 'default' for declarations | h.udo | |
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 | |
This reverts commit 135fe8734924f79cedace50986a0fa4f12d76647. | |||
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 ↵ | montellese | |
(m_)albumArtist (std::vector<std::string>) | |||
2012-03-30 | replace CMusicInfoTag/CAlbum/CSong::(m_)strArtist (CStdString) with ↵ | montellese | |
(m_)artist (std::vector<std::string>) | |||
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 ↵ | Jonathan Marshall | |
CVideoInfoTag::m_strPath for finding fanart regardless of whether the item is a folder or not (folders in files nodes may have m_strFileNameAndPath set) | |||
2012-02-01 | don't use the videoinfotag for looking up fanart if it's empty - fixes ↵ | Jonathan Marshall | |
issues with fanart not showing in the files node with stacking not enabled | |||
2012-01-22 | fixed: commit bef4b225ef6ba0b3522490f3c7ff82d6ec407f16 reversed the ↵ | Jonathan Marshall | |
behaviour of album thumb caching. We cache based on the albumartist if it exists, falling back to artist. Fixes #12180. | |||
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 ↵ | montellese | |
retrieving tvshow fanart on episode level (fixes #11979) | |||
2011-09-20 | use CVideoInfoTag::m_iIdShow instead of additionally querying the db for the ↵ | montellese | |
tvshow ID of an episode | |||
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 ↵ | Tobias Arrskog | |
bef4b225ef6ba0b3522490f3c7ff82d6ec407f16 | |||
2011-06-20 | move GetCached*Thumb() logic from CFileItem/CUtil to CThumbnailCache | montellese | |
2011-01-24 | Merged cptspiff's code-reshuffle branch. | theuni | |
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp | |||
2010-09-27 | cosmetic refactoring of ThumbnailCache | malard | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34254 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2009-09-23 | step 3/4: Move linuxport to trunk. How'd I get roped into this? | AlTheKiller | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 |