summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix mod list sorting predicate, convert the changelog to markdown and ↵Petr Mrázek2014-07-08-94/+105
| | | | reverse it.
* Make the FTB packs a set instead of a list.Petr Mrázek2014-07-08-4/+13
|
* Merge branch 'master' into developPetr Mrázek2014-07-08-0/+2
|\ | | | | | | | | | | | | Conflicts: CMakeLists.txt changelog.yaml logic/forge/ForgeInstaller.cpp
| * Bump version, update the changelog0.3.9Petr Mrázek2014-07-08-1/+3
| |
| * Update the forge hacks.Petr Mrázek2014-07-08-6/+19
| | | | | | | | | | Conflicts: logic/ForgeInstaller.cpp
* | Update the forge hacks.Petr Mrázek2014-07-07-6/+20
| |
* | Tweak the response to successful uploads (screenshots, log pastes)Petr Mrázek2014-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 fixPetr Mrázek2014-07-06-1/+2
| |
* | Fix liteloader, some cleanups.Petr Mrázek2014-07-06-85/+93
| |
* | Improve screenshot view/model.Petr Mrázek2014-07-05-29/+288
| | | | | | | | | | Changes to screenshots are tracked. Thumbnails are generated in a thread pool.
* | Make paste.ee logs expire after a monthPetr Mrázek2014-07-03-1/+1
| |
* | fix the instance toolbarPetr Mrázek2014-07-03-4/+3
| |
* | disable that upgrade pagePetr Mrázek2014-07-03-1/+2
| |
* | Move settings lib into the main code, fixing error logging in it.Petr Mrázek2014-07-01-175/+80
| |
* | Handle a bunch more clang warningsPetr Mrázek2014-07-01-18/+19
| |
* | [Clang Warnings] Silence Pack200 unused variable variable warningsTaeyeon Mori2014-06-30-0/+3
| | | | | | | | They're caused by a big define-everything-you-ever-need macro
* | [Clang Warnings] Add empty default clauseTaeyeon Mori2014-06-30-0/+2
| |
* | [Clang Warnings] Fix char* cast from string literal in TestsTaeyeon Mori2014-06-30-2/+2
| |
* | [Clang Warnings] Remove unused variablesTaeyeon Mori2014-06-30-8/+3
| |
* | Fix bug in OneSixInstance's modification detection.Taeyeon Mori2014-06-30-1/+1
| | | | | | | | | | OneSixInstance would report all instances as custom because of a typo. Thanks Clang :)
* | Merge branch 'feature_theme_support' into developPetr Mrázek2014-06-30-8/+2108
|\ \ | | | | | | | | | | | | Conflicts: main.cpp
| * | New flat icon themes from pexnerPetr Mrázek2014-05-25-4/+2098
| | | | | | | | | | | | Squash and rework of commits from robotbrain
| * | Enable SVG iconsPetr Mrázek2014-05-25-6/+12
| | |
* | | Redo the console window. Log is now a page. Console window has relevant pages.Petr Mrázek2014-06-30-329/+547
| | | | | | | | | | | | Dirty fix for screenshot thumbnail generation. Needs more QTimer.
* | | Separate page dialog into a page container and a dialog.Petr Mrázek2014-06-29-187/+275
| | |
* | | Hack.Petr Mrázek2014-06-29-10/+6
| | |
* | | Add screenshots iconPetr Mrázek2014-06-29-0/+1240
| | |
* | | ~_~_~_~Petr Mrázek2014-06-28-0/+1
| | |
* | | Derp^2!!Petr Mrázek2014-06-28-2/+0
| | |
* | | Derp!Petr Mrázek2014-06-28-0/+420
| | |
* | | Turn screenshot management into a page.Petr Mrázek2014-06-28-488/+33
| | |
* | | Merge branch 'feature/fix_intel' into developPetr Mrázek2014-06-28-52/+84
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: CMakeLists.txt changelog.yaml gui/MainWindow.cpp
| * | Bump version, fix typo, update the changelog.Petr Mrázek2014-06-28-4/+8
| | |
| * | Fix issues with intel drivers. Forced java re-detection on Windows.Petr Mrázek2014-06-28-66/+96
| | |
| * | Bump version to 0.3.7, update changelog0.3.7Petr Mrázek2014-06-26-1/+3
| | |
* | | Update changelog and bump version to 0.4.0 (no tag yet, not final)Petr Mrázek2014-06-26-2/+6
| | |
* | | Merge branch 'feature/forge_pre4_fix' into developPetr Mrázek2014-06-25-21/+40
|\| | | | | | | | | | | | | | | | | Conflicts: logic/forge/ForgeVersionList.cpp logic/forge/ForgeVersionList.h
| * | Fix forge prerelease mess.Petr Mrázek2014-06-25-21/+39
| | | | | | | | | | | | This adds a HACK that assumes Mojang will be consistent with their versioning. What could possibly go wrong?
* | | No more disabling of actions in the instance toolbar. It makes no sense.Petr Mrázek2014-06-20-44/+0
| | |
* | | Replace notes dialog with a page.Petr Mrázek2014-06-18-164/+124
| | |
* | | 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-15/+15
| | |
* | | Add close button to page dialog. Add help button to page dialog.Petr Mrázek2014-06-10-87/+63
| | | | | | | | | | | | Smile.
* | | Cleanup - QFileInfo derp and unused variablesPetr Mrázek2014-06-09-11/+3
| | |
* | | Remove margins from settings page.Petr Mrázek2014-06-09-0/+12
| | |
* | | Instance settings moved to a page.Petr Mrázek2014-06-09-460/+475
| | |
* | | Version revert logic improvements, colorful icons for mod lists and resource ↵Petr Mrázek2014-06-09-23/+150
| | | | | | | | | | | | | | | | | | pack list. Icons are from Oxygen.
* | | Show texture/resource packs when appropriate.Petr Mrázek2014-06-09-102/+141
| | |
* | | Hardcode LWJGL 2.9.1 for OneSix, only allow chancging Minecraft versions for ↵Petr Mrázek2014-06-09-1/+10
| | | | | | | | | | | | now.