summaryrefslogtreecommitdiffstats
path: root/gui/pages
Commit message (Collapse)AuthorAgeLines
* Add console font size setting and a preview\Petr Mrázek2014-11-15-65/+200
| | | | Also moves the console settings from the minecraft page.
* Default console font tweaksPetr Mrázek2014-11-10-4/+1
| | | | | | | * Lucida Console on Windows * Menlo on OSX * Monospace (resolved to whatever Monospace means) on linux * Added ability to select proportional fonts in settings
* 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-10/+42
|
* Improve log formattingPetr Mrázek2014-11-09-50/+63
| | | | | * Updated log level detection for current Minecraft versions * Better formatting: using a monospaced font and raw text instead of HTML (fixes #111)
* Document pre/post commands betterPetr Mrázek2014-11-09-4/+1
| | | | Fixes #398
* Implement search and logging pause in minecraft logPetr Mrázek2014-11-09-27/+92
| | | | Fixes #47
* Fix #537Petr Mrázek2014-11-08-1/+1
| | | | | Core Mods help now goes to Loader Mods Fixed Minecraft Log -> Minecraft Logs problem
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-6/+6
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-21/+21
|
* Fix some issues in the newly added themesPetr Mrázek2014-10-27-1/+6
|
* Add iOS and OSX icon themes by pePetr Mrázek2014-10-27-3/+35
|
* Add dark, light, blue and colored theme from pe.Petr Mrázek2014-10-26-3/+27
| | | | Replaces the old dark and light themes
* Do not choke on large files when showing them in the 'other logs' page.Petr Mrázek2014-09-21-2/+11
|
* Show a warning if the instance path contains a '!'Loetkolben2014-07-30-4/+25
| | | | The checks and warnings happen the time MMC loads (via QLOG_INFO), the time the GUI starts (via a dialog) and when the user changes the instance path via the settings window.
* Unify look of all pages.Petr Mrázek2014-07-21-525/+607
| | | | Now they have a QTabWidget with no tabs as a background.
* Rework the settings dialog. Rework all of it. Thoroughly.Petr Mrázek2014-07-20-1505/+2012
| | | | | Also introduces the ColumnResizer from: https://github.com/agateau/columnresizer/
* Merge global settings and accounts into a pagedialogJan Dalheimer2014-07-20-0/+2438
| | | | Also split external tools into it's own page
* Fix #367Petr Mrázek2014-07-14-0/+24
|
* Mess around with log UI. Herp Derp.Petr Mrázek2014-07-13-80/+101
|
* Finish of the OtherLogs page, and (re)format page related filesJan Dalheimer2014-07-12-314/+337
|
* Add a new page that can show all sorts of logsJan Dalheimer2014-07-12-120/+382
|
* Add clear and copy buttons to the log page.Petr Mrázek2014-07-11-0/+37
|
* Do not show core mods page for minecraft newer than 1.5.2.Petr Mrázek2014-07-10-0/+36
|
* Tweak the response to successful uploads (screenshots, log pastes)Petr Mrázek2014-07-07-2/+23
| | | | | 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.
* Fix liteloader, some cleanups.Petr Mrázek2014-07-06-62/+1
|
* Improve screenshot view/model.Petr Mrázek2014-07-05-29/+199
| | | | | Changes to screenshots are tracked. Thumbnails are generated in a thread pool.
* Handle a bunch more clang warningsPetr Mrázek2014-07-01-7/+1
|
* Redo the console window. Log is now a page. Console window has relevant pages.Petr Mrázek2014-06-30-49/+385
| | | | Dirty fix for screenshot thumbnail generation. Needs more QTimer.
* Derp^2!!Petr Mrázek2014-06-28-1/+0
|
* Derp!Petr Mrázek2014-06-28-0/+420
|
* Turn screenshot management into a page.Petr Mrázek2014-06-28-0/+4
|
* Replace notes dialog with a page.Petr Mrázek2014-06-18-0/+126
|
* Fix #313 - used texture pack list instead of resource pack listPetr Mrázek2014-06-11-1/+1
|
* Tweak version page: select first item by default, allow changing version of ↵Petr Mrázek2014-06-10-1/+6
| | | | 'version.json'.
* More github wiki friendly help page namesPetr Mrázek2014-06-10-7/+7
|
* Add close button to page dialog. Add help button to page dialog.Petr Mrázek2014-06-10-31/+16
| | | | Smile.
* Cleanup - QFileInfo derp and unused variablesPetr Mrázek2014-06-09-3/+3
|
* Remove margins from settings page.Petr Mrázek2014-06-09-0/+12
|
* Instance settings moved to a page.Petr Mrázek2014-06-09-1/+719
|
* Version revert logic improvements, colorful icons for mod lists and resource ↵Petr Mrázek2014-06-09-14/+61
| | | | | | pack list. Icons are from Oxygen.
* Show texture/resource packs when appropriate.Petr Mrázek2014-06-09-2/+3
|
* Hardcode LWJGL 2.9.1 for OneSix, only allow chancging Minecraft versions for ↵Petr Mrázek2014-06-09-0/+8
| | | | now.
* Page dialog for legacy instances.Petr Mrázek2014-06-09-62/+625
|
* Only enable move buttons for version patches that can move. HACK HACKPetr Mrázek2014-06-09-1/+6
|
* Tweaks to page dialog and version page.Petr Mrázek2014-06-09-30/+71
|
* Add and implement pages and page dialog.Petr Mrázek2014-06-09-0/+981