summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/LogWidget.h
AgeCommit message (Expand)Author
2025-06-07Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...Jordan Woyak
2025-05-02LogManager: Stop using manual memory managementJosJuice
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2023-03-22Common: Move FixedSizeQueue into Common namespaceLioncash
2021-10-24Convert LOG_TYPE and LOG_LEVELS to enum classPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-11-28Common: Unify logging namespace with CommonLioncash
2019-08-31LogWidget: Use FixedSizeQueue for a log messages bufferSilent
2019-08-31LogWidget: Do not use QueueOnObject to construct log queue,Silent
2019-08-31LogWidget: Replace QTextEdit with QPlainTextEdit for better performanceSilent
2018-07-07Move DolphinQt2 to DolphinQtspycrab