aboutsummaryrefslogtreecommitdiff
path: root/xbmc/SortFileItem.h
AgeCommit message (Collapse)Author
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-06-12[xbmc] pragma once positionh.udo
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
I used the command grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @ to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files
2015-12-06[music] Separate rating from user rating and make user rating editable by ↵Kolja Lampe
the user. Also move to 1-10 ratings. Added votes for ratings.
2015-09-02Added user rating to videoplayer and listitem for skinnersRazzee
Added label formatter for user rating Added IncreaseRating / DecreaseRating for video user ratings Added sorting option for user rating and show it in tvshows, episode and movie views
2015-08-19[musiclibrary] add SortByArtistThenYearMatthias Kortstiege
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
This reverts commit 135fe8734924f79cedace50986a0fa4f12d76647.
2014-12-15rename xbmc folder to srcFneufneu
2014-07-13[sort] adds sorting by channel numberxhaggi
2013-08-02cleanup sorting to (almost) get rid of the old SORT_METHOD_FOOmontellese
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-03-09Added a new sort method "Date Taken" for pictures + add-on support for the ↵rubpa
new SORT_METHOD_DATE_TAKEN.
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-11-03add lookup table from old SORT_METHOD to new SortBy, and routines for ↵Jonathan Marshall
translating them
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese
2012-09-05[pvr] added PVR support to XBMC (taken from ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
2012-06-09move from the old library sorting (in SSortFileItem) to the new ↵montellese
implementation (in SortUtils)
2011-02-10added: sort by playcount (closes #11185)vdrfan
2011-01-23Revert "Merge remote branch 'upstream/master'"Lars Op den Kamp
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995.
2011-01-04merge pvr-testing2 svn rev 32591 into trunkLars Op den Kamp
2010-11-03added: sort by listeners for addons. usage: 'xbmcplugin.addSortMethod( ↵ametovic
handle=int( sys.argv[ 1 ] ), sortMethod=xbmcplugin.SORT_METHOD_LISTENERS )' git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35146 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-06fixed: #10441 - sort movies by time added (thanks ventech)vdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34493 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-28added: some missing labels to jsonrpc and a bylastplayed sort method for ↵jmarshallnz
videos. Part of #9517, thanks to Nuka1195 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33243 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-30added: SORT_METHOD_BITRATE for pluginsametovic
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31522 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-30refactor: Change StartsWithTokens to RemoveArticles() as we only ever ↵jmarshallnz
operate on the current string anyway, and make it a member to use elsewhere. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31505 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-07added: Ticket #8990 - Production country for movies, thanks to ventechjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29886 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-12-13added: SORT_METHOD_LABEL_IGNORE_FOLDERSjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25605 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-12-13added: Support for specifying sort on top or sort on bottom for fileitems.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25602 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-23step 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