From bde26c7a76b0fcbb7d94da58f6f404a7a09dcaee Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 9 Jul 2014 21:26:43 +0200 Subject: [PATCH] Update BUGS --- doc/BUGS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/BUGS b/doc/BUGS index dd38c0eba..a257f4184 100644 --- a/doc/BUGS +++ b/doc/BUGS @@ -1,6 +1,8 @@ Bugs ==== +- Downloading albums on imgur gives us corrupt files! + - Concept of "current URL" should work better before urlChanged is emitted, e.g. loading a page and immediately yanking the (non-resolved) URL should work. @@ -86,6 +88,23 @@ Bugs window has a bigger size hint instead of tabs getting smaller than the minimum size (iggy) +- Segfault on subsonic when clicking next track + +- Assertion failure on subsonic with debug build + +- Random error messages while browsing on imgur/reddit: + + WARNING: content-type missing in HTTP POST, defaulting to + application/x-www-form-urlencoded. Use QNetworkRequest::setHeader() to fix + this problem. + + WARNING: QXcbWindow: Unhandled client message: "_GTK_LOAD_ICONTHEMES" + + INFO: Lexer rewriter used, but no tokens found. + + WARNING: QIODevice::read: device not open + + Upstream Bugs =============