NOISSUE rework of minecraft log

Now uses a model and a list view instead of text
This lets mmc keep track of the contents regardless of whether the instance windows are open

This is currently missing a way to select and copy text from the log.
This commit is contained in:
Petr Mrázek
2016-08-08 00:00:11 +02:00
parent 74b4343c43
commit fc198dd308
8 changed files with 453 additions and 197 deletions

View File

@ -119,6 +119,8 @@ set(LAUNCH_SOURCES
launch/LaunchTask.h
launch/LoggedProcess.cpp
launch/LoggedProcess.h
launch/LogModel.cpp
launch/LogModel.h
launch/MessageLevel.cpp
launch/MessageLevel.h
)