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