Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Show a warning if the instance path contains a '!' | Loetkolben | 2014-07-30 | -52/+116 |
| | | | | 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. | |||
* | Include the SVG icon engine. | Mrazek, Petr | 2014-07-22 | -2/+14 |
| | ||||
* | 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 | -1533/+3356 |
| | | | | | Also introduces the ColumnResizer from: https://github.com/agateau/columnresizer/ | |||
* | Merge global settings and accounts into a pagedialog | Jan Dalheimer | 2014-07-20 | -478/+637 |
| | | | | Also split external tools into it's own page | |||
* | Merge branch 'master' into develop | Petr Mrázek | 2014-07-20 | -6/+10 |
|\ | | | | | | | | | | | Conflicts: CMakeLists.txt changelog.md | |||
| * | Bump version and add to changelog.0.4.1 | Petr Mrázek | 2014-07-20 | -1/+4 |
| | | ||||
| * | Fix LWJGL version list loading. | Petr Mrázek | 2014-07-20 | -6/+7 |
| | | | | | | | | SourceForge has changed its API again. | |||
* | | Make forge work. | Petr Mrázek | 2014-07-19 | -130/+253 |
| | | | | | | | | Using classifiers FTW. | |||
* | | Implement gradle spec reader/writer | Petr Mrázek | 2014-07-16 | -15/+241 |
| | | ||||
* | | Fix #367 | Petr Mrázek | 2014-07-14 | -0/+24 |
| | | ||||
* | | Bump dev version | Petr Mrázek | 2014-07-14 | -1/+4 |
|/ | ||||
* | Change one small thing0.4 | Petr Mrázek | 2014-07-14 | -1/+1 |
| | | | | Bunnies! | |||
* | Fix last minute derps | Petr Mrázek | 2014-07-14 | -7/+9 |
| | | | | | * Changelog formatting * Update dialog popping up on start even when it shouldn't | |||
* | Update changelog | Petr Mrázek | 2014-07-14 | -1/+18 |
| | ||||
* | Show changelog even when there are no new updates available. | Petr Mrázek | 2014-07-14 | -20/+34 |
| | ||||
* | Fix #361 | Petr Mrázek | 2014-07-13 | -2/+2 |
| | ||||
* | 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 | -356/+423 |
| | ||||
* | Add a new page that can show all sorts of logs | Jan Dalheimer | 2014-07-12 | -145/+621 |
| | ||||
* | Add home/end and fix navigation with collapsed groups (they are skipped) | Petr Mrázek | 2014-07-12 | -17/+47 |
| | ||||
* | Group view gets keyboard navigation back. | Petr Mrázek | 2014-07-12 | -351/+385 |
| | | | | And a bunch of fixes. | |||
* | Cache group view geometry -- speed up instance view by caching sizes of stuff | Petr Mrázek | 2014-07-12 | -10/+22 |
| | ||||
* | Fix #356 | Petr Mrázek | 2014-07-11 | -3/+3 |
| | ||||
* | Add clear and copy buttons to the log page. | Petr Mrázek | 2014-07-11 | -0/+37 |
| | ||||
* | Fix #355 | Petr Mrázek | 2014-07-10 | -1/+1 |
| | ||||
* | Fix #354, make jar mods and patch files in general more resilient. | Petr Mrázek | 2014-07-10 | -3/+12 |
| | ||||
* | Do not show core mods page for minecraft newer than 1.5.2. | Petr Mrázek | 2014-07-10 | -4/+40 |
| | ||||
* | Make the auth timeout longer (30s) | Petr Mrázek | 2014-07-09 | -1/+1 |
| | ||||
* | Show update channel in the update dialog, actually show changelog for the ↵ | Petr Mrázek | 2014-07-09 | -3/+7 |
| | | | | selected update channel. | |||
* | Better regexp for links | Petr Mrázek | 2014-07-09 | -1/+1 |
| | ||||
* | Show changelog in the update dialog. | Petr Mrázek | 2014-07-09 | -38/+234 |
| | ||||
* | Fix mod list sorting predicate, convert the changelog to markdown and ↵ | Petr Mrázek | 2014-07-08 | -94/+105 |
| | | | | reverse it. | |||
* | Make the FTB packs a set instead of a list. | Petr Mrázek | 2014-07-08 | -4/+13 |
| | ||||
* | Merge branch 'master' into develop | Petr Mrázek | 2014-07-08 | -0/+2 |
|\ | | | | | | | | | | | | | Conflicts: CMakeLists.txt changelog.yaml logic/forge/ForgeInstaller.cpp | |||
| * | Bump version, update the changelog0.3.9 | Petr Mrázek | 2014-07-08 | -1/+3 |
| | | ||||
| * | Update the forge hacks. | Petr Mrázek | 2014-07-08 | -6/+19 |
| | | | | | | | | | | Conflicts: logic/ForgeInstaller.cpp | |||
* | | Update the forge hacks. | Petr Mrázek | 2014-07-07 | -6/+20 |
| | | ||||
* | | Tweak the response to successful uploads (screenshots, log pastes) | Petr Mrázek | 2014-07-07 | -6/+35 |
| | | | | | | | | | | 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. | |||
* | | One more liteloader fix | Petr Mrázek | 2014-07-06 | -1/+2 |
| | | ||||
* | | Fix liteloader, some cleanups. | Petr Mrázek | 2014-07-06 | -85/+93 |
| | | ||||
* | | Improve screenshot view/model. | Petr Mrázek | 2014-07-05 | -29/+288 |
| | | | | | | | | | | Changes to screenshots are tracked. Thumbnails are generated in a thread pool. | |||
* | | Make paste.ee logs expire after a month | Petr Mrázek | 2014-07-03 | -1/+1 |
| | | ||||
* | | fix the instance toolbar | Petr Mrázek | 2014-07-03 | -4/+3 |
| | | ||||
* | | disable that upgrade page | Petr Mrázek | 2014-07-03 | -1/+2 |
| | | ||||
* | | Move settings lib into the main code, fixing error logging in it. | Petr Mrázek | 2014-07-01 | -175/+80 |
| | | ||||
* | | Handle a bunch more clang warnings | Petr Mrázek | 2014-07-01 | -18/+19 |
| | | ||||
* | | [Clang Warnings] Silence Pack200 unused variable variable warnings | Taeyeon Mori | 2014-06-30 | -0/+3 |
| | | | | | | | | They're caused by a big define-everything-you-ever-need macro | |||
* | | [Clang Warnings] Add empty default clause | Taeyeon Mori | 2014-06-30 | -0/+2 |
| | | ||||
* | | [Clang Warnings] Fix char* cast from string literal in Tests | Taeyeon Mori | 2014-06-30 | -2/+2 |
| | |