aboutsummaryrefslogtreecommitdiff
path: root/application/MultiMC.cpp
AgeCommit message (Collapse)Author
2016-10-21GH-903 simple theme switching and dark themePetr Mrázek
2016-08-09GH-1642 fix instance launch from consolePetr Mrázek
2016-08-01NOISSUE implement direct java launchPetr Mrázek
Just running the Java process and giving it params on the command line
2016-06-10GH-1586 Windows: attach to the parent process console if there is any, so ↵Petr Mrázek
command line output gets printed there
2016-05-03GH-1559 Fix FTB iconsPetr Mrázek
This was caused by separation of GUI and logic. Now logic has an interface that GUI implements. It should be expanded upon later.
2016-05-01NOISSUE re/move some dead code and unused build system partsPetr Mrázek
2016-04-30NOISSUE split GUI stuff from logic libraryPetr Mrázek
2016-03-17GH-1521 When json editor is custom, actually pass the filename to itPetr Mrázek
2016-02-27NOISSUE move files into paths that make more sensePetr Mrázek
2016-01-12GH-1402 add a hack for updater to respect renamed binary on WindowsPetr Mrázek
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-02GH-1365 rework java version parsing and sortingPetr 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-10-05NOISSUE there is too much ifdef involved...Petr Mrázek
2015-10-05NOISSUE dissolve util libraryPetr Mrázek
2015-10-02GH-719 implement paste.ee API keysPetr Mrázek
2015-09-30GH-253 implement launching instances from command linePetr Mrázek
2015-09-29GH-1202 rebuild SSL certs on start on OSXPetr Mrázek
2015-09-26GH-1072 split resource system to UI and logic partsPetr Mrázek
2015-08-23GH-1206 fix deleting files during updatePetr Mrázek
Backups weren't created properly which led to failure to update
2015-07-05GH-1053 split settings dialog creation to its own namespacePetr Mrázek
2015-06-11GH-1008 implement log window max line countPetr Mrázek
Defaults to 100k lines
2015-06-10GH-1060 ugly XP hack is uglyPetr Mrázek
2015-06-10GH-1060 create and delete update dirPetr Mrázek
2015-06-09GH-1060 update tweaksPetr Mrázek
* download to multimc folder hierarchy * use rename, not copy * keep backup after update * clean previous backup before update * it's not 'copy', it's 'replace'
2015-06-09GH-1060 add a lot of error checking and reporting to the inner updaterPetr Mrázek
2015-06-09GH-1060 tweaks to new update mechanism - loggingPetr Mrázek
2015-06-09GH-1060 implement very basic updater (only linux and maybe osx right now)Petr Mrázek
2015-06-09GH-1060 remove some old updater bits and piecesPetr Mrázek
2015-06-06NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer
2015-05-29GH-994 hopefully fix issue with people still using jar modsPetr Mrázek
Added an 'add mods' button to the version page Add jar mods now has a very angry nag dialog until it's used successfully Buttons on version page are rearranged to deemphasize jar mods
2015-05-24GH-991 implement wrapper commandsPetr Mrázek
2015-05-19GH-960 possible fix for missing OSX ca certsPetr Mrázek
2015-05-04GH-907 improve Java testing and PermGen deprecation handlingPetr Mrázek
2015-05-02GH-922 improve version select dialogsPetr Mrázek
2015-04-12NOISSUE move everything.Petr Mrázek