summaryrefslogtreecommitdiff
path: root/qutebrowser/commands
AgeCommit message (Expand)Author
2021-10-03Make `go` work.Jimmy
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-04-23Fix :spawn -u -oFlorian Bruhin
2021-03-23Get rid of qute://spawn-outputFlorian Bruhin
2021-03-18Fix lintdev-split-parserFlorian Bruhin
2021-03-18Move completion fallback handling out of CommandParserFlorian Bruhin
2021-03-18Fix copy-paste issueFlorian Bruhin
2021-03-18Restore config access in commands.parserFlorian Bruhin
2021-03-03WIP: Add type annotations for parserFlorian Bruhin
2021-03-03Fix importsFlorian Bruhin
2021-03-03Document and rename use_best_matchFlorian Bruhin
2021-03-03Adjust importsFlorian Bruhin
2021-03-03Merge remote-tracking branch 'origin/pr/5967' into devFlorian Bruhin
2021-01-27command: Improve deprecationFlorian Bruhin
2021-01-26command: Only do function inspection onceFlorian Bruhin
2021-01-26Add initial support for Python 3.10 annotationsFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-20userscripts: Add QUTE_VERSIONFlorian Bruhin
2021-01-20Rename :run-macro and :record-macroFlorian Bruhin
2021-01-13dataclasses: Initial mypy fixFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2021-01-06Remove unused imports in commands.parserRyan Roden-Corrent
2021-01-06Eliminate parser dependency on config.Ryan Roden-Corrent
2020-11-29load scripts from config directoryBryon Meinka
2020-10-28mypy: use from-import styleTim Brown
2020-10-26Initial drop of Python 3.5Florian Bruhin
2020-10-02mypy: Update PyQt stubs and remove unneeded ignoresFlorian Bruhin
2020-06-16Use 0600 mode for uerscript FIFOFlorian Bruhin
2020-06-16userscripts: Clear self._filepath on OSErrorFlorian Bruhin
2020-06-11command: Use consistent name for arg_infoFlorian Bruhin
2020-05-10mypy: Disallow incomplete defs globallyFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Add cast for sip.voidptrFlorian Bruhin
2020-05-09mypy: Fix typing for some re-assigned valuesFlorian Bruhin
2020-04-02Make `spawn -m -u` work properlyuser202729
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-25Use (slightly) clearer wordingJethro Cao
2019-12-20Refactor user agent handlingFlorian Bruhin
2019-11-25Use modeman.instance() to get mode managerFlorian Bruhin
2019-10-22Fix issues with mypy changesFlorian Bruhin
2019-10-22mypy: Fix new issues in commands.commandFlorian Bruhin
2019-10-22mypy: Fix new isuses in commands.userscriptsFlorian Bruhin
2019-10-15Make union check more readableFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.mainwindowFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.commandsFlorian Bruhin
2019-10-13Set command_only=True for macro-recorderFlorian Bruhin
2019-10-13objreg: Make it possible to register objects for commands onlyFlorian Bruhin