Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-17 | Update cmake and buildsetup to new python location | PÃr BjÃrklund | |
x64 was packaged with 32-bit *.pyd files | |||
2017-07-17 | [VideoPlayer] WinRenderer: load 3dlut asynchronous | Anton Fedchin | |
2017-07-17 | [settings] enable dithering settings for windows. | Anton Fedchin | |
2017-07-17 | [VideoPlayer] WinRenderer: added dithering. | Anton Fedchin | |
2017-07-17 | [Settings] Enable 3dlut settings for windows. | Anton Fedchin | |
2017-07-17 | [guilib] GUIShaderDX: drop unused shaders. | Anton Fedchin | |
2017-07-17 | [shaders] fx: re-factor shaders. | Anton Fedchin | |
2017-07-07 | Fix broken virtual keyboard when using a controller | Garrett Brown | |
By setting "a" to the Shift action, the correct Select actions were being blocked, making the virtual keyboard unusable. | |||
2017-07-04 | Merge pull request #12366 from garbear/keymap-handling | Garrett Brown | |
Improved joystick handling for Game OSD | |||
2017-07-04 | Joysticks: Update joystick.xml | Garrett Brown | |
2017-06-30 | Joysticks: Remove holdtime parameter | Garrett Brown | |
2017-06-29 | CHG: Allow to (really) disable upnp altogether | Chris Koying Browet | |
2017-06-27 | Use new COSScreenSaverManager in Application | Philipp Kerling | |
This changes the rules and functionality of the OS screen saver inhibition to be more in line in with how modern desktop environments work. Constant resetting of the screen saver is not necessary usually. If it is, the platform-specific backend will have to implement it. On desktop machines (that have an OS screen saver), the default should be to use that. If the user then chooses to activate the Kodi screen saver, this should completely override the OS screen saver as far as permitted by the desktop environment. During video playback etc., the OS screen saver must always be inhibited regardless of whether the Kodi screen saver is enabled. In embedded environments (that do not have an OS screen saver), the default should be to use the Kodi screen saver. | |||
2017-06-24 | Addonvideocodec Implementation (#12340) | Markus Pfau | |
2017-06-19 | change addon type name xbmc.audioencoder to kodi.audioencoder | Alwin Esch | |
2017-06-19 | [settings] change audiocds.encoder to audioencoder.xbmc.builtin.aac | Alwin Esch | |
audioencoder.xbmc.builtin.wav is no more present in Kodi (only as external addon) | |||
2017-06-05 | Joysticks: Allow Kodi input from within game | Garrett Brown | |
2017-06-05 | Joysticks: Allow keymaps for different controller profiles | Garrett Brown | |
2017-06-01 | [settings] add versioning support | montellese | |
2017-05-30 | Merge pull request #12197 from lrusak/openmax-cleanup | Martijn Kaijser | |
[VideoPlayer] remove unused/unmaintained openmax video decoder | |||
2017-05-30 | [addons] add addon filesystem callback functions to new style | Alwin Esch | |
This is the next step to add addon callbacks to the new way. After them are all parts who already in old libXBMC_addon.h included on new interface headers. As next comes the change of GUI callbacks. Because of the size is the doxygen part not included here and comes in another commit. | |||
2017-05-29 | [settings] remove openmax settings | Lukas Rusak | |
2017-05-30 | [addons] add addon network functions to new way | Alwin Esch | |
This change network related addon to kodi callback functions to new C++ style. Related doxygen documentation is already added there. | |||
2017-05-29 | [addons] add general addon callback functions to new style | Alwin Esch | |
This add the general function who used on several addons to the new addon interface style. In future all the basics like on Python addons can be added here. | |||
2017-05-28 | [addons] add addon audio engine callbacks on new way | Alwin Esch | |
This add the currently with libKODI_audioengine.h done part to the new style. Due to missing addons who use them was a complete test currently not possible and must be check in future, from the base is the work equal to the old. The old parts becomes in next commit removed. | |||
2017-05-24 | Merge pull request #12113 from lrusak/drm-kms-vp | Lukas Rusak | |
allow using VAAPI with OpenGLES | |||
2017-05-24 | shaders/yuv2rgb_basic_gles.glsl: support NV12_RRG format | Max Kellermann | |
Fixes missing green channel when VA-API is used with GLES2. This switch was already present in OpenGL, but not in GLES2. | |||
2017-05-20 | Merge pull request #10993 from Zlopez/lirc | Martijn Kaijser | |
Fix for devinput driver in newer version of lirc | |||
2017-05-16 | Merge pull request #12029 from AlwinEsch/change_addon_xml_way-2 | Alwin Esch | |
[cmake][addons] automate addon.xml version set | |||
2017-05-15 | [cmake][addons] automate addon.xml version set | Alwin Esch | |
This automate the set of versions on addon.xml in kodi and also allow set of them on addon itself. On a Version change need only the number inside the Header "version.h" replaced, everything else becomes then set from cmake. | |||
2017-05-12 | [Peripherals] Add "Driver settings" action in settings to fix iMON devices | Garrett Brown | |
2017-04-30 | Merge pull request #12036 from BigNoid/settings_spinner_list | Martijn Kaijser | |
[settings] change spinners to list for media/video | |||
2017-04-30 | [settings] change spinners to list for media/video | BigNoid | |
2017-04-28 | [pvr] remove libXBMC_codec.h and add to libXBMC_pvr.h | Alwin Esch | |
This remove the use of libXBMC_codec.h where was nearly nothing in and was only needed for PVR add-ons. Now becomes the parts of them moved to the PVR headers. Next step of the addon system rework. | |||
2017-04-23 | Merge pull request #11978 from koying/speechrecogL | jenkins4kodi | |
2017-04-22 | Create slovenian.xml | skraba | |
Create xbmc/system/keyboardlayouts/slovenian.xml - Slovenian keyboard support for Kodi | |||
2017-04-17 | [addons] make versioncheck optional | Thomas Amland | |
2017-04-16 | ADD: [voicerecog] use voice search button on soft keyboard | Chris "Koying" Browet | |
Trigger voice recognition when Soft Keyboard is open by pressing the voice search button of the remotes | |||
2017-04-16 | ADD: [droid] voice recognition in keyboard | Chris "Koying" Browet | |
Default keymappings: <menu> on keyboard <X> on gamepad | |||
2017-04-15 | Merge pull request #11865 from DaveTBlake/ReplaygainFixLeia | Martijn Kaijser | |
paplayer: restore option for replaygain reduction as clipping protection | |||
2017-04-11 | Fix for UI not showing both extractflags and extractthumb | popcornmix | |
2017-04-08 | [fix] minor keymap fix | Stefan Saraev | |
2017-03-31 | [settings] remove AudioDSP settings | AchimTuran | |
2017-03-28 | Merge pull request #11625 from Memphiz/ios_fix_touchscreen_mapping | Martijn Kaijser | |
[touchscreen/pictures] - allow to back out from fullscreen picture mo… | |||
2017-03-19 | Restore option to avoiding clipping when replaygain and peak values ↵ | DaveTBlake | |
specified by using gain reduction. | |||
2017-03-14 | Merge pull request #11848 from xhaggi/revert-epg-selectactive-default | Sascha Woo | |
[settings] revert default of epg.selectaction back to show info | |||
2017-03-14 | Adding keyboard layout: Thai Kedmanee (#11844) | Phondanai Khanti | |
2017-03-13 | [settings] revert default of epg.selectaction back to show info | xhaggi | |
2017-03-13 | Add some missing Lirc mappings for MCE-Remotes (#11828) | rbuehlma | |
2017-03-13 | [keymaps][refactor] use new window id for GUIDialogPVRChannelGuide | xhaggi | |