Update BUGS/TODO

This commit is contained in:
Florian Bruhin 2014-08-27 22:29:29 +02:00
parent cb2dd62dc5
commit c675405525
2 changed files with 4 additions and 7 deletions

View File

@ -38,7 +38,7 @@ Input
- seir sometimes sees "-- COMMAND MODE --" even though that should never - seir sometimes sees "-- COMMAND MODE --" even though that should never
happen. happen.
- Shift-Insert in commandline pastes clipboard instead of primary selection - Shift-Insert in commandline pastes clipboard instead of primary selection
- Auto-insert-mode sometimes doesn't work correctly - Auto-insert-mode sometimes doesn't work correctly (e.g. login form of Gitlab)
- Sidewise scrolling via mousewheel broken - Sidewise scrolling via mousewheel broken
Rendering Rendering
@ -82,11 +82,9 @@ Misc
---- ----
- All kind of FIXMEs - All kind of FIXMEs
- --logfilter is broken
- On doodle, when modifying something on http://doodle.com/create and clicking - On doodle, when modifying something on http://doodle.com/create and clicking
a link to leave the page, with some random clicking it's somehow possible to a link to leave the page, with some random clicking it's somehow possible to
get out of yesno mode. get out of yesno mode. (probably fixed?)
We also should prevent entering any other mode while in prompt mode.
- Opening via commandline / startpage doesn't work with absolute file paths. - Opening via commandline / startpage doesn't work with absolute file paths.
- Relative file paths and ~ don't work at all. - Relative file paths and ~ don't work at all.
- Config errors on start shouldn't be hard errors - Config errors on start shouldn't be hard errors
@ -94,7 +92,7 @@ Misc
- Clicking links/email in crash dialog should open browser/mailclient under - Clicking links/email in crash dialog should open browser/mailclient under
windows windows
- Current font handling is rather broken (rejecting invalid values / setting - Current font handling is rather broken (rejecting invalid values / setting
multiple font families) multiple font families) - we should use PyPEG2 instead.
Tests Tests
----- -----

View File

@ -19,7 +19,6 @@ Before 0.1
- Implement some optional stuff from http://greenbytes.de/tech/tc2231/ - Implement some optional stuff from http://greenbytes.de/tech/tc2231/
(especially filename with Content-Disposition: inline) (especially filename with Content-Disposition: inline)
- Icon - Icon
- Use profiler to check what uses most CPU
New big features New big features
================ ================
@ -59,7 +58,7 @@ Improvements / minor features
- Improve -m error message when we're inside the qutebrowser dir (maybe use a - Improve -m error message when we're inside the qutebrowser dir (maybe use a
Tk gui?) Tk gui?)
- Sane default for editor (maybe via QDesktopServices or so?) - Sane default for editor (maybe via QDesktopServices or so?)
- We should have something like utils.debug.qenum_key for QFlags. - Make utils.debug.qenum_key work properly.
- Honour icognito mode for cookies etc. - Honour icognito mode for cookies etc.
- Make sure commands in config are _complete_ - Make sure commands in config are _complete_
- Config should check for unknown sections - Config should check for unknown sections