qutebrowser/qutebrowser/misc
Ryan Roden-Corrent b1aaf0f10f Only show keyhints after a short delay.
If a user knows the keychain and can type it quickly, we shouldn't
annoy them with a popup. Only show the keyhint if the user doesn't
complete their keychain in 500ms.

The isVisible() check in the tests is somewhat invalid now because it
is never immediately visible and I don't want to add a delay to unit
tests. I added a check that text() is not set for one test that was
only checking isVisible().

Addresses part of #1515.
2016-05-23 21:21:03 -04:00
..
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
autoupdate.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
checkpyver.py flake8: Add flake8-copyright plugin. 2016-01-22 17:46:33 +01:00
cmdhistory.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
consolewidget.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
crashdialog.py Also ignore segfaults in paintEvent 2016-05-04 23:06:26 +02:00
crashsignal.py Various code style improvements 2016-04-27 20:25:27 +02:00
earlyinit.py flake8: Add hacking 2016-04-08 07:35:53 +02:00
editor.py Merge branch 'editor_crash_behaviour' of https://github.com/EliteTK/qutebrowser into EliteTK-editor_crash_behaviour 2016-03-17 21:40:17 +01:00
guiprocess.py Merge branch 'editor_crash_behaviour' of https://github.com/EliteTK/qutebrowser into EliteTK-editor_crash_behaviour 2016-03-17 21:40:17 +01:00
httpclient.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
ipc.py Various code style improvements 2016-04-27 20:25:27 +02:00
keyhintwidget.py Only show keyhints after a short delay. 2016-05-23 21:21:03 -04:00
lineparser.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
miscwidgets.py Handle Shift-Insert correctly in prompt mode. 2016-02-10 06:40:54 +01:00
msgbox.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
readline.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
savemanager.py Use @cmdutils.argument for win_id/count 2016-05-18 06:55:17 +02:00
sessions.py Use @cmdutils.argument for completions 2016-05-18 06:55:17 +02:00
split.py Various code style improvements 2016-04-27 20:25:27 +02:00
utilcmds.py Use typing.py-like annotations for command args 2016-05-18 06:55:17 +02:00