aboutsummaryrefslogtreecommitdiff
path: root/application/MultiMC.cpp
AgeCommit message (Collapse)Author
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-05-19Catch C++ exceptions by const referenceCharles Milette
Fixes #2277
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2018-03-13NOISSUE add linux distro name and release stats to analyticsPetr Mrázek
Hopefully this can serve as some sort of guideline for focusing effort towards the right distro packages to make.
2018-02-17GH-2150 Split out custom commands into a custom widgetPetr Mrázek
Now it is used from a global page and from a sub-page in the instance settings.
2018-02-11NOISSUE update copyright datesPetr Mrázek
2018-02-11NOISSUE change FS::updateTimestamp to work with directories too, use it to ↵Petr Mrázek
fix icon issues on macOS
2017-12-05GH-2059 fix instance directory not being created on first launchPetr Mrázek
2017-12-03NOISSUE force saving of any outstanding instance component state on exitPetr Mrázek
2017-12-03NOISSUE disable the unfinished 'Packages' page in settingsPetr Mrázek
2017-09-27GH-1993 swap min/max memory settings when they are the wrong way aroundPetr Mrázek
2017-09-20NOISSUE remove obsolete LWJGL folder settingPetr Mrázek
2017-09-20NOISSUE more work on Legacy migrationPetr Mrázek
2017-09-10NOISSUE clean up moc warningsPetr Mrázek
2017-09-09NOISSUE remove FTB integrationPetr Mrázek
2017-08-07GH-1314 add UI for custom minecraft jar additionPetr Mrázek
Also changes the text of the jar mod addition button. It should be clearer what it does and hopefully will not confuse as many people.
2017-07-06NOISSUE fix startup issues caused by code reorganizationPetr Mrázek
2017-07-05NOISSUE attept to detach from console on WindowsPetr Mrázek
This only applies to MultiMC started from a console.
2017-07-05NOISSUE add disgnostic print to MultiMC destructorPetr Mrázek
2017-07-05NOISSUE rearrange global initializationPetr Mrázek
2017-05-21GH-1895 update LWJGL list during legacy instance updatePetr Mrázek
2017-05-13NOISSUE add a linux system packaging install layoutPetr Mrázek
2017-05-09GH-1882 save UpdateDialog geometryPetr Mrázek
2017-05-04NOISSUE herp derp custom icon theme supportPetr Mrázek
* Put icon theme in iconthemes/custom/ * Select 'Custom' in the UI. * ... * Maybe it won't explode.
2017-05-02GH-1874 Do not allow launching instances during an updatePetr Mrázek
2017-05-02GH-1874 do not allow updating while an instance is runningPetr Mrázek
This is a nasty hack. Proper solution will require moving all update related functionality out of the main window. Running instances and updating should be mutually exclusive.
2017-05-01GH-1875 plug holes in instance/window refcount logicPetr Mrázek
2017-05-01GH-1873 allow closing main window, fix window ref countPetr Mrázek
2017-04-26NOISSUE remove AA_UseHighDpiPixmapsPetr Mrázek
2017-04-25NOISSUE remove macOS SSL workaroundsPetr Mrázek
Should not be necessary anymore...
2017-04-21NOISSUE add missing log levels to MultiMC loggingPetr Mrázek
Info and System are now recognized.
2017-04-14GH-1854 prevent a crash if the instance is closed while the kill ↵Petr Mrázek
confirmation dialog is open
2017-04-07NOISSUE remove liteloader and forgePetr Mrázek
2017-04-07NOISSUE Remove Minecraft version list and versions.Petr Mrázek
2017-04-07NOISSUE fix downloading of metadata filesPetr Mrázek
2017-01-21GH-1793 rearrange setup wizard logic to only check if they are needed oncePetr Mrázek
2017-01-18GH-1790 do not apply system theme on launch if it is selectedPetr Mrázek
This prevents some ugly colors to show up on macOS in most cases. It still looks ugly right after you switch to the it though.
2017-01-16GH-1065 Normalize usage of directory vs folderTim Flynn
2017-01-15NOISSUE add hack for system themes. Maybe it works?Petr Mrázek
2017-01-15NOISSUE temporarily disable themes to check if they cause issues on macOSPetr Mrázek
2017-01-14GH-1665 Add line breaks to the fatal error dialogs.Petr Mrázek
Makes is slightly more readable.
2017-01-14GH-1665 put the macOS hint into all of the new fatal error messages.Petr Mrázek
2017-01-14GH-1665 attempt at workaround for MultiMC not starting on macOS SierraPetr Mrázek
This tries to detect the issue and instructs the user to fix it by moving the application to /Applications or ~/Applications. In addition, several other previously poorly handled fatal errors now show an error dialog.
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2017-01-06NOISSUE Do not log the analytics client ID into the application log.Petr Mrázek
2017-01-06NOISSUE make the setup wizard use the main event loopPetr Mrázek
This should fix any issues with receiving events over IPC.
2017-01-02NOISSUE force SetupWizard into 'classic' look and feel and increment ↵Petr Mrázek
analytics version This should force the dialog to show again. If it still looks wrong on Windows 10, please report this on discord.
2017-01-01NOISSUE Translations model and initial setup wizard workPetr Mrázek
2016-12-28NOISSUE add skeleton of the setup wizardPetr Mrázek
Very wizardly. Also very empty and opening on every start for now.
2016-11-26NOISSUE allow killing the instance from main windowPetr Mrázek