From f9824cb401742deb837a9b20d014d5ef7d897330 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 25 Apr 2014 07:00:08 +0200 Subject: [PATCH] TODO += hints-foo --- TODO | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index e802345fb..f5c05c5ff 100644 --- a/TODO +++ b/TODO @@ -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 ========