Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-28 | Merge pull request #15038 from EmilVogt/patch-5 | Martijn Kaijser | |
[joystick.xml] Add more buttons to bring up OSD in LiveTV/Radio and Menu in EPG | |||
2018-12-26 | [keymaps] Specify that gamepad.xml is for EventServer "gamepads" | Garrett Brown | |
2018-12-19 | [joystick.xml] Add <start> in Fullscreen TV/Radio to open Info | EmilVogt | |
2018-12-12 | Merge pull request #14971 from DaVukovic/Estuary-hidethumb-core | Martijn Kaijser | |
[settings] Hide episode thumb if unseen (core wise) | |||
2018-12-11 | [joystick.xml] Add more buttons to bring up OSD and Menu in EPG | EmilVogt | |
This makes the <x> and <back> buttons open the OSD in FullscreenTV and FullscreenRadio, like they already do in FullscreenVideo. Also the <back> button can now be used in TVGuide/RadioGuide to open the Menu. Without this, there's no way to open it and <back> didn't have any function before, anyway. | |||
2018-12-10 | [Android] evaluate default subtitle position if GUI res != screen res | peak3d | |
2018-12-08 | [settings] Hide episode thumb if unseen core wise | Unknown | |
2018-11-18 | [addons] Switch from TVDB to TMDB as default TV show scraper | Martijn Kaijser | |
- added TMDB scraper - adjusted addon manifest - adjusted default scraper in settings.xml | |||
2018-11-13 | Merge pull request #14489 from DaVukovic/showplots | Martijn Kaijser | |
Separate shown plots for unwatched items | |||
2018-11-10 | [PVR] Remove 'Use simple Timeshift OSD' setting from settings.xml. | Kai Sommerfeld | |
2018-11-10 | [Kodi] Separate shown plots for unwatched items | Unknown | |
[Kodi] Separate shown plots for unwatched items | |||
2018-11-10 | [PVR] New PVR playback setting: 'Delay mark last watched'. | Kai Sommerfeld | |
2018-11-02 | Merge pull request #14725 from VelocityRa/remove-testpatterns | Martijn Kaijser | |
[xbmc][settings][GL][DX]: Remove test patterns | |||
2018-10-29 | Merge pull request #14704 from lrusak/gles-updates | Lukas Rusak | |
[GLES] VideoPlayer: YUV2RGB rework, Tonemapping, and other cleanup | |||
2018-10-27 | Settings: Make Whitelist Expert level | fritsch | |
2018-10-26 | [xbmc][settings][GL][DX]: Remove test patterns | VelocityRa | |
2018-10-26 | Revert "[xbmc][settings][GL][DX]: Remove test patterns" | VelocityRa | |
This reverts commit 5aa23f8ce173c70a19fa7c70f9dd84548c2d91c8. | |||
2018-10-26 | [xbmc][settings][GL][DX]: Remove test patterns | VelocityRa | |
2018-10-25 | Merge pull request #14716 from Memphiz/osx_fakefullscreen | Memphiz | |
[settings/osx] - hide the fakefullscreen setting. | |||
2018-10-25 | [settings/osx] - hide the fakefullscreen setting. Non-Fake fullscreen is ↵ | Memphiz | |
deprecated since 10.7 and non-working since 10.8. Apple suggests fake fullscreen by using a fullscreen window - and we are doing so. | |||
2018-10-25 | [GLES] cleanup shaders | Lukas Rusak | |
2018-10-25 | [GLES] VideoPlayer: implement tone mapping | Lukas Rusak | |
2018-10-24 | [GLES] VideoPlayer: rewrite yuv - rgb conversion | Lukas Rusak | |
2018-10-16 | [addons] Remove game addons from addon-manifest as they are no longer ↵ | Martijn Kaijser | |
shipped with the installer and are now available from Kodi repo | |||
2018-10-02 | input: libinput: add setting to allow changing keymap layout | Lukas Rusak | |
This is needed in order for us to allow using a different keyboard layout. The idea in the future is to move libinput to a peripheral add-on but that won't be until V19. So this is needed in the meantime. I can also add more options in the future related to mice and keyboards but I have only heard about keyboard layouts so far. | |||
2018-09-28 | Merge pull request #14474 from garbear/rp-fix-rewind-ff | Garrett Brown | |
Fix game getting stuck in rewind/fast-forward | |||
2018-09-27 | Joysticks: Allow rewind/fast-forward with shoulder buttons | Garrett Brown | |
This makes shoulder buttons have the same effect as triggers. Because shoulder buttons are digital, a ramp-up function is applied. | |||
2018-09-26 | Import game.controller.snes | Garrett Brown | |
2018-09-25 | Merge pull request #14453 from nsenica/master | Lukas Rusak | |
RPI: Be sure to register Alsa and Pulseaudio. | |||
2018-09-24 | RPI: Be sure to register Alsa and Pulseaudio. This was broken in a | Nuno Senica | |
previous commit, making them unavailable in kodi. Add default audio device to Pi settings | |||
2018-09-20 | Game OSD: Show help dialog on first view | Garrett Brown | |
This adds a help dialog to the game OSD and encapsulates the GUI playback control mechanisms. The volume dialog has been modified to play the game in the background for audible feedback. | |||
2018-09-18 | KEY_EPG is wrongly mapped to title instead of guide | Michaël Arnauts | |
It seems that `KEY_EPG` (what is labelled GUIDE on MCE remotes) is wrongly handled as `title`. This is probably a copy paste error from the past. | |||
2018-09-15 | [keymaps] Map key 'numpad period' to action 'channel number separator'. | Kai Sommerfeld | |
2018-09-13 | Merge pull request #14405 from DaveTBlake/ArtistSortSetting | Dave Blake | |
[Music]Setting to use artist sortname when sorting by artist | |||
2018-09-10 | Merge pull request #14398 from garbear/enable-games | Martijn Kaijser | |
Enable games by default | |||
2018-09-09 | Add useartistsortname to settings UI rather than hidden in advancedsettings.xml | DaveTBlake | |
2018-09-09 | [PVR] CGUIDialogPVRChannelsOSD: Add context menu support. | Kai Sommerfeld | |
2018-09-09 | [PVR] CGUIDialogPVRChannelGuide: Add context menu support. | Kai Sommerfeld | |
2018-09-07 | Enable games by default | Garrett Brown | |
2018-09-02 | [PVR] Simple timeshift OSD (optional). | Kai Sommerfeld | |
2018-08-29 | Merge pull request #14337 from popcornmix/mmaldrain | popcornmix | |
Some minor MMAL improvements | |||
2018-08-28 | added: support for queue item as default select action | Arne Morten Kvarving | |
2018-08-27 | Merge pull request #14351 from a1rwulf/hide-usedisplayasclock | a1rwulf | |
Settings: GBM - hide display as clock | |||
2018-08-25 | [settings/ios]- ensure that RES_CUSTOM is the default. Fixes the "do you ↵ | Rainer Hochecker | |
want to keep the screen settings" dialog that hits clean installations - fixes #17986 | |||
2018-08-25 | Settings: GBM - hide display as clock | Wolfgang Haupt | |
2018-08-24 | RBP: Use default resampling setting on Pi2 | popcornmix | |
Performance isn't really a problem on Pi2/Pi3 so default to more standard settng. | |||
2018-08-07 | Merge pull request #14259 from notspiff/keymap_video_stream | Arne Morten Kvarving | |
added: mappable action for toggling video streams | |||
2018-08-03 | added: mappable action for toggling video streams | Arne Morten Kvarving | |
2018-08-02 | VidePlayer/Settings: Make prime settings work with OpenGL | Wolfgang Haupt | |
2018-07-24 | Merge pull request #14056 from enen92/subtitlesoverlay | Cristiano Silva | |
[Subtitles] Background color and background opacity settings |