summaryrefslogtreecommitdiffstats
path: root/api/logic/launch/LogModel.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE set line limit and overflow behaviour even for hidden consolePetr Mrázek2017-02-08-0/+5
|
* GH-1802 fix log resize handlingPetr Mrázek2017-02-08-1/+1
| | | | | The log could end up with many empty lines because the wrong maximum size was used during the resize.
* GH-1675 reimplement suspesion of log watchPetr Mrázek2016-10-11-0/+9
|
* NOISSUE use model/view for Minecraft log dataPetr Mrázek2016-08-19-0/+135
|
* Revert "NOISSUE rework of minecraft log"Petr Mrázek2016-08-10-135/+0
| | | | This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.
* NOISSUE rework of minecraft logPetr Mrázek2016-08-10-0/+135
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.