summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/qtutils.py
AgeCommit message (Expand)Author
2022-08-25Some Qt6 mypy fixesfeat/pyqt6_and_mypytoofar
2022-06-22lint: Fix remaining pylint issuesFlorian Bruhin
2022-06-22Don't call QIODevice.readLine with -1 maxSizeFlorian Bruhin
2022-06-22Move extract_enum_val to qtutilsFlorian Bruhin
2022-06-22Add QLibraryInfo wrapperFlorian Bruhin
2022-06-22Adjust flag types for PyQt6Florian Bruhin
2022-06-22Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-06-22Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2021-05-19mypy: Set disallow_any_genericsFlorian Bruhin
2021-03-11Add custom VersionNumber classFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-11Add objects.qapp to avoid needing to None-checkFlorian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2020-11-20Simplify compat code around typing.ProtocolFlorian Bruhin
2020-11-20Move utils.interpolate_color to qtutilsFlorian Bruhin
2020-11-20Replace pkg_resources.parse_version by QVersionNumberFlorian Bruhin
2020-11-04old qt: Drop MAX_WORLD_ID conditionalFlorian Bruhin
2020-10-31Remove accidental importFlorian Bruhin
2020-10-31Fix lintFlorian Bruhin
2020-10-29mypy: use from-import for typing in `utils`Tim Brown
2020-10-28Avoid some unnecessary TYPE_CHECKING checksFlorian Bruhin
2020-10-12Fix lintFlorian Bruhin
2020-10-12mypy: Improve/fix QIODevice typesFlorian Bruhin
2020-09-28mypy: Fix qtutils.serialize and friendsFlorian Bruhin
2020-08-15Unify backend conditionalsFlorian Bruhin
2020-07-31Fix typoFlorian Bruhin
2020-06-09Fix cast for new mypy versionFlorian Bruhin
2020-05-26Add filename if QtOSError is used with QFileDeviceFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-10Fix lintFlorian Bruhin
2020-05-10mypy: Fix typing for PyQIODeviceFlorian Bruhin
2020-05-09mypy: Remove some "# type: ignore" around PyQIODeviceFlorian Bruhin
2020-05-09mypy: Add ignores for unknown operatorsFlorian Bruhin
2020-05-09mypy: Fix wrong type annotationsFlorian Bruhin
2020-05-09mypy: Add ignores/casts for some QEnum/QFlagsFlorian Bruhin
2020-05-09mypy: Fix typing of qtutils.ensure_validFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-13Fix PyQIODevice.read(-1)Florian Bruhin
2019-10-11Finish type annotations for utils.utilsFlorian Bruhin
2019-10-11Add type annotations for utils.qtutilsFlorian Bruhin
2019-10-01Remove unused-import pylint disables for typingFlorian Bruhin
2019-05-22Fix lintFlorian Bruhin
2019-05-22Merge remote-tracking branch 'origin/pr/4653'Florian Bruhin
2019-05-19Check for invalid QColor objectsFlorian Bruhin
2019-05-16Fix tab and webkit background colors clearing on config changeJay Kamat
2019-04-13Move single process check into utilitiy function.Jimmy
2019-04-09mypy: Turn on strict_equalityFlorian Bruhin
2019-03-13Eschew the extraneous elsesFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat