summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Expand)Author
2023-06-29qt6 mypy: Fix PyQt5 QUrl issues with a more clever approachFlorian Bruhin
2023-06-29qt6 mypy: Remove PyQt5 type ignoresFlorian Bruhin
2023-06-29qt6 mypy: Fix handling of AbstractTab.is_deleted()Florian Bruhin
2023-06-29qt6 mypy: Don't attempt to type-check OpenGL functionsFlorian Bruhin
2023-06-29qt6 mypy: Fix unused-ignores with mypy-pyqt5Florian Bruhin
2023-06-29mypy qt6: Ignore unreachable after rebaseFlorian Bruhin
2023-06-29qt6 mypy: Fix qt5 mypy regressionsFlorian Bruhin
2023-06-29qt6 mypy: Fix remaining issuesFlorian Bruhin
2023-06-29qt6 mypy: Fix typing around qenum_keyFlorian Bruhin
2023-06-29qt6 mypy: Add missing pyqtPropertyFlorian Bruhin
2023-06-29qt6 mypy: Fix first batch of various issuesFlorian Bruhin
2023-06-29qt6 mypy: Fix first batch of various issuesFlorian Bruhin
2023-06-29qt6 mypy: Lie about WebKit being available with Qt 6Florian Bruhin
2023-06-29qt6 mypy: Fix moved Qt 6 imports in TYPE_CHECKING blocksFlorian Bruhin
2023-06-26py38: Run modified pyupgradedrop-py37Florian Bruhin
2023-06-26Initial Python 3.7 dropFlorian Bruhin
2023-06-26Migrate :print --pdf to pathlibFlorian Bruhin
2023-06-26Fix :print --pdf with subdirectoriesFlorian Bruhin
2023-06-14qt: Use warning instead if Qt was already importedFlorian Bruhin
2023-06-14qt: Use outcomes dict instead of attributes for SelectionInfoFlorian Bruhin
2023-06-14qt: Sort wrappers in SelectionInfo correctlyFlorian Bruhin
2023-06-14qt: Improve backendproblem messagesFlorian Bruhin
2023-06-14qt: Allow opt-in to autoselection and enable testsFlorian Bruhin
2023-06-13qt: Don't call _set_globals if wrapper is NoneFlorian Bruhin
2023-06-13qt: Improve SelectionInfo.__str__()Florian Bruhin
2023-06-13qt: Refactor SelectionInfo.set_module_errorFlorian Bruhin
2023-06-13qt: Stop trying other wrappers on ImportErrorFlorian Bruhin
2023-06-13qt: Add wrapper info to backendproblem messagesFlorian Bruhin
2023-06-13qt: Fix lintFlorian Bruhin
2023-06-13qt: Split machinery.init() and init_explicit() into two functionsFlorian Bruhin
2023-06-13qt: Integrate machinery into earlyinit properlyFlorian Bruhin
2023-06-13qt: Fix lintFlorian Bruhin
2023-06-13qt: Treat empty QUTE_QT_WRAPPER as unsetFlorian Bruhin
2023-06-13qt: Less stringly-typed API for SelectionInfoFlorian Bruhin
2023-06-13qt: Add machinery.SelectionInfoFlorian Bruhin
2023-06-12qt: Fix typing/lintFlorian Bruhin
2023-06-12qt: Small machinery fixupsFlorian Bruhin
2023-06-12qt: Remove duplicate machine.PACKAGEFlorian Bruhin
2023-06-12qt: Add docstring for constantsFlorian Bruhin
2023-06-12qt: Simplify qt.sipFlorian Bruhin
2023-06-12qt: Add module docstrings and update lint ignoresFlorian Bruhin
2023-06-12qt: Call machinery.init() in qt packagesFlorian Bruhin
2023-06-12qt: Initial support for a --qt-wrapper argumentFlorian Bruhin
2023-06-09Fix lintFlorian Bruhin
2023-06-09Inline misc.MinimalLineEdit into statusbar.command.CommandFlorian Bruhin
2023-06-08keyutils: Work around broken Python 3.11.4 enum.Flag inversionFlorian Bruhin
2023-06-08mypy: Improve Qt 5 typing in keyutilsFlorian Bruhin
2023-06-08nativeeventfilter: Fix lintFlorian Bruhin
2023-06-08nativeeventfilter: Improve error handlingFlorian Bruhin
2023-06-08nativeeventfilter: Only activate after hierarchy changeFlorian Bruhin