- Aug 30, 2022
-
-
Now that Q_DECL_OVERRIDE is gone, update HACKING for the usage of override.
-
-
-
-
-
-
-
It's available starting with xdg-toplevel version 5, and we use xdg-wm-base version 1 or the version adding configure_bounds which is version 4, so we don't need to set a handler for now.
-
Fixes a missing initializer warning for axis_value120. We currently enforce version = 5 for the wl_seat version, and it's available starting with wl_pointer version 8, which means that we don't need to set a function handler for now.
-
When sout_StreamDelete is called from sout_StreamNew, p_stream->psz_name is set to NULL, so don't pass it to msg_Dbg.
-
- Aug 29, 2022
-
-
global drop events are already handled on qml side no need to handle it twice ref #27190
-
-
-
-
-
-
otherwise the interface never receives global drop events ref #27190
-
- Aug 28, 2022
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
- Aug 27, 2022
-
-
Use the existing pkg-config file to detect presence of libgme. This file is already shipped on all known libgme versions (checked back until 0.6.0, which is from 2015). This fixes build with recent libgme versions, which added even more dependencies which were missing in the old check. Fixes #27262
-
-
-
macosx: Improve library supplementary detail view backgrounds, indicate which item the detail view is supplementing Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
src/video_output/video_output.c:302:44: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation] "--no-auto-preparse", "--dec-dev=" MODULE_STRING, ^ , modules/stream_out/transcode.c:370:44: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation] "--no-auto-preparse", "--dec-dev=" MODULE_STRING, ^ ,
-
They were never checked anyway.
-
modules/stream_filter/aribcam.c:54:38: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 54 | static const struct error_messages_s const b25_errors[] = | ^~~~~ modules/stream_filter/aribcam.c:75:38: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 75 | static const struct error_messages_s const bcas_errors[] = | ^~~~~ modules/stream_filter/aribcam.c:99:62: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 99 | const struct error_messages_s const *p_errors_messages ) | ^~~~~
-
modules/packetizer/flac.c: In function 'Packetize': modules/packetizer/flac.c:423:40: warning: declaration of 'streaminfo' shadows a previous local [-Wshadow=compatible-local] 423 | const struct flac_stream_info *streaminfo = | ^~~~~~~~~~ modules/packetizer/flac.c:371:40: note: shadowed declaration is here 371 | const struct flac_stream_info *streaminfo = | ^~~~~~~~~~
-
Found by clang-tidy.
-
Mirror NavigationHistory::addLeaf, by using size(), and moving the call into the assert statement. It also fixes an unused variable warning.
-
-
- Aug 26, 2022
-
-
-
-
-
-
improve batch retention when mouse is moved in the UI also eliminate repainting
-
-
-