Update BUGS/TODO

This commit is contained in:
Florian Bruhin 2014-08-26 21:28:00 +02:00
parent ce4a5affa4
commit 2fb43af2b2
2 changed files with 8 additions and 3 deletions

View File

@ -9,6 +9,8 @@ Downloads
- Download focus rectangle on windows
- download-page on qute:htmllog is broken
- Prevent invalid filenames (e.g. com1) when downloading on Windows
- With a large file, when setting filename after buffer is full, download
hangs.
Webview
-------

View File

@ -43,6 +43,7 @@ New big features
- proper widget for debug logs, with filtering etc.
- maybe FakeWebView which acts like a WebView in a tab but isn't, to open any
widget?
- Bind userscripts to signals (e.g. page_loaded etc.)
Downloads
=========
@ -55,6 +56,8 @@ Downloads
Improvements / minor features
=============================
- Improve -m error message when we're inside the qutebrowser dir (maybe use a
Tk gui?)
- Sane default for editor (maybe via QDesktopServices or so?)
- We should have something like utils.debug.qenum_key for QFlags.
- Honour icognito mode for cookies etc.
@ -123,9 +126,9 @@ style
tree?
- Stuff under scripts/ (especially generate_doc and run_checks) could use a
rewrite.
- Use 'from qutebrowser.package import module' instead of 'import
qutebrowser.package.module as module'.
- Maybe use less from-imports for classes/functions.
- Always use a list as argument for namedtuple?
- Refactor enum() so it uses a list as second argument (like python
enum/namedtuple).
dwb keybindings to possibly implement
=====================================