aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-08Merge pull request #14539 from ksooo/fix-linux-buildKai Sommerfeld
Fix Linux build after #14511.
2018-10-08Fix Linux build after #14511.Kai Sommerfeld
2018-10-08Merge pull request #14511 from ksooo/settings-componentKai Sommerfeld
Introduce CServiceBroker::SettingsComponent
2018-10-08[pvr] Fix focus handling for channels OSD and guide guide dialogs.Kai Sommerfeld
2018-10-07LibInputHandler: Don't block shutdown foreverfritsch
2018-10-07Merge pull request #14536 from azlm8t/pvr-menu-hook-always-displayMartijn Kaijser
[PVR] Ensure PVR_MENUHOOK dialog is always opened, even for one item.
2018-10-07Merge pull request #14341 from lrusak/libinput-settingsLukas Rusak
input: libinput: add setting to allow changing keymap layout
2018-10-07[PVR] Ensure PVR_MENUHOOK dialog is always opened, even for one item.E.Smith
The PVR_MENUHOOK allows a PVR client to create a "client actions" sub-menu in the PVR system (timers, epg, etc.) Previously, if there is only one option in the sub-menu then it is automatically selected and actioned. So, if the sub-menu has the option "delete forever" and the user presses "context menu" then selects "client actions", then the recording would be deleted without any user action. This can be demonstrated with "pvr.demo". Now, we always open the selection dialog to allow the user to see and explicitly select the option or press the existing "cancel" button on the dialog.
2018-10-07Merge pull request #14535 from fritsch/appplayerPeter Frühberger
ApplicationPlayer: Fixup mixed playlists, really reopen new player
2018-10-07ApplicationPlayer: Fixup mixed playlists, really reopen new playerfritsch
2018-10-07Move init/uninit of Settings to CSettingsComponent::Init/Deinit.Kai Sommerfeld
2018-10-07Eliminate CServiceBroker::GetSettings(); use ↵Kai Sommerfeld
CServiceBroker::GetSettingsComponent()->GetSettings() instead.
2018-10-07New settings component subcomponent: settings.Kai Sommerfeld
2018-10-07Eliminate g_advancedSettings macro.Kai Sommerfeld
2018-10-07Introduce ServiceBroker::SettingsComponent and make advanced settings a ↵Kai Sommerfeld
subcomponent of it.
2018-10-07Merge pull request #14517 from VelocityRa/doc-cmakeMartijn Kaijser
cmake/README: Some cleanup
2018-10-07Merge pull request #14533 from garbear/fix-unsetMartijn Kaijser
Binary add-ons: Fix CORE_PLATFORM_NAME not set for new platforms
2018-10-07Merge pull request #14530 from enen92/doxygamecontrolMartijn Kaijser
[docs] Game_Control should be a subpage of skin_controls
2018-10-06Binary add-ons: Fix CORE_PLATFORM_NAME not set for new platformsGarrett Brown
This fixes CORE_PLATFORM_NAME not set when building a linux platform that is not the Raspberry Pi.
2018-10-06[docs] Game_Control should be a subpage of the skin_controls doxygen pageenen92
2018-10-06Merge pull request #14525 from fritsch/appplayerPeter Frühberger
ApplicationPlayer: Fix playlists by correctly switching players
2018-10-06Merge pull request #14509 from DaVukovic/documentationMartijn Kaijser
[Docs] Add documentation for Window IDs
2018-10-06Merge pull request #14527 from djp952/pvr-deletetimerpromptKai Sommerfeld
[pvr] Verify parent timer rule is deletable before prompting to delete it
2018-10-06ApplicationPlayer: Fix playlists by correctly switching playersfritsch
v2: Don't compare player names twice
2018-10-05Verify that a parent timer rule is deletable before prompting to delete itdjp952
2018-10-05Merge pull request #14524 from djp952/pvr-timercontextmenusKai Sommerfeld
Adjust PVR context menus for timer and timer rule objects
2018-10-05EGLUtils: rework the way we choose the egl configLukas Rusak
This changes the egl config selection to be more inline with what upstream projects do (read weston) This will also allow us more control in the future to select different contexts.
2018-10-05CDRMUtils: add static helper functions to convert to and from alpha formatsLukas Rusak
2018-10-05[cmake/README] Move generic CMake build instructionsNick Renieris
Move them a directory above. Makes them more visible, they don't need to be in /addons.
2018-10-05[Docs] Add documentation for Window IDsUnknown
Update window name after PR 14496 Merge pull request #1 from garbear/documentation Update window name after PR 14496
2018-10-05Merge pull request #14521 from MartijnKaijser/doxygen_changelog_skinningMartijn Kaijser
[docs] add skinning changelog tags
2018-10-04Adjust PVR context menus for timer and timer rule objectsdjp952
2018-10-04[jsonrpc] get/set season titleRyan Rector
2018-10-04Merge pull request #14479 from garbear/fix-stuck-mgrGarrett Brown
Fix stuck progress dialog opening "My add-ons" without network
2018-10-04[docs] add skinning changelog tagsMartijn Kaijser
2018-10-04Merge pull request #14520 from ksooo/settings-fix-uninit-settingshandlersKai Sommerfeld
[settings] Fix CSettings::UninitializeISettingsHandlers
2018-10-04[settings] Fix CSettings::UninitializeISettingsHandlersKai Sommerfeld
2018-10-04Merge pull request #14519 from Rechi/fix/addonDirectoryNameRechi
[addons] correct directory name for audioencoder.kodi.builtin.(aac|wma) after #12319
2018-10-04[addons] correct directory name for audioencoder.kodi.builtin.(aac|wma) ↵Rechi
after 23a90d43ed
2018-10-04Merge pull request #14518 from afedchin/win-yuyv422Anton Fedchin
VideoPlayer: WinRenderer - fix rendering YUYV422 videos
2018-10-04VideoPlayer: WinRenderer - fix rendering YUYV422 videosAnton Fedchin
2018-10-04Merge pull request #14487 from pteeson/macOS-READMEMemphiz
Clarify choices in Step 5 Build binary add-ons
2018-10-03Clarify choices in Step 5 Build binary add-onsPeter Teeson
2018-10-04[cmake/README] Delete duplicated varsNick Renieris
They're mentioned in the above directory.
2018-10-03[jsonrpc] set movie set plotRyan Rector
2018-10-03Merge pull request #14513 from ksooo/action-player-playKai Sommerfeld
[guilib] GUIBaseContainer: Add support for ACTION_PLAYER_PLAY
2018-10-03[guilib] GUIBaseContainer: Add support for ACTION_PLAYER_PLAYKai Sommerfeld
2018-10-03Merge pull request #14507 from djp952/add-pvr-supportsreadonlydeleteKai Sommerfeld
Add PVR_TIMER_TYPE_SUPPORTS_READONLY_DELETE flag
2018-10-03Add PVR_TIMER_TYPE_SUPPORTS_READONLY_DELETE flag to allow an otherwise ↵djp952
read-only timer to be deleted via Kodi
2018-10-02Merge pull request #14508 from garbear/hide-featuresGarrett Brown
Controller dialog: Hide features not supported by game add-on