Update TODO

This commit is contained in:
Florian Bruhin 2014-05-01 23:22:07 +02:00
parent 3babead395
commit a8463a2c46

22
TODO
View File

@ -12,9 +12,6 @@ Use py3.4 Enums with a backport to qutebrowser.utils?
Major features Major features
============== ==============
After Blink
-----------
Plugin architecture Plugin architecture
Adblock? Adblock?
RequestPolicy RequestPolicy
@ -23,20 +20,19 @@ Plugin architecture
Certificate Patrol Certificate Patrol
https://chrome.google.com/webstore/detail/remove-google-redirects/ccenmflbeofaceccfhhggbagkblihpoh https://chrome.google.com/webstore/detail/remove-google-redirects/ccenmflbeofaceccfhhggbagkblihpoh
Downloads Downloads
Before Blink
------------
session handling / saving session handling / saving
IPC, like dwb -x IPC, like dwb -x
Bookmarks Bookmarks
Internationalization Internationalization
more completions (URLs, ...) more completions (URLs, ...)
SSL handling SSL handling
cookie handling
history
Minor features Minor features
============== ==============
set useragent
show current value in setting completions show current value in setting completions
handle completion for aliases handle completion for aliases
keybind should have completion for commands/arguments keybind should have completion for commands/arguments
@ -52,18 +48,15 @@ How do we handle empty values in input bar?
-> microFocusChanged and check active element via: -> microFocusChanged and check active element via:
frame = page.currentFrame() frame = page.currentFrame()
elem = frame.findFirstElement('*:focus') elem = frame.findFirstElement('*:focus')
somehow unfocus elements (hide blinking cursor) when insert mode is left?
hints hints
----- -----
bindings for prev/next hint bindings for prev/next hint
bindings for "prev/next" page links
more intelligent clicking (end of textfields) more intelligent clicking (end of textfields)
filtering when typing part of name filtering when typing part of name
filter close hints when it's the same link filter close hints when it's the same link
check if there's any fix for links with newlines in them (geometry() vs.
geometries())
somehow unfocus elements when insert mode is left?
Qt Bugs Qt Bugs
======== ========
@ -84,13 +77,6 @@ Qt Bugs
https://bugreports.qt-project.org/browse/QTBUG-20973 https://bugreports.qt-project.org/browse/QTBUG-20973
https://bugreports.qt-project.org/browse/QTBUG-21036 https://bugreports.qt-project.org/browse/QTBUG-21036
Other stuff
===========
http://agateau.com/article-series/pyqtwebkit-experiments/
http://die-offenbachs.homelinux.org:48888/hg/eric5/file/5d937eb378dd/Helpviewer
http://qt-project.org/wiki/Using-QtWebKit-and-QML-with-PySide
Keybinding stuff (from dwb) Keybinding stuff (from dwb)
=========================== ===========================