summaryrefslogtreecommitdiffstats
path: root/gui/pages/LogPage.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE move everything.Petr Mrázek2015-04-12-222/+0
|
* NOISSUE Refactors and moving of thingsPetr Mrázek2015-04-02-2/+2
|
* Add console font size setting and a preview\Petr Mrázek2014-11-15-1/+7
| | | | Also moves the console settings from the minecraft page.
* Fix coloring and processing of console outputPetr Mrázek2014-11-10-0/+2
| | | | | * Removing \r * Adding missing break statements for coloring
* Allow changing the console font familyPetr Mrázek2014-11-09-5/+4
|
* Improve log formattingPetr Mrázek2014-11-09-41/+60
| | | | | * Updated log level detection for current Minecraft versions * Better formatting: using a monospaced font and raw text instead of HTML (fixes #111)
* Implement search and logging pause in minecraft logPetr Mrázek2014-11-09-7/+78
| | | | Fixes #47
* Unify look of all pages.Petr Mrázek2014-07-21-0/+1
| | | | Now they have a QTabWidget with no tabs as a background.
* Finish of the OtherLogs page, and (re)format page related filesJan Dalheimer2014-07-12-15/+0
|
* Add a new page that can show all sorts of logsJan Dalheimer2014-07-12-36/+11
|
* Add clear and copy buttons to the log page.Petr Mrázek2014-07-11-0/+12
|
* Tweak the response to successful uploads (screenshots, log pastes)Petr Mrázek2014-07-07-0/+15
| | | | | The url will now be shown as link, put into the clipboard AND opened in a browser. At the same time. To avoid losing the URL.
* Redo the console window. Log is now a page. Console window has relevant pages.Petr Mrázek2014-06-30-0/+137
Dirty fix for screenshot thumbnail generation. Needs more QTimer.