aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2020-01-30Rename "dvdimage" selection tag to "discimage"Garrett Brown
The prior behavior was kept as a fallback. If the fallback is used, a deprecation warning is logged.
2020-01-30Fix error playing disk image gamesGarrett Brown
Game items ending in disk image extensions are currently played using VideoPlayer instead of RetroPlayer. This results in a brief buffering dialog, and then the player exits to the previous window.
2020-01-27add setting to switch to visualisation on playbackronie
2020-01-22[PVR] EPG: Always store EPG tags in database, do never load all tags from ↵Kai Sommerfeld
database on startup. Todo: Still keeping all EPG tags fetched from the clients in memory.
2020-01-15Fix SiriRemote keymapronie
2020-01-08[tvOS] Initial Platform Commit for Apple TVOSSylvain CECCHETTO
Initial commit for TVOS platform.
2019-12-24Merge pull request #16970 from rmrector/movieset-info-folderRyan Rector
[videolibrary] Add setting movie set information folder
2019-12-22add 'movie set information folder' settingRyan Rector
A local folder to contain artwork. Used to populate artwork when scanning and manual artwork selection in the GUI.
2019-12-07FreeBSD: Unbreak VAAPI by syncing system/settings/{freebsd,linux}.xmlTobias Kortkamp
They really should always be kept the same.
2019-11-23Add boxset detection and navigation by individual discsthe-black-eagle
2019-10-30CRenderSystemGLES: Add no-alpha texture shaderGarrett Brown
2019-10-13Merge pull request #15268 from bb10/bb10-radical-changemaster-last-commmit-before-python3-mergeGarrett Brown
Several Joystick keymap changes related to the B button and back buttons.
2019-10-09[ios] add new action to Logging settings for native sharing of the log fileAndrey Filipenkov
2019-09-27[pvr][dialogs][Estuary][keymaps] Rework Guide window's navigation context ↵Kai Sommerfeld
menu, introduce (optional) grid controls dialog.
2019-09-26Merge pull request #16593 from phunkyfish/group-member-backend-channelphunkyfish
[pvr] support group specific channel numbering and option to start group number locally from 1
2019-09-26[pvr] support numbering all groups from one locallyphunkyfish
2019-09-19Remove unnecessary CDirectoryNode classes for compilations and years nodes, ↵DaveTBlake
they are implemented as NODE_TYPE_ALBUM nodes
2019-09-05[Android] Implement HDR display enable for ffmpeg decoded streamspeak3d
2019-08-04Merge pull request #16384 from AlwinEsch/ACTION_IDAlwin Esch
add ACTION_MOUSE_DRAG_END support
2019-07-21settings: add "Dark Grey" subtitles color optionArthur Liberman
This can be useful when watching HDR content with subs, and "Grey" is still too bright.
2019-07-19add ACTION_MOUSE_DRAG_END supportAlwin Esch
This action is required on webbrowser addon to handle mouse drag and drop on website content.
2019-06-20Add persian language keyboardpeylight
2019-06-03Remove amlogic platformLukas Rusak
Amlogic developers are encouraged to move to the GBM platform
2019-06-01[PVR] Reminders: Add settings to control reminder popup auto-close behavior.Kai Sommerfeld
2019-05-23Merge pull request #16138 from Darren-Hill/keymap_masterArne Morten Kvarving
Keymap master
2019-05-20Merge pull request #16106 from bostrano/subtitles-opacityArne Morten Kvarving
Subtitles opacity
2019-05-15Blade menu and context menu exitDarren-Hill
Adds blade menu access through long right-click. Adds right click as a way to exit the context menu without selecting anything.
2019-05-15Blade menu access for touchscreensDarren-Hill
Adds two-finger right swipe for access to the blade menu on touchscreens.
2019-05-13Merge pull request #16088 from lrusak/drmprime-setting-splitLukas Rusak
settings: allow setting the DRMPRIME renderer without having the DRMPRIME decoder enabled
2019-05-13[Subtitles] Added a setting to change the subtitle opacityMarcel Bostrano
2019-05-10Merge pull request #15690 from DaVukovic/ger-keyboardArne Morten Kvarving
Improve german keyboardlayout
2019-05-07drop omxplayerRechi
2019-05-07Merge pull request #16050 from DaveTBlake/viz_joystick_keyDave Blake
Fix blank dialog when Joystick X key hit and there is no visualisation
2019-05-06settings: allow setting the DRMPRIME renderer without having the DRMPRIME ↵Lukas Rusak
decoder enabled
2019-05-03Fix display of blank dialog when X key hit and there is no visualisationDaveTBlake
2019-04-28[PVR] Rework epg db storage setting semantics. Default to 'do not store'.Kai Sommerfeld
2019-04-26Merge pull request #15932 from kszaq/gl_shader_ifLukas Rusak
GL: fix HAS_FLOAT_TEXTURE usage
2019-04-24Merge pull request #14345 from notspiff/default_queueArne Morten Kvarving
added: support for queue item as default select action
2019-04-17GL: fix HAS_FLOAT_TEXTURE usagekszaq
In GLES shaders 'if defined(HAS_FLOAT_TEXTURE)' was always true as HAS_FLOAT_TEXTURE was always defined. Fix this by not defining HAS_FLOAT_TEXTURE when target does not support it and amend GL shaders to follow this behaviour.
2019-04-16Merge pull request #15687 from ronie/keyboardronie
Improve default keyboardlayout
2019-03-06Improve german keyboardlayoutDaVukovic
2019-03-06Improve default keyboardlayoutronie
2019-03-05[windows] VideoPlayer - cosmetics changes into WinVideoFilterAnton Fedchin
2019-03-01[GraphicsContext] - add a setting to adjust refreshrate/resolution only on ↵Memphiz
playback start
2019-02-04[PVR][settings] Reintroduce setting "Close channel OSD after switching ↵Kai Sommerfeld
channels", which got accidentally removed for Leia 18.0
2019-01-31[videoplayer] winrenderer: do scaling in output shader instead of yuv2rgb, ↵Anton Fedchin
this fixes the issue with green border with nv12 texture.
2019-01-25Update joystick.xmlbb10
Add A and B button functionality to <FullscreenLiveTV> and <FullscreenRadio>
2019-01-16Update joystick.xmlbb10
Added <back>ActivateWindow(Home)</back> as a global keypress, it was not assigned any action before. Changed <b> back to the original action of Stop and changed the long press action to Fullscreen. Changed the <back> button to the Fullscreen action. It doesn't toggle, instead it sends you back to the home screen after pressing it a second time because of the global action, which kind of makes sense for the View (on xbox one, previously back) button.
2019-01-16Update joystick.xmlbb10
Changed B back to the original action of Stop and changed the long press action to Fullscreen.
2018-12-28Merge pull request #15138 from garbear/eventserver-gamepadGarrett Brown
[keymaps] Specify that gamepad.xml is for EventServer "gamepads"