aboutsummaryrefslogtreecommitdiff
path: root/application/pages/LogPage.cpp
AgeCommit message (Collapse)Author
2017-09-26NOISSUE Legacy migration success now closes the instance windowPetr Mrázek
2017-02-08NOISSUE set line limit and overflow behaviour even for hidden consolePetr Mrázek
2017-02-01GH-1807 fix 'loggging' typoPetr Mrázek
2016-11-07GH-1445 update page list when version and log pages need itPetr 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.
2016-08-07GH-338, GH-513, GH-700 Unify edit instance with console windowPetr Mrázek
* The resulting instance window can be closed at any point. * Main window is kept open and running instances are marked with a badge. * Multiple instances can now run from the same MultiMC - it's even more **multi** now. * MultiMC can be entirely closed, keeping Minecraft(s) running.
2016-04-10NOISSUE add line wrapping checkbox to log pagePetr Mrázek
2016-01-20GH-1362 Put timestamps into the log when it is copied or uploadedPetr Mrázek
2015-08-20GH-1197 finish color stuffPetr Mrázek
2015-08-19GH-1197 add console log color adaptationPetr Mrázek
rainbow library was part of KDE - KGuiAddons
2015-07-10GH-1053 move launch related things and rename themPetr Mrázek
2015-07-04GH-1053 move instance update into the launch task (BaseLauncher)Petr Mrázek
2015-06-30GH-1053 base process and launch refactor, part 1Petr Mrázek
2015-06-11GH-1008 implement log window max line countPetr Mrázek
Defaults to 100k lines
2015-04-29GH-925 add scroll to bottom button to LogPagePetr Mrázek
2015-04-12NOISSUE move everything.Petr Mrázek