Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-27 | [xbmc] Update copyright year span | h.udo | |
2018-07-27 | [xbmc] Team XBMC -> Team Kodi | h.udo | |
2018-07-27 | [xbmc] GPL-2.0-or-later SPDX license identifier | h.udo | |
2018-06-12 | [xbmc] pragma once position | h.udo | |
2018-01-24 | A 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-02 | Added user rating to videoplayer and listitem for skinners | Razzee | |
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 SortByArtistThenYear | Matthias Kortstiege | |
2014-12-16 | Revert "rename xbmc folder to src" | Rainer Hochecker | |
This reverts commit 135fe8734924f79cedace50986a0fa4f12d76647. | |||
2014-12-15 | rename xbmc folder to src | Fneufneu | |
2014-07-13 | [sort] adds sorting by channel number | xhaggi | |
2013-08-02 | cleanup sorting to (almost) get rid of the old SORT_METHOD_FOO | montellese | |
2013-07-25 | [cosmetics] update copyright headers | M. Kaijser | |
2013-03-09 | Added 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 header | Martijn Kaijser | |
2012-11-03 | add lookup table from old SORT_METHOD to new SortBy, and routines for ↵ | Jonathan Marshall | |
translating them | |||
2012-09-09 | update date in GPL header | montellese | |
2012-09-09 | fix address line in GPL headers | montellese | |
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-09 | move from the old library sorting (in SSortFileItem) to the new ↵ | montellese | |
implementation (in SortUtils) | |||
2011-02-10 | added: sort by playcount (closes #11185) | vdrfan | |
2011-01-23 | Revert "Merge remote branch 'upstream/master'" | Lars Op den Kamp | |
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995. | |||
2011-01-04 | merge pvr-testing2 svn rev 32591 into trunk | Lars Op den Kamp | |
2010-11-03 | added: 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-06 | fixed: #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-28 | added: 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-30 | added: SORT_METHOD_BITRATE for plugins | ametovic | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31522 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2010-06-30 | refactor: 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-07 | added: Ticket #8990 - Production country for movies, thanks to ventech | jmarshallnz | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29886 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2009-12-13 | added: SORT_METHOD_LABEL_IGNORE_FOLDERS | jmarshallnz | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25605 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2009-12-13 | added: 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-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 |