dolphin/Source
Silent eb7d42dfe8
LogWidget: Replace QTextEdit with QPlainTextEdit for better performance
QTextEdit is heavy, similar in functionality to WordPad,
while QPlainTextEdit is lightweight like Notepad.
Qt documentation recommends using QPlainTextEdit for log viewers,
and it also allows to set automatic cutoff of oldest messages beyond a fixed point,
which we now set to MAX_LOG_LINES (5000)
2019-08-31 10:46:04 +02:00
..
Android Merge pull request #8190 from JosJuice/android-init 2019-08-21 10:14:52 -07:00
Core LogWidget: Replace QTextEdit with QPlainTextEdit for better performance 2019-08-31 10:46:04 +02:00
DSPSpy
DSPTool
PCH
UnitTests
VSProps Explicitly enable conformance mode, and remove /Zc:inline because it's a default now 2019-08-15 17:47:55 +02:00
.clang-format
CMakeLists.txt
dolphin-emu.sln