aboutsummaryrefslogtreecommitdiff
path: root/api/logic/launch/LogModel.h
AgeCommit message (Collapse)Author
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2017-12-18NOISSUE preserve log page checkbox state when the instance window is closedPetr Mrázek
Only for a single session, not between sessions.
2017-02-08NOISSUE set line limit and overflow behaviour even for hidden consolePetr Mrázek
2016-10-11GH-1675 reimplement suspesion of log watchPetr Mrázek
2016-08-19NOISSUE use model/view for Minecraft log dataPetr Mrázek
2016-08-10Revert "NOISSUE rework of minecraft log"Petr Mrázek
This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.
2016-08-10NOISSUE rework of minecraft logPetr Mrázek
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.