diff --git a/BUGS b/BUGS index 28b15b9a1..47a0601d2 100644 --- a/BUGS +++ b/BUGS @@ -10,6 +10,8 @@ Crashes Will be fixed by using a QNetworkAccessManager per tab again, which is a good idea (for per-tab-proxy) anyways. + Workaround in 5a6326922ee770cca721539ad71b048896f7d4af + - When following a hint: QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once. diff --git a/TODO b/TODO index 6d581c573..b0a8544eb 100644 --- a/TODO +++ b/TODO @@ -57,6 +57,7 @@ New big features Improvements / minor features ============================= +- Hide statusbar messages after timeout, not on keypress - Reimplement tabbar to paint it by ourselves to look like dwb - We probably should rewrite all the signal cache stuff to save state internally instead. (also see bugs)