aboutsummaryrefslogtreecommitdiff
path: root/application/pages/LogPage.h
AgeCommit message (Collapse)Author
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2018-02-11NOISSUE update copyright datesPetr 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-12-14NOISSUE fix a bunch of warnings thrown by Qt internalsPetr Mrázek
Badly connected signals/slots and similar things.
2017-09-26NOISSUE Legacy migration success now closes the instance windowPetr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr 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
2015-10-11NOISSUE make the compiler more evilPetr Mrázek
2015-09-26NOISSUE fix all clang warningsPetr Mrázek
2015-08-20GH-1197 finish color stuffPetr Mrázek
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-26NOISSUE eliminate ProgressProviderPetr Mrázek
2015-04-12NOISSUE move everything.Petr Mrázek