aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2017-07-17Update cmake and buildsetup to new python locationPÃr BjÃrklund
x64 was packaged with 32-bit *.pyd files
2017-07-17[VideoPlayer] WinRenderer: load 3dlut asynchronousAnton 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-07Fix broken virtual keyboard when using a controllerGarrett Brown
By setting "a" to the Shift action, the correct Select actions were being blocked, making the virtual keyboard unusable.
2017-07-04Merge pull request #12366 from garbear/keymap-handlingGarrett Brown
Improved joystick handling for Game OSD
2017-07-04Joysticks: Update joystick.xmlGarrett Brown
2017-06-30Joysticks: Remove holdtime parameterGarrett Brown
2017-06-29CHG: Allow to (really) disable upnp altogetherChris Koying Browet
2017-06-27Use new COSScreenSaverManager in ApplicationPhilipp 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-24Addonvideocodec Implementation (#12340)Markus Pfau
2017-06-19change addon type name xbmc.audioencoder to kodi.audioencoderAlwin Esch
2017-06-19[settings] change audiocds.encoder to audioencoder.xbmc.builtin.aacAlwin Esch
audioencoder.xbmc.builtin.wav is no more present in Kodi (only as external addon)
2017-06-05Joysticks: Allow Kodi input from within gameGarrett Brown
2017-06-05Joysticks: Allow keymaps for different controller profilesGarrett Brown
2017-06-01[settings] add versioning supportmontellese
2017-05-30Merge pull request #12197 from lrusak/openmax-cleanupMartijn Kaijser
[VideoPlayer] remove unused/unmaintained openmax video decoder
2017-05-30[addons] add addon filesystem callback functions to new styleAlwin 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 settingsLukas Rusak
2017-05-30[addons] add addon network functions to new wayAlwin 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 styleAlwin 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 wayAlwin 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-24Merge pull request #12113 from lrusak/drm-kms-vpLukas Rusak
allow using VAAPI with OpenGLES
2017-05-24shaders/yuv2rgb_basic_gles.glsl: support NV12_RRG formatMax 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-20Merge pull request #10993 from Zlopez/lircMartijn Kaijser
Fix for devinput driver in newer version of lirc
2017-05-16Merge pull request #12029 from AlwinEsch/change_addon_xml_way-2Alwin Esch
[cmake][addons] automate addon.xml version set
2017-05-15[cmake][addons] automate addon.xml version setAlwin 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 devicesGarrett Brown
2017-04-30Merge pull request #12036 from BigNoid/settings_spinner_listMartijn Kaijser
[settings] change spinners to list for media/video
2017-04-30[settings] change spinners to list for media/videoBigNoid
2017-04-28[pvr] remove libXBMC_codec.h and add to libXBMC_pvr.hAlwin 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-23Merge pull request #11978 from koying/speechrecogLjenkins4kodi
2017-04-22Create slovenian.xmlskraba
Create xbmc/system/keyboardlayouts/slovenian.xml - Slovenian keyboard support for Kodi
2017-04-17[addons] make versioncheck optionalThomas Amland
2017-04-16ADD: [voicerecog] use voice search button on soft keyboardChris "Koying" Browet
Trigger voice recognition when Soft Keyboard is open by pressing the voice search button of the remotes
2017-04-16ADD: [droid] voice recognition in keyboardChris "Koying" Browet
Default keymappings: <menu> on keyboard <X> on gamepad
2017-04-15Merge pull request #11865 from DaveTBlake/ReplaygainFixLeiaMartijn Kaijser
paplayer: restore option for replaygain reduction as clipping protection
2017-04-11Fix for UI not showing both extractflags and extractthumbpopcornmix
2017-04-08[fix] minor keymap fixStefan Saraev
2017-03-31[settings] remove AudioDSP settingsAchimTuran
2017-03-28Merge pull request #11625 from Memphiz/ios_fix_touchscreen_mappingMartijn Kaijser
[touchscreen/pictures] - allow to back out from fullscreen picture mo…
2017-03-19Restore option to avoiding clipping when replaygain and peak values ↵DaveTBlake
specified by using gain reduction.
2017-03-14Merge pull request #11848 from xhaggi/revert-epg-selectactive-defaultSascha Woo
[settings] revert default of epg.selectaction back to show info
2017-03-14Adding keyboard layout: Thai Kedmanee (#11844)Phondanai Khanti
2017-03-13[settings] revert default of epg.selectaction back to show infoxhaggi
2017-03-13Add some missing Lirc mappings for MCE-Remotes (#11828)rbuehlma
2017-03-13[keymaps][refactor] use new window id for GUIDialogPVRChannelGuidexhaggi