summaryrefslogtreecommitdiffstats
path: root/api/logic/launch/LogModel.h
Commit message (Collapse)AuthorAgeLines
* merged from 0.6.7 codebaseThomas Groman2019-09-19-35/+35
|
* NOISSUE preserve log page checkbox state when the instance window is closedPetr Mrázek2017-12-18-0/+6
| | | | Only for a single session, not between sessions.
* NOISSUE set line limit and overflow behaviour even for hidden consolePetr Mrázek2017-02-08-0/+1
|
* GH-1675 reimplement suspesion of log watchPetr Mrázek2016-10-11-0/+2
|
* NOISSUE use model/view for Minecraft log dataPetr Mrázek2016-08-19-0/+51
|
* Revert "NOISSUE rework of minecraft log"Petr Mrázek2016-08-10-51/+0
| | | | This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.
* NOISSUE rework of minecraft logPetr Mrázek2016-08-10-0/+51
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.