Update TODO/BUGS

This commit is contained in:
Florian Bruhin 2014-05-15 10:50:55 +02:00
parent 5a6326922e
commit 2c1a23dbbd
2 changed files with 3 additions and 0 deletions

2
BUGS
View File

@ -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.

1
TODO
View File

@ -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)