aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-21Fix quit shortcut connect() callPetr Mrázek
2014-04-21Update FR translation some more.Petr Mrázek
2014-04-21Merge remote-tracking branch 'origin/feature_new_login_dialog2' into developPetr Mrázek
2014-04-21Merge remote-tracking branch 'origin/feature_close_shortcut' into developPetr Mrázek
2014-04-21Fix french translation.Petr Mrázek
2014-04-21Add a quit shortcut to the main window (#200)Taeyeon Mori
The shortcut is Ctrl+Q on every platform but windows, which doesn have one. See also: http://qt-project.org/doc/qt-5/qkeysequence.html#details (StandardKey Quit)
2014-04-21Merge remote-tracking branch 'origin/feature_raise_console' into developPetr Mrázek
2014-04-21Merge remote-tracking branch 'origin/feature_french' into developPetr Mrázek
2014-04-21Add proper FML libs URLPetr Mrázek
2014-04-19Download and cache FML libs for legacy minecraft versions.Petr Mrázek
* minor fix for version filtering (1.5 no longer shows forge for 1.5.1 and 1.5.2) * FML libs are downloaded to mods/minecraftforge/libs and cached * FML libs are copied to instances which contain FML or forge
2014-04-19Add french translation from #217Elros
Closes #217
2014-04-17Add a quit shortcut to the main window (#200)Taeyeon Mori
The shortcut is Ctrl+Q on every platform but windows, which doesn have one. See also: http://qt-project.org/doc/qt-5/qkeysequence.html#details (StandardKey Quit)
2014-04-17Make the console window raise itself after minecraft closes (#193)Taeyeon Mori
This needs further testing: http://stackoverflow.com/questions/6087887/bring-window-to-front-raise-show-activatewindow-dont-work
2014-04-16Comments and reformatingJan Dalheimer
[ci skip]
2014-04-16Fix bugJan Dalheimer
2014-04-16LoginDialog changesJan Dalheimer
2014-04-16Create a new login dialogTaeyeon Mori
2014-04-16Add to the changelogPetr Mrázek
2014-04-16Give more feedback for YggdrasilTask network errors.Petr Mrázek
2014-04-15Put changelog additions under right version (0.3.3)Sky
2014-04-15Update changelogSky
2014-04-13Detect and report missing local libraries.Petr Mrázek
2014-04-12Merge pull request #212 from MultiMC/feature_travis_clangSky
Get Travis to build GCC and Clang versions on Linux as we consider moving to Clang on Linux in general
2014-04-12Let travis build a clang versionJan Dalheimer
2014-04-12Remove specific OpenSSL version from BUILD.mdSky
2014-04-12Merge pull request #211 from Drayshak/developSky
Add Patreon button with logo
2014-04-12Give the Patreon button a logoSky
2014-04-11Add Patreon button. Needs an icon (used I for now).Sky
2014-04-09Only use tabs for intendentionJan Dalheimer
2014-04-08Context menu tweaksPetr Mrázek
* Add create/copy instance actions to the context menu. * Context menu for the instance view background. * Top of the context menu is now a header, fixing the misclick problems.
2014-04-07Merge remote-tracking branch 'origin/develop' into feature_cmake_styleJan Dalheimer
Conflicts: CMakeLists.txt
2014-04-06Merge remote-tracking branch 'origin/feature_dotcmake' into developPetr Mrázek
2014-04-06Use the same style of CMake files everywhereJan Dalheimer
2014-04-06.cmake files to reduce "code" duplicateJan Dalheimer
2014-04-06Coverity build and upload target. Also GitFunctions.Jan Dalheimer
2014-04-06Workaround for dirty build folders.Petr Mrázek
My disgust just turned into barely contained rage :<
2014-04-06Build fixage for the changed build configPetr Mrázek
2014-04-06Merge branch 'patch-1' of https://github.com/max96at/MultiMC5 into developPetr Mrázek
2014-04-06Get rid of long rebuilds because of minor cmake config changesPetr Mrázek
2014-04-03Fix adding icons to custom icon directories.max96at
2014-04-01Do not spam logs too much, bump version and add to changelog.Petr Mrázek
2014-04-01Deny april fools outside of first april.Petr Mrázek
2014-04-01Fix library replace issuePetr Mrázek
2014-04-01Fix for invalid prelaunch commandsPetr Mrázek
2014-03-31Fix FTB-related issuesPetr Mrázek
2014-03-30Add a few default java paths on linuxPetr Mrázek
2014-03-30Fix many memory leaks.Petr Mrázek
2014-03-30Fix java checker crash, some memory leaksPetr Mrázek
2014-03-30Try to read 'authorList' in mcmod.info for authors first, fall back to ↵Sky
deprecated 'authors' if nothing is found.
2014-03-29Add mention of the config coding fix to the changelog.Petr Mrázek