Miguel Borges de Freitas
Miguel Borges de Freitas
Checkstyle is an XML output format for source-code checkers. This will provide interoperability with both IDEs and editors that expect code suggestions in checkstyle format, as well as other continuous...
## Description Backport of https://github.com/xbmc/xbmc/pull/25164 for Omega. Please only merge if confirmed no regressions are caused by the original PR for master.
## Description This PR moves the EDL interface to `std::chrono` so that we can benefit from type safety, expressive syntax and builtin conversions for duration. No functional changes are added....
## Description Added in https://github.com/xbmc/xbmc/pull/24664 as an hack since the change from a window to a dialog in screensavers. Screensaver.asteroids does not clear the screen on windows leading to a...
## Description Looking into how to decouple components from GUI and from the Application I've found that a lot of examples just call into g_application to obtain either the item...
Allows to distinguish between release and debug builds. In Kodi we are already using exiv2 on master (future release) and we are including this patch (added in https://github.com/xbmc/xbmc/commit/501ec1fae0fb86760548018f02702a9caf8ba997) so we...
…cements ## Description This is similar to https://github.com/xbmc/xbmc/pull/25831 but for videoplayer. Doesn't remove all dependencies but it's a step forward. ## Motivation and context Remove GUI coupling ## How has...
## Description Adds an upstream patch from libcdio to fix a crash in `read_toc_osx`. Hopefully a new release is done soon (libcdio is migrating to github and hasn't got any...
## Description Backport of https://github.com/xbmc/xbmc/pull/25797 for Nexus
## Description Another simple/cosmetic change. In Kodi/XBMC everything optical/disc related is called DVD from a time where only DVD drives where available. Rename those type of sources to `SOURCE_TYPE_OPTICAL_DISC` and...