Update TODO
This commit is contained in:
parent
46597170aa
commit
d9f31d9055
19
TODO
19
TODO
@ -5,7 +5,7 @@ Before 0.1
|
|||||||
- Manpage
|
- Manpage
|
||||||
- Website
|
- Website
|
||||||
- Tests for URL detection and fix corner cases
|
- Tests for URL detection and fix corner cases
|
||||||
- Fix some crashes if we can
|
- Fix some crashes + bugs if we can
|
||||||
- Fix shutdown
|
- Fix shutdown
|
||||||
- Maybe test under other platforms
|
- Maybe test under other platforms
|
||||||
- Autosave feature (against segfaults/...)
|
- Autosave feature (against segfaults/...)
|
||||||
@ -18,6 +18,7 @@ Before 0.1
|
|||||||
- Authentification (for websites/proxy)
|
- Authentification (for websites/proxy)
|
||||||
- prompt in statusbar
|
- prompt in statusbar
|
||||||
- ssl-strict=ask
|
- ssl-strict=ask
|
||||||
|
- Downloads (at least calling a handler)
|
||||||
|
|
||||||
Crashes
|
Crashes
|
||||||
=======
|
=======
|
||||||
@ -51,10 +52,11 @@ Bugs
|
|||||||
|
|
||||||
- All kind of FIXMEs
|
- All kind of FIXMEs
|
||||||
- When opening DDG the input field should be focused when JS is active, but
|
- When opening DDG the input field should be focused when JS is active, but
|
||||||
only is sometimes.
|
only is sometimes. (seir)
|
||||||
- When opening 111.111.111.111 sometimes there's no loading bar and link in
|
- When opening 111.111.111.111 sometimes there's no loading bar and link in
|
||||||
statusbar points to the old page.
|
statusbar points to the old page. (seir)
|
||||||
- restart sometimes abort()s on QApplication __init__
|
- Current URL displayed in the statusbar is weird and sometimes wrong (seir)
|
||||||
|
- restart sometimes abort()s on QApplication __init__ (V155)
|
||||||
- qutebrowser :restart loops endlessly
|
- qutebrowser :restart loops endlessly
|
||||||
- Super key shows up as ៀ\udc53 in logs
|
- Super key shows up as ៀ\udc53 in logs
|
||||||
- Funky font rendering with tewi:
|
- Funky font rendering with tewi:
|
||||||
@ -131,11 +133,14 @@ Major features
|
|||||||
Minor features
|
Minor features
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
- We probably should rewrite all the signal cache stuff to save state
|
||||||
|
internally instead. (also see bugs)
|
||||||
|
- Save cookies in Netscape format so it can be used by wget.
|
||||||
|
http://www.cookiecentral.com/faq/#3.5
|
||||||
|
https://docs.python.org/3.4/library/http.cookies.html
|
||||||
|
http://qt-project.org/doc/qt-4.8/qnetworkcookie.html
|
||||||
- Signal cache: truncate printed signals (length + 1 line)
|
- Signal cache: truncate printed signals (length + 1 line)
|
||||||
- Git version in :crash when frozen
|
|
||||||
- Zoom with ctrl + mousewheel
|
- Zoom with ctrl + mousewheel
|
||||||
- Range-check count values and other values
|
|
||||||
Underlying C functions have a maximum value which can be passed.
|
|
||||||
- Close tabs on right click
|
- Close tabs on right click
|
||||||
- Up/Down not for history
|
- Up/Down not for history
|
||||||
- N for prev search match
|
- N for prev search match
|
||||||
|
Loading…
Reference in New Issue
Block a user