summaryrefslogtreecommitdiff
path: root/qutebrowser/completion
AgeCommit message (Expand)Author
2023-07-19Initial upgrade to new PyQt6 stubsFlorian Bruhin
2023-07-13mypy: Remvoe some more type ignoresFlorian Bruhin
2023-07-09mypy: Switch to upstream stubs for PyQt6Florian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2022-12-13Merge branch 'master' into qt6-v2Florian Bruhin
2022-11-20Merge branch 'master' into qt6-v2toofar
2022-11-19Fix typosKian-Meng Ang
2022-09-19Update pylint ignoresFlorian Bruhin
2022-08-23Remove extra int() for drawing focus rectFlorian Bruhin
2022-08-23Simplify _next_category_idx conditionFlorian Bruhin
2022-08-23Avoid deprecated QModelIndex::child()Florian Bruhin
2022-08-23Fix missed enum scope changesFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-06-08pylint: Ignore new false-positivesFlorian Bruhin
2022-06-08pylint: Fix new unnecessary-lambda-assignmentFlorian Bruhin
2022-05-30Avoid new mypy false-positiveFlorian Bruhin
2022-04-25mypy: Upgrade to PyQt5-stubs 5.15.6.0Florian Bruhin
2022-04-04Drop python3.6 support.Jimmy
2022-03-29pylint: Work around used-before-assignment issuesFlorian Bruhin
2022-01-25Add tests for tab focus completion deletemohite-abhi
2022-01-23Fix linter errorsmohite-abhi
2022-01-23fix more linter issuesmohite-abhi
2022-01-23Fixed linter errorsmohite-abhi
2022-01-23Fixes qutebrowser/qutebrowser#6967 by adding win id param in _tabs & using it...mohite-abhi
2021-12-03Add some missing docstring paramsFlorian Bruhin
2021-12-03pylint: Enable docparams checkerFlorian Bruhin
2021-12-03pylint: Work around some minor false-positivesFlorian Bruhin
2021-12-03pylint: Fix some legitimate issuesFlorian Bruhin
2021-07-13Simplify exception catchingFlorian Bruhin
2021-07-13Handle and test more file path corner casesFlorian Bruhin
2021-07-13Handle UnicodeEncodeError in path completionFlorian Bruhin
2021-06-26Update usages of sql module to use the new class.lufte
2021-03-31Increase vim compatibilityFlorian Bruhin
2021-03-23Clean up successful process data after 1hFlorian Bruhin
2021-03-23Sort :process completion manuallyFlorian Bruhin
2021-03-23Fix lint/testsFlorian Bruhin
2021-03-23Add a ProcessOutcome classFlorian Bruhin
2021-03-23Add :processFlorian Bruhin
2021-03-18Move completion fallback handling out of CommandParserFlorian Bruhin
2021-03-03Merge remote-tracking branch 'origin/pr/5967' into devFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-20Rename :buffer to :tab-selectFlorian Bruhin
2021-01-20completion: Avoid pathlib in filepathcategoryFlorian Bruhin
2021-01-20Handle null bytes in filepath completionFlorian Bruhin
2021-01-20Update docsFlorian Bruhin
2021-01-20Refactor FilePathCategoryFlorian Bruhin
2021-01-20Minor reformatFlorian Bruhin
2021-01-20Merge remote-tracking branch 'origin/pr/6038' into devFlorian Bruhin