Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE Refactors and moving of things | Petr Mrázek | 2015-04-02 | -85/+33 |
| | ||||
* | GH-796 Icon theme loading workaround | Petr Mrázek | 2015-03-01 | -19/+34 |
| | | | | Replacing the Qt machinery with other Qt machinery under our control | |||
* | Change copyright dates to 2015 | Greenphlem | 2015-02-06 | -27/+27 |
| | ||||
* | NOISSUE change icon themes without restart | Petr Mrázek | 2015-01-28 | -0/+6 |
| | ||||
* | NOISSUE Set minimum Minecraft window size to 1x1 | Petr Mrázek | 2014-12-12 | -4/+4 |
| | ||||
* | NOISSUE Always follow redirects for NetAction based downloads | Petr Mrázek | 2014-12-12 | -1/+0 |
| | ||||
* | GH-640 Make legacy forge downloads follow redirects | Petr Mrázek | 2014-11-29 | -1/+3 |
| | ||||
* | Add console font size setting and a preview\ | Petr Mrázek | 2014-11-15 | -65/+200 |
| | | | | Also moves the console settings from the minecraft page. | |||
* | Default console font tweaks | Petr Mrázek | 2014-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 output | Petr Mrázek | 2014-11-10 | -0/+2 |
| | | | | | * Removing \r * Adding missing break statements for coloring | |||
* | Allow changing the console font family | Petr Mrázek | 2014-11-09 | -10/+42 |
| | ||||
* | Improve log formatting | Petr Mrázek | 2014-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 better | Petr Mrázek | 2014-11-09 | -4/+1 |
| | | | | Fixes #398 | |||
* | Implement search and logging pause in minecraft log | Petr Mrázek | 2014-11-09 | -27/+92 |
| | | | | Fixes #47 | |||
* | Fix #537 | Petr Mrázek | 2014-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 #397 | Jan Dalheimer | 2014-11-02 | -6/+6 |
| | ||||
* | Update copyright year (finally...) | Jan Dalheimer | 2014-11-02 | -21/+21 |
| | ||||
* | Fix some issues in the newly added themes | Petr Mrázek | 2014-10-27 | -1/+6 |
| | ||||
* | Add iOS and OSX icon themes by pe | Petr Mrázek | 2014-10-27 | -3/+35 |
| | ||||
* | Add dark, light, blue and colored theme from pe. | Petr Mrázek | 2014-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ázek | 2014-09-21 | -2/+11 |
| | ||||
* | Show a warning if the instance path contains a '!' | Loetkolben | 2014-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ázek | 2014-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ázek | 2014-07-20 | -1505/+2012 |
| | | | | | Also introduces the ColumnResizer from: https://github.com/agateau/columnresizer/ | |||
* | Merge global settings and accounts into a pagedialog | Jan Dalheimer | 2014-07-20 | -0/+2438 |
| | | | | Also split external tools into it's own page | |||
* | Fix #367 | Petr Mrázek | 2014-07-14 | -0/+24 |
| | ||||
* | Mess around with log UI. Herp Derp. | Petr Mrázek | 2014-07-13 | -80/+101 |
| | ||||
* | Finish of the OtherLogs page, and (re)format page related files | Jan Dalheimer | 2014-07-12 | -314/+337 |
| | ||||
* | Add a new page that can show all sorts of logs | Jan Dalheimer | 2014-07-12 | -120/+382 |
| | ||||
* | Add clear and copy buttons to the log page. | Petr Mrázek | 2014-07-11 | -0/+37 |
| | ||||
* | Do not show core mods page for minecraft newer than 1.5.2. | Petr Mrázek | 2014-07-10 | -0/+36 |
| | ||||
* | Tweak the response to successful uploads (screenshots, log pastes) | Petr Mrázek | 2014-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ázek | 2014-07-06 | -62/+1 |
| | ||||
* | Improve screenshot view/model. | Petr Mrázek | 2014-07-05 | -29/+199 |
| | | | | | Changes to screenshots are tracked. Thumbnails are generated in a thread pool. | |||
* | Handle a bunch more clang warnings | Petr Mrázek | 2014-07-01 | -7/+1 |
| | ||||
* | Redo the console window. Log is now a page. Console window has relevant pages. | Petr Mrázek | 2014-06-30 | -49/+385 |
| | | | | Dirty fix for screenshot thumbnail generation. Needs more QTimer. | |||
* | Derp^2!! | Petr Mrázek | 2014-06-28 | -1/+0 |
| | ||||
* | Derp! | Petr Mrázek | 2014-06-28 | -0/+420 |
| | ||||
* | Turn screenshot management into a page. | Petr Mrázek | 2014-06-28 | -0/+4 |
| | ||||
* | Replace notes dialog with a page. | Petr Mrázek | 2014-06-18 | -0/+126 |
| | ||||
* | Fix #313 - used texture pack list instead of resource pack list | Petr Mrázek | 2014-06-11 | -1/+1 |
| | ||||
* | Tweak version page: select first item by default, allow changing version of ↵ | Petr Mrázek | 2014-06-10 | -1/+6 |
| | | | | 'version.json'. | |||
* | More github wiki friendly help page names | Petr Mrázek | 2014-06-10 | -7/+7 |
| | ||||
* | Add close button to page dialog. Add help button to page dialog. | Petr Mrázek | 2014-06-10 | -31/+16 |
| | | | | Smile. | |||
* | Cleanup - QFileInfo derp and unused variables | Petr Mrázek | 2014-06-09 | -3/+3 |
| | ||||
* | Remove margins from settings page. | Petr Mrázek | 2014-06-09 | -0/+12 |
| | ||||
* | Instance settings moved to a page. | Petr Mrázek | 2014-06-09 | -1/+719 |
| | ||||
* | Version revert logic improvements, colorful icons for mod lists and resource ↵ | Petr Mrázek | 2014-06-09 | -14/+61 |
| | | | | | | pack list. Icons are from Oxygen. | |||
* | Show texture/resource packs when appropriate. | Petr Mrázek | 2014-06-09 | -2/+3 |
| | ||||
* | Hardcode LWJGL 2.9.1 for OneSix, only allow chancging Minecraft versions for ↵ | Petr Mrázek | 2014-06-09 | -0/+8 |
| | | | | now. |