diff options
author | Florian Bruhin <git@the-compiler.org> | 2014-09-30 17:27:49 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2014-09-30 17:27:49 +0200 |
commit | adf271bc4b685720c53864effdae43a71211698f (patch) | |
tree | bcd67e84fb477a01bb0f9ed28e109d0b9685fa8c /doc | |
parent | 4ca441e136882854de79710d4bbe25c5af6c2e11 (diff) | |
download | qutebrowser-adf271bc4b685720c53864effdae43a71211698f.tar.gz qutebrowser-adf271bc4b685720c53864effdae43a71211698f.zip |
Update BUGS/TODO
Diffstat (limited to 'doc')
-rw-r--r-- | doc/BUGS | 7 | ||||
-rw-r--r-- | doc/TODO | 11 |
2 files changed, 2 insertions, 16 deletions
@@ -27,7 +27,6 @@ Webview - ok is always True in WebPage:on_load_status_changed, even when an error page is loaded (probably *because* we're loading the error page and that succeeds). -- Opening editor is broken on http://p.cmpl.cc/ (probably a CodeMirror issue?) - Middle-clicking anchors doesn't actually move to the anchor in the new tab - lots of "Element vanished" warnings on http://docs.saltstack.com/en/latest/topics/tutorials/pillar.html when @@ -39,13 +38,9 @@ Input - going to passthrough mode (Ctrl-V) then clicking element to go to insert mode, then leaving insert mode clears statusbar text. -- seir sometimes sees "-- COMMAND MODE --" even though that should never - happen. - Shift-Insert in commandline pastes clipboard instead of primary selection - Auto-insert-mode sometimes doesn't work correctly (e.g. login form of Gitlab) - Sidewise scrolling via mousewheel broken -- Crash when getting js prompt and alert at the same time? - http://paste.the-compiler.org/view/8c39f5ea Rendering --------- @@ -109,6 +104,4 @@ Upstream Bugs Asked on SO: http://stackoverflow.com/q/23499159/2085149 TODO: Report to PyQt/Qt -- Various segfaults on youtube videos - - Report some other crashes @@ -6,7 +6,7 @@ Before 0.1 - Manpage - Website - FAQ -- Single-instance and multi-window +- Single-instance and multi-window (see notes) - Maybe test under other platforms - Autosave feature (against segfaults/...) - Save tabs feature with sessions @@ -15,8 +15,6 @@ Before 0.1 - More dwb keybindings - Use :open engine searchterm syntax for searching - ssl-strict=ask -- Use argparse and do something like click for command arguments, then we can - have flags etc. - Icon - Bookmarks? - Completion for quickmarks/bookmarks? @@ -33,8 +31,6 @@ New big features NoScript Certificate Patrol https://chrome.google.com/webstore/detail/remove-google-redirects/ccenmflbeofaceccfhhggbagkblihpoh -- multi window (see notes) -- IPC, like dwb -x (see notes) - Internationalization - more completions (URLs, ...) - proper webpage history @@ -95,7 +91,6 @@ Improvements / minor features - Enable disk caching (see notes) - clear cookies command - keybind/aliases should have completion for commands/arguments -- Hiding scrollbars - Add more element-selection-detection code (with options?) (see notes) - somehow unfocus elements (hide blinking cursor) when insert mode is left? - Copy link location on crash mail should not copy mailto: @@ -125,9 +120,7 @@ style - Use list models for completion and a proxy model which converts them to a tree? -- Stuff under scripts/ (especially generate_doc and run_checks) could use a - rewrite. -- Use separate logger for config +- Stuff under scripts/ (especially asciidoc2html) could use a rewrite. - Use unittest.Mock and especially unittest.patch more. - Check where using signals would be better than objreg.get. |