summaryrefslogtreecommitdiff
path: root/qutebrowser/components/misccommands.py
AgeCommit message (Expand)Author
2023-06-30Remove vim modelinesPhilipp Albrecht
2023-06-26Migrate :print --pdf to pathlibFlorian Bruhin
2023-06-26Fix :print --pdf with subdirectoriesFlorian Bruhin
2023-03-17Merge branch 'qt6-v2' into master-qt6Florian Bruhin
2023-02-06lint: broad-exception-raisedtoofar
2022-11-24Update Qt doc links to Qt 6Florian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-06-14Add --rich to :message-* commandsFlorian Bruhin
2022-06-13Fix lintFlorian Bruhin
2022-06-13click-element: Fix typingFlorian Bruhin
2022-06-13click-element: Unpack lambda dict into ifFlorian Bruhin
2022-06-13Minor fixesFlorian Bruhin
2022-06-13Merge remote-tracking branch 'origin/pr/7096'Florian Bruhin
2022-04-25mypy: Upgrade to PyQt5-stubs 5.15.6.0Florian Bruhin
2022-04-08Adapte errors on click-element to filter.Nicholas Schwab
2022-04-08Remove duplicate value in error message for invalid point.Nicholas Schwab
2022-04-06Make linters happy.Nicholas Schwab
2022-04-06Remove unused import.Nicholas Schwab
2022-04-06Simplified code for click-element switching between backend-functions.Nicholas Schwab
2022-04-06Change documentation of click-element as suggested.Nicholas42
2022-04-06Use parse_point in click-element parsing.Nicholas Schwab
2022-04-01Fixed too long line.Nicholas Schwab
2022-04-01Simplified click-element method.Nicholas Schwab
2022-04-01Make value argument optional when clicking focused element.Nicholas Schwab
2022-04-01Add focused filter to click-element.Nicholas Schwab
2022-04-01Make calling of click-element handlers more versatile.Nicholas Schwab
2022-04-01Made error messages more uniform in click_element.Nicholas Schwab
2022-04-01Fixed typo in find_at_pos.Nicholas Schwab
2022-04-01Specify type of callback in click_element.Nicholas Schwab
2022-04-01Added type annotations.Nicholas Schwab
2022-04-01Apply suggestions from code reviewNicholas42
2022-04-01Added new filters to documentation of click-elements.Nicholas Schwab
2022-04-01Add position as filter for click-element.Nicholas Schwab
2022-04-01Split handling of single and multiple elements in click_element.Nicholas Schwab
2022-04-01Add argument to select first match to click-element.Nicholas Schwab
2022-04-01Added target css for click-element.Nicholas Schwab
2021-12-03pylint: Enable docparams checkerFlorian Bruhin
2021-11-26Catch rect parsing exceptions in :screenshotFlorian Bruhin
2021-03-31Increase vim compatibilityFlorian Bruhin
2021-02-10Fix lint/testsFlorian Bruhin
2021-02-10Fix handling of :screenshot without --rectFlorian Bruhin
2021-02-10Handle errors while getting screenshotFlorian Bruhin
2021-02-10Add :screenshot commandFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-13dataclasses: Initial mypy fixFlorian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2020-11-13Remove deprecated :inspectorFlorian Bruhin
2020-10-28mypy: use from-import styleTim Brown