Update TODO

This commit is contained in:
Florian Bruhin 2014-06-04 07:12:48 +02:00
parent 055d341760
commit b9b4d4f0a9

4
TODO
View File

@ -76,6 +76,10 @@ Improvements / minor features
- Use QNetworkAccessManager per QWebPage again so we can set proxy per tab.
- Multi-line statusbar or own widget for long messages?
- :messages command to view past messages
- Maybe the completion widget shouldn't be a QTreeView with tree models as
there are many hacks involved by now.
Perhaps using a QHBoxLayout of QTableViews and creating/destroying them based
on the completion would be a better idea?
hints
-----