aboutsummaryrefslogtreecommitdiff
path: root/application
AgeCommit message (Collapse)Author
2016-01-20NOISSUE Do not ask to overwrite existing file twice when exporting instancesiarspider
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-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-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-04GH-1389 remove use of LD_LIBRARY_PATH for mmc libsPetr Mrázek
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 rework java version parsing and sortingPetr Mrázek
2015-12-28GH-1360 fix some typosPetr 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-17GH-1355 Fix MMC env propagating to MC after updateSoni L
This closes GH-1355
2015-12-03GH-1339 do not destroy console window while screenshot upload is activePetr Mrázek
2015-11-13GH-1322 fix mod description ... button popping up multiple dialogsPetr Mrázek
2015-10-24GH-1300 call application quit when direct launch instance quitsPetr Mrázek
2015-10-23GH-1301 fix linux runner script argument escapingPetr Mrázek
2015-10-20NOISSUE reformat MainWindow with new clang_format settingsPetr Mrázek
2015-10-20NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce ↵Petr Mrázek
unique_qobject_ptr, refactor MainWindow to match
2015-10-20GH-1274 update the licenses, the dirty wayPetr Mrázek
2015-10-11NOISSUE make the compiler more evilPetr Mrázek
2015-10-10GH-93 add an option to not copy saves on instance copyPetr Mrázek
2015-10-05NOISSUE there is too much ifdef involved...Petr Mrázek
2015-10-05NOISSUE dissolve util libraryPetr Mrázek
2015-10-02GH-1266 fix ubuntu run scriptPetr Mrázek
2015-10-02GH-719 implement paste.ee API keysPetr Mrázek
2015-09-30GH-729 use mod mmc_id as name when name is emptyPetr Mrázek
2015-09-30GH-1262 fix relative paths for java binariesPetr Mrázek
2015-09-30GH-253 implement launching instances from command linePetr Mrázek
2015-09-29GH-1202 rebuild SSL certs on start on OSX - part 4Petr Mrázek
2015-09-29GH-1202 rebuild SSL certs on start on OSX - part 3Petr Mrázek
2015-09-29GH-1202 rebuild SSL certs on start on OSX - part 2Petr Mrázek
2015-09-29GH-1202 rebuild SSL certs on start on OSXPetr Mrázek
2015-09-28GH-1179 incorporate fixes for comments from linked changesetPetr Mrázek
Use SSL for downloads Use XDG dirs for storage Do not run from deploy function
2015-09-28GH-1238 add reddit buttonPetr Mrázek
2015-09-28GH-1072 use crafatar for grabbing the user skinPetr Mrázek
2015-09-28NOISSUE and even more: forgot to remove export from IconResourceHandlerPetr Mrázek
2015-09-28NOISSUE more cmake tweakeryPetr Mrázek
2015-09-28NOISSUE clean up some old cmake messesPetr Mrázek
2015-09-27NOISSUE add missing filesPetr Mrázek
2015-09-26GH-1072 split resource system to UI and logic partsPetr Mrázek