summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/debug.py
AgeCommit message (Expand)Author
2022-08-25Some Qt6 mypy fixesfeat/pyqt6_and_mypytoofar
2022-06-22lint: Split up debug.qenum_keyFlorian Bruhin
2022-06-22Fix qenum_key() for PyQt missing enum supportFlorian Bruhin
2022-06-22Fix qenum_key with invalid flag valuesFlorian Bruhin
2022-06-22debug: Use existing qflags_key logic for Qt 6Florian Bruhin
2022-06-22debug: Handle int values with PyQt6Florian Bruhin
2022-06-22qt6: Fix debug.log_eventsFlorian Bruhin
2022-06-22debug: Remove add_base for qenum_keyFlorian Bruhin
2022-06-22qt6: Initial support for debug.qenum/qflags_keyFlorian Bruhin
2022-06-22Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-06-22Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2021-12-20Update annotations for new mypyFlorian Bruhin
2021-05-19mypy: Set disallow_any_genericsFlorian 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
2020-11-04old qt: Remove debug.signal_name conditionalFlorian Bruhin
2020-10-29mypy: use from-import for typing in `utils`Tim Brown
2020-10-26Initial drop of Python 3.5Florian Bruhin
2020-10-02mypy: Update PyQt stubs and remove unneeded ignoresFlorian Bruhin
2020-10-02mypy: Fix type annotations for bound PyQt signalsFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Add ignores/casts for some QEnum/QFlagsFlorian Bruhin
2020-05-09mypy: Don't use bytes() on QByteArraysFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-18Fix remaining implicit int issues with QtWebKitFlorian Bruhin
2019-11-06Fix missing coverageFlorian Bruhin
2019-11-05Make mypy happyFlorian Bruhin
2019-11-05Support all kinds of signals for debug.signal_nameFlorian Bruhin
2019-11-02Use string annotations for typing.TypeFlorian Bruhin
2019-10-22mypy: Fix new issues in utils.debugFlorian Bruhin
2019-10-11Add type annotations for utils.debugFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-03-20Fix lintFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15Add missing docstringsFlorian Bruhin
2017-12-11Modify usage of re.match to fit re.fullmatch or re.search.George Edward Bulmer
2017-11-26update flake8 and flake8-deprecatedRyan Farley
2017-05-09Finally update copyrights...Florian Bruhin
2017-04-27Fix zero handling in qflags_keyFlorian Bruhin
2017-02-05Replace all GitHub linksFlorian Bruhin
2016-12-08Fix lintFlorian Bruhin
2016-12-08Ignore connection failures for debug.log_signalsFlorian Bruhin
2016-04-27Various code style improvementsFlorian Bruhin
2016-01-04Adjust copyright years.Florian Bruhin
2015-11-25Fix qflags_key comparison.Florian Bruhin
2015-09-16Remove unused import.Florian Bruhin
2015-09-16Allow debug.log_time to be used as decorator.Florian Bruhin
2015-09-16utils.debug: Allow passing logger to log_time.Florian Bruhin
2015-08-11100% coverage for utils.debug.Florian Bruhin