aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-29Merge pull request #15327 from ronie/estuary-videoinfodialogMartijn Kaijser
[Estuary] make mediainfo list focusable
2019-01-29Merge pull request #15328 from ronie/estuary-moviesetMartijn Kaijser
[Estuary] videoinfo - add movieset button
2019-01-29Merge pull request #15352 from MartijnKaijser/v18.1rc1Martijn Kaijser
bump to v18.1 RC1
2019-01-28Merge pull request #14924 from KOPRajs/rp-fix-segfaultGarrett Brown
[games] Fix crash in PCSX ReARMed with BIOS
2019-01-28Avoid trying to load music info for smartplaylists and menu itemsDaveTBlake
2019-01-28bump to v18.1 RC1Martijn Kaijser
2019-01-28Merge pull request #15208 from MartijnKaijser/v18.0_final18.0-LeiaMartijn Kaijser
bump to v18.0 final
2019-01-27Merge pull request #15340 from DaveTBlake/RandomLimitedArtistsDave Blake
[Music]Fix slow random artist and albums home screen widgets
2019-01-27[Estouchy] cosmetic fixesronie
2019-01-26Apply limit and random sort in SQL rather than fetch all artists or albums ↵DaveTBlake
into fileitem list then pick random few to show.
2019-01-26Merge pull request #15329 from ksooo/pvr-fix-duplicate-channelnumbersMartijn Kaijser
[PVR] Fix duplicate channel numbers
2019-01-26Merge pull request #15318 from peak3d/aspectMarkus Pfau
[VideoPlayer] Improve forced aspect_ratio
2019-01-26[PVR] Fix CPVRClients::GetTimerTypes not to overwrite in multi-client setups.Kai Sommerfeld
2019-01-26[PVR] client priority must be reset on stop of pvr component, because it ↵Kai Sommerfeld
must be re-read from db after restart.
2019-01-26[PVR] Fix duplicate channnel numbers. Do not let slip thru numbers from ↵Kai Sommerfeld
channel groups to main channel instance.
2019-01-26Merge pull request #15299 from enen92/doxysliderMartijn Kaijser
[docs] Add pvr.seek to possible actions of SliderControl
2019-01-26Merge pull request #15307 from ronie/sliderex-textwidthMartijn Kaijser
[skins] define textwidth for sliderex controls
2019-01-26Merge pull request #15332 from peak3d/fileitemMartijn Kaijser
[File] use dynpath for mime-type detection
2019-01-26Merge pull request #15310 from linknetx/active-skin-updateMartijn Kaijser
Active Skin Update - Force Close TextureBundle
2019-01-25Merge pull request #15267 from bb10/bb10-conservative-changeGarrett Brown
Reverse B button actions in joystick keymap
2019-01-25Active Skin Update - Force Close TextureBundlelinknetx
Updating the active skin fails due to Kodi maintaing a lock on the textures.xbt file. This PR allows the active skin to be updated when installing updated skin via addons "Install from zip file". Tested with default textures and also with themes selected. Not tested when updating skin from online source which may still fail due to antivirus locking the downloaded folder. This is essentially a copy of PR #11090 which was merged to Krypton but seems to have been omitted in Leia.
2019-01-25Update joystick.xmlbb10
Add A and B button functionality to <FullscreenLiveTV> and <FullscreenRadio>
2019-01-25Merge pull request #15323 from DaveTBlake/JSONGenresNosourceDave Blake
[JSON]Fix AudioLibrary.GetGenres return of empty "sourceid"
2019-01-25Merge pull request #15326 from Kwiboo/fix-unpack-subimagePeter Frühberger
[GLES] fix check for GL_EXT_unpack_subimage
2019-01-25Merge pull request #15322 from Rechi/cleanup/repository.pvr-win32.xbmc.orgRechi
[cleanup] remove repository.pvr-win32.xbmc.org from installdata
2019-01-25[cleanup] remove repository.pvr-win32.xbmc.org from installdataRechi
2019-01-25[File] use dynpath for mime-type detectionpeak3d
2019-01-25Merge pull request #15321 from Rechi/cmake/handleDependsRechi
[cmake] replace patch file with actual commands in add_addon_depends
2019-01-25[Estuary] videoinfo - add movieset buttonronie
2019-01-25[Estuary] make mediainfo list focusableronie
2019-01-24[GLES] fix check for GL_EXT_unpack_subimageJonas Karlman
2019-01-24[Windowing] fix width / screenWidth comparision. More fuzzy when searching ↵peak3d
whitelist matchse
2019-01-24[JSON]Fix AudioLibrary.GetGenres return of empty "sourceid" as []DaveTBlake
Genres may not have related sources if db migrated from earlier version but rescan of files not completed.
2019-01-24[cmake] replace patch file with actual commands in add_addon_dependsRechi
2019-01-24Merge pull request #15286 from peak3d/glTexSubImage2DMarkus Pfau
[GLES] memcpy instead multi glTexSubImage2D for planes with pitch
2019-01-24Merge pull request #15279 from AlwinEsch/add-ATTRIBUTE_ALWAYS_INLINEAlwin Esch
[addons] add define ATTRIBUTE_FORCEINLINE on addon header
2019-01-24[addons] add define ATTRIBUTE_FORCEINLINE on addon headerAlwin Esch
This add a OS independent defination to force a inline on a function. This is required on some screensaver and visualization addons to have a clean code with better performance. This change does not affect the "C" interface and all previous compiled addons still work.
2019-01-23Merge pull request #15309 from notspiff/fix_zips_from_libarchiveMartijn Kaijser
fixed: do no add cache=no option to zip urls unless zip:// protocol
2019-01-23[VideoPlayer] Improve forced aspect_ratiopeak3d
2019-01-23Merge pull request #15301 from mglae/leia_openssl_10xpkerling
[CryptThreading] Support CRYPTO_THREADID_set_callback() of OpenSSL 1.0.x
2019-01-23check for GL_EXT_unpack_subimagepeak3d
2019-01-23check runtime gles versionpeak3d
2019-01-23Merge pull request #15274 from enen92/guilibMartijn Kaijser
[guilib] Ensure ListItems release the layout before it is destroyed
2019-01-23[GLES] memcpy intead multi glTexSubImage2D for planes with pitchpeak3d
2019-01-23Merge pull request #15313 from fritsch/eglsyncfixPeter Frühberger
GLContextEGL: Properly guard members
2019-01-22Merge pull request #15311 from peak3d/guiinfoMarkus Pfau
[GUI] refresh debug overlay if smartredraw is activated
2019-01-22[CryptThreading] Support CRYPTO_THREADID_set_callback() of OpenSSL 1.0.xmglae
2019-01-22GLContextEGL: Properly guard membersfritsch
2019-01-22[GUI] refresh debug overlay if smartredraw is activatedpeak3d
2019-01-22bump to v18.0 finalMartijn Kaijser