aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-02[schemas] Update controller.xsd schema (library attribute is required)enen92
2018-08-02[schemas] Add library attribute to webinterface extension points (required ↵enen92
by wsgi python webinterfaces)
2018-08-02[schemas] Point screensaver extension points to the script schemaenen92
2018-08-02[schemas] fix typo in pluginsource XSD schemaenen92
2018-08-02[schemas] Update addon metadata XSD schemaenen92
2018-08-02[schemas] order does not matter in language addonsenen92
2018-07-28[ci] add libfstrcmp-dev packageRechi
2018-07-28[ci] sort package namesRechi
2018-07-28Merge pull request #14235 from bkuhls/depends_ffmpeg_mipsRechi
[depends] ffmpeg: fix mips build
2018-07-28[depends] ffmpeg: fix mips buildBernd Kuhls
ffmpeg renamed configure option mipsdspr1 to mipsdsp http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a27401a05ba31fe4a8f7824d376c1d48d2e571a9
2018-07-27[docs/GIT-FU] Small fixesh.udo
2018-07-27[docs/PULL_REQUEST_TEMPLATE] Small fixesh.udo
2018-07-27[README.md] Layout improvementsh.udo
2018-07-27[GIT-FU.md] Fix indenth.udo
2018-07-27Merge pull request #14233 from ksooo/pvr-guidewindow-sortby-performanceKai Sommerfeld
[PVR] Guide window: Only refresh grid data synchronously when actually necessary.
2018-07-27Merge pull request #14206 from hudokkow/spdx_license_identifierCristiano Silva
SPDX license identifier
2018-07-27[license] Nuke copying.txt. It's a copy of LICENSE.mdh.udo
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[spdx] Add SPDX license files and documentationh.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-07-27[kissfft] BSD-3-Clause SPDX license identifierh.udo
See https://github.com/mborgerding/kissfft/pull/4 for reference
2018-07-27[xbmc] BSD-3-Clause SPDX license identifierh.udo
2018-07-27[xbmc] BSD-4-Clause SPDX license identifierh.udo
2018-07-27[xbmc] GPL-2.0-only SPDX license identifierh.udo
2018-07-27[xbmc] Unlicense (Public Domain) SPDX license identifierh.udo
2018-07-27[xbmc] LGPL-2.1-or-later SPDX license identifierh.udo
2018-07-27[xbmc] MIT SPDX license identifierh.udo
2018-07-27Merge pull request #14227 from DaveTBlake/JSONSortingDave Blake
[JSON]Sorting Music Items various fixes
2018-07-27[PVR] Guide window: Only refresh grid data synchronously when actually ↵Kai Sommerfeld
necessary.
2018-07-27Merge pull request #14231 from ksooo/pvr-guidewindow-sortbyKai Sommerfeld
[PVR] Guide window: Add 'sorty by' and 'sort order' for epg grid channels
2018-07-26[PVR] Guide window: Add 'sorty by' and 'sort order' for epg grid channels.Kai Sommerfeld
2018-07-26Merge pull request #14219 from a1rwulf/gbm-guiplanea1rwulf
Windowing: GBM - fix guiplane selection
2018-07-26Merge pull request #14225 from AkariDN/busydlgRainer Hochecker
Do not show busy dialog if progress dialog is active while calling a plugin
2018-07-26Adjust GROUP_CONCAT and CONCAT to SQLite or MySQL specific syntax in PrepareSQLDaveTBlake
2018-07-26Case insensitive sorting (fix on SQLite) and natural number order for text.DaveTBlake
Fix random sort SQL syntax in MySQL
2018-07-26[JSON]Add "useartistsortname" sort property and "sorttokens" and "language" ↵DaveTBlake
as application properties. Bump to v9.5.0.
2018-07-26Apply ignore articles and use artist sortname sort attributesDaveTBlake
2018-07-26Do not show busy dialog if progress dialog is active while calling a pluginAkariDN
2018-07-26[lang][skin.estouchy] updated language files from TransifexAttila Jakosa
2018-07-26[lang][skin.estuary] updated language files from TransifexAttila Jakosa
2018-07-26[JSON]Fix random sort order for GetArtists, GetAlbums and GetSongs when ↵DaveTBlake
requested fields mean SQL joins are used
2018-07-25Windowing: GBM - fix plane selectionWolfgang Haupt
- Remove YUYV from video plane check - Require ARGB for gui plane only if there's a video plane - make video plane optional This fixes a problem on i3-3225 systems where we used a video plane and couldn't find a valid gui plane.
2018-07-25Merge pull request #14181 from lrusak/drm-plane-resetLukas Rusak
gbm/windowing: reset planes on startup
2018-07-25Merge pull request #14221 from notspiff/libfstrcmpRechi
changed: use libfstrcmp
2018-07-25changed: use libfstrcmpArne Morten Kvarving
2018-07-25Merge pull request #14220 from basrieter/addon_contextmenu_unsortedpkerling
Keep the order of the add-on context menu items as defined in the addon.xml file
2018-07-25Changed: keep the order of the add-on context menu items as defined in the ↵Bas Rieter
addon.xml file
2018-07-25Merge pull request #14224 from FernetMenta/subsRainer Hochecker
VideoPlayer: fix aspect ratio of libass subs
2018-07-24Merge pull request #14222 from DaveTBlake/JSONFixSourcesDave Blake
[JSON]Fix music source handling to match schema. Bump v9.4.4