summaryrefslogtreecommitdiffstats
path: root/application/MultiMC.h
Commit message (Collapse)AuthorAgeLines
* cleaned up leftover merge conflictThomas Groman2019-09-19-10/+0
|
* merged from 0.6.7 codebaseThomas Groman2019-09-19-123/+130
|
* commented out ganalytics voidsThomas Groman2018-12-10-2/+2
|
* comment out of Ganalytics nullptrThomas Groman2018-12-09-7/+1
|
* NOISSUE remove obsolete declaration for logger shutdownPetr Mrázek2017-07-06-1/+0
|
* NOISSUE rearrange global initializationPetr Mrázek2017-07-05-24/+3
|
* NOISSUE fix a bunch of compiler warningsPetr Mrázek2017-05-21-2/+0
|
* GH-1895 update LWJGL list during legacy instance updatePetr Mrázek2017-05-21-0/+1
|
* GH-1874 Do not allow launching instances during an updatePetr Mrázek2017-05-02-0/+4
|
* GH-1874 do not allow updating while an instance is runningPetr Mrázek2017-05-02-0/+10
| | | | | | | 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.
* GH-1854 prevent a crash if the instance is closed while the kill ↵Petr Mrázek2017-04-14-1/+1
| | | | confirmation dialog is open
* NOISSUE remove liteloader and forgePetr Mrázek2017-04-07-6/+0
|
* NOISSUE Remove Minecraft version list and versions.Petr Mrázek2017-04-07-3/+0
|
* GH-1793 rearrange setup wizard logic to only check if they are needed oncePetr Mrázek2017-01-21-0/+1
|
* GH-1790 do not apply system theme on launch if it is selectedPetr Mrázek2017-01-18-1/+1
| | | | | 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.
* GH-1665 attempt at workaround for MultiMC not starting on macOS SierraPetr Mrázek2017-01-14-1/+6
| | | | | | | | 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.
* NOISSUE make the setup wizard use the main event loopPetr Mrázek2017-01-06-4/+4
| | | | This should fix any issues with receiving events over IPC.
* NOISSUE Translations model and initial setup wizard workPetr Mrázek2017-01-01-4/+8
|
* NOISSUE add skeleton of the setup wizardPetr Mrázek2016-12-28-0/+2
| | | | Very wizardly. Also very empty and opening on every start for now.
* NOISSUE allow killing the instance from main windowPetr Mrázek2016-11-26-1/+2
|
* NOISSUE add analytics settings (enable/disable)Petr Mrázek2016-11-24-0/+1
|
* NOISSUE most basic analytics integration possiblePetr Mrázek2016-11-21-0/+5
|
* GH-1726 better failure detection for updatesPetr Mrázek2016-11-19-3/+1
| | | | | | Instead of just checking if the new version started, make sure it is able to write its IPC key to a file and then use the key to connect to the process.
* NOISSUE shut down logger when MultiMC exitsPetr Mrázek2016-11-07-0/+1
| | | | Prevents crash bugs...
* NOISSUE ask user if closing is OK when instances are still runningPetr Mrázek2016-11-06-0/+6
|
* NOISSUE Refactor and sanitize MultiMC startup/shutdownPetr Mrázek2016-11-06-1/+3
| | | | | * Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes.
* NOISSUE MCEdit integration - remove old 'tool', replace with WorldsPetr Mrázek2016-11-02-6/+8
|
* GH-1645 reimplement open/close instance window based on settingsPetr Mrázek2016-11-01-4/+14
|
* NOISSUE rearrange MultiMC.cpp to make it make more sensePetr Mrázek2016-10-31-1/+3
|
* NOISSUE refactor window management and launch, make MultiMC a single ↵Petr Mrázek2016-10-30-22/+35
| | | | instance application.
* NOISSUE clean up some bad/dead codePetr Mrázek2016-10-29-16/+10
|
* NOISSUE remove unused 'test mode'Petr Mrázek2016-10-28-2/+2
|
* NOISSUE Granular instance reloadPetr Mrázek2016-10-26-0/+7
|
* GH-903 simple theme switching and dark themePetr Mrázek2016-10-21-0/+6
|
* GH-1586 Windows: attach to the parent process console if there is any, so ↵Petr Mrázek2016-06-10-0/+2
| | | | command line output gets printed there
* NOISSUE split GUI stuff from logic libraryPetr Mrázek2016-04-30-0/+6
|
* GH-1365 rework java version parsing and sortingPetr Mrázek2016-01-02-3/+3
|
* GH-1308 remove use of static data (translations) and root ↵Petr Mrázek2015-12-27-9/+0
| | | | (notifications.json) paths.
* GH-253 implement launching instances from command linePetr Mrázek2015-09-30-0/+1
|
* GH-1053 split settings dialog creation to its own namespacePetr Mrázek2015-07-05-0/+7
|
* GH-1060 ugly XP hack is uglyPetr Mrázek2015-06-10-0/+3
|
* GH-1060 implement very basic updater (only linux and maybe osx right now)Petr Mrázek2015-06-09-1/+2
|
* GH-1060 remove some old updater bits and piecesPetr Mrázek2015-06-09-14/+1
|
* NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer2015-06-06-4/+1
|
* GH-960 possible fix for missing OSX ca certsPetr Mrázek2015-05-19-0/+1
|
* NOISSUE move everything.Petr Mrázek2015-04-12-0/+188