aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
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-02input: libinput: add setting to allow changing keymap layoutLukas 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-28Merge pull request #14474 from garbear/rp-fix-rewind-ffGarrett Brown
Fix game getting stuck in rewind/fast-forward
2018-09-27Joysticks: Allow rewind/fast-forward with shoulder buttonsGarrett Brown
This makes shoulder buttons have the same effect as triggers. Because shoulder buttons are digital, a ramp-up function is applied.
2018-09-26Import game.controller.snesGarrett Brown
2018-09-25Merge pull request #14453 from nsenica/masterLukas Rusak
RPI: Be sure to register Alsa and Pulseaudio.
2018-09-24RPI: Be sure to register Alsa and Pulseaudio. This was broken in aNuno Senica
previous commit, making them unavailable in kodi. Add default audio device to Pi settings
2018-09-20Game OSD: Show help dialog on first viewGarrett 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-18KEY_EPG is wrongly mapped to title instead of guideMichaë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-13Merge pull request #14405 from DaveTBlake/ArtistSortSettingDave Blake
[Music]Setting to use artist sortname when sorting by artist
2018-09-10Merge pull request #14398 from garbear/enable-gamesMartijn Kaijser
Enable games by default
2018-09-09Add useartistsortname to settings UI rather than hidden in advancedsettings.xmlDaveTBlake
2018-09-09[PVR] CGUIDialogPVRChannelsOSD: Add context menu support.Kai Sommerfeld
2018-09-09[PVR] CGUIDialogPVRChannelGuide: Add context menu support.Kai Sommerfeld
2018-09-07Enable games by defaultGarrett Brown
2018-09-02[PVR] Simple timeshift OSD (optional).Kai Sommerfeld
2018-08-29Merge pull request #14337 from popcornmix/mmaldrainpopcornmix
Some minor MMAL improvements
2018-08-28added: support for queue item as default select actionArne Morten Kvarving
2018-08-27Merge pull request #14351 from a1rwulf/hide-usedisplayasclocka1rwulf
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-25Settings: GBM - hide display as clockWolfgang Haupt
2018-08-24RBP: Use default resampling setting on Pi2popcornmix
Performance isn't really a problem on Pi2/Pi3 so default to more standard settng.
2018-08-07Merge pull request #14259 from notspiff/keymap_video_streamArne Morten Kvarving
added: mappable action for toggling video streams
2018-08-03added: mappable action for toggling video streamsArne Morten Kvarving
2018-08-02VidePlayer/Settings: Make prime settings work with OpenGLWolfgang Haupt
2018-07-24Merge pull request #14056 from enen92/subtitlesoverlayCristiano Silva
[Subtitles] Background color and background opacity settings
2018-07-19Merge pull request #14089 from rytilahti/masterWolfgang Schupp
mdns: add a txt record for http & json services containing 'uuid' and 'txtvers'
2018-07-17mdns: add a txt record for http & json containing 'uuid' and 'txtvers'Teemu Rytilahti
Allows distinguishing between kodi installations without resorting to making any API calls. This is also useful as kodi sends advertisements for every bound interface, causing duplicate advertisements from a single host.
2018-07-10Games: Add setting to disable autosaveGarrett Brown
2018-06-27Settings: GBM - hide "Display mode" settingWolfgang Haupt
2018-06-26[Settings] Add subtitle background opacity settingenen92
2018-06-26[Settings] Add subtitle background colour settingenen92
2018-06-24VideoPlayer: opengl - fix color range of subtitle texturesRainer Hochecker
2018-06-20Merge pull request #14058 from Memphiz/fix_ios_tvoutRechi
[ios] Fix external/tvout monitor support
2018-06-17settings: add setting for PRIME renderer typeLukas Rusak
2018-06-16[ios/ExternalTouchscreenController] - fixed background image scaling of ↵Memphiz
touch screen controller and fix invisible instruction text on first startup
2018-06-13Add Sources node.DaveTBlake
Process sourceid in GetFilter, add new default node xml, and "sources" content type to Estuary view options
2018-06-12[system] nuke whitespaceh.udo
2018-06-12Merge pull request #11017 from Ignoble61/node-orderDave Blake
Space out order value of library nodes
2018-06-10Refine Video::Autoplay optionspeak3d
2018-06-10Space out order value of library nodesIgnoble61
2018-05-27VAAPI-Settings: Fix vaapi-mpeg2 visibilityfritsch
2018-05-26[win32] windowing: adapt the code to the latest changes.Anton Fedchin
2018-05-26OpenGL(ES): fix limited rande for gui and picturedRainer Hochecker
2018-05-25OpenGLES: fix limited range for guiLukas Rusak
2018-05-25OpenGL: fix limited range for guiRainer Hochecker
2018-05-23Implement orignal audio language flagpeak3d
2018-05-18OSX: only load resolution of current displayRainer Hochecker
2018-05-05VideoPlayer: add setting for using VAAPI HEVCLukas Rusak