summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/hints.py
AgeCommit message (Expand)Author
2021-06-15Make mypy happyFlorian Bruhin
2021-06-14feat: expose 'currently open URL' variable via hints to userscriptsYasser Kaddoura
2021-03-23Fix lint/testsFlorian Bruhin
2021-03-23Circular import workaroundsFlorian Bruhin
2021-03-12Set hint label text format explicitlyFlorian Bruhin
2021-03-11Revert "Add deprecated aliases for renamed commands"Florian Bruhin
2021-03-01Replace messages with :hint links yank --rapidFlorian Bruhin
2021-01-30Prevent crash on non-UTF-8 hint dictionarySara Johnsson
2021-01-27Add deprecated aliases for renamed commandsFlorian Bruhin
2021-01-26Get rid of IOErrorFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-20Rename :follow-hint to :hint-followFlorian Bruhin
2021-01-13dataclasses: Fix args/typing around HintContextFlorian Bruhin
2021-01-13dataclasses: Initial mypy fixFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2020-10-27mypy: use from-import for typing in remaining files in `browser`Tim Brown
2020-10-26Use enum.auto() for most enum valuesFlorian Bruhin
2020-10-16Use signals to set status text from HintManagerFlorian Bruhin
2020-10-16Get rid of GlobalMessageBridgeFlorian Bruhin
2020-10-16Remove statusbar.text.Text entirelyFlorian Bruhin
2020-10-16Add/improve docs for enumsFlorian Bruhin
2020-10-09Use class-based API instead of functions for enumsYegor
2020-07-31Set hint statusbar text after entering hint modeFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-10Fix argument type for HintManager._hint_strings callFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Use correct user agent for downloadsFlorian Bruhin
2019-11-25Remove web-history from objregFlorian Bruhin
2019-11-24Remove keyparsers from objregFlorian Bruhin
2019-10-17Fix lintFlorian Bruhin
2019-10-17Add right-click target for :hintFlorian Bruhin
2019-10-10Add type hints for browser.hintsFlorian Bruhin
2019-10-09Move HintManager from a per-tab to a per-window objectFlorian Bruhin
2019-07-06Move color conversion to string inside conditional.Jimmy
2019-07-06Fix colors.hints.match.fg with rgb() syntax.Jimmy
2019-05-13Add missing docs for delete hint target to :hintJay Kamat
2019-05-11Merge remote-tracking branch 'origin/pr/4764'Florian Bruhin
2019-05-08Check if the tab is current in HintManager._start_cbuser202729
2019-05-06Add delete target for hintsJay Kamat
2019-04-18Fix stale tabs.background_tabs referencesFlorian Bruhin
2019-03-28Adjust commentFlorian Bruhin
2019-03-28Merge remote-tracking branch 'origin/pr/4637'Florian Bruhin
2019-03-23Force padding to be 3px on each sideJay Kamat
2019-03-15Set hint stylesheet only on HintLabel objectsJay Kamat
2019-03-13Eschew the extraneous elsesFlorian Bruhin
2019-03-10Apply hint stylesheet on main applicationJay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-11-30Fix lintFlorian Bruhin