summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/log.py
AgeCommit message (Expand)Author
2024-03-25mypy: Set local_partial_types = TrueFlorian Bruhin
2023-10-17log: Ignore deprecation warning from new SIPFlorian Bruhin
2023-07-23reuse: Initial copyright text update for myselfFlorian Bruhin
2023-07-23reuse: Adjust most license headersFlorian Bruhin
2023-07-21Add note on keeping qutebrowser.utils.log a Qt-free zonePhilipp Albrecht
2023-07-20Move qt logger from qtlog to logPhilipp Albrecht
2023-07-20Don't crash on --logfilterPhilipp Albrecht
2023-07-20Move hide_qt_warning() to qtlogPhilipp Albrecht
2023-07-20Move qt_message_handler() to qtlogPhilipp Albrecht
2023-07-20Move disable_qt_msghandler() to qtlogPhilipp Albrecht
2023-07-20Move shutdown_log() to qtlogPhilipp Albrecht
2023-07-20Fix lintFlorian Bruhin
2023-07-19Improve handling of Optional with new PyQt stubsFlorian Bruhin
2023-07-19Initial upgrade to new PyQt6 stubsFlorian Bruhin
2023-06-30typing updates after Python 3.7 dropFlorian Bruhin
2023-06-30Merge pull request #7761 from pylbrecht/remove-vim-modelinesFlorian Bruhin
2023-06-30qt6 mypy: Fix lintqt6-mypyFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2023-06-30mypy: Install more typeshed typesFlorian Bruhin
2022-08-23Qt 6.4: Hide bogus 'GL format 0 is not supported' messageFlorian Bruhin
2022-08-23lint: Fix flake8 QtCore importsFlorian Bruhin
2022-08-23Drop Qt < 5.15Florian Bruhin
2022-08-23qt 6: Force debug level for webenginecontext messageFlorian Bruhin
2022-08-23Fix missed enum scope changesFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-08-01mypy: Remove no longer needed ignore commentstoofar
2022-02-08Remove unneeded pylint suppressionFlorian Bruhin
2021-12-29Update type annotationsFlorian Bruhin
2021-12-20Update annotations for new mypyFlorian Bruhin
2021-12-03Add some missing docstring paramsFlorian Bruhin
2021-05-28Fix tests/lintFlorian Bruhin
2021-05-28log: Handle JSONLogger in change_console_formatterFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-25mypy: Update ignore commentsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-17rfc6266: Consolidate filesFlorian Bruhin
2021-01-05Revert "old qt: Remove networkmanager init workaround"Florian Bruhin
2020-11-04old qt: Remove networkmanager init workaroundFlorian Bruhin
2020-11-04old qt: Adjust various comments/outputsFlorian Bruhin
2020-10-29mypy: use from-import for typing in `utils`Tim Brown
2020-10-27Rename log.ignore_py_warnings and add action argFlorian Bruhin
2020-07-10Make mypy happyFlorian Bruhin
2020-07-10log: Use keyword arguments for .makeRecord() callFlorian Bruhin
2020-07-10log: Set line number to -1 if it's None for Qt messagesFlorian Bruhin
2020-06-11Add categories to qute://logFlorian Bruhin
2020-06-11Refactor log.LogFilterFlorian Bruhin
2020-06-11Fix typoFlorian Bruhin
2020-06-11Change logging format when the loglevel is changed via configFlorian Bruhin
2020-06-10Use debug logging for log config messagesFlorian Bruhin
2020-05-30Ignore log configs if --debug is passed.Ryan Roden-Corrent