aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-22GH-1422 bump version to 0.4.10 and update changelogPetr Mrázek
2016-01-21GH-1422 remove bearer plugins again.Petr Mrázek
2016-01-21NOISSUE bump version number to 0.4.9Petr Mrázek
2016-01-20NOISSUE update changelogPetr Mrázek
2016-01-20GH-1411 fail if pre-launch and post-exit commands return non-zero valuesPetr Mrázek
2016-01-20GH-1362 Put timestamps into the log when it is copied or uploadedPetr Mrázek
2016-01-20GH-1408 add bearer pluginsPetr Mrázek
This should fix wifi issues on Windows
2016-01-17GH-1055 fix more types in changelogPetr Mrázek
2016-01-17GH-1055 fix typo and missing descriptionPetr Mrázek
2016-01-17GH-1055 update changelog for 0.4.8Petr Mrázek
2016-01-12GH-1402 add a hack for updater to respect renamed binary on WindowsPetr Mrázek
2016-01-12GH-1280 modpack import: make the progress dialog say what is being downloadedPetr Mrázek
2016-01-12NOISSUE select modpack field content on focus in new instance dialogPetr Mrázek
2016-01-09GH-1397 add discord icon to MultiMC toolbarPetr Mrázek
2016-01-07GH-1379 fix build on win32Petr Mrázek
2016-01-07GH-1379 fix build with Qt 5.2.1 on ubuntu64Petr Mrázek
2016-01-06Merge pull request #1393 from MultiMC/feature/travis-older-qtPetr Mrázek
GH-1393 Add more qt versions to travis
2016-01-06NOISSUE Add more qt versions to travisJan Dalheimer
5.0, 5.1 and 5.2 are currently marked as "allow failure". If they can be made to pass they should be removed from this list, if not they should be removed entirely.
2016-01-05GH-1390 improve linux runner script morePetr Mrázek
* use `-q` while calling dnf to avoid garbage in output
2016-01-05GH-1390 improve linux runner scriptPetr Mrázek
* include fedora dnf package manager * output of the missing dependency lookup is now passed through `sort -u`
2016-01-05GH-1389 wrap QDesktopServices and QProcess::startDetachedPetr Mrázek
Essentially do not pass some environment variables to subprocesses: * LD_PRELOAD * LD_LIBRARY_PATH * LD_DEBUG * QT_PLUGIN_PATH * QT_FONTPATH
2016-01-04GH-1389 Revert "GH-1389 remove use of LD_LIBRARY_PATH for mmc libs"Petr Mrázek
This reverts commit 6f92ca843e6d1c4f8ef2be5ceba361cd74b79250.
2016-01-04NOISSUE Revert "NOISSUE remove old BundleUtilities. 2014 called and wants ↵Petr Mrázek
its cmake scripts back." This reverts commit 8cf23bd5aa0295c8582c74617086c233cb9552a6.
2016-01-04GH-1389 remove use of LD_LIBRARY_PATH for mmc libsPetr Mrázek
2016-01-03NOISSUE remove old BundleUtilities. 2014 called and wants its cmake scripts ↵Petr Mrázek
back.
2016-01-03GH-1378 fix libpng path matcher for bundle fixupPetr Mrázek
2016-01-03GH-1313 tweak the window title to be easier to translatePetr Mrázek
2016-01-03GH-1313 remove or disable some translateable stringsPetr Mrázek
2016-01-02GH-1313 remove translatable strings from MCModInfoFramePetr Mrázek
2016-01-02GH-1365 fix java detection build on windowsPetr Mrázek
2016-01-02GH-1365 fix java detection OS ifdefsPetr Mrázek
2016-01-02GH-1365 rework java version parsing and sortingPetr Mrázek
2015-12-30GH-1365 Revert "GH-1365 use the first part of the java version number as the ↵Petr Mrázek
major version - native extraction" This reverts commit b437988d7b06c1e43928f6e285469cb6451c2c85.
2015-12-28GH-1365 use the first part of the java version number as the major version - ↵Petr Mrázek
native extraction
2015-12-28GH-1360 fix some typosPetr Mrázek
2015-12-28NOISSUE export more stuff from JsonPetr Mrázek
2015-12-28GH-1360 add basic changelog based on github API, fix update dialog buttonsPetr Mrázek
2015-12-27GH-1308 remove use of static data (translations) and root ↵Petr Mrázek
(notifications.json) paths.
2015-12-26GH-1178 sanitize mod paths while installing folder modsPetr Mrázek
2015-12-26GH-1178 add failing testPetr Mrázek
2015-12-26NOISSUE add a basic test for FS::copyPetr Mrázek
2015-12-18GH-1355 do not allow setting LD_LIBRARY_PATh for Minecraft to the MultiMC ↵Petr Mrázek
bin folder
2015-12-17GH-1355 Fix MMC env propagating to MC after updateSoni L
This closes GH-1355
2015-12-03GH-1320 do not fail when launcher part can't change sys_pathsPetr Mrázek
2015-12-03GH-1339 do not destroy console window while screenshot upload is activePetr Mrázek
2015-11-19GH-1338: mark asset index as stale during instance updatePetr Mrázek
This forces an update for assets changing on mojang servers
2015-11-13GH-1322 fix mod description ... button popping up multiple dialogsPetr Mrázek
2015-11-13NOISSUE travis: just force it to work.Petr Mrázek
2015-11-13Revert "NOISSUE travis: use a ppa for cmake 3.2.3"Petr Mrázek
This reverts commit d855f4905d52f64453e31e0bd2ac66b57c423ad9.
2015-11-13NOISSUE travis: use a ppa for cmake 3.2.3Petr Mrázek