- 04 Jul, 2022 2 commits
-
-
-
Harald Sitter authored
this adds sentry support for evaluation. limited to form-git builds and explicit opt-ins. testing sentry was agreed upon a while ago on the community mailing list. the hope is that it will improve our crash handling experience enough to potentially replace bugzilla as crash tracking system.
-
- 14 Jun, 2022 1 commit
-
-
Heiko Becker authored
The latter (KF5ConfigGui to be precise) is needed for KWindowConfig in drkonqidialog.cpp and was most likely implicitly pulled in before and mistaken with KConfigWidgets, which isn't used at all.
-
- 04 Apr, 2022 1 commit
-
-
Harald Sitter authored
it is a GUI for coredumpctl - duh. There are two main motivations behind this - provide more user friendly access to coredumps (and thus allow more crashes to be reported to the relevant authors) - it is the foundation for plans to aggregate crashes. right now multiple crashes result in multiple drkonqis but realistically we could just feed them all into a singular UI. coredump-gui kind of gets that started as the UI bits actually aren't coredump related at all so we can iterate from here this also contains some rejiggering of the existing coredump code to facilitate more code sharing through a new internal static library. architecture-wise the gui is super simple. there's a central Patient concept which "abstracts" a crashed application. Patients are managed by a PatientModel (which is really just a generic QObject model) and get fed into that model by the existing coredumpwatcher tech. the qml bits then simply view the model/patients. without coredumpd in the picture the Patients would be synthesized through other means as yet to be invented.
-
- 13 Dec, 2021 1 commit
-
-
Harald Sitter authored
This reverts commit 6dd90635. KIT should still be used, the code where it was used was accidentally removed
-
- 23 Nov, 2021 1 commit
-
-
Antonio Rojas authored
It's unused since 296cdd77
-
- 05 Oct, 2021 1 commit
-
-
Nicolas Fella authored
-