summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/earlyinit.py
AgeCommit message (Expand)Author
2022-08-25Some Qt6 mypy fixesfeat/pyqt6_and_mypytoofar
2022-06-22Revert "Patch PyQt6 QUrl flag behavior for Python 3.11"Florian Bruhin
2022-06-22Adjust some fixme commentsFlorian Bruhin
2022-06-22Adjust Qt/PyQt version rangesFlorian Bruhin
2022-06-22Patch PyQt6 QUrl flag behavior for Python 3.11Florian Bruhin
2022-06-22lint: Fix flake8 QtCore importsFlorian Bruhin
2022-06-22Drop Qt < 5.15Florian Bruhin
2022-06-22Basic configurability for Qt wrapperFlorian Bruhin
2022-06-22Fix up various webkit/webengine importsFlorian Bruhin
2022-06-22First earlyinit adjustmentsFlorian Bruhin
2022-06-22Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-06-22Remove enableoverflowchecking for Qt 6Florian Bruhin
2022-06-22Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-04-04Remove 3.6 pins from requirements files.Jimmy
2022-04-04Drop python3.6 support.Jimmy
2021-12-03pylint: Enable docparams checkerFlorian Bruhin
2021-12-02pylint: Remove bad-continuation supressionsFlorian Bruhin
2021-10-29earlyinit: Remove unnecessary 'as e:' tooFlorian Bruhin
2021-10-29Fix accessing log in earlyinitFlorian Bruhin
2021-10-25Improve error handling with early faulthandler enableFlorian Bruhin
2021-03-30Correctly add QtDBus dependencyFlorian Bruhin
2021-03-18Fix lintFlorian Bruhin
2021-03-18Make sure QtWebEngine is imported earlyFlorian Bruhin
2021-03-17Drop libgl workaround entirelyFlorian Bruhin
2021-01-30earlyinit: Require importlib_resources on Python 3.7/3.8 tooFlorian Bruhin
2021-01-30earlyinit: Check for importlib_resourcesFlorian Bruhin
2021-01-26Finish dropping pkg_resourcesFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-17Finish dropping PyPEG2Florian Bruhin
2021-01-13dataclasses: Remaining dependency changesdataclassFlorian Bruhin
2021-01-09Make pygments dependency optionalFlorian Bruhin
2021-01-08Drop support for Python 3.6.0Florian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2020-12-04Add workaround for pkg_resources warningFlorian Bruhin
2020-11-20Work around QVersionNumber mypy stubs issueFlorian Bruhin
2020-11-20Replace pkg_resources.parse_version by QVersionNumberFlorian Bruhin
2020-11-04old qt: Drop conditional for sip.enableoverflowcheckingFlorian Bruhin
2020-11-04old qt: Remove unused importsFlorian Bruhin
2020-11-04old qt: Adjust earlyinitFlorian Bruhin
2020-10-27Rename log.ignore_py_warnings and add action argFlorian Bruhin
2020-10-26Initial drop of Python 3.5Florian Bruhin
2020-09-22mypy: Remove now unneeded ignores for sipFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-01-10Revert "Add workaround for missing QtCore with PyInstaller"Florian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-24Enable new PyQt onexit schemeFlorian Bruhin
2019-11-18Ignore imp deprecation warning in earlyinitFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.miscFlorian Bruhin
2019-07-26earlyinit: Also make sure QtWidgets is availableFlorian Bruhin