aboutsummaryrefslogtreecommitdiff
path: root/application/main.cpp
AgeCommit message (Collapse)Author
2017-04-26NOISSUE Set AA_EnableHighDpiScaling for Qt >= 5.6.0Petr Mrázek
2017-04-07NOISSUE Remove hardcoded LWJGL (modern)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.
2016-11-19GH-1726 better failure detection for updatesPetr Mrázek
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.
2016-11-10NOISSUE allow using icon themes for instances and instance badgesPetr Mrázek
2016-11-06NOISSUE Refactor and sanitize MultiMC startup/shutdownPetr Mrázek
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes.
2016-10-30NOISSUE refactor window management and launch, make MultiMC a single ↵Petr Mrázek
instance application.
2016-10-29NOISSUE clean up some bad/dead codePetr Mrázek
2016-10-21GH-903 simple theme switching and dark themePetr Mrázek
2016-08-11GH-1433 with no default account, show profiles instead of accounts in ↵Petr Mrázek
selection dialog
2016-08-09GH-1642 fix instance launch from consolePetr Mrázek
2015-10-24GH-1300 call application quit when direct launch instance quitsPetr Mrázek
2015-09-30GH-253 implement launching instances from command linePetr Mrázek
2015-06-06NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer
2015-04-12NOISSUE move everything.Petr Mrázek