summaryrefslogtreecommitdiffstats
path: root/application/pages/LogPage.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE preserve log page checkbox state when the instance window is closedPetr Mrázek2017-12-18-4/+52
| | | | Only for a single session, not between sessions.
* NOISSUE fix a bunch of warnings thrown by Qt internalsPetr Mrázek2017-12-14-3/+3
| | | | Badly connected signals/slots and similar things.
* NOISSUE Legacy migration success now closes the instance windowPetr Mrázek2017-09-26-6/+1
|
* NOISSUE set line limit and overflow behaviour even for hidden consolePetr Mrázek2017-02-08-13/+0
|
* GH-1807 fix 'loggging' typoPetr Mrázek2017-02-01-1/+1
|
* GH-1445 update page list when version and log pages need itPetr Mrázek2016-11-07-0/+1
|
* GH-1675 reimplement suspesion of log watchPetr Mrázek2016-10-11-1/+1
|
* NOISSUE use model/view for Minecraft log dataPetr Mrázek2016-08-19-161/+156
|
* Revert "NOISSUE rework of minecraft log"Petr Mrázek2016-08-10-201/+149
| | | | This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.
* NOISSUE rework of minecraft logPetr Mrázek2016-08-10-149/+201
| | | | | | | 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.
* GH-338, GH-513, GH-700 Unify edit instance with console windowPetr Mrázek2016-08-07-22/+53
| | | | | | | * 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.
* NOISSUE add line wrapping checkbox to log pagePetr Mrázek2016-04-10-0/+12
|
* GH-1362 Put timestamps into the log when it is copied or uploadedPetr Mrázek2016-01-20-1/+12
|
* GH-1197 finish color stuffPetr Mrázek2015-08-20-43/+7
|
* GH-1197 add console log color adaptationPetr Mrázek2015-08-19-6/+14
| | | | rainbow library was part of KDE - KGuiAddons
* GH-1053 move launch related things and rename themPetr Mrázek2015-07-10-2/+2
|
* GH-1053 move instance update into the launch task (BaseLauncher)Petr Mrázek2015-07-04-2/+2
|
* GH-1053 base process and launch refactor, part 1Petr Mrázek2015-06-30-9/+4
|
* GH-1008 implement log window max line countPetr Mrázek2015-06-11-0/+38
| | | | Defaults to 100k lines
* GH-925 add scroll to bottom button to LogPagePetr Mrázek2015-04-29-0/+5
|
* NOISSUE move everything.Petr Mrázek2015-04-12-0/+222