summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Expand)Author
2023-03-15Override QTabBar text eildingtoofar
2023-03-14PDF.js: Update to newer API to avoid deprecation warningsFlorian Bruhin
2022-12-13Merge branch 'master' into qt6-v2Florian Bruhin
2022-12-06Fix lintqt6-delay-window-showFlorian Bruhin
2022-12-06Use QProxyStyle for TabBarStyleFlorian Bruhin
2022-12-06Always delay stage 2 shutdown, not only with promptsFlorian Bruhin
2022-12-06quitter: Simplify :quit implementationFlorian Bruhin
2022-12-06Use a proper @pyqtSlot for FilenamePromptFlorian Bruhin
2022-12-05app/mainwindow: Delay .show() calls until after tabs are addedFlorian Bruhin
2022-12-05mainwindow: Don't call qapp.alert on deleted windowsFlorian Bruhin
2022-12-05Delay browser.commands .show() calls until after tabs are addedFlorian Bruhin
2022-12-05Delay various .show() calls until after tabs are addedFlorian Bruhin
2022-12-05browser.command: Fix some type annotationsFlorian Bruhin
2022-12-01Fix minimum version for Array.at quirkFlorian Bruhin
2022-11-29Add missing setting entry for array-at quirkFlorian Bruhin
2022-11-29Add missing setting entry for array-at quirkFlorian Bruhin
2022-11-29Add tests to make sure quirk files/declaration/settings matchFlorian Bruhin
2022-11-29qt 6: Remove old JS quirksFlorian Bruhin
2022-11-29Add a quirk for Array.atFlorian Bruhin
2022-11-29Add a quirk for Array.atFlorian Bruhin
2022-11-24Update Chromium version informationFlorian Bruhin
2022-11-24Update Qt doc links to Qt 6Florian Bruhin
2022-11-24Add WebSocket resource type for Qt 6.4Florian Bruhin
2022-11-20Merge branch 'master' into qt6-v2toofar
2022-11-19Fix typosKian-Meng Ang
2022-11-14Adjust ignores/settings after mypy upgradeFlorian Bruhin
2022-10-21Fix crashe with no current tab in _run_userscriptFlorian Bruhin
2022-10-17Revert "Disallow setting input.mode_override via autoconfig.yml"Florian Bruhin
2022-10-17Disallow setting input.mode_override via autoconfig.ymlFlorian Bruhin
2022-10-15doc: Mention fileselect.foler.command in fileselect.handlerFlorian Bruhin
2022-10-03Remove now unneeded type ignoreFlorian Bruhin
2022-09-27Add extra logging for calling into fusion styleFlorian Bruhin
2022-09-20Merge branch 'qutebrowser:master' into masterTomasz Cebula
2022-09-19Update pylint ignoresFlorian Bruhin
2022-09-16mypy: Remove unneeded int(...)Florian Bruhin
2022-09-16mypy: Make VENDORED_SIP privateFlorian Bruhin
2022-09-16mypy: Use cast instead of ignore for QKeySequenceFlorian Bruhin
2022-09-16mypy: Use Union instead of ignoreFlorian Bruhin
2022-09-16mypy: Use annotation instead of assertFlorian Bruhin
2022-09-16mypy: Move around some commentsFlorian Bruhin
2022-09-16mypy: Make type for _PREFERRED_COLOR_SCHEME_DEFINITIONS more concreteFlorian Bruhin
2022-09-16Drop certificateerror.create factory functionFlorian Bruhin
2022-09-16mypy: Simplify handling in show_dialogFlorian Bruhin
2022-09-11fix lint: qt5 vs qt6 confusionfeat/turn_on_mypy_pyqt5toofar
2022-09-11mypy: fix qenum debug type hints?toofar
2022-09-11mypy: add hints and comments around QKeySequencetoofar
2022-09-11mypy: defer to machinery for conditional: QKeyCombinationtoofar
2022-09-11mypy: ignores for another enum: KeyboardModifiertoofar
2022-09-11mypy: handle none case in Optional: downloads.replytoofar
2022-09-11mypy: add type hint for defs in darkmode.pytoofar