Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-29 | Merge pull request #15327 from ronie/estuary-videoinfodialog | Martijn Kaijser | |
[Estuary] make mediainfo list focusable | |||
2019-01-29 | Merge pull request #15328 from ronie/estuary-movieset | Martijn Kaijser | |
[Estuary] videoinfo - add movieset button | |||
2019-01-29 | Merge pull request #15352 from MartijnKaijser/v18.1rc1 | Martijn Kaijser | |
bump to v18.1 RC1 | |||
2019-01-28 | Merge pull request #14924 from KOPRajs/rp-fix-segfault | Garrett Brown | |
[games] Fix crash in PCSX ReARMed with BIOS | |||
2019-01-28 | Avoid trying to load music info for smartplaylists and menu items | DaveTBlake | |
2019-01-28 | bump to v18.1 RC1 | Martijn Kaijser | |
2019-01-28 | Merge pull request #15208 from MartijnKaijser/v18.0_final18.0-Leia | Martijn Kaijser | |
bump to v18.0 final | |||
2019-01-27 | Merge pull request #15340 from DaveTBlake/RandomLimitedArtists | Dave Blake | |
[Music]Fix slow random artist and albums home screen widgets | |||
2019-01-27 | [Estouchy] cosmetic fixes | ronie | |
2019-01-26 | Apply 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-26 | Merge pull request #15329 from ksooo/pvr-fix-duplicate-channelnumbers | Martijn Kaijser | |
[PVR] Fix duplicate channel numbers | |||
2019-01-26 | Merge pull request #15318 from peak3d/aspect | Markus 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-26 | Merge pull request #15299 from enen92/doxyslider | Martijn Kaijser | |
[docs] Add pvr.seek to possible actions of SliderControl | |||
2019-01-26 | Merge pull request #15307 from ronie/sliderex-textwidth | Martijn Kaijser | |
[skins] define textwidth for sliderex controls | |||
2019-01-26 | Merge pull request #15332 from peak3d/fileitem | Martijn Kaijser | |
[File] use dynpath for mime-type detection | |||
2019-01-26 | Merge pull request #15310 from linknetx/active-skin-update | Martijn Kaijser | |
Active Skin Update - Force Close TextureBundle | |||
2019-01-25 | Merge pull request #15267 from bb10/bb10-conservative-change | Garrett Brown | |
Reverse B button actions in joystick keymap | |||
2019-01-25 | Active Skin Update - Force Close TextureBundle | linknetx | |
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-25 | Update joystick.xml | bb10 | |
Add A and B button functionality to <FullscreenLiveTV> and <FullscreenRadio> | |||
2019-01-25 | Merge pull request #15323 from DaveTBlake/JSONGenresNosource | Dave Blake | |
[JSON]Fix AudioLibrary.GetGenres return of empty "sourceid" | |||
2019-01-25 | Merge pull request #15326 from Kwiboo/fix-unpack-subimage | Peter Frühberger | |
[GLES] fix check for GL_EXT_unpack_subimage | |||
2019-01-25 | Merge pull request #15322 from Rechi/cleanup/repository.pvr-win32.xbmc.org | Rechi | |
[cleanup] remove repository.pvr-win32.xbmc.org from installdata | |||
2019-01-25 | [cleanup] remove repository.pvr-win32.xbmc.org from installdata | Rechi | |
2019-01-25 | [File] use dynpath for mime-type detection | peak3d | |
2019-01-25 | Merge pull request #15321 from Rechi/cmake/handleDepends | Rechi | |
[cmake] replace patch file with actual commands in add_addon_depends | |||
2019-01-25 | [Estuary] videoinfo - add movieset button | ronie | |
2019-01-25 | [Estuary] make mediainfo list focusable | ronie | |
2019-01-24 | [GLES] fix check for GL_EXT_unpack_subimage | Jonas 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_depends | Rechi | |
2019-01-24 | Merge pull request #15286 from peak3d/glTexSubImage2D | Markus Pfau | |
[GLES] memcpy instead multi glTexSubImage2D for planes with pitch | |||
2019-01-24 | Merge pull request #15279 from AlwinEsch/add-ATTRIBUTE_ALWAYS_INLINE | Alwin Esch | |
[addons] add define ATTRIBUTE_FORCEINLINE on addon header | |||
2019-01-24 | [addons] add define ATTRIBUTE_FORCEINLINE on addon header | Alwin 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-23 | Merge pull request #15309 from notspiff/fix_zips_from_libarchive | Martijn Kaijser | |
fixed: do no add cache=no option to zip urls unless zip:// protocol | |||
2019-01-23 | [VideoPlayer] Improve forced aspect_ratio | peak3d | |
2019-01-23 | Merge pull request #15301 from mglae/leia_openssl_10x | pkerling | |
[CryptThreading] Support CRYPTO_THREADID_set_callback() of OpenSSL 1.0.x | |||
2019-01-23 | check for GL_EXT_unpack_subimage | peak3d | |
2019-01-23 | check runtime gles version | peak3d | |
2019-01-23 | Merge pull request #15274 from enen92/guilib | Martijn Kaijser | |
[guilib] Ensure ListItems release the layout before it is destroyed | |||
2019-01-23 | [GLES] memcpy intead multi glTexSubImage2D for planes with pitch | peak3d | |
2019-01-23 | Merge pull request #15313 from fritsch/eglsyncfix | Peter Frühberger | |
GLContextEGL: Properly guard members | |||
2019-01-22 | Merge pull request #15311 from peak3d/guiinfo | Markus Pfau | |
[GUI] refresh debug overlay if smartredraw is activated | |||
2019-01-22 | [CryptThreading] Support CRYPTO_THREADID_set_callback() of OpenSSL 1.0.x | mglae | |
2019-01-22 | GLContextEGL: Properly guard members | fritsch | |
2019-01-22 | [GUI] refresh debug overlay if smartredraw is activated | peak3d | |
2019-01-22 | bump to v18.0 final | Martijn Kaijser | |