summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/keyhintwidget.py
AgeCommit message (Expand)Author
2021-12-03Add some missing docstring paramsFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-06-17Show partial keystrings for all modes in statusbarFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Split config.stylesheet into separate moduleFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.miscFlorian Bruhin
2019-04-29Prevent keyhint timer from eating all CPU.Ryan Roden-Corrent
2019-02-22Update copyright for 2019Jay Kamat
2018-11-29Move cmdutils.cmd_dict to objects.commandsFlorian Bruhin
2018-03-25Fix keyhints for special charactersPhilip Lewis
2018-02-27Fix lintFlorian Bruhin
2018-02-27Fix searching for blacklisted keys in keyhintwidgetFlorian Bruhin
2018-02-26Fix keyhint widgetFlorian Bruhin
2018-02-26Refactor KeySequence initializationFlorian Bruhin
2018-02-25Merge branch 'master' into keysFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-29Rename sequence.py to keyutils.pyFlorian Bruhin
2017-12-29Add a custom KeySequence classFlorian Bruhin
2017-12-29Switch from string to QKeySequenceFlorian Bruhin
2017-12-29Fix some more stuff (and break some :D)Florian Bruhin
2017-12-11Modify usage of re.match to fit re.fullmatch or re.search.George Edward Bulmer
2017-10-19Add keyhint radius configuration optionMartin Fraga
2017-10-04Add missing docstringFlorian Bruhin
2017-10-03Filter keyhints based on count prefix.Ryan Roden-Corrent
2017-10-03Show keyhint even with count prefix.Ryan Roden-Corrent
2017-09-13Remove dead codeFlorian Bruhin
2017-07-04Fix pylintFlorian Bruhin
2017-07-04Update test_keyhints for new configFlorian Bruhin
2017-07-04Move config.style into config.config and refactor itFlorian Bruhin
2017-07-04Return [] for none-values for configtypes.ListFlorian Bruhin
2017-07-04Initial update for better bindings managementFlorian Bruhin
2017-07-04Fix keyhintwidgetFlorian Bruhin
2017-07-02Initial stylesheet refactoring for new configFlorian Bruhin
2017-07-02Refactor most stuff using config.val.uiFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-03-22Make keyhint delay configurable.Ryan Roden-Corrent
2016-11-03Remove generated stylesheets againFlorian Bruhin
2016-09-22Round correct edge for keyhint with top statusbarFlorian Bruhin
2016-09-22Generalize statusbar-attached website overlaysFlorian Bruhin
2016-05-24Add a keyhint blacklist.Ryan Roden-Corrent
2016-05-23Only show keyhints after a short delay.Ryan Roden-Corrent
2016-05-19Implement utils.is_special_key.Ryan Roden-Corrent
2016-05-19Don't show keyhint if there are no hints.Ryan Roden-Corrent
2016-05-18Set Qt.RichText textFormat for KeyHintViewFlorian Bruhin
2016-05-17Restore bottom padding of keyhint widget.Ryan Roden-Corrent
2016-05-16align using a tableFelix Van der Jeugt
2016-05-15Clean up html for keyhint text.Ryan Roden-Corrent
2016-05-15Further clean up keyhints.Ryan Roden-Corrent