aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-13Do not include jutils in LWJGL versions.Petr Mrázek
2014-08-11Properly detect if the instance is vanilla and don't treat it as custom.Petr Mrázek
2014-08-10Increase the java checker timeout from 5s to 15sPetr Mrázek
2014-07-30Merge branch 'Loetkolben-pr_feature_warnProblematicInstPath' into developJan Dalheimer
Closes #400
2014-07-30Show 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-30Fix loading of Minecraft versions from FTB packsMrazek, Petr
2014-07-26Rearrange RawLibrary and OneSixLibrary heavily.Petr Mrázek
Fix #396
2014-07-23Tweak windows rc file description (Minecraft Launcher -> MultiMC Launcher)Petr Mrázek
2014-07-23Check if the java binary can be found before launch.Petr Mrázek
Fix #386
2014-07-22Add a note about MultiMC not working in system folders to build instructions.Petr Mrázek
Fix #185
2014-07-22Merge branch 'pullrequest2' of https://github.com/p-schneider/MultiMC5 into ↵Petr Mrázek
develop
2014-07-22Do not deploy debug version of the svg icon lib in release builds.Petr Mrázek
2014-07-22Include the SVG icon engine.Mrazek, Petr
2014-07-21Unify look of all pages.Petr Mrázek
Now they have a QTabWidget with no tabs as a background.
2014-07-20Rework the settings dialog. Rework all of it. Thoroughly.Petr Mrázek
Also introduces the ColumnResizer from: https://github.com/agateau/columnresizer/
2014-07-20Merge global settings and accounts into a pagedialogJan Dalheimer
Also split external tools into it's own page
2014-07-20Merge branch 'master' into developPetr Mrázek
Conflicts: CMakeLists.txt changelog.md
2014-07-20Bump version and add to changelog.Petr Mrázek
2014-07-20Fix LWJGL version list loading.Petr Mrázek
SourceForge has changed its API again.
2014-07-19Make forge work.Petr Mrázek
Using classifiers FTW.
2014-07-19Show a warning in the log if a library is missingp-schneider
2014-07-16Implement gradle spec reader/writerPetr Mrázek
2014-07-14Fix #367Petr Mrázek
2014-07-14Bump dev versionPetr Mrázek
2014-07-14Change one small thingPetr Mrázek
Bunnies!
2014-07-14Fix last minute derpsPetr Mrázek
* Changelog formatting * Update dialog popping up on start even when it shouldn't
2014-07-14Update changelogPetr Mrázek
2014-07-14Show changelog even when there are no new updates available.Petr Mrázek
2014-07-13Fix #361Petr Mrázek
2014-07-13Mess around with log UI. Herp Derp.Petr Mrázek
2014-07-12Finish of the OtherLogs page, and (re)format page related filesJan Dalheimer
2014-07-12Add a new page that can show all sorts of logsJan Dalheimer
2014-07-12Add home/end and fix navigation with collapsed groups (they are skipped)Petr Mrázek
2014-07-12Group view gets keyboard navigation back.Petr Mrázek
And a bunch of fixes.
2014-07-12Cache group view geometry -- speed up instance view by caching sizes of stuffPetr Mrázek
2014-07-11Fix #356Petr Mrázek
2014-07-11Add clear and copy buttons to the log page.Petr Mrázek
2014-07-10Fix #355Petr Mrázek
2014-07-10Fix #354, make jar mods and patch files in general more resilient.Petr Mrázek
2014-07-10Do not show core mods page for minecraft newer than 1.5.2.Petr Mrázek
2014-07-09Make the auth timeout longer (30s)Petr Mrázek
2014-07-09Show update channel in the update dialog, actually show changelog for the ↵Petr Mrázek
selected update channel.
2014-07-09Better regexp for linksPetr Mrázek
2014-07-09Show changelog in the update dialog.Petr Mrázek
2014-07-08Fix mod list sorting predicate, convert the changelog to markdown and ↵Petr Mrázek
reverse it.
2014-07-08Make the FTB packs a set instead of a list.Petr Mrázek
2014-07-08Merge branch 'master' into developPetr Mrázek
Conflicts: CMakeLists.txt changelog.yaml logic/forge/ForgeInstaller.cpp
2014-07-08Bump version, update the changelogPetr Mrázek
2014-07-08Update the forge hacks.Petr Mrázek
Conflicts: logic/ForgeInstaller.cpp
2014-07-07Update the forge hacks.Petr Mrázek