summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/crashdialog.py
AgeCommit message (Expand)Author
2023-07-13mypy: Remvoe some more type ignoresFlorian Bruhin
2023-06-30Merge pull request #7761 from pylbrecht/remove-vim-modelinesFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2023-06-29qt6 mypy: Fix unused-ignores with mypy-pyqt5Florian Bruhin
2023-06-29qt6 mypy: Fix remaining issuesFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-06-17crashdialog: Add QTWEBENGINE_* to crash infoFlorian 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
2020-12-22crashdialog: Add input method environment variablesFlorian Bruhin
2020-11-20Replace pkg_resources.parse_version by QVersionNumberFlorian Bruhin
2020-10-31mypy: use from-import for typing in remaining filesTim Brown
2020-09-14mypy: Remove now unneeded ignoresFlorian Bruhin
2020-06-09Add arguments for :reportFlorian Bruhin
2020-06-01Rename version.version() to version_info()Florian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Remove unneeded casts/ignoresFlorian Bruhin
2020-01-25Update stacktrace linkFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-25Remove web-history from objregFlorian Bruhin
2019-10-25Redesign some info in the crash dialogFlorian Bruhin
2019-10-22mypy: Fix new issues in misc.crashdialogFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.miscFlorian Bruhin
2019-04-16Fix exception on report with --loglines=0Jay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-11-28Merge pull request #4440 from qutebrowser/pyup-scheduled-update-2018-11-26Florian Bruhin
2018-11-28Remove unnecessary pass statementsFlorian Bruhin
2018-11-26mypy: Use class-based API for enum.IntEnumFlorian Bruhin
2018-06-09Fix lintFlorian Bruhin
2018-06-09Rename reporter.escape_quits to input.escape_quits_reporterFlorian Bruhin
2018-05-24Add an option to disable escape in the report dialogJay Kamat
2018-05-23Prevent closing :report dialog when pressing <escape>Jay Kamat
2018-05-21Remove unneeded "except ... as e:" assignmentsFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-11Modify usage of re.match to fit re.fullmatch or re.search.George Edward Bulmer
2017-12-03Don't hide report dialog earlyFlorian Bruhin
2017-12-03Revert "Restart correctly after reporting crash."Florian Bruhin
2017-11-19Improve parsing of fatal stacktracesFlorian Bruhin
2017-11-02use enum module instead or usertypes.enumGyorgy Orban
2017-10-14Improve history formatting in crashdialogFlorian Bruhin
2017-10-14Fix getting history in crash dialogFlorian Bruhin
2017-10-13Prevent empty segfault reportsFlorian Bruhin
2017-09-27Improve crashdialog result codesFlorian Bruhin
2017-09-26Remove unused importsFlorian Bruhin
2017-09-26Reintroduce crash dialogs for QtWebKitFlorian Bruhin
2017-09-17Fix lintFlorian Bruhin
2017-09-17Stop using objreg for state-configFlorian Bruhin