https://bugs.kde.org/show_bug.cgi?id=467929
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/mult | |imedia/kasts/-/commit/7f51b | |32e37f481701dec920a9368bf63 | |b6863ecd Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from [email protected] --- Git commit 7f51b32e37f481701dec920a9368bf63b6863ecd by Bart De Vries. Committed on 12/08/2026 at 09:56. Pushed by bdevries into branch 'master'. Refactor error logging implementation This refactoring simplifies the error reporting to just a category and a message. This simplification will help to de-objectify kasts further. M +0 -1 src/CMakeLists.txt M +10 -14 src/audiomanager.cpp M +1 -2 src/audiomanager.h M +27 -2 src/database.cpp M +3 -2 src/database.h M +8 -14 src/enclosure.cpp M +2 -2 src/enclosure.h D +0 -80 src/error.cpp D +0 -67 src/error.h M +7 -13 src/feed.cpp M +1 -1 src/fetcher.cpp M +2 -2 src/fetcher.h M +77 -32 src/models/errorlogmodel.cpp M +35 -5 src/models/errorlogmodel.h M +2 -1 src/models/podcastsearchmodel.cpp M +7 -11 src/qml/ErrorList.qml M +2 -2 src/qml/ErrorNotification.qml M +37 -64 src/sync/sync.cpp M +2 -2 src/sync/sync.h M +6 -3 src/utils/storagemanager.cpp M +2 -2 src/utils/storagemanager.h M +4 -3 src/utils/updatefeedjob.cpp M +2 -2 src/utils/updatefeedjob.h https://invent.kde.org/multimedia/kasts/-/commit/7f51b32e37f481701dec920a9368bf63b6863ecd -- You are receiving this mail because: You are watching all bug changes.
