summaryrefslogtreecommitdiff
path: root/qutebrowser/qt/machinery.py
AgeCommit message (Expand)Author
2024-04-30Make qt.machinery.Unavailable inherit ModuleNotFoundErrorFlorian Bruhin
2024-03-26Ignore already imported Qt module with PyInstallerFlorian Bruhin
2024-03-25mypy: Set local_partial_types = TrueFlorian Bruhin
2023-07-22Merge remote-tracking branch 'origin/pr/7789'Florian Bruhin
2023-07-20Log machinery info in machinery.init()Philipp Albrecht
2023-06-30qt 6: Document purpose of wrappersFlorian Bruhin
2023-06-30Fix mypyFlorian Bruhin
2023-06-30More qt 6 toolingFlorian Bruhin
2023-06-30qt: Introduce _WRAPPER_OVERRIDE for packagersFlorian Bruhin
2023-06-30qt: Switch to autoselection of Qt backend by defaultFlorian Bruhin
2023-06-30qt: blackifyFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
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: 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: Add module docstrings and update lint ignoresFlorian Bruhin
2023-06-12qt: Initial support for a --qt-wrapper argumentFlorian Bruhin
2023-03-17qt: Still default to PyQt5 for nowFlorian Bruhin
2022-09-10Remove PySide2 imports.toofar
2022-08-23Adjust some fixme commentsFlorian Bruhin
2022-08-23WIP: Avoid linter issues with temporary Qt wrappersFlorian Bruhin
2022-08-23qt 6: Fix handling of machinery.UnavailableFlorian Bruhin
2022-08-23qt 6: Show error message if no wrappers were foundFlorian Bruhin
2022-08-23qt6: Don't claim to support PySide yetFlorian Bruhin
2022-08-23Basic configurability for Qt wrapperFlorian Bruhin
2022-08-23First earlyinit adjustmentsFlorian Bruhin
2022-08-23Add basic qt wrapper stuffFlorian Bruhin