Age | Commit message (Collapse) | Author |
|
[cmake] partly revert #15642 to have wayland and GBM working
|
|
|
|
With the include of Platform.cmake to have for addons is the
GBM_RENDER_SYSTEM not defined, this becomes set from
"./tools/depends/target/Toolchain.cmake" but on a other place.
This remove the change, but after the release must be the cmake
workflow cleaned up. There are some hen and egg problems and
maybe some hidden faults where a value becomes checked which
becomes never available.
|
|
[wayland] Fix raw pointer comparison
|
|
|
|
Comparing pointers that do not point into the same array
is unspecified in C++
|
|
Fix waiting for window close animation blocking JSON requests after SetFullScreen
|
|
[depends] binary-addons: fix libGL.so location
|
|
[wayland] fix compilation with C++17
|
|
[cmake] fix set of APP_RENDER_SYSTEM on KodiConfig.cmake
|
|
|
|
Compilation for Wayland/gles fails with --std=c++17 because it has
stricter checks:
error: static assertion failed: comparison object must be invocable as const
Fix this error by declaring the result as const.
Fixes #15788
Signed-off-by: Olaf Hering <olaf@aepfle.de>
|
|
and fetch metadata and art from remote sites
|
|
[Music]Show artist disambiguation text when picking which one to scrape
|
|
[pydocs] Add warning to ControlList().reset() regarding ListItem destruction
|
|
In the implementation of GLES under Windows found the foolish finding of OpenGL. This seems to exist systematically and makes it a little harder. Then found that "APP_RENDER_SYSTEM" of "KodiConfig.cmake" is not defined correctly (empty defined).
This request fixes this and uses the "platform" folder.
Parts of "Platform.cmake" are also included in PrepareEnv.cmake.
TODO: Refactor on v19 to remove the if/else usage
|
|
[curl] Accept all supported content encodings by default
|
|
[fix] installing binary addons from zip (and repo)
|
|
SM_TEXTURE_LIM is not available for GLSL < 1.5, we should use SM_TEXTURE instead.
Fixes https://github.com/xbmc/xbmc/issues/15723
|
|
|
|
[PVR] Timers context menu 'Find similar' missing
|
|
|
|
|
|
Putting includes (that can in turn include all sorts of other stuff)
into namespaces is not really maintainable and finally broke the build
in Linux 5.1-rc1. Of course it was a good idea to not clutter the global
namespaces, but unfortunately it did not turn out to be possible with C
libraries.
See https://sourceware.org/ml/libc-help/2019-03/msg00014.html
Fixes #15775
|
|
Quit instead of shutdown on signals
|
|
scraping by when no mbid and scraper has found more than one artist with that name.
Add disambiguation, gender and type to Python scraper artist processing.
|
|
TMSG_QUIT was indavertently changed to TMSG_SHUTDOWN when the signal
handling was modified. Change back to TMSG_QUIT - the application should
not cause the machine to power down upon receipt of SIGINT or SIGTERM
after all.
|
|
Decoderfilter implementation
|
|
ALSA cards don't have necessarily a front device, alsa-lib creates
a default (plus sysdefault) PCM using plughw for cards without an
alsa card conf file.
So we shouldn't skip the sysdefault PCM in enumeration, otherwise
the cards aren't listed.
For cards with front/surround PCMs the sysdefault entry should
be dropped though, as the surround mangling "@" entry also handles
sysdefault and the separate entry in the device list would be
confusing to users.
|
|
[windows] remove pragma lib
|
|
[Docs] Use docs.kodi.tv instead of the codedocs url
|
|
They are already handled by CMake.
|
|
|
|
|
|
|
|
Reword roadmap item template to make its intent clearer
|
|
|
|
use angle-bracket include form for FFmpeg headers
|
|
|
|
|
|
Handle signals by setting atomic flag instead of pop-up thread
|
|
|
|
[estuary] fix title for non episodes
|
|
[JSON]Add "dynpath" as property returned by Player.GetItem
|
|
|
|
Fix ios9
|
|
Did not work unfortunately
|
|
[pyton] update docs for artwork functions
|
|
[estuary] fix reversed episode / tvshow title
|
|
[GUIControllerWindow] Correctly subscribe to RepositoryUpdated events
|