TODO += hints-foo

This commit is contained in:
Florian Bruhin 2014-04-25 07:00:08 +02:00
parent d4baf77f78
commit f9824cb401

15
TODO
View File

@ -79,8 +79,6 @@ catch import errors for PyQt and QtWebKit
Allow binding to empty values for keys to override defaults
How do we handle empty values in input bar?
Human-readable error messages for unknown settings / wrong interpolations / ...
auto-click on active hint
click hints on enter
- Add mode=[]/no_mode=[] to cmdutils.register so we can avoid executing
commands in the wrong mode
- Add more element-selection-detection code (with options?) based on:
@ -89,6 +87,19 @@ click hints on enter
frame = page.currentFrame()
elem = frame.findFirstElement('*:focus')
hints
-----
auto-click on active hint
click hints on enter
bindings for prev/next hint
more intelligent clicking (end of textfields)
filtering when typing part of name
filter close hints when it's the same link
check if there's any fix for links with newlines in them (geometry() vs.
geometries())
Qt Bugs
========