Clementine-audio-player-Mac.../ext
Jim Broadus 902522f4d3 Fix Qt generated log messages.
To avoid infinite recursion, Qt prevents a log generated from an installed
message handler from being handled by that same handler. So when a Qt message
is handled, the logging magic (__logging_message__) that is added by
CreateLogger, and is expected to be detected and stripped by the handler, is
instead dumped to the log.

Instead of sending the Qt messages back through the logging system, use a new
BufferedDebug to build the log message in a buffer, then immeiately print the
buffer to stderr.
2020-03-07 02:41:56 +00:00
..
clementine-spotifyblob Merge branch 'master' into qt5-update 2019-07-21 14:20:59 +02:00
clementine-tagreader Fixes for compiling against qt5 on mac 2018-12-05 18:16:34 +01:00
libclementine-common Fix Qt generated log messages. 2020-03-07 02:41:56 +00:00
libclementine-remote Merge remote-tracking branch 'origin/master' into qt5 2019-10-04 16:51:43 +01:00
libclementine-spotifyblob Add syntax to proto files 2019-01-27 14:56:07 +00:00
libclementine-tagreader Add check for valid birthTime() 2019-11-13 19:10:39 +01:00